Time coding

Time is everything

For all input and most of the output time values are Unix timestamps. For some of the output time values ISO 8601 standard is used.

Input time values must be formatted as a Unix timestamp in nanoseconds: 1582902030000000000

Output time values are formatted using the following pattern: yyyy-MM-ddTHH:mm:ss.fffffffZ

ISO 8601 standard format specifier

Description

yyyy

The year as a four-digit number.

MM

The month, from 01 through 12.

dd

The day of the month, from 01 through 31.

HH

The hour, using a 24-hour clock from 00 to 23.

mm

The minute, from 00 through 59.

ss

The second, from 00 through 59.

fffffff

The ten millionths of a second in a date and time value.

Last updated