paps
paps copied to clipboard
Bad rendering of mtime when input comes from stdin
Seems to be random data !
Also, day of week is always in english.
Thanks for the bug report.
There are two different issues here:
- mdate random data. I have changed it to use now() instead.
- Localization of the day of week. Agree, and unfortunately the fmtlib library which I'm using for the time string resolution does not support localization of the day string! I don't have a simple solution for that, but patches are always welcome.