Hi All,
I have a requirement to capture data in UTC date format (e.g. "2014-05-30T15:00:00+10:00") in the database. I have accordingly set up the column data type as TIMESTAMP(6) WITH TIME ZONE . Please let me know if this suffices or do I have to use to_date convert function explicitly to get the date in the desired format.
Thanks in advance.
Regards,
Sandeep.