aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin2018-05-25 10:45:16 +0200
committerDaniel Molkentin2018-05-25 10:45:16 +0200
commitdcd890a1b83dde2b4d715e1cc1ae862b95efb829 (patch)
tree15887a585dea8587e55b3d939295f3f8ba98407e
parentd0442319e40a7be2e30d2391eeb9df4b356f8b58 (diff)
Fix offset
-rw-r--r--configs/conferences/osc18/config.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/conferences/osc18/config.php b/configs/conferences/osc18/config.php
index a129517..6a19fb2 100644
--- a/configs/conferences/osc18/config.php
+++ b/configs/conferences/osc18/config.php
@@ -427,6 +427,7 @@ $CONFIG['SCHEDULE'] = array(
* Konferenz-Datum 2014-12-29 auf den heutigen Tag 2015-02-24 verschoben ist.
*/
//'SIMULATE_OFFSET' => strtotime(/* Conference-Date */ '2016-05-21') - strtotime(/* Today */ '2016-05-19'),
+ 'SIMULATE_OFFSET' => 3600*2,
);
/**