[Zope] Newbie question : ZopeTime & permissions
Dieter Maurer
dieter@handshake.de
Sun, 8 Oct 2000 15:45:54 +0200 (CEST)
Aaron Straup Cope writes:
> My problem is that I can't seem to figure out, specifically, which
> permissions to give a user that will allow them to read ZopeTime().
Strange...
"DateTime.DateTime" objects (and therefore "ZopeTime") are
explicitely unprotected (and can be used by everyone).
I tried your example as "Anonymous" (Zope 2.2.2) and
it worked as expected (i.e. no NameError).
Dieter