What this utility does
Convert Unix timestamps in seconds or milliseconds to UTC ISO-8601 strings and convert timezone-qualified ISO dates back to Unix time.
Input and output contract
Unix input must be a whole integer within the JavaScript Date range. ISO input must parse as a valid date/time and should include a timezone such as Z or an offset. UTC ISO-8601 text or a whole Unix timestamp.
Important limitations
ISO conversion is UTC-oriented. Inputs without timezone information can be browser-dependent and should be avoided.
SaveEditor.com implements this utility as a deterministic browser-local operation. The conversion result depends only on the explicit input and selected options; it does not infer a game format or silently modify unrelated data.