Expand description
Date and time parsing routines.
Functionsยง
- Tries to parse given string into
parsed
with given formatting items. ReturnsOk
when the entire string has been parsed (otherwiseparsed
should not be used). There should be no trailing string after parsing; use a strayItem::Space
to trim whitespaces. - Tries to parse given string into
parsed
with given formatting items. ReturnsOk
with a slice of the unparsed remainder. - parse_internal ๐
- parse_rfc2822 ๐
- parse_rfc3339 ๐
- Accepts a relaxed form of RFC3339.