pub fn parse_timezones(tz: Option<&str>) -> Result<Option<Tz>>
Expand description

This function parses the timezone from string to Tz. If it cannot parse or timezone field is None, it returns None.