perhaps check your DB default-time-zone,
Check current db clock
SELECT NOW();
SELECT @@global.time_zone;
then check config
/etc/my.cnf
default-time-zone='Europe/Warsaw'
https://dev.mysql.com/doc/refman/5.5/en/time-zone-support.html
You might need to restart