Class SystemDateMigrationSettings
Typed configuration options used for migration of system dates to UTC from a Umbraco 16 or lower solution.
Inheritance
object
Namespace: Umbraco.Cms.Core.Configuration.Models
Assembly: Umbraco.Core.dll
Syntax
[UmbracoOptions("Umbraco:CMS:SystemDateMigration")]
public class SystemDateMigrationSettings
Properties
View SourceEnabled
Gets or sets a value indicating whether the migration is enabled.
Declaration
public bool Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
LocalServerTimeZone
Gets or sets the local server timezone standard name. If not provided, the local server time zone is detected.
Declaration
public string? LocalServerTimeZone { get; set; }
Property Value
| Type | Description |
|---|---|
| string |