mirror of
https://github.com/eduardogsilva/routerfleet.git
synced 2025-08-01 08:44:41 +02:00
Default timezone to America/Sao_Paulo
This commit is contained in:
parent
7ae6340b02
commit
24906b197d
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ AUTH_PASSWORD_VALIDATORS = [
|
|||
|
||||
LANGUAGE_CODE = 'en-us'
|
||||
|
||||
TIME_ZONE = 'UTC'
|
||||
TIME_ZONE = 'America/Sao_Paulo'
|
||||
|
||||
USE_I18N = True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue