Home
last modified time | relevance | path

Searched refs:START_YEAR (Results 1 – 3 of 3) sorted by relevance

/base/telephony/telephony_data/common/include/
Dtime_util.h27 int START_YEAR = 1900; in FormatDate() local
29 int year = START_YEAR + ltm->tm_year; in FormatDate()
/base/web/webview/ohos_adapter/ohos_resource_adapter/src/
Dohos_resource_adapter_impl.cpp40 constexpr uint32_t START_YEAR = 1900; variable
191 newTime.tm_year = ((modifiedDate >> TM_YEAR_BITS) & 0x7f) + START_YEAR; in GetRawFileLastModTime()
/base/update/updater/services/package/pkg_package/
Dpkg_zipfile.cpp31 constexpr uint32_t START_YEAR = 1900; variable
673 …newTime.tm_year = ((modifiedDate >> TM_YEAR_BITS) & 0x7f) + START_YEAR; // 年,tm_year为int临时变量减去1900。 in CombineTimeAndDate()