Searched refs:off_minutes (Results 1 – 1 of 1) sorted by relevance
42 int year, month, day, hours, minutes, off_hours, off_minutes, fix; in ISO8601_To_DateTime() local57 &off_hours, &off_minutes ); in ISO8601_To_DateTime()60 fix = - off_hours * 3600 - off_minutes * 60; in ISO8601_To_DateTime()67 &off_hours, &off_minutes ); in ISO8601_To_DateTime()70 fix = off_hours * 3600 + off_minutes * 60; in ISO8601_To_DateTime()
Completed in 10 milliseconds