Busyyy

Unix Timestamp Converter

Convert between Unix timestamps and human-readable dates

Current Unix Timestamp

1776921062
Milliseconds: 1776921062034
4/23/2026, 5:11:02 AM (UTC, UTC+00:00)

Timestamp to Date

Date to Timestamp

Current Time Formats

YYYY-MM-DD
2026-04-23
DD/MM/YYYY
23/04/2026
MM/DD/YYYY
04/23/2026
YYYY-MM-DD HH:mm:ss
2026-04-23 05:11:02
ISO 8601
2026-04-23T05:11:02.034Z
UTC
Thu, 23 Apr 2026 05:11:02 GMT
Local
4/23/2026, 5:11:02 AM
Time only
05:11:02.034

Timezone

UTC (UTC+00:00)

About this tool

The Timestamp Converter moves between Unix epoch time and human-readable dates. Convert in either direction, pick timezone and format, and get ISO 8601 strings suitable for APIs and logs.

How to use

  1. Pick the conversion direction: timestamp-to-date or date-to-timestamp.
  2. Enter a Unix timestamp in seconds or milliseconds, or pick a date.
  3. Select your timezone and display format.
  4. Read the converted result.
  5. Copy the ISO 8601 output or the raw epoch value.

Common use cases

  • Decoding a created_at field from a database dump.
  • Producing an epoch value for a JWT exp claim.
  • Reading timestamps out of server logs.
  • Aligning a timestamp to UTC for a cross-team ticket.
  • Converting iOS reference-date timestamps to standard epoch.

Frequently asked questions

Seconds or milliseconds?

The tool auto-detects by magnitude but you can override it. JavaScript APIs use milliseconds; most Unix tools use seconds.

Does it handle timezone offsets?

Yes. You can render the result in UTC or your local zone and the ISO string keeps the offset explicit.

What is ISO 8601?

A standard date format like 2026-04-23T10:35:00Z. It is unambiguous across systems and safe for APIs.

Is the timestamp sent anywhere?

No. Conversion is done locally in your browser.