Published
- 1 min read
how to set time_zone to brasil in django
The solution for this is noted below
how to set time_zone to brasil in django
Solution
# setting.py
TIME_ZONE = 'America/Sao_Paulo'
USE_TZ = True
Try other methods by searching on the site. That is if this doesn’t work