Timestamp Converter
/unix-timestamp-converterMain converter for Unix timestamps, ISO dates, UTC, local time, and timezone output.
Convert Unix timestamps, ISO dates, batch logs, cron schedules, UTC, local time, and selected timezones in one fast browser-only tool.
Numbers are detected as seconds, milliseconds, microseconds, or nanoseconds by length. Date strings use browser parsing.
This date is interpreted in the selected timezone, then converted to a Unix timestamp.
Useful for logs, CSV exports, database rows, and analytics data.
Both dates are interpreted in the selected timezone.
Supports five-field cron with *, numbers, ranges, lists, and steps. Preview uses the selected timezone.
The tool exposes real static URLs for long-tail timestamp searches, plus quick lookup with query values such as ?t=1713528896 or ?t=now.
Main converter for Unix timestamps, ISO dates, UTC, local time, and timezone output.
Convert Unix timestamps into human-readable dates across UTC, local time, and selected timezones.
Turn selected dates into Unix seconds and milliseconds in the timezone you choose.
Convert 13-digit Unix millisecond timestamps to ISO, UTC, local time, and timezone output.
Batch workflow for logs, CSV rows, analytics exports, and database values.
Compare two dates or timestamps and get days, hours, minutes, seconds, and milliseconds.
Preview upcoming cron run times for DevOps, automation, and scheduling tasks.
Live current Unix timestamp with one-click copy.
What is the difference between a 10-digit and 13-digit timestamp? A 10-digit timestamp is usually Unix seconds, while a 13-digit timestamp is usually Unix milliseconds.
Why are UTC and local time different? A Unix timestamp has no timezone. Timezone only matters when the timestamp is formatted as a date.
Does this tool upload my input? No. All conversion happens locally in your browser.