Replace moment
with luxon
#2875
Labels
enhancement
Pull requests that make or issues that suggest enhancements, instead of just purely new features
frontend
future-is-now
Pull requests that utilize cutting-edge technology or just a cool new feature
level:hard
There's a bunch of problems with
moment
, e.g. being mutable and not having native timezone support. These are causing security vulnerability issues, and given that the project has been designated a legacy project by its maintainers in 2020, it should for obvious reasons be replaced.luxon
was created by some of the moment developers, and serves to be a better replacement and the worthy successor. It has been in development for some time now, and I think it is ready (but more investigation should preferably be given).Since this would require a ton of (relatively easy) work with huge caution, I'll label this as a hard issue.
The text was updated successfully, but these errors were encountered: