Example #1
0
 def __init__(self, log_node):
     LogObjectInfo.__init__(self, log_node)
     self.configuration = log_node.configuration()
     self.current_timestamp = time.time()
     self.tzinfo_range = get_tzinfo_range(LocalTZInfo,
                                          self.first_record['timestamp'],
                                          (self.last_record['timestamp']+
                                           LocalTZInfo.YEAR+
                                           LocalTZInfo.DAY+1))
     return
Example #2
0
 def get_tzinfo_range(self, start, end):
     return tzinfo.get_tzinfo_range(self._tzklass, start, end)
Example #3
0
 def get_tzinfo_range(self, start, end):
     return tzinfo.get_tzinfo_range(self._tzklass, start, end)