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

/ast/src/lib/libast/tm/
H A Dtmtime.c38 tmtime(register Tm_t* tm, int west) argument
40 return tmxsec(tmxtime(tm, west));
H A Dtmxtime.c37 * if west==TM_LOCALZONE then the local timezone is used
38 * otherwise west is the number of minutes west
46 tmxtime(register Tm_t* tm, int west) argument
80 if (west != TM_UTCZONE && !(tm_info.flags & TM_UTC))
86 if (west == TM_LOCALZONE)
88 t += tm_info.zone->west * 60;
95 now = tmxsec(tmxtime(tm, tm_info.zone->west));
105 t += west * 60;
113 now = tmxsec(tmxtime(tm, tm_info.zone->west));
[all...]
/ast/src/lib/libast/include/
H A Dtm.h111 short west; /* minutes west of GMT */ member in struct:__anon275
112 short dst; /* add to tz.west for DST */

Completed in 21 milliseconds