Re: Dates being returned in the wrong timezone
Sorry, I overlooked the first message. I guess you are running the server with +01:00.
that won't work, because the value sent by the server is used to create a JavaScript Date instance like
[code=javascript]
new Date('<value_from_server>')
[/code]
In this case, JavaScript expects that value to be in UTC.
Feel free to open a feature request though.
Thanks
Subject
Written By
Posted
November 24, 2020 10:58AM
November 24, 2020 11:27AM
November 25, 2020 03:13AM
November 25, 2020 08:50AM
November 25, 2020 09:01AM
November 26, 2020 02:56AM
November 26, 2020 03:27AM
November 26, 2020 03:37AM
Re: Dates being returned in the wrong timezone
November 26, 2020 03:48AM
November 26, 2020 04:02AM
November 26, 2020 03:55AM
November 26, 2020 04:12AM
November 27, 2020 08:37AM
November 26, 2020 03:43AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.