On Mon November 7 2005 12:15 pm, Ron Bickers wrote:
> dt = DateTime('2005/04/03 02:01 GMT').toZone('GMT-4')
> '%s/%s/%s %s:%s %s' % (dt.year(), dt.month(), dt.day(),
> dt.hour(), dt.minute, dt.timezone())
> '%s/%s/%s %s:%s:%s %s' % (dt.parts())
Uh... you'll probably need to change the format string to suit your needs of
leading zeros and such, but you get the idea.
--
Ron
_______________________________________________
Zope maillist - [email protected]
http://mail.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )