From 51fafe0e21e15e05833f833bbe393180a40516cb Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Thu, 30 Jan 2020 21:31:15 +0100 Subject: CR moved to 20:15 --- configs/conferences/chaosradio/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configs') diff --git a/configs/conferences/chaosradio/config.php b/configs/conferences/chaosradio/config.php index e10c1e5..8860104 100644 --- a/configs/conferences/chaosradio/config.php +++ b/configs/conferences/chaosradio/config.php @@ -9,7 +9,7 @@ $upcoming_crs = array_values(array_filter($upcoming_events, function($event) { if(count($upcoming_crs) < 1) { $EPISODE = '???'; - $DATE = strtotime('1970-01-01 22:00'); + $DATE = strtotime('1970-01-01 20:15'); $TITLE = 'Chaosradio'; $IM_CCCB = true; } @@ -19,7 +19,7 @@ else preg_match('/^events:cr([0-9]+)$/i', $upcoming_cr['short_name'], $m); $EPISODE = intval($m[1]); - $DATE = strtotime($upcoming_cr['start_date'].' 22:00'); + $DATE = strtotime($upcoming_cr['start_date'].' 20:15'); $TITLE = $upcoming_cr['name']; $IM_CCCB = ($upcoming_cr['location'] == 'CCCB'); } -- cgit v1.2.3