#rodsays Always use "TIMESTAMP(6) WITH TIME ZONE". TIMESTAMP does not store time zone information -- it should only be used when the column value is directly tied to a single time zone (e.g. LASTUPDATETIMEINGMT).

#plsql
 
 
Back to Top