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

/haiku/src/system/libroot/os/
H A Dparsedate.cpp770 int nowYear = -1; local
775 nowYear = tm.tm_year;
826 if (nowYear < 0) {
829 nowYear = tmNow.tm_year;
831 int nowYearInCentury = nowYear % 100;
832 int nowCentury = 1900 + nowYear - nowYearInCentury;

Completed in 40 milliseconds