Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    Enabled

    Gets or sets a value indicating whether the migration is enabled.

    Declaration
    public bool Enabled { get; set; }
    Property Value
    Type Description
    bool
    View Source

    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
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX