From 33671dc83e5442c459b23f5c28febda627cf3211 Mon Sep 17 00:00:00 2001
From: Christian Pointner <equinox@helsinki.at>
Date: Thu, 3 Aug 2017 12:29:12 +0200
Subject: delay midnight shows by 2 seconds (not just one)


diff --git a/utils/rhrd-schedules b/utils/rhrd-schedules
index 4e38872..60bea3d 100755
--- a/utils/rhrd-schedules
+++ b/utils/rhrd-schedules
@@ -105,7 +105,7 @@ sub generate
 
     # Rivendell has problems with events starting at midnight
     if($start->hour == 0 && $start->minute == 0 && $start->second == 0) {
-      $start->set_second(1);
+      $start->set_second(2);
     }
     my $show = {};
     $show->{'ID'} = $showid;
-- 
cgit v0.10.2