I cannot save a specific datetime value in mysql database

when i try to update an item i get this error :

IlluminateDatabaseQueryException
SQLSTATE[22007]: Invalid datetime format: 1292 Incorrect datetime value: ‘2023-03-26 02:36:24’ for column ‘posted_at’ at row 1 (SQL: update table_name set posted_at = 2023-03-26 02:36:24, table_name.updated_at = 2023-11-16 10:14:52 where id = 934579)

Column type is timestamp and it’s casted as datetime, never had this issue before, only this value is crashing.

I tried nothing because its a normal datetime string.