Skip to content

FormatUtcOptions

The FormatUtcOptions type.

import type { FormatUtcOptions } from "@northguild/gmt/utc/format";
Member Type Description
timeZone? string
includeTimeZoneName? boolean
interface FormatUtcOptions extends Intl.DateTimeFormatOptions {
timeZone?: string;
includeTimeZoneName?: boolean;
}

utc/format/formatUtc.ts