How to convert given UTC date time to PST date time, by keeping the daylight stuff in time calculations?
Note that the server I am hitting is in utc. I mean, GETDATE() = GETUTCDATE()
.
Also, we can't use AT TIME ZONE
, as DB is on older SQL Server.
Thanks in advance for the help.