@dereekb/date 10.1.6 → 10.1.8
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.
package/package.json
CHANGED
|
@@ -236,8 +236,8 @@ export declare const UTC_DATE_TIMEZONE_UTC_NORMAL_INSTANCE: DateTimezoneUtcNorma
|
|
|
236
236
|
export declare function systemDateTimezoneUtcNormal(): DateTimezoneUtcNormalInstance;
|
|
237
237
|
export declare function baseDateToTargetDate(date: Date, timezone: Maybe<TimezoneString>): Date;
|
|
238
238
|
export declare function targetDateToBaseDate(date: Date, timezone: Maybe<TimezoneString>): Date;
|
|
239
|
-
export declare function systemBaseDateToNormalDate(date: Date):
|
|
240
|
-
export declare function systemNormalDateToBaseDate(date:
|
|
239
|
+
export declare function systemBaseDateToNormalDate(date: Date): BaseDateAsUTC;
|
|
240
|
+
export declare function systemNormalDateToBaseDate(date: BaseDateAsUTC): Date;
|
|
241
241
|
export declare function systemBaseDateToNormalDateOffset(date: Date): Milliseconds;
|
|
242
242
|
export declare function systemNormalDateToBaseDateOffset(date: Date): Milliseconds;
|
|
243
243
|
export declare function systemExperiencesDaylightSavings(year: Date): boolean;
|