Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/platform/windows/
H A Dtime.cpp39 struct tm nowtm; in IsDst() local
40 localtime_s(&nowtm, &tv); in IsDst()
42 int month = nowtm.tm_mon + 1; in IsDst()
43 int day = nowtm.tm_mday; in IsDst()
44 int hour = nowtm.tm_hour; in IsDst()

Completed in 1 milliseconds