From 0d7079f79ee11e148e4254b7a5dc9d57969d5ea6 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Fri, 10 Apr 2026 18:11:53 -0700 Subject: [PATCH] Regenerate docs client --- src/Docs/DateElementProperties.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Docs/DateElementProperties.php b/src/Docs/DateElementProperties.php index b83dee56d5..568157d0cc 100644 --- a/src/Docs/DateElementProperties.php +++ b/src/Docs/DateElementProperties.php @@ -102,7 +102,7 @@ class DateElementProperties extends \Google\Model public $timeFormat; /** * The time zone of the DateElement, as defined by the Unicode Common Locale - * Data Repository (CLDR) project. For example, `America/New York`. If unset, + * Data Repository (CLDR) project. For example, `America/New_York`. If unset, * the default time zone is `etc/UTC`. * * @var string @@ -115,7 +115,7 @@ class DateElementProperties extends \Google\Model * zone. For example, a timestamp of `18000` with a date format of * `DATE_FORMAT_ISO8601` and time format of `TIME_FORMAT_HOUR_MINUTE` would be * displayed as `1970-01-01 5:00 AM`. A timestamp of `18000` with date format - * of `DATE_FORMAT_8SO8601`, time format of `TIME_FORMAT_HOUR_MINUTE`, and + * of `DATE_FORMAT_ISO8601`, time format of `TIME_FORMAT_HOUR_MINUTE`, and * time zone set to `America/New_York` will instead be `1970-01-01 12:00 AM`. * * @var string @@ -208,7 +208,7 @@ public function getTimeFormat() } /** * The time zone of the DateElement, as defined by the Unicode Common Locale - * Data Repository (CLDR) project. For example, `America/New York`. If unset, + * Data Repository (CLDR) project. For example, `America/New_York`. If unset, * the default time zone is `etc/UTC`. * * @param string $timeZoneId @@ -231,7 +231,7 @@ public function getTimeZoneId() * zone. For example, a timestamp of `18000` with a date format of * `DATE_FORMAT_ISO8601` and time format of `TIME_FORMAT_HOUR_MINUTE` would be * displayed as `1970-01-01 5:00 AM`. A timestamp of `18000` with date format - * of `DATE_FORMAT_8SO8601`, time format of `TIME_FORMAT_HOUR_MINUTE`, and + * of `DATE_FORMAT_ISO8601`, time format of `TIME_FORMAT_HOUR_MINUTE`, and * time zone set to `America/New_York` will instead be `1970-01-01 12:00 AM`. * * @param string $timestamp