mjamin
Results
1
issues of
mjamin
**Describe the bug** ```ts dayjs(new Date(2020, 3, 1)).tz().daysInMonth() // returns 30 dayjs(new Date(2020, 3, 1)).tz('America/New_York').daysInMonth() // returns 1 ``` https://stackblitz.com/edit/typescript-tqxa8b?file=index.ts **Information** - dayjs 1.9.7 - windows - chrome 87