-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
Description
Describe the bug
dayjs().add(dayjs.duration({ "hours" : 7, "minutes" : 10) }))
returns "invalid Date"
only "hours" and "minutes" are in the duration object
dayjs.duration(7, "hours").add(10, "minutes") is working
Information
- Day.js Version 1.11.9
- Time zone: GMT+02:00 [MESZ]
Reactions are currently unavailable