Pawnote
Pawnote copied to clipboard
feat: add a parser for `date_as_french` in discussions
Output is very variable, see example below. Because of this behavior, we can't transform this into a date.
Output example :
"lundi 08h53"
or can just be the hour :
"07h26"
Hi, I can see that a wrapper already exist at src/decoders/pronote-date.ts which is decodePronoteDate, isn't like you want ?
Hi, I can see that a wrapper already exist at
src/decoders/pronote-date.tswhich isdecodePronoteDate, isn't like you want ?
No, decodePronoteDate is for dates formatted as dd/mm/yyy [HH:MM[:SS]] as I remember.
It is not done for the purpose described in the issue description.