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.
pub fn parse_utc_time(value: &str) -> Result<DetailedDateTime, String>
Parses a time string that defaults to UTC. The time returned will be in the local time zone.