There is a nightmare i am leaving these days. And it is the DateTimes in android and the Web services
I have a WCF webservice located in a -5:00 UTC time zone and i develop an app for multi time zones
How can i handle my users datetimes so it appears correct on everyone + there is search feature by a specific datetime in the app
What is the best way to store datetimes in the database so i can handle this problem
*Note: wcf datetime format from json is "Date (1420088400000-0500)"
The datetime in my db is 2015-1-1 03:00:00
where the above format without the "-0500" gives me a 2015-1-1 08:00:00
Thanks in advance