andrechristikan / ack-nestjs-boilerplate

NestJs v10.x Boilerplate. Repository Design Pattern. MongoDB (Mongoose). Containerization.
MIT License
536 stars 184 forks source link

Replace Moment.js with Luxon or other better libraries. #522

Closed horizon-dev-group closed 2 weeks ago

horizon-dev-group commented 3 months ago

Moment.js is outdated and even the developers of moment.js and moment.js official website states not using moment.js and instead using other libraries. You can check it here https://momentjs.com/docs/#/-project-status/

So if its possible changing moment.js with some other modern and better library would be fantastic.

andrechristikan commented 2 months ago

I will consider it, for now lets keep it. i need time to read the docs and decide it.