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 38dc925 commit 5b90e39Copy full SHA for 5b90e39
pendulum/tz/loader.py
@@ -143,5 +143,5 @@ def _load(cls, fp):
143
transitions,
144
transition_types,
145
default_transition_type_index,
146
- tuple(map(lambda tr: datetime.utcfromtimestamp(tr.unix_time), transitions))
+ tuple(map(lambda tr: tr.utc_time, transitions))
147
)
0 commit comments