TimestampFormat

Timestamp formats supported

Entries

Link copied to clipboard

ISO-8601/RFC5399 timestamp including fractional seconds at microsecond precision (e.g., "2022-04-25T16:44:13.667307Z")

Link copied to clipboard

A condensed ISO-8601 date/time format at second-level precision (e.g., "20220425T164413Z")

Link copied to clipboard

A condensed ISO-8601 date format at day-level precision (e.g., "20220425"). Note that this format is always in UTC despite not including an offset identifier in the output.

Link copied to clipboard

ISO-8601/RFC5399 timestamp including fractional seconds at arbitrary (i.e., untruncated) precision

Link copied to clipboard

RFC-5322/2822/822 IMF timestamp See: https://tools.ietf.org/html/rfc5322

Link copied to clipboard

Unix time. Seconds elapsed since the epoch 00:00:00Z 1 January 1970

Inherited properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.