Is Unix time in seconds or milliseconds?
Classic Unix time is seconds, while many JavaScript APIs use milliseconds.
Convert Unix seconds or milliseconds into readable local and UTC date strings.
Convert a readable date into Unix seconds and milliseconds for APIs, databases and logs.
Time guideGuideView the current Unix timestamp in seconds and milliseconds with UTC and local time.
Time guideGuideRepair common JSON syntax errors such as trailing commas, comments, single quotes, missing quotes and unmatched brackets.
JSON guideGuideClean up JSON returned by ChatGPT or other AI tools when the response includes markdown fences, comments or invalid syntax.
AI guideGuideRemove trailing commas from JSON objects and arrays so strict JSON parsers can read the data.
JSON guideGuideDecode Base64 text back into readable Unicode text without uploading it to a server.
Encode guideGuideClassic Unix time is seconds, while many JavaScript APIs use milliseconds.
The timestamp itself is timezone-neutral. Displayed dates can be local time or UTC.
Yes. Negative values represent dates before January 1, 1970 UTC.