Interface FormatOptions

Options for format.

interface FormatOptions {
    timeZone?: "UTC";
}

Properties

Properties

timeZone

The timezone the formatted date should be in.

{undefined}