I can also reproduce this problem with `ts` while `date` works fine:

  $ date | ts
  ao� 06 10:33:36 sam 06 aoû 2022 10:33:36 PDT

  $ date
  sam 06 aoû 2022 10:35:39 PDT

  $ echo test | ts
  ao� 06 10:36:04 test

This is what my locale is set to:

  $ locale
  LANG=fr_CA.utf8
  LANGUAGE=
  LC_CTYPE="fr_CA.utf8"
  LC_NUMERIC="fr_CA.utf8"
  LC_TIME="fr_CA.utf8"
  LC_COLLATE="fr_CA.utf8"
  LC_MONETARY="fr_CA.utf8"
  LC_MESSAGES="fr_CA.utf8"
  LC_PAPER="fr_CA.utf8"
  LC_NAME="fr_CA.utf8"
  LC_ADDRESS="fr_CA.utf8"
  LC_TELEPHONE="fr_CA.utf8"
  LC_MEASUREMENT="fr_CA.utf8"
  LC_IDENTIFICATION="fr_CA.utf8"
  LC_ALL=

  $ cat /etc/locale.gen | grep -v '^#'
  en_CA.UTF-8 UTF-8
  en_NZ.UTF-8 UTF-8
  fr_CA.UTF-8 UTF-8

Let me know if there's anything else I can provide to help reproduce the
problem.

Francois

-- 
https://fmarier.org/

Reply via email to