Przeglądaj źródła

Default timezone to one that respects DST

Colin Powell 2 lat temu
rodzic
commit
6c060f24ec
1 zmienionych plików z 1 dodań i 1 usunięć
  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