fix: allow %Z for TimezoneDate, update docs accordingly #684

This commit is contained in:
Yang Jun
2024-04-21 15:57:43 +08:00
committed by Jun Yang
parent d48ac56824
commit e09657c52b
10 changed files with 79 additions and 42 deletions
+1
View File
@@ -14,6 +14,7 @@ export interface LiquidDate {
getMonth(): number;
getFullYear(): number;
getTimezoneOffset(): number;
getTimezoneName?(): string;
toLocaleTimeString(): string;
toLocaleDateString(): string;
}