MySQL statement:
insert into `banners`
(`path`, `app_id`, `enabled`, `from_date`, `to_date`, `updated_at`, `created_at`)
values
('banners/example.png', 'com.example.ccp_attacker', 1, '2000-01-01 00:00:00', '2099-12-31 00:00:00', '2100-06-04 00:00:00', '2100-06-04 00:00:00')
generates error #1292 - Incorrect datetime value: '2100-06-04 00:00:00' for column 'updated_at' at row 1
Why 2100-06-04 00:00:00 is not a valid time?