15 return $this->
isSatisfied($date->format(
'H'), $value);
21 public function increment(DateTime $date, $invert =
false)
24 $date->sub(
new DateInterval(
'PT1H'));
25 $date->setTime($date->format(
'H'), 59, 0);
27 $date->add(
new DateInterval(
'PT1H'));
28 $date->setTime($date->format(
'H'), 0, 0);
39 return (
bool) preg_match(
'/[\*,\/\-0-9]+/', $value);