9873a8186a
Backend was sending Unix timestamps as strings (e.g. '1716112800') which JavaScript Date couldn't parse. Now sends proper ISO 8601 format dates that work with new Date() in the browser.