core icon indicating copy to clipboard operation
core copied to clipboard

Do properly represent DateTime as UTC on the client

Open Tarmil opened this issue 6 years ago • 1 comments

The use of Date.getTime() in the proxy meant that DateTime values weren't always represented as UTC. This fixes this discrepancy. It might also fix remoting #636; I haven't yet tested with a server in another time zone.

Tarmil avatar Jun 01 '18 19:06 Tarmil

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar May 25 '20 21:05 CLAassistant

Closing old PR. We might revisit DateTime representation after asymmetric RPC protocol has been retired.

Jand42 avatar Dec 30 '22 15:12 Jand42