diff --git a/core/modules/datetime/src/DateTimeComputed.php b/core/modules/datetime/src/DateTimeComputed.php index 1e0882b..62997b6 100644 --- a/core/modules/datetime/src/DateTimeComputed.php +++ b/core/modules/datetime/src/DateTimeComputed.php @@ -53,8 +53,9 @@ public function getValue($langcode = NULL) { $this->date = $date; // If the format did not include an explicit time portion, then the // time will be set from the current time instead. For consistency, we - // we the time to 12:00:00 UTC. This is use so that the local date - // portion is the same, across nearly all time zones. + // set the time to 12:00:00 UTC for date-only fields. This is used so + // that the local date portion is the same, across nearly all time + // zones. // @see datetime_date_default_time() // @see http://php.net/manual/en/datetime.createfromformat.php // @todo Update comment and/or code when per the chosen solution in