Created
September 5, 2016 13:12
-
-
Save biiont/7928f1490b20051a5008c3b85bc65123 to your computer and use it in GitHub Desktop.
ISO TO_DATE TO_TIMESTAMP format
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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