aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/osc17/config.php
diff options
context:
space:
mode:
authorDaniel Molkentin2017-05-28 14:42:00 +0200
committerDaniel Molkentin2017-05-28 14:42:00 +0200
commit7a914057eb0b27ca1c391aec513d64d3dfaf1005 (patch)
tree3bb92db712dc76fc321d8fdcb589092237ad3402 /configs/conferences/osc17/config.php
parent8306192671bd83057d33869b7bf64da707d56971 (diff)
osc17: fix time offset
Diffstat (limited to 'configs/conferences/osc17/config.php')
-rw-r--r--configs/conferences/osc17/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/osc17/config.php b/configs/conferences/osc17/config.php
index 8017919..b45ae15 100644
--- a/configs/conferences/osc17/config.php
+++ b/configs/conferences/osc17/config.php
@@ -404,7 +404,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' => 0,
+ 'SIMULATE_OFFSET' => 3600*2,
);
/**