def noon(self, subtree):
if('timestamp' not in self.dictionary):
self.dictionary['timestamp'] = mktime(dt.today().timetuple())
self.dictionary['timestamp'] += 12 * 3600
self.dictionary['hours'] = '12'
文章目录