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
fix: offset() returns NaN for dates with non 4-digit years
- Rewrite relativeTime() to use Date.UTC() instead of reconstructing ISO strings
- Add era retrieval from Intl.DateTimeFormat to correctly handle BCE years
- Use setUTCFullYear(year, month, day) to avoid leap day normalization issues
Closes#77
0 commit comments