You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add IANA timezone string support to all date manipulation functions
- Move isUTC helper from zone.ts to datetime.ts and add dtfToParts helper
- Refactor getTimezoneOffset and createTimezoneDate in zone.ts to accept
IANA timezone name strings (e.g., 'America/Los_Angeles') in addition to
TimeZone objects
- Update ParserPluginOptions.timeZone type to TimeZone | string in parser.ts;
integrate ignoreCase logic into find function and add validateToken
- Update day-of-week plugin to use new find signature with options parameter
- Change timeZone argument type to TimeZone | string in addDays, addMonths,
addYears, parse, and preparse
- Add test cases for IANA string timezones and historical timezone changes
(Metlakatla, Manila); expand boundary values to -1601/+1601
0 commit comments