Current process has a procedure in MonitorSCOM to synch TimeZone data from local computer. Need some way to adjust for UTC data (in database) to local time zone (local to user, not just report server).
Options?
There is a table called "TimeZone" in SCOM. Can this be leveraged?
Is it possible to write code into a report that handles timezone changes?
Is it possible to leverage AT TIME ZONE feature in SQL?
Not sure if this counts as simplified. Added a Stored procedure dbo.spCurrentTimeZoneOffsetUpdate. It will update the ConfigValue in dbo.Config for the entry DefaultTimeZoneCurrentOffset.
Current process has a procedure in MonitorSCOM to synch TimeZone data from local computer. Need some way to adjust for UTC data (in database) to local time zone (local to user, not just report server). Options?