eBay Trading APIVersion 1349
 

TimeZoneDetailsType

Time zone details about a region or location to which the seller is willing to ship.

Type that uses TimeZoneDetailsType:

Call that uses TimeZoneDetailsType:

Fields



DaylightSavingsInEffect ( boolean ) [0..1]
Indicates whether or not the time zone is currently on daylight saving time. A value of true indicates that the time zone is on daylights savings time. This element is emitted for time zones that support daylight saving time only.
See the Field Index to learn which calls use DaylightSavingsInEffect.

DaylightSavingsLabel ( string ) [0..1]
Display name of a time zone in its daylight saving time representation. This element is emitted for time zones that support daylight saving time only. The value is localized and returned in the language for the site specified in the request.
See the Field Index to learn which calls use DaylightSavingsLabel.

DaylightSavingsOffset ( string ) [0..1]
The offset in hours from GMT for a time zone when it is on daylight saving time. This element is emitted for time zones that support daylight saving time only.
See the Field Index to learn which calls use DaylightSavingsOffset.

DetailVersion ( string ) [0..1]
Returns the latest version number for this field. The version can be used to determine if and when to refresh cached client data.
See the Field Index to learn which calls use DetailVersion.

StandardLabel ( string ) [0..1]
Display name of a time zone in its standard (non-daylight saving) time representation. This value is localized and returned in the language for the site specified in the request (i.e., the numeric site ID that you specify in the request URL for the SOAP API or the X-EBAY-API-SITEID header for the XML API).
See the Field Index to learn which calls use StandardLabel.

StandardOffset ( string ) [0..1]
The offset in hours from GMT for a time zone when it is not adjusted for daylight saving time.
See the Field Index to learn which calls use StandardOffset.

TimeZoneID ( string ) [0..1]
A unique identifier for a given time zone. This ID does not change for a given time zone, even if the time zone supports both standard and daylight saving time variants. Valid values for TimeZoneID correspond to OLSON IDs. These IDs provide not only the information as to the offset from GMT (UTC), but also daylight saving time information. Thus, for example, America/Phoenix is distinct from America/Denver because they have different daylight saving time behavior. This value is not localized.
See the Field Index to learn which calls use TimeZoneID.

UpdateTime ( dateTime ) [0..1]
Gives the time in GMT that the feature flags for the details were last updated. This timestamp can be used to determine if and when to refresh cached client data.
See the Field Index to learn which calls use UpdateTime.