[Zope] Time Precision in Zope

Shane Hathaway shane@digicool.com
Wed, 19 Jul 2000 22:08:51 -0400


Kelvin Cheong wrote:
> Is there a way i can grab the time value on my current system that Zope is
> running on with a MILLISECOND precision?

Works on 2.2.0:

<dtml-var expr="_.DateTime().millis()">

Shane