[Zope] zopetime behaviour

2011-09-20 Thread Richard Harley
Hi all I hope I'm not missing something obvious here. ZopeTime is gaining two hours when it's string formatted. * thistime = context.ZopeTime().strftime(%Y/%m/%d %H:%M:%S) print ZopeTime: print context.ZopeTime() print String formatted ZopeTime: print thistime * The output is this:*

Re: [Zope] zopetime behaviour

2011-09-20 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Because of the time zone? strftime() formats the DateTime instance according to local time. - -aj Richard Harley wrote: Hi all I hope I'm not missing something obvious here. ZopeTime is gaining two hours when it's string formatted. * thistime =

[Zope-Checkins] SVN: Zope/trunk/src/OFS/misc_.py PEP8.

2011-09-20 Thread Tres Seaver
Log message for revision 122859: PEP8. Changed: U Zope/trunk/src/OFS/misc_.py -=- Modified: Zope/trunk/src/OFS/misc_.py === --- Zope/trunk/src/OFS/misc_.py 2011-09-20 15:19:58 UTC (rev 122858) +++ Zope/trunk/src/OFS/misc_.py

[Zope-dev] zope-tests - FAILED: 17, OK: 30, UNKNOWN: 1

2011-09-20 Thread Zope tests summarizer
This is the summary for test reports received on the zope-tests list between 2011-09-19 00:00:00 UTC and 2011-09-20 00:00:00 UTC: See the footnotes for test reports of unsuccessful builds. An up-to date view of the builders is also available in our buildbot documentation:

[ZWeb] www.zope.org accounts for submitting ssh keys

2011-09-20 Thread Patrick Gerken
Hi, I initially failed to submit a new ssh key for commit access, because I didn't remember my password on the old zope.org site. Tres helpfully reminded me that I can still access the old zope.org on old.zope.org. I updated the developer docs for new developers who want to become submitter, but

Re: [ZWeb] www.zope.org accounts for submitting ssh keys

2011-09-20 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Patrick Gerken wrote: Hi, I initially failed to submit a new ssh key for commit access, because I didn't remember my password on the old zope.org site. Tres helpfully reminded me that I can still access the old zope.org on old.zope.org. I

Re: [Zope-CMF] [dev] CatalogTool as utility

2011-09-20 Thread yuppie
Hi Hanno! Hanno Schlichting wrote: On Mon, Sep 19, 2011 at 3:56 PM, yuppiey.2011-E2EsyBC0hj3+aS/vkh9...@public.gmane.org wrote: But with zope.globalrequest we can avoid modifying the API. So if it is fine to smuggle a zope.globalrequest dependency in Zope 2.13, that might be the better