fuseau horaire 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
Lucas Juan