aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configs/conferences/chaosradio/config.php4
1 files changed, 2 insertions, 2 deletions
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');
}