In the codebase, scripts and applications displaying tlp-relative-date
components rely on moment.js to format dates.
We can get the same formatting using custom dates formatters, so we can get rid of moment.js from these scripts/apps dependencies.
For the record, moment.js is deprecated since a long time now [0], and we want to get rid of it step-by-step.
[0] see https://momentjs.com/docs/#/-project-status/