Ticket #490 (closed defect: fixed)
Missing microseconds in datetime objects
| Reported by: | thijs | Owned by: | nick |
|---|---|---|---|
| Priority: | major | Milestone: | 0.4.2 |
| Component: | Utility | Version: | 0.4.1 |
| Keywords: | Cc: | derek.payton@… | |
| Fixed in revision: | Branch: | pyamf/branches/datetime-microseconds-490 | |
| Author: | dmpayton |
Description
When testing with the attached client it prints:
in: 2009-03-06 18:46:36.913483 out: 2009-03-06 18:46:36
When applying the attached patch it prints the correct datetime:
in: 2009-03-07 16:26:48.664044 out: 2009-03-07 16:26:48.664044
Reported on the mailinglist by Derek Payton.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.



