Time Zone
This commit is contained in:
parent
f76e8766e5
commit
f4ab6d6874
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ ALLOWED_HOSTS = ["localhost", ".herokuapp.com", ".northbaypython.org"]
|
|||
# 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 = "UTC"
|
||||
TIME_ZONE = os.environ.get("TZ", "America/Los_Angeles")
|
||||
|
||||
# Language code for this installation. All choices can be found here:
|
||||
# http://www.i18nguy.com/unicode/language-identifiers.html
|
||||
|
|
Loading…
Reference in a new issue