-
Notifications
You must be signed in to change notification settings - Fork 15
Replace moment package by native objects #33
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Describe the bug
The moment package added in v4.3 is considered by it's maintainers a legacy project:
We now generally consider Moment to be a legacy project in maintenance mode. It is not dead, but it is indeed done.
...
In most cases, you should not choose Moment for new projects. However there are some possible reasons you might want to keep using it.
Reference: momentjs website > Project Status.
By quick look at ProteGo-Safe/web source code, should't require too much effort to refactor application to use native Date and Intl.DateTimeFormat or Luxon.
To Reproduce
N/A
Expected behavior
N/A
Screenshots
N/A
Desktop (please complete the following information):
N/A
Smartphone (please complete the following information):
N/A
Additional context
N/A
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed