Defines the day light saving rules for different time zones which need it.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| dst_id | varchar(64) | not null | The unique id for the day light savings time, Eg: US, Australia_Tonga, Austalia_South |
| in_use | integer | with null | If the daylight setting is used or not |
| start_month | integer | with null | Starting month for this daylight savings |
| start_day | integer | with null | Starting day for this daylight savings |
| start_dayof_week | integer | with null | Starting day of the week for daylight savings |
| start_time | integer | with null | Start time for day light savings |
| end_month | integer | with null | Ending month for this daylight savings |
| end_day | integer | with null | Ending day for this daylight savings |
| end_dayof_week | integer | with null | Ending day of the week for daylight savings |
| end_time | integer | with null | Ending time for the daylight savings |
| start_time_mode | integer | with null | |
| end_time_mode | integer | with null | |
| dst_savings | integer | with null |
Product Name: Unicenter Service Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| dst_id | ca_time_zone | dst_id |
| dst_id | usm_task | dst_id |