Answers for "postgresql data type for timezone"

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
0

postgresql date at timezone

select updatedat AT TIME ZONE 'UTC';
Posted by: Guest on February-24-2021

Code answers related to "postgresql data type for timezone"

Browse Popular Code Answers by Language