@@ -102,7 +102,7 @@ class DateElementProperties extends \Google\Model
102102 public $ timeFormat ;
103103 /**
104104 * The time zone of the DateElement, as defined by the Unicode Common Locale
105- * Data Repository (CLDR) project. For example, `America/New York `. If unset,
105+ * Data Repository (CLDR) project. For example, `America/New_York `. If unset,
106106 * the default time zone is `etc/UTC`.
107107 *
108108 * @var string
@@ -115,7 +115,7 @@ class DateElementProperties extends \Google\Model
115115 * zone. For example, a timestamp of `18000` with a date format of
116116 * `DATE_FORMAT_ISO8601` and time format of `TIME_FORMAT_HOUR_MINUTE` would be
117117 * displayed as `1970-01-01 5:00 AM`. A timestamp of `18000` with date format
118- * of `DATE_FORMAT_8SO8601 `, time format of `TIME_FORMAT_HOUR_MINUTE`, and
118+ * of `DATE_FORMAT_ISO8601 `, time format of `TIME_FORMAT_HOUR_MINUTE`, and
119119 * time zone set to `America/New_York` will instead be `1970-01-01 12:00 AM`.
120120 *
121121 * @var string
@@ -208,7 +208,7 @@ public function getTimeFormat()
208208 }
209209 /**
210210 * The time zone of the DateElement, as defined by the Unicode Common Locale
211- * Data Repository (CLDR) project. For example, `America/New York `. If unset,
211+ * Data Repository (CLDR) project. For example, `America/New_York `. If unset,
212212 * the default time zone is `etc/UTC`.
213213 *
214214 * @param string $timeZoneId
@@ -231,7 +231,7 @@ public function getTimeZoneId()
231231 * zone. For example, a timestamp of `18000` with a date format of
232232 * `DATE_FORMAT_ISO8601` and time format of `TIME_FORMAT_HOUR_MINUTE` would be
233233 * displayed as `1970-01-01 5:00 AM`. A timestamp of `18000` with date format
234- * of `DATE_FORMAT_8SO8601 `, time format of `TIME_FORMAT_HOUR_MINUTE`, and
234+ * of `DATE_FORMAT_ISO8601 `, time format of `TIME_FORMAT_HOUR_MINUTE`, and
235235 * time zone set to `America/New_York` will instead be `1970-01-01 12:00 AM`.
236236 *
237237 * @param string $timestamp
0 commit comments