Dylan Reinhardt wrote: > To fix this, convert the string to a date using strptime(). If you're > on Win32, you may not have strptime() and may need to find one of the > many third party implementations available online. Urm? Zope has the DateTime class for this: x = DateTime('2000/12/01') cheers, Chris