Next: , Previous: , Up: Time and Date   [Contents][Index]


4.13.4 ISO 8601

(require 'iso-8601)

Function: time->iso-8601 time

time is the time in seconds since 00:00:00 GMT, January 1, 1970. time->iso-8601 returns an expanded ISO 8601 format string for the date and time.

Function: time->iso8601 time

time is a time in seconds since 00:00:00 GMT, January 1, 1970. time->iso8601 returns a compact ISO 8601 format string for the date and time.

Function: iso-8601->time str

str is a string in ISO 8601 format, either compact or expanded. iso-8601->time returns that time in seconds since 00:00:00 GMT, January 1, 1970.