Home | History | Annotate | Download | only in python2.7

Lines Matching refs:EPOCH_YEAR

71 EPOCH_YEAR = 1970
74 if ((year >= EPOCH_YEAR) and (1 <= month <= 12) and (1 <= mday <= 31) and