Hacker News new | ask | show | jobs
by halostatue 3796 days ago
I would go as far to say that the timezone stored should be a named, geographically-based timezone (e.g., America/New York or Canada/Eastern) as opposed to a timezone offset. (If you store the timezone as EDT or EST, you have still encoded -0400 or -0500.)
1 comments

The postgres documentations says exactly that. Other databases might do something else so it's best to read the documentation.