How hard would it be to move these into DateTime? Or is there are reason they were not put there in the first place? Adrian... -- Adrian Hungate EMail: adrian@haqa.co.uk Web: http://www.haqa.co.uk ----- Original Message ----- From: "Magnus Heino" <magnus.heino@pleon.sigma.se> To: "Chris McDonough" <chrism@zope.com> Cc: <zope-dev@zope.org> Sent: Monday, July 15, 2002 2:19 PM Subject: Re: [Zope-dev] rfc1123_date
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?
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )