Skip to content

Commit

Permalink
Merge pull request #165 from BenediktMKuehne/Dev
Browse files Browse the repository at this point in the history
enable TZ support for prod
  • Loading branch information
m-1-k-3 authored Nov 21, 2023
2 parents 82c9f95 + 719e05c commit dcea4d7
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 dcea4d7

Please sign in to comment.