Time-handling updates. New load order is:
mxdatetime (wrapper around mx.DateTime) pytimes (wrapper around Python-2.3+ datetime) stringtimes (minimal string implementation)
The logic is, if you're running Python-2.3 and are have mx.Datetime, you probably want to use that instead of datetime.
Authored by: adustman 2003-11-23
Parent: [r286]
Child: [r288]