My site was a bit slow – I think it was because of a server update. When I turned on the WordPress debugging, I did get a timezone error from EasyReservations. The timezone is set in WordPress (UTC+1) and I even put this code in functions.php:
function easyreservations_set_default_time(){
date_default_timezone_set('Europe/Amsterdam');
}
add_action('init', 'easyreservations_set_default_time');
How can this be fixed? Or should EasyReservations work perfectly despite this?
Notice: date_default_timezone_set() [function.date-default-timezone-set]: Timezone ID ” is invalid in C:\domains\frontseatserver.com\subdomeinen\its\wwwroot\sameninvogtland\wp-content\plugins\easyreservations\easyReservations.php on line 489