Searched refs:lt (Results 1 – 1 of 1) sorted by relevance
15188 struct tm lt; in is60HzZone() local15190 struct tm* r = localtime_r(&t, <); in is60HzZone()15192 if (r == NULL || lt.tm_gmtoff <= -2*60*60 || lt.tm_gmtoff >= 8*60*60) in is60HzZone()