From 01f150f6cd25a648c2c9a3f0d373e61dcc6581cc Mon Sep 17 00:00:00 2001 From: Andreas Hubel Date: Fri, 30 Aug 2019 11:51:41 +0300 Subject: foss4g set timezone --- configs/conferences/foss4g-2019/config.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'configs/conferences') diff --git a/configs/conferences/foss4g-2019/config.php b/configs/conferences/foss4g-2019/config.php index f88562a..e238d8d 100644 --- a/configs/conferences/foss4g-2019/config.php +++ b/configs/conferences/foss4g-2019/config.php @@ -1,5 +1,8 @@ 0, + 'SIMULATE_OFFSET' => 3600, ); @@ -800,4 +803,5 @@ $CONFIG['TWITTER'] = array( ); +date_default_timezone_set($prev_tz); return $CONFIG; -- cgit v1.2.3