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

/inkscape/
H A Dbuildtool.cpp84 static int gettimeofday (struct timeval *tv, struct timezone *tz) argument
94 if (tz)
96 tz->tz_minuteswest = -60 * _timezone;
97 tz->tz_dsttime = _daylight;

Completed in 51 milliseconds