-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Fix locale-specific time #15879
Fix locale-specific time #15879
Conversation
9510f2a
to
c39011c
Compare
20b3bd3
to
9305448
Compare
306a650
to
9649565
Compare
Some small commit message and the |
df9b923
to
df6f351
Compare
9c1d53c
to
3570115
Compare
Could someone (including, but not limited to @behlendorf ) please review this already? |
@part1zano sorry for the lack of response. Your patch works for me: Before:
After
|
Great to see it works for you! Thanks for the approval! Could you kindly merge it since everything's ok? |
Since this has been approved by someone with write access, could someone please merge it? |
@part1zano the formatting changes to
|
In `zpool status -t`, scrub date/time is reported using the C locale, while trim time is reported using the current one. This is inconsistent. This patch fixes that. Signed-off-by: Maxim Filimonov <[email protected]> Closes openzfs#15878
3570115
to
2bbf2d9
Compare
@behlendorf reverted! |
In `zpool status -t`, scrub date/time is reported using the C locale, while trim time is reported using the current one. This is inconsistent. This patch fixes that. Reviewed-by: Tino Reichardt <[email protected]> Reviewed-by: Tony Hutter <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Maxim Filimonov <[email protected]> Closes #15878 Closes #15879
In `zpool status -t`, scrub date/time is reported using the C locale, while trim time is reported using the current one. This is inconsistent. This patch fixes that. Reviewed-by: Tino Reichardt <[email protected]> Reviewed-by: Tony Hutter <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Maxim Filimonov <[email protected]> Closes openzfs#15878 Closes openzfs#15879
Motivation and Context
Fix #15878
Description
See the issue for details
How Has This Been Tested?
Types of changes
Checklist:
Signed-off-by
.