Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How can I display timestamps or dates in the clients time zone

User638511-OracleNov 11 2010 — edited Nov 11 2010
I have a simple apex application, hosted on a server in the US. However, the users are in the UK.

I have a table using the data type 'timestamp with local time zone' to store dates. I have set the default value for the field in apex to 'sysdate' and the display format mask to 'dd-mon-yyyy hh:mm' but it always uses the time from the server (US) rather than client (UK).

I have tried re-creating the table using a 'date' data type but thats not working either.
I have also tried setting 'automatic time zone' in the application properties, but that doesn't help either.

How can I achieve this?

Thanks,
Richard
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 9 2010
Added on Nov 11 2010
3 comments
557 views