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
✨ Unicode minus sign (U+2212) now supported in timezone offset parsing
✨ Add Settings.maxValidOffsetMinutes (default: 30 minutes, which was used by prior versions) to configure GPS-based timezone inference tolerance
🐞 When Settings.allowArchaicTimezoneOffsets is false, archaic offsets (e.g., Hawaii -10:30) now round to nearest valid offset instead of being rejected
Commits
feat(Timezones): export timezone utility functions. Improve jsdocs and test coverage. (52a38e4)
chore(vscode): update cSpell words in settings.json (514995f)
chore(deps): update @types/node to version 24.10.1 in package.json and package-lock.json (a58689e)
chore(workflows): upgrade actions/checkout to v6.0.0 in build, check-updates, and docs workflows (721b502)