[zope2-tracker] [Bug 143543] Re: DateTime.strftime %Z value is blank
Jens Vagelpohl
143543 at bugs.launchpad.net
Tue Jul 27 13:42:03 EDT 2010
DateTime.strftime now defers to datetime.datetime.strftime for
rendering. A datetime.datetime object is constructed from the DateTime
object and has its strftime method called. The datetime.datetime object
gets no time zone information because it expects it as a datetime.tzinfo
instance, and right now I can't see a simple way to provide a suitable
instance.
** Changed in: datetime
Status: New => Confirmed
--
DateTime.strftime %Z value is blank
https://bugs.launchpad.net/bugs/143543
You received this bug notification because you are a member of Zope 2
Developers, which is the registrant for DateTime.
More information about the zope2-tracker
mailing list