Unix Timestamp Converter
Convert Unix timestamps to human-readable dates, or any date string to a Unix timestamp. Live current time display.
🔧
Timestamp Converter is coming soon. In the meantime, try the JSON → CSV converter, which has flattening built in.
How it works
Bidirectional conversion
Paste a Unix timestamp (seconds since Jan 1, 1970 UTC) and get UTC, ISO 8601, and local time. Or enter any date string and get the Unix timestamp. A live counter shows the current epoch second.
Example
JWT exp claim decoded to a human date
Input
1705312000
Output
UTC: Mon, 15 Jan 2024 10:26:40 GMT ISO 8601: 2024-01-15T10:26:40.000Z
Frequently asked questions
What is a Unix timestamp?
The number of seconds elapsed since January 1, 1970 00:00:00 UTC (the Unix epoch). A single integer that unambiguously identifies any moment in time — no timezone or format ambiguity.
Related Tools
TOOL
UUID GeneratorGenerate UUID v4 identifiers using cryptographically secure randomness. Single UUID or bulk up to 1,000.TOOL
Hash GeneratorGenerate SHA-1, SHA-256, SHA-384, or SHA-512 hashes from any text. Uses the Web Crypto API — nothing leaves your browser.TOOL
Base64Decode base64 strings to text or JSON, or encode any text to base64. Handles URL-safe base64 and missing padding.All conversions run in your browser — nothing is uploaded.
Browse all 26 converters →