Peter K.H. Gragert writes:
> How do I set the time to Europe/Amsterdam summertime?
> For all pages???
> Struggling with php, got no solution yet ;-(
Add to config.php:
date_default_timezone_set('Europe/Amsterdam');
Will work for PHP 5.1 or newer.
Petko