Hacker News new | ask | show | jobs
by briansfrank 5450 days ago
In Fantom we model DateTimes with both an absolute time in nanosecond ticks and a relative timezone:

http://fantom.org/doc/docLang/DateTime.html#dateTime

Works great for dealing with timestamps in absolute terms, but also when you need to deal with local time.