| Author |
Date serialization reduces one date
|
Adi Vicks
Greenhorn
Joined: Feb 23, 2012
Posts: 9
|
|
Looks like for me the date serialization reduces date by one when it comes to client. example : if i save a date in database Feb 03, when I retrieve it to the client side it is coming as Feb 02, something happening during the rpc call, I am guessing could be date serialization over timezone issue.
Any idea ?
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8430
|
|
|
I remember encountering this when I was using GAE with GWT. Are you using GAE as well?
|
[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
|
 |
Tina Smith
Ranch Hand
Joined: Jul 21, 2011
Posts: 152
|
|
|
Is the date correct at the server after it is read from the database but before it is sent to the client?
|
Everything is theoretically impossible, until it is done. ~Robert A. Heinlein
|
 |
 |
|
|
subject: Date serialization reduces one date
|
|
|