Home
last modified time | relevance | path

Searched defs:EPOCH (Results 1 – 8 of 8) sorted by relevance

/external/python/google-api-python-client/googleapiclient/discovery_cache/
Dfile_cache.py49 EPOCH = datetime.datetime.utcfromtimestamp(0) variable
/external/conscrypt/common/src/jni/main/include/conscrypt/
Dcompat.h93 static const uint64_t EPOCH = ((uint64_t)116444736000000000ULL); in gettimeofday() local
/external/fonttools/Lib/fontTools/ufoLib/
Dutils.py35 EPOCH = datetime.fromtimestamp(0, tz=utc) variable
/external/python/google-api-python-client/googleapiclient/
Dchannel.py83 EPOCH = datetime.datetime.utcfromtimestamp(0) variable
/external/scapy/scapy/
Ddata.py111 EPOCH = time.mktime((1970, 1, 2, 0, 0, 0, 3, 1, 0))-86400 variable
/external/python/cpython2/Lib/
Dcalendar.py607 EPOCH = 1970 variable
/external/python/cpython3/Lib/
Dcalendar.py651 EPOCH = 1970 variable
/external/python/dateutil/dateutil/tz/
Dtz.py32 EPOCH = datetime.datetime.utcfromtimestamp(0) variable