Unix timestamp & epoch converter, JSON viewer/formatter, sandboxed JavaScript playground, regex tester, timezone converter, Base64/URL tools, color converter, string utilities, UUID & password generator β everything runs locally in your browser.
The Unix timestamp (epoch time) converter below converts epoch to date and date to epoch instantly, auto-detects seconds/milliseconds/microseconds, supports any timezone, and includes a timestamp calculator β a free alternative to epochconverter.com that runs entirely client-side.
Paste a Unix timestamp in seconds, milliseconds, microseconds, or nanoseconds β the unit is auto-detected.
Leave empty to use the current time
Add or subtract time from a Unix timestamp β useful for computing expiry times, TTLs, or deadlines.
Common reference points, useful for spotting off-by-one and overflow bugs.
| Event | Unix Timestamp | UTC Date |
|---|
A Unix timestamp counts the seconds elapsed since 00:00:00 UTC on January 1, 1970 (the "Unix epoch"), ignoring leap seconds. It's a compact, timezone-free way for programs and databases to represent an exact moment in time.
A 10-digit value is typically seconds since the epoch; 13 digits usually means milliseconds (used by JavaScript's Date.now()), 16 digits means microseconds, and 19 digits means nanoseconds. This tool detects the unit automatically.
Systems that store Unix time as a signed 32-bit integer will overflow at 03:14:07 UTC on 19 January 2038 β the "Year 2038 problem." Most modern systems use 64-bit timestamps and are unaffected.
A free online JSON formatter, validator, beautifier and tree viewer β paste JSON to pretty-print, minify, validate, or explore it as a collapsible, searchable tree, similar to jsonviewer.stack.hu. Also tolerates common mistakes: single-quoted strings, unquoted keys/values, trailing commas, and // or /* */ comments β it will auto-fix and tell you what changed.
Write and run JavaScript online with live console output. Code executes inside an isolated, sandboxed frame β an in-browser JS playground / online JS compiler with no access to this site's cookies, storage, or network.
βΉοΈ Tips:
console.log() to print outputconsole.error() / console.warn() for styled messagesCtrl/Cmd + Enter to runTest regular expressions against sample text in real time β a free online regex tester supporting global, case-insensitive, and multiline flags.
Enter a valid regex pattern (without delimiters)
Click a pattern to copy it to the pattern field
A world clock and timezone converter showing the current time across major cities, with support for adding any IANA timezone.
Use IANA timezone format (e.g. Europe/London, Asia/Kolkata)
Encode or decode text using Base64 or URL encoding β handy for API payloads, query strings, and data URIs.
Convert colors between HEX and RGB with a live preview β a simple online color picker and converter.
Transform text case, reverse strings, trim whitespace, and count characters and words online.
Generate random UUIDs (GUIDs) and strong, secure random passwords for free, entirely in your browser.
Generate random universally unique identifiers (UUID v4 / GUID)
Create secure random passwords