Is your feature request related to a problem? Please describe.
Currently MonitoRSS is able to parse dates and reformat them using day.js
That it great, except that not everyone is on the same timestamp or can easily do the conversion on top of their head
Describe the solution you'd like
Use day.js to transform it into a unix timestamp and then expose it as a discord styled timestamp (or even just exposing the unix timestamp so that users can type the discord formatting manually)
Additional context
There are tools already to generate those as users : https://r.3v.fi/discord-timestamps/
It'd be nice if MonitoRSS could do it
Is your feature request related to a problem? Please describe.
Currently MonitoRSS is able to parse dates and reformat them using day.js
That it great, except that not everyone is on the same timestamp or can easily do the conversion on top of their head
Describe the solution you'd like
Use day.js to transform it into a unix timestamp and then expose it as a discord styled timestamp (or even just exposing the unix timestamp so that users can type the discord formatting manually)
Additional context
There are tools already to generate those as users : https://r.3v.fi/discord-timestamps/
It'd be nice if MonitoRSS could do it