Home | History | Annotate | Download | only in logging

Lines Matching refs:timeTuple

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)