Home | History | Annotate | Download | only in logging

Lines Matching refs:utc

170     def __init__(self, filename, when='h', interval=1, backupCount=0, encoding=None, delay=False, utc=False):
174 self.utc = utc
237 if self.utc:
271 if not self.utc:
334 if self.utc:
360 if (self.when == 'MIDNIGHT' or self.when.startswith('W')) and not self.utc: