Home
last modified time | relevance | path

Searched refs:stDSTStart (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/platform/windows/
H A Dtime.cpp49 SYSTEMTIME stDSTStart = tzi.DaylightDate; in IsDst() local
52 if (month > stDSTStart.wMonth && month < stDSTEnd.wMonth) { in IsDst()
54 } else if (month == stDSTStart.wMonth) { in IsDst()
55 if (day > stDSTStart.wDay || (day == stDSTStart.wDay && hour >= tzi.DaylightBias)) { in IsDst()

Completed in 1 milliseconds