Time Query – AumTechHub.Com https://aumtechhub.com Just share it!!! Tue, 23 Nov 2021 01:31:16 +0000 en-US hourly 1 https://wordpress.org/?v=6.7.1 179596041 How to get timezone information? https://aumtechhub.com/how-to-get-timezone-information/?utm_source=rss&utm_medium=rss&utm_campaign=how-to-get-timezone-information Thu, 04 Mar 2021 12:58:56 +0000 http://aumtechhub.com/?p=219 Using UTC time and using offset values can be one of the best ways to make sure you capture the correct local time based on region. In order to get the time information directly from SQL you can run the following query.

select * from sys.time_zone_info
order by name

]]>
219