Objective
Identify the correct TIMESTAMP format and the cause of the issue.
Problem
Tring to load a CSV which includes timestamp including UTC offset.
2014-01-01T00:38:51.000+11:00
The format string is below.
YYYY-MM-DD"T"HH24:MI:SS.FF3TZH:TZM
However, getting an error message.
Invalid format YYYY-MM-DD"T"HH24:MI:SS.FF3TZH:TZM is specified.
SQL Developer
TIMESTAMP
Please suggest how to fix this and the reason.
References
Oracle 9: Convert date from mm/dd/yyyy hh:mm:ss format to iso8601 formatted datetime [closed]


TIMESTAMP WITH TIMEZONE, notTIMESTAMP. Best of luck. - Bob Jarvis - Reinstate Monica