예제 #1
0
파일: models.py 프로젝트: gimler/techism2
 def get_date_time_end_cet(self):
     "Gets the 'End' date/time in CET/CEST."
     return utils.utc_to_cet(self.date_time_end);
예제 #2
0
파일: models.py 프로젝트: gimler/techism2
 def get_date_time_begin_cet(self):
     "Gets the 'Begin' date/time in CET/CEST."
     return utils.utc_to_cet(self.date_time_begin);