Exemplo n.º 1
0
 def date(self):
     return to_datetime(self.meta.get('date'))
Exemplo n.º 2
0
 def date(self):
     return to_datetime(self.meta.get('date'))
Exemplo n.º 3
0
 def date(self):
     return to_datetime(self.meta.get("date"))
Exemplo n.º 4
0
 def date(self):
     date = self.meta.get('date', None)
     if date:
         return to_datetime(date)
     return None