Kunena Forum - Forum / Bulletin Board / Discussions component for Joomla - This is the 6.x/5.x main development branch. Please do not open issues regarding earlier versions of Kunena
When listing messages or topics in trashbin, it would show bogus timestamps because the UNIX timestamp was not converted properly.
Testing Instructions
Delete message to trashbin, Check out the original creation time, compare with time shown in trashbin.
Before this patch it was different, the message in the trashbin would show a timestamp on the same day, but a different time.
After applying the patch it shows correctly.
Summary of Changes
When listing messages or topics in trashbin, it would show bogus timestamps because the UNIX timestamp was not converted properly.
Testing Instructions
Delete message to trashbin, Check out the original creation time, compare with time shown in trashbin. Before this patch it was different, the message in the trashbin would show a timestamp on the same day, but a different time. After applying the patch it shows correctly.