Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uu-date does not follow LC_TIME #3143

Open
2xsaiko opened this issue Feb 15, 2022 · 1 comment
Open

uu-date does not follow LC_TIME #3143

2xsaiko opened this issue Feb 15, 2022 · 1 comment
Labels

Comments

@2xsaiko
Copy link

2xsaiko commented Feb 15, 2022

uu-date always prints the (default) %c format like this, regardless of the LC_TIME setting:

% LC_TIME=en_DK.utf8 uu-date
Tue Feb 15 13:03:36 2022

Expected (output from GNU coreutils date):

% LC_TIME=en_DK.utf8 date
2022-02-15T13:03:36 CET

Tested on uutils 0.0.12 under Gentoo.

@pawelngei
Copy link
Contributor

If I'm correct, this is blocked by us using chrono to display the date. The localization of that crate is still unstable an incomplete, requiring a unstable-locales flag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants