openclimatefix / pvoutput

Python code for downloading PV data from PVOutput.org
Apache License 2.0
34 stars 17 forks source link

print reset time in local timezone #103

Closed peterdudfield closed 2 years ago

peterdudfield commented 2 years ago

Pull Request

Description

print out local time in reset time

Fixes #15

How Has This Been Tested?

Checklist:

codecov-commenter commented 2 years ago

Codecov Report

Merging #103 (2eb69bb) into main (5b6091c) will increase coverage by 0.75%. The diff coverage is 38.46%.

@@            Coverage Diff             @@
##             main     #103      +/-   ##
==========================================
+ Coverage   49.57%   50.33%   +0.75%     
==========================================
  Files          12       12              
  Lines        1051     1059       +8     
==========================================
+ Hits          521      533      +12     
+ Misses        530      526       -4     
Impacted Files Coverage Δ
pvoutput/pvoutput.py 27.40% <38.46%> (+1.86%) :arrow_up:
pvoutput/utils.py 57.52% <0.00%> (+1.76%) :arrow_up:

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more