Handing Time Across Time Zones
- Often an application operates across time-zones (either directly, e.g.
a distributed application, or because it stores data into files).
- The best policy is to manipulate time data in UTC.
- Translate the time into local-time only just before presenting it to
the user.
- Failure to perform this will cost you hours of implementing hack over
hack over hack...
Originally written by
guy keren