General: TimeChangeType
Relevant services
Contents:
| Name | Description |
|---|---|
| newdst | New DST offset in seconds. Value will be null/empty if there is no DST for this location. Type: |
| 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: |
| newoffset | New total offset to UTC in seconds. Type: |
| utctime | Time stamp of transition in UTC time, formatted as ISO 8601 (see [ISO8601]) time. Example: 2011-03-27T01:00:00 Type: |
| oldlocaltime | Local time before transition, formatted as ISO 8601 (see [ISO8601]) time. Example: 2011-03-27T02:00:00 Type: |
| newlocaltime | Local time after transition, formatted as ISO 8601 (see [ISO8601]) time. Example: 2011-03-27T03:00:00 Type: |
| verbose | Verbose representation of the time stamps. Type: VerboseTimeChangeType |