aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorAndreas Hubel2019-02-22 18:36:45 +0100
committerAndreas Hubel2019-02-22 18:36:45 +0100
commite2f9804d76ac6bda3a9ea22b09e450df83786b58 (patch)
tree7ae2689dbf66149a44c866d5931523e3a0953923 /configs
parent1e6aebb00a29220182832630cf88e48182b835be (diff)
fix start time
Diffstat (limited to '')
-rw-r--r--configs/conferences/vsh/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/vsh/config.php b/configs/conferences/vsh/config.php
index ebb3244..72e8c2d 100644
--- a/configs/conferences/vsh/config.php
+++ b/configs/conferences/vsh/config.php
@@ -8,7 +8,7 @@ $CONFIG['CONFERENCE'] = array(
* Wird dieser Zeitpunkt nicht angegeben, gilt die Konferenz immer als angefangen. (Siehe aber ENDS_AT
* und CLOSED weiter unten)
*/
- 'STARTS_AT' => strtotime("2019-02-22 19:00"),
+ 'STARTS_AT' => strtotime("2019-02-22 18:00"),
'ENDS_AT' => strtotime("2019-02-24 14:00"),