hedii / php-crawler

A php crawler that finds emails on the internets
MIT License
134 stars 65 forks source link

The start time is shown with "2 hours ago" #16

Closed Ericmuc closed 8 years ago

Ericmuc commented 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

hedii commented 8 years ago

change UTC to Europe/Berlin there: https://github.com/hedii/php-crawler/blob/master/config/app.php#L55

Ericmuc commented 8 years ago

Thanks, it works!