Edit

Share via


SystemClock.LocalTimeZone Property

Definition

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

Property Value

Applies to