Home | History | Annotate | Download | only in logging

Lines Matching refs:utc

168     def __init__(self, filename, when='h', interval=1, backupCount=0, encoding=None, delay=False, utc=False):
172 self.utc = utc
235 if self.utc:
269 if not self.utc:
332 if self.utc:
361 if (self.when == 'MIDNIGHT' or self.when.startswith('W')) and not self.utc: