Searched defs:tz_hour (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib/
H A Diso8601-date.c85 int tz_sign = 1, tz_hour = 0, tz_min = 0; local
105 if (iso8601_date_parse_number(parser, 2, &tz_hour) <= 0)
107 if (tz_hour > 23)
129 parser->timezone_offset = tz_sign*(tz_hour*60 + tz_min);

Completed in 774 milliseconds