Skip to content

Commit e77e71d

Browse files
vstinnerdiegorusso
authored andcommitted
Enable timezone
1 parent c87f65e commit e77e71d

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
@@ -23,6 +23,7 @@
2323
}
2424

2525
TIME_ZONE = 'America/Chicago'
26+
USE_TZ = True
2627

2728
LANGUAGE_CODE = 'en-us'
2829

0 commit comments

Comments
 (0)