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.
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.