mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-17 13:20:41 -07:00
fix: incorrect timezone correction for DST dates, fixes #604
This commit is contained in:
@@ -14,6 +14,6 @@ export interface LiquidDate {
|
||||
getMonth(): number;
|
||||
getFullYear(): number;
|
||||
getTimezoneOffset(): number;
|
||||
toLocaleTimeString(locale?: string, init?: any): string;
|
||||
toLocaleDateString(locale?: string, init?: any): string;
|
||||
toLocaleTimeString(): string;
|
||||
toLocaleDateString(): string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user