Last active
March 26, 2018 16:40
-
-
Save ryanpadilha/83a56f91767232ecefd5ed1db5199d8c to your computer and use it in GitHub Desktop.
Postgresql timezone for America - São Paulo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Find the timezone on /usr/share/postgresql/9.6/timezonesets | |
2. Configure the timezone for Sao_Paulo by timezone = 'America/Sao_Paulo' # 'UTC' | |
3. Restart the server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment