
Feb. 26, 2002
4:38 p.m.
Guido van Rossum wrote:
What does a database app with the resulting tuple?
It puts the values into struct fields for year, month, day, etc. (Databases usually avoid using Unix ticks since these cause the known problems with dates prior to 1970)
Hm, I thought that databases have their own date/time types? Aren't these used?
At C level, interfacing is usually done using structs (ISO SQL/CLI defines these). -- Marc-Andre Lemburg CEO eGenix.com Software GmbH ______________________________________________________________________ Company & Consulting: http://www.egenix.com/ Python Software: http://www.egenix.com/files/python/