[go: up one dir, main page]

Function time::strptime

source ·
pub fn strptime(s: &str, format: &str) -> Result<Tm, ParseError>
Expand description

Parses the time from the string according to the format string.