Home
last modified time | relevance | path

Searched refs:EPOCH_YEAR (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Time/
Dtzfile.h134 #define EPOCH_YEAR 1970 macro
DTime.c157 y = EPOCH_YEAR; in timesub()
308 else if (yourtm.tm_year + TM_YEAR_BASE < EPOCH_YEAR) { in time2sub()
DZoneProc.c641 sp->timecnt = 2 * (2037 - EPOCH_YEAR + 1); in tzparse()
653 for (year = EPOCH_YEAR; year <= 2037; ++year) { in tzparse()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dcookielib.py71 EPOCH_YEAR = 1970 variable
74 if ((year >= EPOCH_YEAR) and (1 <= month <= 12) and (1 <= mday <= 31) and