Skip to content

Commit 46aa182

Browse files
committed
Enable timezone
1 parent f234420 commit 46aa182

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sample_project/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
}
2525

2626
TIME_ZONE = 'America/Chicago'
27+
USE_TZ = True
2728

2829
LANGUAGE_CODE = 'en-us'
2930

0 commit comments

Comments
 (0)