<component name="ChangeListManager">
<list default="true" id="352ce63a-b52a-41a2-979b-becda7920939" name="Default" comment=".">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/scripts/hotwater.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/hotwater.php" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/scripts/lib/ical.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/ical.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/scripts/lib/switchbot.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/switchbot.php" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<workItem from="1665644816191" duration="1000" />
<workItem from="1665644884295" duration="20000" />
<workItem from="1665655356996" duration="39000" />
- <workItem from="1665922708761" duration="713000" />
- </task>
- <task id="LOCAL-00484" summary=".">
- <created>1621061259708</created>
- <option name="number" value="00484" />
- <option name="presentableId" value="LOCAL-00484" />
- <option name="project" value="LOCAL" />
- <updated>1621061259708</updated>
+ <workItem from="1665922708761" duration="719000" />
+ <workItem from="1666248330245" duration="384000" />
</task>
<task id="LOCAL-00485" summary=".">
<created>1621493667425</created>
<option name="project" value="LOCAL" />
<updated>1665644900754</updated>
</task>
- <option name="localTasksCounter" value="533" />
+ <task id="LOCAL-00533" summary=".">
+ <created>1665953404593</created>
+ <option name="number" value="00533" />
+ <option name="presentableId" value="LOCAL-00533" />
+ <option name="project" value="LOCAL" />
+ <updated>1665953404594</updated>
+ </task>
+ <option name="localTasksCounter" value="534" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
}
$event['data'] = $data;
$res[] = $event;
-
}
return $res;
}
$start = $day;
$end = clone $day;
- $start->setTime(0, 0, 0);
- $end->setTime(23, 59, 59);
+ $start->setTime(6, 0, 0);
+ $end->setTime(18, 0, 0);
return searchIcalEvent($cal, $start, $end);
}