AiTechWorlds
AiTechWorlds
Convert Unix timestamps (seconds or ms) to human dates and vice versa β all formats at once.
Unix (seconds)
1750000000
Unix (milliseconds)
1750000000000
ISO 8601
2025-06-15T15:06:40.000Z
UTC
Sun, 15 Jun 2025 15:06:40 GMT
Local
6/15/2025, 3:06:40 PM
Date only (Local)
6/15/2025
Time only (Local)
3:06:40 PM
Relative
396d ago
The Unix Timestamp Converter on AiTechWorlds converts Unix epoch timestamps to human-readable dates and times, and converts dates back to Unix timestamps. Unix timestamps β the number of seconds (or milliseconds) since January 1, 1970 UTC β are the universal time representation used in programming: database records, API responses, JWT tokens, log files, and analytics events all use them. Reading a timestamp like '1717200000' requires conversion to know it means May 31, 2024. This tool handles both directions, supports second-precision and millisecond-precision timestamps, and shows the result in multiple formats (UTC, local time, ISO 8601). All conversion runs in your browser with no server call. AiTechWorlds built this tool for developers who regularly work with timestamps in APIs, databases, and log analysis.
Enter a Unix timestamp
Paste a Unix timestamp (seconds or milliseconds) in the timestamp field to convert to a readable date.
Or enter a date
Use the date-time picker to select a date and time to convert to a Unix timestamp.
Select precision
Toggle between seconds (standard Unix time) and milliseconds (JavaScript Date.now()).
View all formats
The output shows UTC, local time, ISO 8601, and relative time (e.g., '3 days ago').
Copy the result
Copy the timestamp or formatted date string for use in your code.
100% Private β No Server Required
All processing happens directly in your browser. No data is uploaded, stored, or transmitted to any server.
Last reviewed on June 1, 2026 by the AiTechWorlds Tools Team. All processing runs locally in your browser.
Advertisement