def created_iso_format(self):
     return utils.datetime_iso_format(self.created)
Beispiel #2
0
 def review_date_iso_format(self):
     return datetime_iso_format(self.review_date)