Searched refs:tzdate (Results 1 – 3 of 3) sorted by relevance
8 tzdate.c Source file that compares the ICU time and system time.10 tzone.pl Perl script that calls the tzdate program with the correct TZ and arguments.13 1. Build ICU. tzdate is not built automatically.
23 TARGET = tzdate$(EXEEXT)28 OBJECTS = tzdate.o
701 copy_windows_systemtime (SYSTEMTIME *s_time, TimeZoneDate *tzdate) in copy_windows_systemtime() argument703 tzdate->offset in copy_windows_systemtime()705 tzdate->mon = s_time->wMonth; in copy_windows_systemtime()706 tzdate->year = s_time->wYear; in copy_windows_systemtime()707 tzdate->wday = s_time->wDayOfWeek ? s_time->wDayOfWeek : 7; in copy_windows_systemtime()711 tzdate->mday = s_time->wDay; in copy_windows_systemtime()712 tzdate->wday = 0; in copy_windows_systemtime()715 tzdate->week = s_time->wDay; in copy_windows_systemtime()