Since 5.3 PHP claims warnings if no script timezone is set because it is not safe to rely on system settings. You should add something like: date_default_timezone_set('Europe/Berlin'); to the configuratiion