SystemClock.LocalTimeZone Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
We always use UTC when reading/writing the system clock, makes things easier. Technically, the BIOS RTC is configured in local time by default on Windows, but in UTC on Linux (causing weird effects when dual-booting). Both systems allow changing this setting, though.
public override TimeZoneInfo LocalTimeZone { get; set; }
member this.LocalTimeZone : TimeZoneInfo with get, set
Public Overrides Property LocalTimeZone As TimeZoneInfo