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 4b5987e commit dcbefbbCopy full SHA for dcbefbb
tests/test_dates.py
@@ -87,6 +87,8 @@ def test_set_timezone():
87
# Setting the timezone should change the timestamp
88
for tz in pytz.all_timezones:
89
90
+ print(today)
91
+
92
if dates.get_utc_offset(tz, today): # otherwise the timezone stayed as UTC
93
# ensure timestamp did change
94
target_tz = dates.get_timezone(tz, today)
0 commit comments