Active
Project:
Admin Notes
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Jan 2013 at 00:05 UTC
Updated:
22 Jan 2013 at 00:05 UTC
The timestamp column's type is mediumint which only stores integers up to 8388607 causing the date to display improperly on the report page.
Workaround through SQL:
ALTER TABLE admin_notes MODIFY timestamp INT(11);