All Developer

Timestamp Converter

Convert Unix timestamps to dates and back.

timestamp-converter.local

How to use it

  1. Enter a Unix timestamp in seconds, or click Use now.
  2. Read the UTC, local, and ISO date.
  3. To go the other way, pick a date and time to get the timestamp.

About this tool

This tool converts between Unix time, the number of seconds since the start of 1970 in UTC, and a human readable date. It shows the date in UTC, your local time, and ISO format. It expects timestamps in seconds, the Unix standard, so divide by 1000 first if your value is in milliseconds.

Examples

Input1700000000
OutputTue, 14 Nov 2023 22:13:20 UTC
InputA date and time
OutputIts Unix timestamp in seconds

Common uses

  • Read a Unix timestamp from a log
  • Get the timestamp for a specific date
  • Convert between UTC and local time
  • Debug time fields in an API

FAQ

Is anything I enter uploaded?
No. The conversion runs in your browser. Nothing you type is sent anywhere.
Seconds or milliseconds?
It expects seconds, the Unix standard. If your value is in milliseconds, divide by 1000 first.
Which time zone does it use?
It shows UTC, your device local time, and ISO format, so you can read whichever you need.

Related tools

Embed this tool

Paste this snippet to put the tool on your own site. It runs entirely in the visitor's browser, the same as it does here.

<iframe src="https://tooldok.com/embed/timestamp-converter/" title="Timestamp Converter by Tooldok" width="100%" height="560" style="border:1px solid #16130d;border-radius:16px;max-width:720px" loading="lazy"></iframe> <p style="font:13px sans-serif"><a href="https://tooldok.com/tools/timestamp-converter/" target="_blank" rel="noopener">Timestamp Converter</a> by <a href="https://tooldok.com/" target="_blank" rel="noopener">Tooldok</a></p>