You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-docs/v1/2.0.0/com/google/api/services/docs/v1/model/DateElementProperties.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ public final class DateElementProperties extends com.google.api.client.json.Gene
68
68
69
69
/**
70
70
* The time zone of the DateElement, as defined by the Unicode Common Locale Data Repository
71
-
* (CLDR) project. For example, `America/New York`. If unset, the default time zone is `etc/UTC`.
71
+
* (CLDR) project. For example, `America/New_York`. If unset, the default time zone is `etc/UTC`.
72
72
* The value may be {@code null}.
73
73
*/
74
74
@com.google.api.client.util.Key
@@ -79,7 +79,7 @@ public final class DateElementProperties extends com.google.api.client.json.Gene
79
79
* midnight UTC. Timestamp is expected to be in UTC. If time_zone_id is set, the timestamp is
80
80
* adjusted according to the time zone. For example, a timestamp of `18000` with a date format of
81
81
* `DATE_FORMAT_ISO8601` and time format of `TIME_FORMAT_HOUR_MINUTE` would be displayed as
82
-
* `1970-01-01 5:00 AM`. A timestamp of `18000` with date format of `DATE_FORMAT_8SO8601`, time
82
+
* `1970-01-01 5:00 AM`. A timestamp of `18000` with date format of `DATE_FORMAT_ISO8601`, time
83
83
* format of `TIME_FORMAT_HOUR_MINUTE`, and time zone set to `America/New_York` will instead be
84
84
* `1970-01-01 12:00 AM`.
85
85
* The value may be {@code null}.
@@ -175,7 +175,7 @@ public DateElementProperties setTimeFormat(java.lang.String timeFormat) {
175
175
176
176
/**
177
177
* The time zone of the DateElement, as defined by the Unicode Common Locale Data Repository
178
-
* (CLDR) project. For example, `America/New York`. If unset, the default time zone is `etc/UTC`.
178
+
* (CLDR) project. For example, `America/New_York`. If unset, the default time zone is `etc/UTC`.
179
179
* @return value or {@code null} for none
180
180
*/
181
181
publicjava.lang.StringgetTimeZoneId() {
@@ -184,7 +184,7 @@ public java.lang.String getTimeZoneId() {
184
184
185
185
/**
186
186
* The time zone of the DateElement, as defined by the Unicode Common Locale Data Repository
187
-
* (CLDR) project. For example, `America/New York`. If unset, the default time zone is `etc/UTC`.
187
+
* (CLDR) project. For example, `America/New_York`. If unset, the default time zone is `etc/UTC`.
188
188
* @param timeZoneId timeZoneId or {@code null} for none
0 commit comments