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 a1a0261 commit 8373ac4Copy full SHA for 8373ac4
docs/sphinx/source/whatsnew/v0.11.3.rst
@@ -14,7 +14,10 @@ Enhancements
14
15
Bug Fixes
16
~~~~~~~~~
17
-* Ensure proper tz and pytz types in pvlib.location.Location.
+* Ensure proper tz and pytz types in pvlib.location.Location. tz becomes the
18
+ single source of time-zone truth, is the single time-zone setter interface,
19
+ and the getter consistently returns an IANA string. pytz attribute becomes
20
+ read only. Any datetime.tzinfo subclass is fully supported in tz setter.
21
(:issue:`2340`, :pull:`2341`)
22
23
0 commit comments