eza-community / eza-community/eza
bug: eza ignores LC_TIME and always shows dates in English (deb.gierens.de build only)
- Dominant language
- Rust
- Stars
- 23.3k
- Forks
- 523
- PR merge metrics
- No merged PRs in 30d
Description
If eza does something unexpected, or its output looks wrong, or it displays an error on the screen, or if it outright crashes, then please include the following information in your report:
- The version of eza being used (`eza --version`): `v0.18.14 [+git]`
- The command-line arguments you are using: `-l`
- Your operating system and hardware platform: Kubuntu 23.10 x86_64
If it’s a crash, please include the full text of the crash that gets printed to the screen. If you’re seeing unexpected behaviour, a screenshot of the issue will help a lot.
---
exa:
```
$ LC_TIME=fr_FR.utf8 exa -l
drwxr-xr-x - root 7 nov. 2023 cache
drwxrwxrwt - root 12 mai 14:00 crash
drwxr-xr-x - root 15 févr. 17:20 lib
drwxr-xr-x - root 1 mars 13:52 opt
drwxr-xr-x - root 15 déc. 2023 snap
```
```
$ LC_TIME=be_BY.utf8 exa -l
drwxr-xr-x - root 7 ліс 2023 cache
drwxrwxrwt - root 12 мая 14:00 crash
drwxr-xr-x - root 15 лют 17:20 lib
drwxr-xr-x - root 1 сак 13:52 opt
drwxr-xr-x - root 15 сне 2023 snap
```
eza:
```
$ LC_TIME=fr_FR.utf8 eza -l
drwxr-xr-x - root 7 Nov 2023 cache
drwxrwxrwt - root 12 May 14:00 crash
drwxr-xr-x - root 15 Feb 17:20 lib
drwxr-xr-x - root 1 Mar 13:52 opt
drwxr-xr-x - root 15 Dec 2023 snap
```
```
$ LC_TIME=be_BY.utf8 eza -l
drwxr-xr-x - root 7 Nov 2023 cache
drwxrwxrwt - root 12 May 14:00 crash
drwxr-xr-x - root 15 Feb 17:20 lib
drwxr-xr-x - root 1 Mar 13:52 opt
drwxr-xr-x - root 15 Dec 2023 snap
```
Contributor guide
Assessment
This issue has not been assessed yet.