Datatype date format.
I have a table which has a date data type.
When I insert a date into the table which timestamp does Oracle physically store in the database.
is it UTC or the timezone in which the server is located ?
Can you please point me to Oracle documentation which explicittly points out how the date / timestamp is physically stored ?
Thanks