Home Productivity Tools Time Converter

Time Converter — Zones, Timestamp & Units

One tool for every time conversion: convert across time zones (DST-aware), turn Unix timestamps into dates, switch between time units, and measure durations. Free, no signup, and everything runs in your browser.

Always Free DST-aware No Signup Privacy-first
4 modes · live clock · DST-safe
Official IANA time zone data — DST handled
Updates live as you type
Runs in your browser — nothing sent
Your local time
--:--:--
detecting…
UTC
--:--:--
Unix (seconds)
----------
Unix (millis)
-------------

Source time

Converted to

Add zones to compare

Every time conversion,
one tool.

Other sites do one thing. This does time zones, timestamps, units, and durations — all in one place.

True DST accuracy

Uses your browser's official IANA time zone data, so summer-time shifts are always correct — even for future dates.

no off-by-one-hour bugs

Unix timestamp built in

Convert epoch to date and back, in seconds or milliseconds — the developer feature most time sites skip.

epoch ⇄ date

Live ticking clock

Your local time, UTC, and the current Unix timestamp update every second at the top of the page.

always current

Multi-zone compare

Add as many cities as you like and see one moment in all of them at once — ideal for scheduling.

unlimited zones

Units & durations

Convert seconds to hours to days, or measure the exact gap between two dates and times.

4 tools in 1

Private & instant

No signup, no ads, nothing sent to a server. Every calculation happens locally in your browser.

100% client-side

Convert time across zones in 4 steps

It's instant — no button to press.

1

Set the source time

Pick a date, time, and the zone it's in — or hit "Set to now."

2

Add target zones

Add any cities you want. Each shows the converted local time instantly.

3

Read & compare

Every zone updates live and is adjusted for Daylight Saving automatically.

4

Copy & share

Copy any time with one click for your message, invite, or calendar.

Understanding Unix timestamps (epoch time)

A Unix timestamp — also called epoch time or POSIX time — is the number of seconds that have elapsed since 1 January 1970, 00:00:00 UTC, a moment known as the Unix epoch. Because it's a single number with no time zone attached, it's the cleanest way for computers, databases, and APIs to store an exact moment in time.

For example, the timestamp 1750000000 represents a specific second in June 2025. Convert it in the Unix Timestamp tab above and you'll see it rendered in UTC, your local time, and ISO 8601 format.

Seconds vs milliseconds

Traditional Unix timestamps are measured in seconds and are 10 digits long today. However, JavaScript's Date.now() and many web APIs use milliseconds (13 digits). Mixing the two is a common bug — a millisecond value read as seconds lands you thousands of years in the future. This tool lets you switch between both so you never misread one for the other.

Developer tip: need a unique ID alongside your timestamp for logs or records? Pair this with our UUID Generator.

Common time zone abbreviations

Time zone abbreviations are everywhere — in emails, calendar invites, and meeting requests — but they're easy to mix up, especially because many shift by an hour during Daylight Saving Time. Here's a quick reference for the most common ones:

Abbr.ZoneUTC offsetRegion
UTCCoordinated Universal Time+00:00Global standard
GMTGreenwich Mean Time+00:00UK (winter)
EST / EDTEastern Time−05:00 / −04:00US East Coast
PST / PDTPacific Time−08:00 / −07:00US West Coast
CET / CESTCentral European Time+01:00 / +02:00Europe
ISTIndia Standard Time+05:30India
JSTJapan Standard Time+09:00Japan
AEST / AEDTAustralian Eastern Time+10:00 / +11:00Australia

Notice how zones with a "/" have two values — the first is standard (winter) time, the second is Daylight Saving (summer) time. This is exactly why converting by hand is error-prone, and why this tool calculates the correct offset for the specific date you choose.

Time conversion,
explained.

Everything about time zones, Unix timestamps, DST, and units — in plain language.

Ask a question
Yes — completely free, no signup. It runs entirely in your browser, so your dates and times are never sent to a server.
Yes. It uses your browser's official IANA time zone database, so DST is applied automatically and correctly for past, present, and future dates.
It's the number of seconds since 1 Jan 1970 00:00:00 UTC (the Unix epoch) — a simple, time-zone-free way for computers to store a moment in time.
In everyday use, the same offset. GMT is a time zone; UTC is a precise standard based on atomic clocks. For converting times online you can treat them as identical.
Unix timestamps are traditionally in seconds (10 digits). JavaScript and many APIs use milliseconds (13 digits). This tool lets you switch between both.
Yes — the Units mode converts seconds, minutes, hours, days, weeks, months, and years. Months and years use average lengths, so they're approximate for long spans.
That's almost always Daylight Saving Time — a city's offset changes by an hour in summer. This tool accounts for it automatically based on the exact date you pick.