Re: [Zope] Dates off by one day

2006-02-25 Thread Kevin Carlson
displayed correctly (although before passing to strftime both return the same date in Zope). Did the implementation of strftime change in regards to how it renders dates that are passed in different formats? Thanks, Kevin Andrew Milton wrote: +---[ Kevin Carlson

[Zope] Dates off by one day

2006-02-24 Thread Kevin Carlson
Recently moved to a new server farm and am having a problem with dates from MySQL that are rendered using strftime. The date in MySQL is correct (e.g. 2005-01-22) but if the date is rendered with strftime the date displayed is one day earlier (e.g., 2005-01-21). MySQL and Zope are on separate

Re: [Zope] POSKeyError nightmare

2005-10-10 Thread Kevin Carlson
g helpful. Can you help me out? Thanks, Kevin Dieter Maurer wrote: Kevin Carlson wrote at 2005-9-24 22:28 -0400: ... File "/opt/Zope-2.7/lib/python/Products/ZCatalog/Lazy.py", line 138, in __init__ else: self._len = len(seq) File "/opt/Zope-2.7/lib/python/ZODB/Connection.p

[Zope] POSKeyError nightmare

2005-09-24 Thread Kevin Carlson
Hi all, Rather large message with tracebacks and all -- any help is greatly appreciated... I have tried to rid a large Zope DB of a POSKeyError to no avail. I have tried the method that traverses the folder which contains the offending object using try/except to catch the POSKeyError, but e

[Zope] POSKeyError nightmare

2005-09-24 Thread Kevin Carlson
Hi all, Rather large message with tracebacks and all -- any help is greatly appreciated... I have tried to rid a large Zope DB of a POSKeyError to no avail. I have tried the method that traverses the folder which contains the offending object using try/except to catch the POSKeyError, but e