Skip to content

Instantly share code, notes, and snippets.

@biiont
Created September 5, 2016 13:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save biiont/7928f1490b20051a5008c3b85bc65123 to your computer and use it in GitHub Desktop.
Save biiont/7928f1490b20051a5008c3b85bc65123 to your computer and use it in GitHub Desktop.
ISO TO_DATE TO_TIMESTAMP format
select to_timestamp('1970-01-01T00:00:00.000Z', 'YYYY-MM-DD"T"HH24:MI:SS.FFF"Z"') as ts from dual;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment