[Zope-dev] rfc1123_date
Magnus Heino
magnus.heino@pleon.sigma.se
Mon, 15 Jul 2002 15:19:26 +0200
Thats how I solved it. Seems a bit weird though to put date methods like
iso8601_date, rfc1123_date and rfc850_date in App.Common, when DateTime
already has method like that, like rfc822.
/Magnus
> You could use ModuleSecurityInfo (see Zope Developer's Guide), you
> could use an External Method, or you could write your own product.
>
>
>>Why is rfc1123_date a method in App.Common, and not a method on
>>DateTime.DateTime?
>>
>>How am I supposed to use it from dtml/zpt?