Hacker News new | ask | show | jobs
by Footkerchief 938 days ago
Postgres stores this as TIMESTAMP WITHOUT TIME ZONE, sometimes called wall-clock time. IMO this is a good convention -- treating "ideal times" and specific epoch moments as two different types -- and more languages should support this (ideally with a less confusing label).
1 comments

Elixir does as well, with NaiveDatetime