Answers for "get iso date format postgres"

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 "SQL"

Browse Popular Code Answers by Language