1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-26 14:54:16 +03:00
wezterm/docs/config/lua/wezterm.time/parse_rfc3339.md
2023-03-20 22:54:27 -07:00

330 B

wezterm.time.parse_rfc3339(str)

{{since('20220807-113146-c2fee766')}}

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.