Searched refs:DAYS_1970_TO_0000 (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ | ||
H A D | js_date.h | 59 static constexpr int DAYS_1970_TO_0000 = 719468; member |
H A D | js_date.cpp | 103 d += DAYS_1970_TO_0000; // shift from 1970-01-01 to 0000-03-01 |
Completed in 3 milliseconds