DateTime object
jf
jf at aucuneadresse.fr
Fri Oct 29 07:15:32 EDT 2010
Hi,
I've a bug in my code and I'm trying de reproduce it.
To trace the bug I print arguments, and it produces this:
{'date': <DateTime '20091020T00:00:00' at 558d128>}
My question is: what is: <DateTime '20091020T00:00:00' at 558d128>?
I use mx.DateTime put if I print it I get:
<mx.DateTime.DateTime object for '2010-10-29 13:13:25.55' at 7f0bb54e1298>
So what kind of object <DateTime> is ?
Thanks.
More information about the Python-list
mailing list