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.
Read More..