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