From 3536b15500dd817e40d2a0a894d620eb7d872ea0 Mon Sep 17 00:00:00 2001 From: nathangray Date: Thu, 19 Oct 2017 09:57:25 +0200 Subject: [PATCH] Add doc about start times --- calendar/tests/TimezoneTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/tests/TimezoneTest.php b/calendar/tests/TimezoneTest.php index 77290bd087..cd08aaeeda 100644 --- a/calendar/tests/TimezoneTest.php +++ b/calendar/tests/TimezoneTest.php @@ -239,7 +239,7 @@ class TimezoneTest extends \EGroupware\Api\AppTest { $tests = array(); $tz_combos = $this->makeTZCombos(); - // Start times to test, 1 chosen to cross days + // Start times to test (hour of the day), 1 chosen to cross days $times = array(1, 9); foreach($tz_combos as $timezones)