CakePHP stores 2024-12-30 as 2025-12-30 in MariaDB, but 2024-12-29 works correctly
I am working on a CakePHP application where I save dates into a MariaDB database. The absent_date
field is of type DATE
. However, I’ve encountered a peculiar issue:
CakePHP stores 2024-12-30 as 2025-12-30 in MariaDB, but 2024-12-29 works correctly
I am working on a CakePHP application where I save dates into a MariaDB database. The absent_date
field is of type DATE
. However, I’ve encountered a peculiar issue:
CakePHP stores 2024-12-30 as 2025-12-30 in MariaDB, but 2024-12-29 works correctly
I am working on a CakePHP application where I save dates into a MariaDB database. The absent_date
field is of type DATE
. However, I’ve encountered a peculiar issue: