Closed Ericmuc closed 8 years ago
The time zone is UTC, but with summer time = DST, what can I do? I tried already with htaccess with php_value date.timezone 'Europe/Berlin', but this don't work. Thanks, Eric
change UTC to Europe/Berlin there: https://github.com/hedii/php-crawler/blob/master/config/app.php#L55
Thanks, it works!
The time zone is UTC, but with summer time = DST, what can I do? I tried already with htaccess with php_value date.timezone 'Europe/Berlin', but this don't work. Thanks, Eric