Postgres: To change timezone
https://cloud.google.com/sql/docs/postgres/flags#troubleshooting-flags
https://cloud.google.com/sql/docs/postgres/flags#troubleshooting-flags
Troubleshooting
Issue | Troubleshooting |
---|---|
You set the time zone for a session, but it expires when you log off. | Connect to the database and set the database time zone to the one you want, either per user or per database. In Cloud SQL for PostgreSQL, you can specify the following. These settings remain after a session is closed, mimicking a These settings apply only to new connections to the database. To see the change to the time zone, disconnect from the instance and then reconnect to it. |
Comments
Post a Comment