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 use dayjs.locale('zh-cn'), but dayjs('2024-11-24').day(1) return 2024-11-25 Expected behavior
dayjs.locale('zh-cn')
dayjs('2024-11-24').day(1) return '2024-11-18' Information
Day.js Version 1.11.8
OS: windows
Browser chrome
Time zone: [e.g. GMT-08:00
The text was updated successfully, but these errors were encountered:
Describe the bug
I use dayjs.locale('zh-cn'), but dayjs('2024-11-24').day(1) return 2024-11-25
Expected behavior
dayjs.locale('zh-cn')
dayjs('2024-11-24').day(1) return '2024-11-18'
Information
The text was updated successfully, but these errors were encountered: