UNPKG

@leafygreen-ui/date-utils

Version:
38 lines 1.23 kB
export declare const testTimeZones: readonly [{ readonly tz: "Pacific/Honolulu"; readonly UTCOffset: -10; }, { readonly tz: "America/Los_Angeles"; readonly UTCOffset: -8; }, { readonly tz: "America/New_York"; readonly UTCOffset: -5; }, { readonly tz: "Europe/London"; readonly UTCOffset: 0; }, { readonly tz: "Asia/Istanbul"; readonly UTCOffset: 3; }, { readonly tz: "Asia/Seoul"; readonly UTCOffset: 9; }, { readonly tz: "Pacific/Kiritimati"; readonly UTCOffset: 14; }]; export declare const undefinedTZ: { tz: undefined; UTCOffset: undefined; }; /** Time zones used to test with */ export declare const testTimeZoneLabels: ("Europe/London" | "Pacific/Honolulu" | "America/Los_Angeles" | "America/New_York" | "Asia/Istanbul" | "Asia/Seoul" | "Pacific/Kiritimati")[]; /** Locales (date formats) to test with: * * English-US * English-UK * German (Germany) (uses `.` char separator) * Farsi-Afghanistan (week starts on Sat) * English-Maldives (week starts on Fri.) */ export declare const testLocales: readonly [...("iso-8601" | "en-US" | "en-GB")[], "de-DE", "en-MV", "es-MX", "fa-AF", "fr-FR", "he-IL", "ja-JP", "zh-CN"]; //# sourceMappingURL=testValues.d.ts.map