Answers for "insert using timezone postgresql timestam"

0

postgresql date at timezone

select updatedat AT TIME ZONE 'UTC';
Posted by: Guest on February-24-2021
0

postgres insert timestamp without timezone

INSERT INTO timestamp_demo (ts, tstz)
VALUES('2016-06-22 19:10:25-07','2016-06-22 19:10:25-07');Code language: SQL (Structured Query Language) (sql)
Posted by: Guest on June-10-2021

Browse Popular Code Answers by Language