From 2ca86eb7d2381b112c755f57d00d3da1a3be554d Mon Sep 17 00:00:00 2001 From: Markus Koch Date: Thu, 2 Jan 2020 22:44:58 +0100 Subject: [PATCH] des: Set default timezone to Europe/Berlin --- shared.php | 1 + 1 file changed, 1 insertion(+) diff --git a/shared.php b/shared.php index 056843d..0fedd59 100644 --- a/shared.php +++ b/shared.php @@ -29,6 +29,7 @@ $blogDirs = array("2017"); + date_default_timezone_set('Europe/Berlin'); function opted_in($identifier) { global $optin;