[Zope-DB] Date Structures

Dieter Maurer dieter@handshake.de
Tue, 30 Oct 2001 23:30:53 +0100 (CET)


Lindstrom Greg - glinds writes:
 > I have started learning Zope and web design, and so far love what I see.  I
 > am creating a fairly simple web application to track activity of our
 > volunteer fire department and would to know where I could get
 > information/examples of what is available in various databases for Date/Time
 > structures? I am assuming there is a standard Date/Time data structure in
 > SQL? Is it accessible via Zope? Any links/books/tips you care to pass on
 > would be gratefully appreciated!
Unfortunalely, SQL does not standardize Date/Time types.
Each database vendor has its own solution....

But in Zope you should usually get "DateTime" objects....


Dieter