Default timezone to America/Sao_Paulo

This commit is contained in:
Eduardo Silva 2024-03-28 19:32:39 -03:00
parent 7ae6340b02
commit 24906b197d

View file

@ -115,7 +115,7 @@ AUTH_PASSWORD_VALIDATORS = [
LANGUAGE_CODE = 'en-us'
TIME_ZONE = 'UTC'
TIME_ZONE = 'America/Sao_Paulo'
USE_I18N = True