Answers for "timezone brasil postgresql"

3

timezone brasil postgresql

## Edit file
/var/lib/postgresql/data/postgresql.conf

# Update
timezone='America/Sao_Paulo'

## If you're in docker container run:
apt update
apt install nano

# Run to edit file
nano /var/lib/postgresql/data/postgresql.conf
Posted by: Guest on August-13-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language