DEV Community

Discussion on: Day.js | The lightest API to handle dates in JS

Collapse
 
gerreth profile image
Gerret Halberstadt

I was quite happy with dayjs until I had to deal with issues with different timezones and DST. We started to migrate to luxon and luckily the API is mostly the same. I'd strongly recommend to consider this in your decision to use dayjs as it could help you from some hard to spot bugs.

Collapse
 
susomejias profile image
Jesús Mejías Leiva

Thank you for your contribution! 🤗