What is the best way to work across timezones? Today my app assumes a global, shared, timezone for data input, storage, etc. I want to make this configurable, and for that purpose I
For what I read and thought about, I understand that the best way to avoid any complication is to store and transfer (between client/server) everything in UTC, and use timezone offset only to convert to/from in order to display the Date and Time. Does anybody have a good article regarding working across timezones? Any tip or suggestion for its use with PostgreSQL and GLORP? Thanks in advance. Esteban A. Maringolo ps: And I guess I now understand the purpose of ZTimestamp :)