Hi, ALL, I am reading data from the DB (mySQL) where the datetime field is stored as:
2012-12-12 23:59:59.099 When I retrieve this date I am successfully see under debugger the dateteime object with (2012, 12, 12, 23, 59, 59, 099) However as you can see from my previous post this date shows up incorrectly as: 2012-12-12 23:59:59.000099 Notice 3 extra 0's in the milliseconds field. How do I display this datetime object properly? Thank you.
-- https://mail.python.org/mailman/listinfo/python-list