[Zope] Re: System Date and time

Maik Jablonski maik.jablonski@uni-bielefeld.de
Wed, 26 Mar 2003 08:59:44 +0100


LIM TIENAIK wrote:
> Is it possible for zope to get the time and date of the system via dtml 
> or python script?

You can use: <dtml-var ZopeTime>

Have a look at Zope-Help -> Api-Reference -> DateTime for methods to 
format and manipulate DateTime-Objects.

-mj