uptime(1) prints floating point numbers to represent the current load
averages. When emitting JSON, these numbers cannot use a comma as the
decimal separator. Commit bd490be57438 fixed a bug along these lines,
but in so doing it overrides all locale categories. As a result, we
emit 12h time in non-text mode, but for that field we should probably
just respect the user's configured locale.
PR: 290328
Fixes: bd490be57438 ("w(1): fix libxo output being locale dependant")