Modify ↓
Opened 14 years ago
Closed 12 years ago
#7822 closed defect (fixed)
Timestamps are wrong due to change in Trac
Reported by: | anonymous | Owned by: | Daniel Atallah |
---|---|---|---|
Priority: | normal | Component: | PendingTicketPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
This plugin uses to_timestamp for the time when adding actions to the ticket_change table, but Trac uses microseconds now, so this is wrong and causes the changes to show up way in the past. The one call to to_timestamp should be changed to to_utimestamp.
Attachments (0)
Note: See
TracTickets for help on using
tickets.
Should be fixed in [12401].