Re: [Zope-dev] re: DateTime stftime and TAI based timezone is broken or is it?

2003-12-02 Thread Chris McDonough
Gurg. If there is such a beast, I never saw it... you may just want to add it directly. On Mon, 2003-12-01 at 16:45, Brad Clements wrote: > I think adding right/EST5EDT tzfile info to DateTimeZone.py might solve my problem. > > Can someone email me the .py script used to create the DateTimeZone

Re: [Zope-dev] New-style ExtensionClass , maybe stupid question...

2003-12-02 Thread Romain Slootmaekers
Yo, this maybe a stupid question, and totally off topic, but ... will the new type extension class avoid the problems related with mixin classes not extending ExtensionClass.Base? (for explanation and workaround see the thread http://mail.zope.org/pipermail/zope/2002-June/116094.html ) Romain S

[Zope-dev] Information on ZpdfDocument and Zpdf

2003-12-02 Thread Asad Habib
Hello. I am looking for extensive documentation on both ZpdfDocument and Zpdf. I checked out www.zope.org but did not find anything substantial on these products. Your help would be greatly appreciated. Thanks. -Asad __ Do you Yahoo!? Free Pop-Up Blocker - Get it n

[Zope-dev] how can I set the time stamp of an object

2003-12-02 Thread robert
Hi there, I would like to set the last modified time of a object that I read from a file to the modification time of that file. Can anybody please give me a hint or a piece of code how to do that? thanks Robert -- mit freundlichen Grüssen Robert Rottermann www.redCOR.ch __

Re: [Zope-dev] re: DateTime stftime and TAI based timezone is broken or is it?

2003-12-02 Thread Brad Clements
Perhaps there's a .c file kicking around somewhere that extracts data from tzfile. Anyone remember? I checked csv and can't find it. On 2 Dec 2003 at 7:54, Chris McDonough wrote: > Gurg. If there is such a beast, I never saw it... you may just want to > add it directly. > > On Mon, 2003-12-0

[Zope-dev] Help to find URL logs in Zope

2003-12-02 Thread MAHAUT Dany
Hi, can you give us an explanation in order to trace URL logs in Zope on linux debian ? We’d like to retrieve the percentage of utilization of our different web sites. Best regards, ___   Dany MAHAUT - Responsable d'Application Groupe EDHEC - Direction

[Zope-dev] Re: [Zope] Help to find URL logs in Zope

2003-12-02 Thread Andreas Jung
webalizer, analog -> var/Z2.log (google for more informations -> FAQ). -aj --On Dienstag, 2. Dezember 2003 16:23 Uhr +0100 MAHAUT Dany <[EMAIL PROTECTED]> wrote: Hi, can you give us an explanation in order to trace URL logs in Zope on linux debian ? We'd like to retrieve the percentage of utili

Re: [Zope-dev] how can I set the time stamp of an object

2003-12-02 Thread Stefan H. Holek
Hi Robert! You can/should not muck with bobobase_modification_time. CMF 1.4 however has this in DublinCore: setModificationDate(self, modification_date=None) Stefan --On Dienstag, 02. Dezember 2003 15:58 +0100 robert <[EMAIL PROTECTED]> wrote: Hi there, I would like to set the last modified

Re: [Zope-dev] how can I set the time stamp of an object

2003-12-02 Thread robert
Härzleche Dank us Bärn Robert Am Dienstag, 2. Dezember 2003 17:36 schrieb Stefan H. Holek: > Hi Robert! > > You can/should not muck with bobobase_modification_time. CMF 1.4 however > has this in DublinCore: > > setModificationDate(self, modification_date=None) > > Stefan > > > --On Dienstag, 02. De

Re: [Zope-dev] DateTime stftime and TAI based timezone is broken or is it?

2003-12-02 Thread Jamie Heilman
Brad Clements wrote: > Yesterday I switched my Linux machines to use clockspeed 0.62 and > therefore had to switch to the right/EST5EDT timezone. > > Today my client calls rather upset that lots of data has disappeared > from his database, etc.. Interesting, I've been using right/US/Pacific mysel

[Zope-dev] DCWorkflow duplicated?

2003-12-02 Thread Dorneles Treméa
Hi there, I noticed we've two 'trees' for DCWorkflow: - http://cvs.zope.org/Products/DCWorkflow - http://cvs.zope.org/CMF/DCWorkflow The current diff between HEAD of the two versions are attached, the changes are minimal. I've looking for the reasons of split, but I don't found anything related..