You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 19, 2026. It is now read-only.
In my project Postgres server is located in Europe - Prague. When I use the select now () command, Postgres returns a datetime in GMT, but I need a datetime of +2 hours.
I could ask to adjust the SET TIMEZONE = 'GMT' to parameter SET TIMEZONE = + 2 or
SET TIMEZONE = 'Europe / Prague' ?
Hello pitfield,
In my project Postgres server is located in Europe - Prague. When I use the select now () command, Postgres returns a datetime in GMT, but I need a datetime of +2 hours.
I could ask to adjust the SET TIMEZONE = 'GMT' to parameter SET TIMEZONE = + 2 or
SET TIMEZONE = 'Europe / Prague' ?
Best regards
Carlos