Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Ddate_parse.cpp146 DateUnit hourZone = proxy->GetDate(); in ParseIsoDateTime() local
147 if (hourZone.IsTwoDecimalDigit()) { in ParseIsoDateTime()
148 timeZone->SetHour(hourZone.GetValue()); in ParseIsoDateTime()
160 } else if (hourZone.IsFourDecimalDigit()) { in ParseIsoDateTime()
161 timeZone->SetHour(hourZone.GetValue() / JSDate::HUNDRED); in ParseIsoDateTime()
162 timeZone->SetMin(hourZone.GetValue() % JSDate::HUNDRED); in ParseIsoDateTime()

Completed in 2 milliseconds