-1

As the title suggests, i'm unable to insert this timestamp specificly into the database. The date is valid, why doesn't it insert? The error I'm getting is: Warning: #1299 Invalid TIMESTAMP value in column

PaaPs
  • 373
  • 1
  • 4
  • 18

1 Answers1

0

It's probably because of the Daylight Savings Time (25th march this year), maybe this can help MySQL datetime fields and daylight savings time -- how do I reference the "extra" hour?