Esteban wrote:
>Anyhow this is too much to add to my app without giving it proper thinking. So 
>let's KISS.

If you only work with a single server/all servers in the same timezone that 
translates to:
- Do everything in local time or UTC, have one place where you know your zone, 
- Store all time/date without timezone.
- Have in your session timezone information you get from the browser.
- Store in the user info their preferred/last used timezone 
- Translate on the outside

Stephan

Reply via email to