diff --git a/src/RRule.php b/src/RRule.php index 1a5ce82..dd8fd37 100755 --- a/src/RRule.php +++ b/src/RRule.php @@ -732,7 +732,7 @@ class RRule implements RRuleInterface */ public function occursAt($date) { - $date = self::parseDate($date); + $date = self::parseDate($date)->setTimezone($this->dtstart->getTimezone()); if ( in_array($date, $this->cache) ) { // in the cache (whether cache is complete or not)