mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-19 14:30:38 -07:00
fix: timezoneOffset ignored in date when preserveTimezones is enabled, fixes #605
This commit is contained in:
@@ -14,6 +14,6 @@ export interface LiquidDate {
|
||||
getMonth(): number;
|
||||
getFullYear(): number;
|
||||
getTimezoneOffset(): number;
|
||||
toLocaleTimeString(): string;
|
||||
toLocaleDateString(): string;
|
||||
toLocaleTimeString(locale?: string, init?: any): string;
|
||||
toLocaleDateString(locale?: string, init?: any): string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user