示例#1
0
文件: news.py 项目: NIIF/indico
 def getCreationDate(self):
     if not isTimezoneAware(self._creationDate):
         self._creationDate = setAdjustedDate(self._creationDate, tz = 'UTC')
     return self._creationDate
示例#2
0
 def getCreationDate(self):
     if not isTimezoneAware(self._creationDate):
         self._creationDate = setAdjustedDate(self._creationDate, tz='UTC')
     return self._creationDate