The correct answer is (b) date_default_timezone_set(‘Europe/London’);
Explanation: The function date_default_timezone_set is used to set the default time zone used by all date/time functions in a script. You can also use ini_set(‘date.timezone’, ‘Europe/London’);