2
Can you store all the data in UTC and convert client side to the correct time for that timezone for display, and to UTC for storage?
0
The way I propose it might work is by using the server time, as served by the headers:
Date: fri, 19 apr 2013 16:16:00 gmt
However, that gets less correct the longer the page is open, so it’s not a very good answer…
- [Answered ]-How to filter points in range with geodjango
- [Answered ]-Django database connection issue
- [Answered ]-Menu tab highlighting issue in Django
- [Answered ]-How to Running external command (Django) for overriding files in server?
Source:stackexchange.com