Re: [Zope] Getting the epoch time as an integer
24 Jan
2000
24 Jan
'00
7:08 a.m.
J C Lawrence wrote How do I get the current time as the number of seconds since the Epoch?
ZopeTime().timeTime() from the canonical source: def timeTime(self): """Return the date/time as a floating-point number in UTC, in the format used by the python time module. Note that it is possible to create date/time values with DateTime that have no meaningful value to the time module.""" return self._t
9569
Age (days ago)
9569
Last active (days ago)
0 comments
1 participants
participants (1)
-
Anthony Baxter