Timestamp Converter
Convert Unix timestamps to human-readable dates or dates to epoch timestamps — with timezone support and multiple formats.
Timestamp to Date
Detected as secondsUTC
Thu, 23 Apr 2026 11:52:13 GMTISO 8601
2026-04-23T11:52:13.000ZTimezone ISO
2026-04-23T12:52:13Timezone
Thu, 23 Apr 2026, 12:52:13Local
23/04/2026, 12:52:13Relative
1 second agoDate to Timestamp
Unix seconds
1776945120Unix milliseconds
1776945120000UTC
Thu, 23 Apr 2026 11:52:00 GMTTimezone
IANA zoneWhat the converter uses
- Timestamps above 10 billion are treated as milliseconds.
- Date formatting is driven by the selected IANA timezone.
- Relative time is calculated against the current moment in your browser.
Tip: paste a timestamp directly, or use the date picker to compare local, UTC, and timezone-specific representations side by side.
How to use Timestamp Converter
-
Enter a Unix timestamp
Type or paste a Unix timestamp in the input field. The tool accepts both seconds (10 digits) and milliseconds (13 digits) and detects the unit automatically.
-
Click Now for the current time
Click the Now button to fill the input with the current Unix timestamp in seconds and see all conversions immediately.
-
View all output formats
See the timestamp displayed as ISO 8601, RFC 2822, UTC, your local timezone, and relative time (e.g. '5 minutes ago') simultaneously.
-
Select a timezone
Choose any IANA timezone from the dropdown to see the corresponding local time for that region. All outputs update instantly.
-
Convert a date to a timestamp
Use the date picker to select a specific date and time. The corresponding Unix timestamp in seconds and milliseconds is shown alongside all formatted outputs.
Timestamp Converter FAQ
What is a Unix timestamp?
How does the tool detect seconds vs milliseconds?
What is ISO 8601 format?
What is the difference between UTC and a Unix timestamp?
How do I convert a JavaScript Date to a Unix timestamp?
Can I see timestamps in different timezones?
What is relative time?
Can I use this to check JWT expiry times?
Is there a year 2038 problem?
Background
Timestamp Converter handles the most common Unix timestamp operations developers encounter daily. Paste a timestamp — in seconds or milliseconds — and instantly see the equivalent date in six formats: ISO 8601, RFC 2822, UTC, local timezone, and relative time ("2 hours ago", "in 3 days").
The tool auto-detects whether your input is in seconds or milliseconds based on magnitude: values over 10 billion are treated as milliseconds, everything else as seconds. This heuristic correctly handles timestamps from 1970 through well past 2100.
Going the other direction is equally fast: use the date and time picker to select any date and see its Unix timestamp in both seconds and milliseconds alongside all the formatted representations.
The timezone dropdown covers the full IANA timezone database — over 400 zones including all major cities and regional zones. Select any timezone and all outputs update immediately so you can compare timestamps across different regions without mental arithmetic.
Copy any format with a single click. Essential for debugging API logs, verifying JWT exp claims, correlating database records, and working with scheduled jobs. All conversions use your browser's built-in Intl and Date APIs — nothing is sent to a server.
Related tools
Cron Expression Generator
Build cron expressions visually or decode any cron string into plain English with next run previews.
JWT Decoder
Decode and inspect JWT tokens — view header, payload, claims, and expiry status without sending data to any server.
JSON Formatter
Format, validate, and minify JSON instantly — with configurable indentation, error location, and tree view.
UUID Generator
Generate cryptographically secure v4 and v7 UUIDs in bulk — copy individually or all at once, instantly in your browser.