Skip to content

Commit

Permalink
enable TZ support for prod
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktMKuehne committed Nov 21, 2023
1 parent 625245b commit 719e05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embark/embark/settings/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@

USE_L10N = True

USE_TZ = False
USE_TZ = True

TIMEZONES = tuple(zip(pytz.all_timezones, pytz.all_timezones))

Expand Down

0 comments on commit 719e05c

Please sign in to comment.