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

/haiku/src/system/libroot/os/
H A Dparsedate.cpp831 int nowYearInCentury = nowYear % 100; local
832 int nowCentury = 1900 + nowYear - nowYearInCentury;
840 if (nowYearInCentury + 10 < tm.tm_year % 100)

Completed in 38 milliseconds