journalctl Timestamp Normalizer
Rewrite the leading timestamp of journalctl output as ISO 8601, and say plainly when the format states no year or offset — entirely in your browser.
This tool handles input and primary processing in your browser and is designed not to send the input to QuickKit’s server.
Avoid live production secrets; use dummy or masked data where possible. Data handling details
Summary
Normalized output
Per line
How it works
Paste journalctl output. The timestamp at the start of each line is rewritten as ISO 8601 and the rest of the line is left untouched. `-o short-iso` and `short-iso-precise` already carry a full date and offset, so they convert directly. `-o short` prints `Aug 31 12:30:45` with no year and no offset, and `-o short-full` prints a zone abbreviation such as JST, which names more than one offset in the general case (CST is at least three). Those gaps are never filled in silently: the line is left as written and the tool says which value is missing. Supply a year and an offset yourself and the affected lines are converted, with the result marked as depending on values you supplied. A line with no leading timestamp passes through unchanged. Input is capped at 400,000 characters and 2,000 lines. Everything runs locally; nothing is uploaded, stored, or written into the URL.