Ver Fonte

Default timezone to one that respects DST

Colin Powell há 2 anos atrás
pai
commit
6c060f24ec
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      vrobbler/settings.py

+ 1 - 1
vrobbler/settings.py

@@ -235,7 +235,7 @@ AUTH_PASSWORD_VALIDATORS = [
 
 LANGUAGE_CODE = "en-us"
 
-TIME_ZONE = os.getenv("VROBBLER_TIME_ZONE", "EST")
+TIME_ZONE = os.getenv("VROBBLER_TIME_ZONE", "America/New_York")
 
 USE_I18N = True