registration
This commit is contained in:
3
frontend/style/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.d.ts
generated
vendored
3
frontend/style/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.d.ts
generated
vendored
@@ -1,3 +1,4 @@
|
||||
import type { DateArg } from "../types.js";
|
||||
/**
|
||||
* Google Chrome as of 67.0.3396.87 introduced timezones with offset that includes seconds.
|
||||
* They usually appear for dates that denote time before the timezones were introduced
|
||||
@@ -10,5 +11,5 @@
|
||||
* This function returns the timezone offset in milliseconds that takes seconds in account.
|
||||
*/
|
||||
export declare function getTimezoneOffsetInMilliseconds(
|
||||
date: Date | number | string,
|
||||
date: DateArg<Date> & {},
|
||||
): number;
|
||||
|
||||
Reference in New Issue
Block a user