Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/Docs/DateElementProperties.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading