Phase 298 — the Clock-format preference (AM/PM vs 24-hour) now applies to the big centre clock.
The Aurora Clock wallpaper (the 'theme with a clock' — the large clock in the middle of the screen) was hardcoded to 24-hour and ignored your AM/PM choice. It now follows the same Clock-format preference as the top-bar clock (Settings → Date & Time, or the setup step): pick AM/PM → it shows '9:41 AM'; pick 24-hour → '21:41'. The desktop Clock widget (which had the opposite bug, always AM/PM) is fixed the same way. All clocks now render in your selected timezone/locale.
Box update (operator):
ssh bruce@100.112.68.1
sudo -s
curl -fsSL https://raw.githubusercontent.com/utopusc/livinity-io/v44.84/update.sh -o /opt/livos/update.sh && chmod +x /opt/livos/update.sh && bash /opt/livos/update.sh 2>&1 | tee /tmp/livos-4484.log
Verify: set the Aurora Clock wallpaper, then in Settings → Date & Time pick AM/PM (12-hour) → the centre clock switches to AM/PM; pick 24-hour → it switches back.
Full Changelog: v44.83...v44.84