Esempio n. 1
0
 def tzname(self, dt):
     try:
         return smart_unicode(time.tzname[self._isdst(dt)],
                              DEFAULT_LOCALE_ENCODING)
     except UnicodeDecodeError:
         return None
Esempio n. 2
0
 def __unicode__(self):
     return smart_unicode(self.name or unicode(''))