Dev Tools

Date & Time Tools

Free date and time tools: Unix timestamp converter (epoch to date), time zone converter, world clock, date calculator, ISO 8601 parser, and time ago. Convert timestamp to date in your browser, no signup.

8 tools · 100% browser-based · No uploads · No signup

About these Date & Time tools

Free date and time tools to convert timestamps, time zones, and date formats in your browser. The Unix timestamp converter turns epoch time into a human date (and the other way). Convert time zones, check a world clock, add days with the date calculator, parse ISO 8601, see “time ago”, or get Excel and RFC date formats.

Unix time is always UTC. A 10-digit number in the 2020s is usually seconds. A 13-digit number is milliseconds. Mixing those up is the usual “year 57000” bug. These pages do not call a time API; they use this device’s clock.

Tools in this category

How these tools run in your browser

The timestamp converter guesses seconds vs milliseconds from digit length. Time zone conversion uses the zone list in your browser. World clocks tick from this device, not from a world-time server. Convert → Time is a duration unit converter (hours to milliseconds). These Date & Time pages convert calendar dates and epochs.

Common Use Cases

  • Convert a Unix timestamp to a date from a log or JWT
  • Convert a meeting time between New York, London, and Tokyo
  • Add 14 days to a start date
  • See the current time in several cities
  • Get ISO, RFC 2822, and Excel serial for one instant

Common Mistakes

13-digit Unix is milliseconds. Treat it as seconds and the date is nonsense.
A date-time without Z or an offset is parsed differently in some browsers. Add Z or +00:00.
Daylight saving still shifts “9am local”. Store UTC when you can.
Excel’s old 1900 leap-year quirk is not fully copied.

Frequently Asked Questions

How do I convert a Unix timestamp to a date?

Paste the number into Unix Timestamp Converter. You get UTC, local time, and ISO. 10 digits are seconds; 13 digits are milliseconds.

How do I convert time zones online?

Open Time Zone Converter, paste a time (or “now”), and pick cities. Offsets include daylight saving for that date.

Is this the same as Convert → Time?

No. Convert → Time turns 3600000 ms into hours. These pages turn timestamps and ISO strings into calendar dates and time zones.

Do you use a world clock API?

No. Times are formatted on this device. If your computer clock is wrong, the world clock is wrong.