pangea-helpers 1.3.85 → 1.3.87

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13,6 +13,7 @@ export declare function getNextMonthStartDate(date?: Date, config?: AdjustDateCo
13
13
  export declare function getCurrentDayStartDate(date?: Date, config?: AdjustDateConfig): Date;
14
14
  export declare function getPreviousDayStartDate(date?: Date, config?: AdjustDateConfig): Date;
15
15
  export declare function getNextDayStartDate(date?: Date, config?: AdjustDateConfig): Date;
16
- export declare const timezones: string[];
17
- export declare function getTimezone(date?: Date): string;
16
+ export declare const timezoneOffsets: string[];
17
+ export declare function getTimezoneOffset(date?: Date): string;
18
+ export declare function getTimezone(): string;
18
19
  export {};