def getCreationDate(self): if not isTimezoneAware(self._creationDate): self._creationDate = setAdjustedDate(self._creationDate, tz = 'UTC') return self._creationDate
def getCreationDate(self): if not isTimezoneAware(self._creationDate): self._creationDate = setAdjustedDate(self._creationDate, tz='UTC') return self._creationDate