Skip to content

Comment on The need for timezone awarenessparent

Comments

Disagree. Use a date/time library and datatypes. Don't use integers, unix timestamps, or any other naive representation of time.

As with cryptography, don't attempt to write your own date/time code. You will get it wrong. Use the datatypes and library functions in your language or database.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.