Hi, i have a short basic question about ZopeTime() or generally a basic python question about something like "BlaBla()" I have troubles with this function(?) so i grep-ed the source for it but i cannot find the definition. So i doubt my view of the nature of it: Is it a function (def ZopeTime(bla=None)), apparently not, but what is it? An attribute? Florian -- Florian Konnertz --- http://www.florian-konnertz.de http://openspirit.homelinux.net/noowiki/FrontPage Improved ZWiki about all topics, especially consciousness research and wisdom traditions
Florian Konnertz wrote:
Hi, i have a short basic question about ZopeTime() or generally a basic python question about something like "BlaBla()"
I have troubles with this function(?) so i grep-ed the source for it but i cannot find the definition. So i doubt my view of the nature of it: Is it a function (def ZopeTime(bla=None)), apparently not, but what is it? An attribute?
Ok, the question was solved by Dieters answer to my recent posting. No more help needed on this posting. Florian -- Florian Konnertz --- http://www.florian-konnertz.de http://openspirit.homelinux.net/noowiki/FrontPage Improved ZWiki about all topics, especially consciousness research and wisdom traditions
ZopeTime() returns a DateTime instance. Check the DateTime API for details. -aj --On Mittwoch, 12. März 2003 00:52 +0100 Florian Konnertz <florian.konnertz@web.de> wrote:
Hi, i have a short basic question about ZopeTime() or generally a basic python question about something like "BlaBla()"
I have troubles with this function(?) so i grep-ed the source for it but i cannot find the definition. So i doubt my view of the nature of it: Is it a function (def ZopeTime(bla=None)), apparently not, but what is it? An attribute?
Florian
-- Florian Konnertz --- http://www.florian-konnertz.de http://openspirit.homelinux.net/noowiki/FrontPage Improved ZWiki about all topics, especially consciousness research and wisdom traditions
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
-- --------------------------------------------------------------------- - Andreas Jung http://www.andreas-jung.com - - EMail: andreas at andreas-jung.com - - "Life is too short to (re)write parsers" - ---------------------------------------------------------------------
Andreas Jung wrote:
ZopeTime() returns a DateTime instance. Check the DateTime API for details.
-aj
Thanks, Andreas for the info. (I hope i'll get my ZopeTime object back soon!!) Florian -- Florian Konnertz --- http://www.florian-konnertz.de http://openspirit.homelinux.net/noowiki/FrontPage Improved ZWiki about all topics, especially consciousness research and wisdom traditions
participants (2)
-
Andreas Jung -
Florian Konnertz