[Zope] Re: ZopeTime

Evan Simpson evan@4-am.com
Mon, 06 Sep 1999 10:27:17 -0500


Note that you can convert standard epoch time values (such as Confera
"created" and "modified") or well-formatted date/time strings into
DateTime objects by passing them to "_.DateTime()".  Then you can apply
any of the zillions of formatting and datetime arithmetic operations to it
easily.  For example:

<dtml-var "_.DateTime(adatestring) + 5" fmt="%m/%d/%y">