Hi,
I think this could be a stupid question, but does the OX server have to run under a JVM configured to run in the GMT/UTC timezone (-Duser.timezone=GMT+0)? I think all time values passed around from GUI to server are UTC standard, and I think that means the OX server must run under GMT/UTC to make the dates all work out.
I might be confused re: how timezones and offsets are handled in Java and OX server, but when I run my JVM outside GMT/UTC and store dates generated by the date picker in the GUI (UTC based) (e.g. task->start_date) my dates in MySQL/MS-SQL look off by the offset between GMT/UTC and my default JVM timezone (America/Los_Angeles).
That led me to deduce that I might have to run the JVM using timezone GMT/UTC rather than America/Los_Angeles.
Any insight is appreciated.
I think this could be a stupid question, but does the OX server have to run under a JVM configured to run in the GMT/UTC timezone (-Duser.timezone=GMT+0)? I think all time values passed around from GUI to server are UTC standard, and I think that means the OX server must run under GMT/UTC to make the dates all work out.
I might be confused re: how timezones and offsets are handled in Java and OX server, but when I run my JVM outside GMT/UTC and store dates generated by the date picker in the GUI (UTC based) (e.g. task->start_date) my dates in MySQL/MS-SQL look off by the offset between GMT/UTC and my default JVM timezone (America/Los_Angeles).
That led me to deduce that I might have to run the JVM using timezone GMT/UTC rather than America/Los_Angeles.
Any insight is appreciated.
Comment