HomeSort by relevance Sort by last modified time
    Searched refs:timeTuple (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
handlers.py 328 # get the time that this sequence started at and make it a TimeTuple
333 timeTuple = time.gmtime(t)
335 timeTuple = time.localtime(t)
336 dstThen = timeTuple[-1]
342 timeTuple = time.localtime(t + addend)
343 dfn = self.baseFilename + "." + time.strftime(self.suffix, timeTuple)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
handlers.py 328 # get the time that this sequence started at and make it a TimeTuple
333 timeTuple = time.gmtime(t)
335 timeTuple = time.localtime(t)
336 dstThen = timeTuple[-1]
342 timeTuple = time.localtime(t + addend)
343 dfn = self.baseFilename + "." + time.strftime(self.suffix, timeTuple)
    [all...]

Completed in 350 milliseconds