Home
last modified time | relevance | path

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

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

Completed in 0 milliseconds