diff --git a/src/Element/RRule.php b/src/Element/RRule.php index cf2ccc9..7b20019 100644 --- a/src/Element/RRule.php +++ b/src/Element/RRule.php @@ -351,7 +351,6 @@ class RRule extends FormElement { ]; if (isset($parts['UNTIL'])) { $date = DrupalDateTime::createFromDateTime($parts['UNTIL']); - $date->setTimezone(new \DateTimeZone(drupal_get_user_timezone())); } $element['until'] += [