Searched refs:DAYS_1970_TO_0000 (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ | ||
D | js_date.h | 53 static constexpr int DAYS_1970_TO_0000 = 719468; variable |
D | js_date.cpp | 99 …d += DAYS_1970_TO_0000; // shift from 1970-01-01 to … in GetYearFromDays() |