Developer Tool Developer Tool

Unix Timestamp Converter

Convert Unix seconds or milliseconds to readable dates—and turn dates back into timestamps.

Seconds + milliseconds Timezone aware Multiple date formats

Seconds and milliseconds are detected automatically.

Timestamp converted successfully.

Valid Date

Converted Values

Copy the exact format required by your application.

Unix Seconds1785102353
Unix Milliseconds1785102353000
ISO 86012026-07-26T21:45:53.000+00:00
RFC 2822Sun, 26 Jul 2026 21:45:53 +0000
Human ReadableSunday, July 26, 2026 at 9:45:53 PM UTC
UTC2026-07-26 21:45:53 UTC

How to Use

  1. 1Choose DirectionConvert a timestamp or a date.
  2. 2Enter ValueSeconds and milliseconds are accepted.
  3. 3Set TimezoneView the date in the needed region.
  4. 4CopyCopy any standardized output.

Technical Specs

Epoch
1970-01-01 UTC
Precision
Milliseconds
Formats
ISO 8601 + RFC 2822
Timezones
10 common regions

Related Tools

Time without ambiguity

Why developers use Unix timestamps

Unix time represents an instant independently of display format. Convert it into local time only at the interface boundary, and retain explicit timezone offsets when exchanging ISO 8601 strings.

Frequently Asked Questions

What is Unix time? +

It counts elapsed seconds since January 1, 1970 at 00:00:00 UTC.

Are milliseconds supported? +

Yes. Values with 12 or more digits are automatically treated as milliseconds.

Does a timestamp include a timezone? +

No. A Unix timestamp identifies an instant; timezone only changes how that instant is displayed.

What is ISO 8601? +

It is a standardized date representation that can include milliseconds and an explicit UTC offset.

Related Articles

Developer newsletter

Stay Ahead

Get practical developer guides, new tools, and workflow improvements without inbox noise.