parse_rfc3339
On this page
wakterm.time.parse_rfc3339(str)#
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.