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
Describe the bug
I've encountered an issue with dayjs when subtracting a large number of years from a date. Specifically, when I attempt to subtract 129 years from a date, the resulting date is incorrect.
Expected behavior
The date after subtracting 129 years should accurately reflect the original month and day, not resetting to the first day of the month.
Information
Day.js Version v1.11.12
OS: Mac OS
Browser Chrome/129.0.0.0
Time zone: America/Toronto
The text was updated successfully, but these errors were encountered:
Describe the bug
I've encountered an issue with
dayjs
when subtracting a large number of years from a date. Specifically, when I attempt to subtract 129 years from a date, the resulting date is incorrect.Expected behavior
The date after subtracting 129 years should accurately reflect the original month and day, not resetting to the first day of the month.
Information
The text was updated successfully, but these errors were encountered: