soulsync/webui
Broque Thomas 88890f816f Fix download history timestamps always showing 'Just now'
SQLite CURRENT_TIMESTAMP stores UTC but the format lacks a timezone
marker. JavaScript parsed it as local time, causing future-dated
timestamps and negative diffs that always fell into 'Just now'.
Normalize by appending 'Z' to mark as UTC before parsing.
2026-04-06 22:24:38 -07:00
..
static Fix download history timestamps always showing 'Just now' 2026-04-06 22:24:38 -07:00
index.html Add source provenance and AcoustID result to download history 2026-04-06 16:18:58 -07:00