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 73a7a26 commit 95ab67dCopy full SHA for 95ab67d
tests/pendulum_tests/test_construct.py
@@ -129,7 +129,7 @@ def test_instance_timezone_aware_datetime_any_tzinfo(self):
129
self.assertEqual('+02:00', now.timezone_name)
130
131
def test_now(self):
132
- now = Pendulum.now()
+ now = Pendulum.now('America/Toronto')
133
in_paris = Pendulum.now('Europe/Paris')
134
135
self.assertNotEqual(now.hour, in_paris.hour)
0 commit comments