Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Demo/rpc/
Drpc.py171 _unix_epoch = -1 variable
183 global _unix_epoch
184 if _unix_epoch >= 0: return _unix_epoch
195 _unix_epoch = time.mktime((y, m, d, hh, mm, ss, 0, 0, 0))
196 print "Unix epoch:", time.ctime(_unix_epoch)
197 return _unix_epoch