Skip to content

Commit dcbefbb

Browse files
committed
Add debug print
1 parent 4b5987e commit dcbefbb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_dates.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ def test_set_timezone():
8787
# Setting the timezone should change the timestamp
8888
for tz in pytz.all_timezones:
8989

90+
print(today)
91+
9092
if dates.get_utc_offset(tz, today): # otherwise the timezone stayed as UTC
9193
# ensure timestamp did change
9294
target_tz = dates.get_timezone(tz, today)

0 commit comments

Comments
 (0)