Any daylight saving related function in SQL Server 2005?
Database
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, Is there any function in SQL server 2005 which takes the date/time and time zone as the parameters and returns whether the given date/time follows the daylight savings or not. I was looking to a function in SQL Server very similar to the WIN API GetTimeZoneInformation(). So the input: date/time, time zone Output: true/false (follows daylight savings/does not follow) Pls let me know. Thanks.