diff --git a/core/lib/Drupal/Component/Datetime/DateTimePlus.php b/core/lib/Drupal/Component/Datetime/DateTimePlus.php index d045679434c6..e4148a6de885 100644 --- a/core/lib/Drupal/Component/Datetime/DateTimePlus.php +++ b/core/lib/Drupal/Component/Datetime/DateTimePlus.php @@ -671,7 +671,7 @@ class DateTimePlus { * Formats the date for display. * * @param string $format - * A format string using either PHP's date(). + * Format accepted by date(). * @param array $settings * - timezone: (optional) String timezone name. Defaults to the timezone * of the date object.