Lines Matching full:tzname
1085 .. method:: datetime.tzname()
1088 ``self.tzinfo.tzname(self)``, raises an exception if the latter doesn't return
1328 ... def tzname(self,dt):
1343 ... def tzname(self,dt):
1576 .. method:: time.tzname()
1579 ``self.tzinfo.tzname(None)``, or raises an exception if the latter doesn't
1591 ... def tzname(self,dt):
1602 >>> t.tzname()
1711 .. method:: tzinfo.tzname(dt)
1723 The default implementation of :meth:`tzname` raises :exc:`NotImplementedError`.
1811 ... print(u.time(), 'UTC =', t.time(), t.tzname())
1834 ... print(u.time(), 'UTC =', t.time(), t.tzname(), t.fold)
1889 will be used as the value returned by the :meth:`datetime.tzname` method.
1900 .. method:: timezone.tzname(dt)
1904 name returned by ``tzname(dt)`` is generated from the value of the
2145 If :meth:`tzname` returns ``None``, ``%Z`` is replaced by an empty