You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have seen a bug where the date is wrong. All other dates in the system before and after seem fine except this one entry and I don't know what could have caused it.
The first image is my reply to a customer, and then they replayed back a few days later, but for some reason the sysem has set the date to Dec 29th 2025.
This is the email from the actual mailbox itself.
I have other support requests from both before and after this occured which are all correct.
PHP version: 8.2.20
FreeScout version: 1.8.157
Database: MySQL (MariaDB)
Are you using CloudFlare: No
Are you using non-official modules: No
The text was updated successfully, but these errors were encountered:
We had the same problem. The issue is the difference between lowercase and uppercase "y"/"Y" in date format string on change of year. Seems to be only a display issue.
For carbon uppercase Y is year of calendar week which leads to the issue.
Ah yes, I have also found it in other places in the interface like on the spam filter list:
I think it appears on any tables where there is a date column of some sort as I'm also seeing it on "sent", "mine" etc
Hi,
I have seen a bug where the date is wrong. All other dates in the system before and after seem fine except this one entry and I don't know what could have caused it.
The first image is my reply to a customer, and then they replayed back a few days later, but for some reason the sysem has set the date to Dec 29th 2025.
This is the email from the actual mailbox itself.
I have other support requests from both before and after this occured which are all correct.
PHP version: 8.2.20
FreeScout version: 1.8.157
Database: MySQL (MariaDB)
Are you using CloudFlare: No
Are you using non-official modules: No
The text was updated successfully, but these errors were encountered: