Searched refs:get_tz_bias (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/kernel32/ |
H A D | time.c | 215 static LONG get_tz_bias(const TIME_ZONE_INFORMATION *tzinfo, DWORD tz_id) in get_tz_bias() function 286 ok(diff == tzinfo.Bias + get_tz_bias(&tzinfo, tz_id), in test_GetTimeZoneInformation() 288 diff, tzinfo.Bias + get_tz_bias(&tzinfo, tz_id)); in test_GetTimeZoneInformation() 308 diff = get_tz_bias(&tzinfo, tz_id); in test_GetTimeZoneInformation() 328 ok(l_time - s_time == diff - get_tz_bias(&tzinfo, tz_id), "got %d, expected %d\n", in test_GetTimeZoneInformation() 329 (LONG)(l_time - s_time), diff - get_tz_bias(&tzinfo, tz_id)); in test_GetTimeZoneInformation()
|