mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-18 14:00:39 -07:00
fix: allow %Z for TimezoneDate, update docs accordingly #684
This commit is contained in:
@@ -14,6 +14,7 @@ export interface LiquidDate {
|
||||
getMonth(): number;
|
||||
getFullYear(): number;
|
||||
getTimezoneOffset(): number;
|
||||
getTimezoneName?(): string;
|
||||
toLocaleTimeString(): string;
|
||||
toLocaleDateString(): string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user