4 ms·
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 http:
by briansfrank 15y 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 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.