diff options
| author | Daniel Molkentin | 2017-05-28 14:42:00 +0200 | 
|---|---|---|
| committer | Daniel Molkentin | 2017-05-28 14:42:00 +0200 | 
| commit | 7a914057eb0b27ca1c391aec513d64d3dfaf1005 (patch) | |
| tree | 3bb92db712dc76fc321d8fdcb589092237ad3402 /configs/conferences | |
| parent | 8306192671bd83057d33869b7bf64da707d56971 (diff) | |
osc17: fix time offset
Diffstat (limited to 'configs/conferences')
| -rw-r--r-- | configs/conferences/osc17/config.php | 2 | 
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,  );  /** | 
