Function parse_utc_time

Source
pub fn parse_utc_time(value: &str) -> Result<DetailedDateTime, String>
Expand description

Parses a time string that defaults to UTC. The time returned will be in the local time zone.