Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix daylight saving time close#262 close#329
* fix(dayjs.add): fix daylight saving time It's not safe to add 24 hours to manipulate date, There are 2 days of the year that do not have 24 hours In order to get rid of this issue its good to use build-in `setDate` See: https://en.wikipedia.org/wiki/Daylight_saving_time
- Loading branch information