06-09-19 08:06 AM
11-09-19 09:03 AM
I would suggest that you write a code stage to read a registry key value (should be just 1 line of code which you can search for).
You can then read the value of the following registry keys:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation\Bias
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation\DaylightBias
Between these 2 registry key values you can tell how many minutes you are from UTC regardless of your timezone/daylight savings status.