Skip to content

kumo.time.parse_rfc3339

Since: Dev Builds Only

The functionality described in this section requires a dev build of KumoMTA. You can obtain a dev build by following the instructions in the Installation section.

local time = kumo.time.parse_rfc3339(TIMESTAMP)

Parses a timestamp in RFC 3339 format, and returns a Time object.

Example

local t = kumo.time.parse_rfc3339 '2000-01-02T03:04:05+00:00'