Searched refs:START_YEAR (Results 1 – 3 of 3) sorted by relevance
27 int START_YEAR = 1900; in FormatDate() local29 int year = START_YEAR + ltm->tm_year; in FormatDate()
40 constexpr uint32_t START_YEAR = 1900; variable191 newTime.tm_year = ((modifiedDate >> TM_YEAR_BITS) & 0x7f) + START_YEAR; in GetRawFileLastModTime()
31 constexpr uint32_t START_YEAR = 1900; variable673 …newTime.tm_year = ((modifiedDate >> TM_YEAR_BITS) & 0x7f) + START_YEAR; // 年,tm_year为int临时变量减去1900。 in CombineTimeAndDate()