Holds the settings for different timezones, Eg: EST, PST
| Column Name | Column Datatype | Column Null Option | Column Comment |
| time_zone_code | varchar(64) | not null | Time zone code is the code for a particular time zone, Eg- EST, PST etc |
| name | nvarchar(64) | with null | Descriptive name of the time zone, Eg- Eastern Standard Time( US & Canada) |
| description | nvarchar(128) | with null | A description of time zone |
| dst_flag | integer | with null | Flag to indicate if day light savings time is used or not |
| dst_id | varchar(64) | with null | The handle to the dst table, for daylight savings calclations. |
Product Name: Unicenter Service Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| time_zone_code | usm_account | time_zone_code |
| time_zone_code | usm_task | time_zone_code |
| time_zone_code | usm_db | time_zone_code |
| time_zone_code | usm_user | time_zone_code |
| time_zone_code | usm_tenant | time_zone_code |
| time_zone_code | usm_billing_group | time_zone_code |