donderdag 8 juni 2023

PostgreSQL: show UTC time in local time

PostgreSQL: show UTC time in local time

select (t.datecolumn at time zone 'UTC') from table t;

Geen opmerkingen:

Een reactie posten