[Zope] DateTime().Time() gets Insufficient Privileges error, why?

Jens Vagelpohl jens at dataflake.org
Thu Dec 29 05:57:08 EST 2005


On 29 Dec 2005, at 04:53, Jamie O'Keefe wrote:

> I am trying to get the latest time in a Python Script.
>
> I declare:
>
>    from DateTime.DateTime import DateTime
>
> But when I run:
>
>    t = DateTime().latestTime()
>
> or
>
>    t = DateTime().Time()
>
> I always get an Insufficient Privileges error.

Instead of trying to import DateTime just call ZopeTime on your  
context, which will give you back a DateTime object, like so:

t = context.ZopeTime().latestTime()

jens



More information about the Zope mailing list