pangea-helpers 1.3.81 → 1.3.82

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.
@@ -14,5 +14,5 @@ export declare function getCurrentDayStartDate(date?: Date, config?: AdjustDateC
14
14
  export declare function getPreviousDayStartDate(date?: Date, config?: AdjustDateConfig): Date;
15
15
  export declare function getNextDayStartDate(date?: Date, config?: AdjustDateConfig): Date;
16
16
  export declare const timezones: string[];
17
- export declare function getTimezoneOfDate(date?: Date): string;
17
+ export declare function getTimezone(date?: Date): string;
18
18
  export {};