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 cf7d223 commit b42344dCopy full SHA for b42344d
tests/test_dates.py
@@ -754,5 +754,5 @@ def test_issue_892():
754
755
756
def test_issue_1089():
757
- assert dates.format_datetime(datetime.utcnow(), locale="ja_JP@mod")
758
- assert dates.format_datetime(datetime.utcnow(), locale=Locale.parse("ja_JP@mod"))
+ assert dates.format_datetime(datetime.now(), locale="ja_JP@mod")
+ assert dates.format_datetime(datetime.now(), locale=Locale.parse("ja_JP@mod"))
0 commit comments