On Thu, 2 Mar 2006, Grant Baillie wrote: > [Aside: At some point, we should make the repository reject datetime/time > values with a tzinfo of None, similar to other repository type checking]. I just added two new types to the core schema, TimeTZ and DateTimeTZ, which do not 'recognize' timezone less (naive) values. Andi..