postgres timestamp without timezone code example
Example 1: postgres set timezone
SET TIME ZONE 'Europe/Moscow';
Example 2: postgresql date at timezone
select updatedat AT TIME ZONE 'UTC';
SET TIME ZONE 'Europe/Moscow';
select updatedat AT TIME ZONE 'UTC';