diff --git a/core/modules/datetime/src/Plugin/views/filter/Date.php b/core/modules/datetime/src/Plugin/views/filter/Date.php index 1458473..1421520 100644 --- a/core/modules/datetime/src/Plugin/views/filter/Date.php +++ b/core/modules/datetime/src/Plugin/views/filter/Date.php @@ -161,12 +161,11 @@ protected function getTimezone() { * A date/time string compatible with \DateTime. It is used as the * reference for computing the offset, which can vary based on the time * zone rules. - * * @param string $timezone * The time zone that $time is in. * * @return int - * The computed offset. + * The computed offset in seconds. */ protected function getOffset($time, $timezone) { // Date-only fields do not have a time zone or offset from UTC associated