Technical tips for various products and programming languages
PostgreSQL: show UTC time in local time
select (t.datecolumn at time zone 'UTC') from table t;
Geen opmerkingen:
Een reactie posten