Home
last modified time | relevance | path

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

/external/python/cpython2/Demo/pdist/
Dcvslib.py140 dates = gmctime(self.ectime) + ' ' + \
141 gmctime(self.emtime)
159 r("lctime", gmctime)
160 r("lmtime", gmctime)
165 r("ectime", gmctime)
166 r("emtime", gmctime)
335 def gmctime(t): function