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:
331 if self.utc:
355 if (self.when == 'MIDNIGHT' or self.when.startswith('W')) and not self.utc: