UNPKG

@burglekitt/gmt

Version:

Temporal-based date and time utilities with timezone support and polyfill integration

6 lines (5 loc) 234 B
export interface FormatUtcOptions extends Intl.DateTimeFormatOptions { timeZone?: string; includeTimeZoneName?: boolean; } export declare function formatUtc(value: string, locale?: string, options?: FormatUtcOptions): string;