Skip to content

Commit 3bd9c28

Browse files
committed
tests: Run with UTC timezone
1 parent 8ef4178 commit 3bd9c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
ALLOWED_HOSTS = []
1313

14-
TIME_ZONE = 'America/Chicago'
14+
TIME_ZONE = "UTC"
1515

1616
LANGUAGE_CODE = 'en-us'
1717

0 commit comments

Comments
 (0)