[Bug 290089] w libxo output has extra padding in uptime-human

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 14 Oct 2025 07:40:43 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290089

--- Comment #1 from Sulev-Madis Silber <bugs-freebsd-org916@ketas.si.pri.ee> ---
load makes invalid json if decimal is comma:


> env LANG=de_DE.ISO8859-15 uptime --libxo=json,pretty
{
  "uptime-information": {
    "time-of-day": "10:38",
    "uptime": 255092,
    "days": 2,
    "hours": 22,
    "minutes": 51,
    "seconds": 32,
    "uptime-human": " 2 days, 22:52,",
    "users": 6,
    "load-average-1": 0,29,
    "load-average-5": 0,42,
    "load-average-15": 0,47
  }
}

-- 
You are receiving this mail because:
You are the assignee for the bug.