wezterm.time.parse_rfc3339(str)
¶
Since: Version 20220807-113146-c2fee766
The functionality described in this section requires version 20220807-113146-c2fee766 of wezterm, or a more recent version.
Parses a string that is formatted according to RFC 3339 and returns a Time object representing that time.
Will raise an error if the input string cannot be parsed according to RFC 3339.