Home
last modified time | relevance | path

Searched defs:fallSwitch (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
H A Dtimezone.d412 auto fallSwitch = SysTime(dstSwitches[i][1] + dur!"hours"(fall), UTC()) - dstOffset; variable
985 auto fallSwitch = SysTime(tzInfos[i][2] + dur!"hours"(fall), UTC()) - dstOffset; in utcToTZ() local
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/datetime/
H A Dtimezone.d453 auto fallSwitch = SysTime(dstSwitches[i][1] + dur!"hours"(fall), UTC()) - dstOffset; variable
1042 auto fallSwitch = SysTime(tzInfos[i][2] + dur!"hours"(fall), UTC()) - dstOffset; in utcToTZ() local