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