Answers for "postgres timestamp convert to zone date time iso format example"

SQL
0

get date ISO in psql

SELECT cast(to_char (now()::timestamp at time zone 'UTC', 'YYYY-MM-DD"T"HH24:MI:SS"Z"') as varchar)
Posted by: Guest on August-05-2020

Code answers related to "postgres timestamp convert to zone date time iso format example"

Code answers related to "SQL"

Browse Popular Code Answers by Language