Ejemplo n.º 1
0
 def get_date(self, short=False):
   return api.friendly_format(self.timestamp, short=short).split(' at ')[0]
Ejemplo n.º 2
0
 def get_date(self, short=False):
     return api.friendly_format(self.timestamp,
                                short=short).split(' at ')[0]
Ejemplo n.º 3
0
 def time(self):
   return api.friendly_format(self.timestamp, short=True).split(' at ')[-1]
Ejemplo n.º 4
0
 def time(self):
     return api.friendly_format(self.timestamp,
                                short=True).split(' at ')[-1]