mirror of
https://github.com/ansible/awx.git
synced 2026-02-03 18:48:12 -03:30
Set TIME_ZONE to None.
This causes Tower to use the system timezone.
This commit is contained in:
@@ -73,7 +73,7 @@ DATABASES = {
|
||||
# timezone as the operating system.
|
||||
# If running in a Windows environment this must be set to the same as your
|
||||
# system time zone.
|
||||
TIME_ZONE = 'America/New_York'
|
||||
TIME_ZONE = None
|
||||
|
||||
# Language code for this installation. All choices can be found here:
|
||||
# http://www.i18nguy.com/unicode/language-identifiers.html
|
||||
|
||||
Reference in New Issue
Block a user