Timestamps & ISO8601
Last updated
Was this helpful?
Last updated
Was this helpful?
is an international standard for formatting dates & times, often used by databases.
Use "as iso8601" to convert into this format:
Use "to date" to convert into a regular date format:
is a system for describing a moment in time, often used in programming. A timestamp is the number of seconds that have passed since the "reference date" (January 1st, 1970).
To get a timestamp for the present moment, use current timestamp
You can convert millisecond timestamps into dates as well