paps icon indicating copy to clipboard operation
paps copied to clipboard

Bad rendering of mtime when input comes from stdin

Open hutou opened this issue 1 year ago • 1 comments

Seems to be random data !

Also, day of week is always in english.

hutou avatar Apr 04 '24 16:04 hutou

Thanks for the bug report.

There are two different issues here:

  1. mdate random data. I have changed it to use now() instead.
  2. 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.

dov avatar Apr 06 '24 18:04 dov