We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1382e30 commit 059e35fCopy full SHA for 059e35f
pvlib/location.py
@@ -43,8 +43,8 @@ class Location:
43
Positive is east of the prime meridian.
44
Use decimal degrees notation.
45
46
- tz : time zone as str, int, float, or datetime.tzinfo (including
47
- subclassesfrom the pytz and zoneinfo packages), default 'UTC'.
+ tz : time zone as str, int, float, or datetime.tzinfo including
+ subclassesfrom the pytz and zoneinfo packages, default 'UTC'.
48
This value is stored as a valid IANA time zone name string. See
49
http://en.wikipedia.org/wiki/List_of_tz_database_time_zones for a
50
list of valid name strings, any of which may be passed directly here.
0 commit comments