General: TimeChangeType

Relevant services

Contents:

NameDescription
newdst

New DST offset in seconds. Value will be null/empty if there is no DST for this location.

Type: Integer (seconds) or null (JSON) or empty string (XML)

newzone

New time zone offset to UTC in seconds if there is a time zone change for this place. Otherwise the value will be null/empty. Time zones changes happen only very rarely, so the field will be null/empty on most occasions.

Type: Integer (seconds) or null (JSON) or empty string (XML)

newoffset

New total offset to UTC in seconds.

Type: Integer (seconds)

utctime

Time stamp of transition in UTC time, formatted as ISO 8601 (see [ISO8601]) time.

Example: 2011-03-27T01:00:00

Type: String / ISO8601 Timestamp

oldlocaltime

Local time before transition, formatted as ISO 8601 (see [ISO8601]) time.

Example: 2011-03-27T02:00:00

Type: String / ISO8601 Timestamp

newlocaltime

Local time after transition, formatted as ISO 8601 (see [ISO8601]) time.

Example: 2011-03-27T03:00:00

Type: String / ISO8601 Timestamp

verbose

Verbose representation of the time stamps.

Type: VerboseTimeChangeType