Files
kumomta/docs/reference/kumo.time/parse_rfc3339.md
T
2025-12-02 11:11:05 +00:00

333 B

kumo.time.parse_rfc3339

{{since('2025.12.02-67ee9e96')}}

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'