Page MenuHomeFreeBSD

build: respect user locale for time
Needs ReviewPublic

Authored by eadler on Jul 28 2018, 7:27 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 15, 8:02 AM
Unknown Object (File)
May 3 2023, 3:24 AM
Unknown Object (File)
Mar 31 2023, 11:14 AM
Unknown Object (File)
Mar 18 2023, 5:12 AM
Unknown Object (File)
Mar 3 2023, 10:09 AM
Unknown Object (File)
Feb 1 2023, 5:47 PM
Unknown Object (File)
Jan 6 2023, 7:51 AM
Unknown Object (File)
Jan 5 2023, 10:22 AM
Subscribers

Details

Reviewers
bdrewery
imp
Summary

Since since is meant for humans, respect what they set in their
environment.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 18391
Build 18106: arc lint + arc unit

Event Timeline

Why? It's been like this for 20 years...

In D16479#356450, @imp wrote:

Why? It's been like this for 20 years...

Its not really correct. Users that set their locale expect it to be used. Since the timestamps aren't used for automated reasons, explicitly avoiding user settings seems wrong.