23 Jul
2002
23 Jul
'02
9:54 p.m.
You are probably on the wrong list. Redirected to "zope@zope.org". Sebastian Sippl writes:
Is it possible, that on my zope server the ZopeTime() module is missing ? If yes, how do i get it installed ? "ZopeTime" is not a module but a method of the "Application" object. It is not missing.
From ZPT, you would access it as "here/ZopeTime", from Python Script as "container.ZopeTime()".
Dieter