20 Nov
2004
20 Nov
'04
8:52 p.m.
Quoting Dieter Maurer <dieter@handshake.de>:
d.j.potts@bcs.org.uk wrote at 2004-11-19 22:40 +0000:
I'm just learning Zope and have just stumbled over the ZopeTime object. I can't seem to find a list of objects like ZopeTime that are globally available. Can someone point me at any docs please?
"ZopeTime" is a method of "OFS.Application.Application" and behaves like a "DateTime" factory (constructor).
"DateTime" is documented in ".../DateTime/DateTime.txt".
Ok I think I get it: acquisition gets me up to an Application object who's ZopeTime is returned. So by the same reasoning I can get title_and_id, ZopeAttributionButton etc. Are there classes other than Application that are picked up by acquisition? Cheers, Dave.