akosbalasko / yarle

Yarle - The ultimate converter of Evernote notes to Markdown
https://github.com/akosbalasko/yarle
MIT License
1.38k stars 82 forks source link

typo in date format hh should be HH #634

Open TjenWellens opened 1 month ago

TjenWellens commented 1 month ago

https://github.com/akosbalasko/yarle/blob/68bbe51436a88ff58892683f749cbf265be828cf/src/models/EvernoteTask.ts#L42C30-L42C46

YYYYMMDDThhmmssZ -> YYYYMMDDTHHmmssZ

Hour H 0 1 ... 22 23
  HH 00 01 ... 22 23
  h 1 2 ... 11 12
  hh 01 02 ... 11 12

https://momentjs.com/docs/#/displaying/format/

(currently on v6.13.0 68bbe514)

github-actions[bot] commented 1 month ago

Yihaa, thank you for reporting me this issue and to let me improve Yarle!