You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**name**|**sysname**|Name of the time zone in Windows standard format. For example, **Cen. Australia Standard Time** or **Central European Standard Time**.|
30
-
|**current_utc_offset**|**nvarchar(12)**|Current offset to UTC. For example, **+01:00** or **-07:00**.|
31
-
|**is_currently_dst**|**bit**|True if currently observing daylight savings time.|
`sys.time_zone_info` returns information about supported time zones.
26
+
27
+
| Column name | Data type | Description |
28
+
| --- | --- | --- |
29
+
|`name`|**sysname**| Name of the time zone in Windows standard format. For example, `Cen. Australia Standard Time` or `Central European Standard Time`. |
30
+
|`current_utc_offset`|**nvarchar(12)**| Current offset to UTC. For example, `+01:00` or `-07:00`. |
31
+
|`is_currently_dst`|**bit**| True if currently observing daylight savings time. |
32
+
33
+
## Remarks
34
+
35
+
All time zones installed on the computer are stored in the following registry hive:
0 commit comments