core
core copied to clipboard
Do properly represent DateTime as UTC on the client
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.
Closing old PR. We might revisit DateTime representation after asymmetric RPC protocol has been retired.