[src]

Function time::strptime

pub fn strptime(s: &str, format: &str) -> Result<Tm, ~str>

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