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 7642246 commit 9f7b8cfCopy full SHA for 9f7b8cf
tests/datetime/test_construct.py
@@ -39,7 +39,7 @@ def test_creates_an_instance_default_to_utcnow():
39
40
41
def test_setting_timezone():
42
- tz = "Europe/London"
+ tz = "Australia/Brisbane"
43
dtz = timezone(tz)
44
dt = datetime.utcnow()
45
offset = dtz.convert(dt).utcoffset().total_seconds() / 3600
@@ -50,7 +50,7 @@ def test_setting_timezone():
50
51
52
def test_setting_timezone_with_string():
53
54
55
56
0 commit comments