;

How To Get a List of Supported TimeZones in SQL Server


Tutorialsrack 05/11/2021 SQL Server

In this article, you’ll learn how to get the list of supported timezones in SQL Server. Microsoft SQL Server provides the sys.time_zone_info server-wide configuration view which returns a list of supported time zones.

Here is an example to get a list of supported timezones in SQL Server.

Code - To get a list of supported timezones in SQL Server
SELECT * FROM sys.time_zone_info;

And this query will return name, current_utc_offset, and is_currently_dst.

Where,

name = timezone Name,

Current_utc_offset = Timezone Offset,

Is_currently_dst = it specifies whether or not the time zone is currently observing daylight savings time (1 if it is, 0 if it’s not).

The above query will return 141 rows on my system.

Here’s the output I got at the time I ran this above query:

Output

name                              current_utc_offset is_currently_dst
--------------------------------- ------------------ ----------------
Dateline Standard Time                   -12:00             0
UTC-11                                   -11:00             0
Aleutian Standard Time                   -09:00             1
Hawaiian Standard Time                   -10:00             0
Marquesas Standard Time                  -09:30             0
Alaskan Standard Time                    -08:00             1
UTC-09                                   -09:00             0
Pacific Standard Time (Mexico)           -07:00             1
UTC-08                                   -08:00             0
Pacific Standard Time                    -07:00             1
US Mountain Standard Time                -07:00             0
Mountain Standard Time (Mexico)          -07:00             0
Mountain Standard Time                   -06:00             1
Yukon Standard Time                      -07:00             0
Central America Standard Time            -06:00             0
Central Standard Time                    -05:00             1
Easter Island Standard Time              -05:00             1
Central Standard Time (Mexico)           -06:00             0
Canada Central Standard Time             -06:00             0
SA Pacific Standard Time                 -05:00             0
Eastern Standard Time (Mexico)           -05:00             0
Eastern Standard Time                    -04:00             1
Haiti Standard Time                      -04:00             1
Cuba Standard Time                       -04:00             1
US Eastern Standard Time                 -04:00             1
Turks And Caicos Standard Time           -04:00             1
Paraguay Standard Time                   -03:00             1
Atlantic Standard Time                   -03:00             1
Venezuela Standard Time                  -04:00             0
Central Brazilian Standard Time          -04:00             0
SA Western Standard Time                 -04:00             0
Pacific SA Standard Time                 -03:00             1
Newfoundland Standard Time               -02:30             1
Tocantins Standard Time                  -03:00             0
E. South America Standard Time           -03:00             0
SA Eastern Standard Time                 -03:00             0
Argentina Standard Time                  -03:00             0
Greenland Standard Time                  -03:00             0
Montevideo Standard Time                 -03:00             0
Magallanes Standard Time                 -03:00             0
Saint Pierre Standard Time               -02:00             1
Bahia Standard Time                      -03:00             0
UTC-02                                   -02:00             0
Mid-Atlantic Standard Time               -02:00             0
Azores Standard Time                     -01:00             0
Cape Verde Standard Time                 -01:00             0
UTC                                      +00:00             0
GMT Standard Time                        +00:00             0
Greenwich Standard Time                  +00:00             0
Sao Tome Standard Time                   +00:00             0
Morocco Standard Time                    +01:00             1
W. Europe Standard Time                  +01:00             0
Central Europe Standard Time             +01:00             0
Romance Standard Time                    +01:00             0
Central European Standard Time           +01:00             0
W. Central Africa Standard Time          +01:00             0
Jordan Standard Time                     +02:00             0
GTB Standard Time                        +02:00             0
Middle East Standard Time                +02:00             0
Egypt Standard Time                      +02:00             0
E. Europe Standard Time                  +02:00             0
Syria Standard Time                      +02:00             0
West Bank Standard Time                  +02:00             0
South Africa Standard Time               +02:00             0
FLE Standard Time                        +02:00             0
Israel Standard Time                     +02:00             0
South Sudan Standard Time                +02:00             0
Kaliningrad Standard Time                +02:00             0
Sudan Standard Time                      +02:00             0
Libya Standard Time                      +02:00             0
Namibia Standard Time                    +02:00             0
Arabic Standard Time                     +03:00             0
Turkey Standard Time                     +03:00             0
Arab Standard Time                       +03:00             0
Belarus Standard Time                    +03:00             0
Russian Standard Time                    +03:00             0
E. Africa Standard Time                  +03:00             0
Volgograd Standard Time                  +03:00             0
Iran Standard Time                       +03:30             0
Arabian Standard Time                    +04:00             0
Astrakhan Standard Time                  +04:00             0
Azerbaijan Standard Time                 +04:00             0
Russia Time Zone 3                       +04:00             0
Mauritius Standard Time                  +04:00             0
Saratov Standard Time                    +04:00             0
Georgian Standard Time                   +04:00             0
Caucasus Standard Time                   +04:00             0
Afghanistan Standard Time                +04:30             0
West Asia Standard Time                  +05:00             0
Ekaterinburg Standard Time               +05:00             0
Pakistan Standard Time                   +05:00             0
Qyzylorda Standard Time                  +05:00             0
India Standard Time                      +05:30             0
Sri Lanka Standard Time                  +05:30             0
Nepal Standard Time                      +05:45             0
Central Asia Standard Time               +06:00             0
Bangladesh Standard Time                 +06:00             0
Omsk Standard Time                       +06:00             0
Myanmar Standard Time                    +06:30             0
SE Asia Standard Time                    +07:00             0
Altai Standard Time                      +07:00             0
W. Mongolia Standard Time                +07:00             0
North Asia Standard Time                 +07:00             0
N. Central Asia Standard Time            +07:00             0
Tomsk Standard Time                      +07:00             0
China Standard Time                      +08:00             0
North Asia East Standard Time            +08:00             0
Singapore Standard Time                  +08:00             0
W. Australia Standard Time               +08:00             0
Taipei Standard Time                     +08:00             0
Ulaanbaatar Standard Time                +08:00             0
Aus Central W. Standard Time             +08:45             0
Transbaikal Standard Time                +09:00             0
Tokyo Standard Time                      +09:00             0
North Korea Standard Time                +09:00             0
Korea Standard Time                      +09:00             0
Yakutsk Standard Time                    +09:00             0
Cen. Australia Standard Time             +10:30             1
AUS Central Standard Time                +09:30             0
E. Australia Standard Time               +10:00             0
AUS Eastern Standard Time                +11:00             1
West Pacific Standard Time               +10:00             0
Tasmania Standard Time                   +11:00             1
Vladivostok Standard Time                +10:00             0
Lord Howe Standard Time                  +11:00             1
Bougainville Standard Time               +11:00             0
Russia Time Zone 10                      +11:00             0
Magadan Standard Time                    +11:00             0
Norfolk Standard Time                    +12:00             1
Sakhalin Standard Time                   +11:00             0
Central Pacific Standard Time            +11:00             0
Russia Time Zone 11                      +12:00             0
New Zealand Standard Time                +13:00             1
UTC+12                                   +12:00             0
Fiji Standard Time                       +12:00             0
Kamchatka Standard Time                  +12:00             0
Chatham Islands Standard Time            +13:45             1
UTC+13                                   +13:00             0
Tonga Standard Time                      +13:00             0
Samoa Standard Time                      +14:00             1
Line Islands Standard Time               +14:00             0

(141 rows affected)

I hope this article will help you to understand how to get the list of  supported timezones in SQL Server. 

Share your valuable feedback, please post your comment at the bottom of this article. Thank you!


Related Posts



Comments

Recent Posts
Tags