diff options
author | Andreas Hubel | 2020-07-05 22:02:56 +0200 |
---|---|---|
committer | Andreas Hubel | 2020-07-05 22:02:56 +0200 |
commit | bb14de87d899b171966cfd4601e480f64f4eb037 (patch) | |
tree | c8ca728869299f3302cb1ea0ee50013b5fffcc81 /configs/conferences/sotm2020/config.php | |
parent | 417166a6f9771e43ef50dc2155419c3f78a72b7e (diff) |
sotm: change end date
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/sotm2020/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/sotm2020/config.php b/configs/conferences/sotm2020/config.php index 73b2cd4..ab9abe0 100644 --- a/configs/conferences/sotm2020/config.php +++ b/configs/conferences/sotm2020/config.php @@ -16,7 +16,7 @@ $CONFIG['CONFERENCE'] = array( * * Wird dieser Zeitpunkt nicht angegeben, endet die Konferenz nie. (Siehe aber CLOSED weiter unten) */ - 'ENDS_AT' => strtotime("2020-07-05 22:00"), + 'ENDS_AT' => strtotime("2020-07-06 01:00"), /** * Hiermit kann die Funktionalitaet von STARTS_AT/ENDS_AT überschrieben werden. Der Wert 'before' |