El día domingo, septiembre 17, 2023 a las 11:12:23p. m. +0200, Francesco Ariis 
escribió:

> `date_format` is passed to `strftime`. Mine is:
> 
>     date_format="!%a, %b %d, %Y at %I:%M:%S%p %Z"
>     # A bang should mean “C (US English) locale,
>     # but on mine it is still Italian.
> 
> `date "+%b"` returns `set` here, what about on your machine?

$ echo $LANG
es_ES.UTF-8
$ date "+%b"
sept.
$ LANG=C date "+%b"
Sep
$

Thanks

        matthias
-- 
Matthias Apitz, ✉ g...@unixarea.de, http://www.unixarea.de/ +49-176-38902045
Public GnuPG key: http://www.unixarea.de/key.pub

Stoppt die Bundeswehr nicht erst vor Stalingrad! Schluss mit Waffenlieferungen
an die Ukraine und Schluss mit der Aufrüstung!
Stop the German Army already before Stalingrad! End the delivery of weapons
to Ukraine!

Reply via email to