Timestamp Converter

Current Time

Local Time

9/3/2026, 16:10:19

UTC

2026-09-03T08:10:19.354Z

Unix Timestamp

1788423019

Timestamp → Date

Date → Timestamp

Quick Timestamps

1 hour ago

1788419419

Today, 00:00

1788364800

Tomorrow, 00:00

1788451200

In 1 day

1788509419

Timestamp conversion for debugging time fields

Timestamp conversion helps move between Unix timestamps, millisecond timestamps, and readable dates when debugging logs, API responses, database fields, and scheduled jobs.

Always confirm whether the value is in seconds or milliseconds, and check the timezone used for display. Many time bugs come from unit or timezone mismatch.

FAQ

What is the difference between 10 and 13 digit timestamps?expand_more

10 digits usually mean seconds, while 13 digits usually mean milliseconds.

Why is the result off by 8 hours?expand_more

That usually indicates a timezone display difference, such as UTC versus China Standard Time.

Does a Unix timestamp include timezone?expand_more

No. It is an offset from 1970-01-01 UTC; timezone is applied when displaying it.

security

Privacy First

Everything runs locally in your browser

swap_horiz

Two-Way

Convert timestamps to dates and dates to timestamps

timer

Seconds / Millis

Auto-detects 10-digit (seconds) and 13-digit (milliseconds) timestamps

QQ group

QQ group