Home
last modified time | relevance | path

Searched refs:off_hours (Results 1 – 1 of 1) sorted by relevance

/trunk/main/ucb/source/ucp/webdav/
H A DDateTimeHelper.cxx42 int year, month, day, hours, minutes, off_hours, off_minutes, fix; in ISO8601_To_DateTime() local
57 &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 17 milliseconds