This repository was archived by the owner on Jun 28, 2019. It is now read-only.

Description
The type of the first argument of scheduleOnce() and schedule() of TimeService should be LocalDateTime, not LocalTime. During night observations, the date changes. With LocalTime, we cannot distinguish whether that time is the time of the day when scheduleOnce() method is called, or the time of the next day.