Developer Tool
Unix Timestamp Converter
Convert Unix timestamps to human-readable dates and back. Auto-detects seconds vs milliseconds, shows multiple formats including relative time.
Your data is processed locally in your browser and is never uploaded.
Current Time
17849658921784965892824More Developer Tools
Free browser-based tools for developers. No data leaves your device.
- Dev Tool
JWT Decoder
Decode JWT tokens locally without sending data to any server.
Open - Dev Tool
JSON Formatter
Beautify, minify, and validate JSON with indentation options.
Open - Dev Tool
Base64 Encoder/Decoder
Encode and decode Base64 and Base64URL with Unicode support.
Open - Dev Tool
UUID Generator
Generate cryptographically secure UUID v4 identifiers.
Open - Dev Tool
Cron Expression Generator
Build and humanize standard five-field Unix cron expressions.
Open - Dev Tool
URL Encoder/Decoder
Encode and decode URL components and full URIs.
Open - Dev Tool
Regex Tester
Test JavaScript regular expressions with live match highlighting.
Open - Dev Tool
SQL to JSON Converter
Convert SQL INSERT statements to structured JSON.
Open - Dev Tool
CSV to JSON Converter
Parse CSV data into JSON with nested key support.
Open
FAQ
- How is seconds vs milliseconds detected?
- Values greater than 1 trillion are treated as milliseconds (since they represent dates after ~2001). Otherwise they are treated as seconds. You can override the detection.
- What timezone is used for display?
- Your browser's local timezone is shown alongside UTC. The timezone name is displayed so you know exactly which zone applies.
- Is my data sent to a server?
- No. All timestamp conversions happen locally in your browser. No data leaves your device.
- Can I convert a date back to a Unix timestamp?
- Yes. Use the date-to-timestamp section to pick a date and get the corresponding Unix timestamp in both seconds and milliseconds.