Unix Time Converter
Convert a Unix timestamp to a UTC date-time or any time zone, and back.
Covers 43 time zones in seconds, milliseconds, microseconds, or nanoseconds.
Updated August 14, 2026
Introduction / overview
Unix Time Converter takes one instant — whether you write it as a Unix timestamp, a UTC date and time, or a local time in one of 43 time zones — and shows that same instant everywhere else. Type a timestamp and read the human date in UTC, New York, London, Tokyo, or any of the other listed zones; or type a date and let the tool turn it back into a Unix timestamp.
Every box is editable and every box is the same instant. Edit the Unix time, the UTC/GMT date-time, or any single time zone, and all the others re-calculate automatically. You never have to type the same value twice or work out the offset yourself.
This is the tool to reach for when you are reading an API log that prints epoch seconds, checking when an email or file was actually created, converting a UTC timestamp you got from a database into your own time zone, or just comparing what time it is in several places for the same moment. Because the internal value is a plain number of milliseconds, the conversions are exact — there is no rounding to worry about.
How to use / quick start
Decide what your input really is
Is your timestamp in seconds, milliseconds, microseconds, or nanoseconds? Pick the matching unit next to Unix time — seconds is the default, but many databases and APIs hand out milliseconds.
Type into whichever box you have
Put the value you actually know into that field — a Unix time, a UTC/GMT date-time, or the local time in any listed time zone. Everything else fills in by itself.
Read the answer in the box you need
The time-zone groups (Eastern, Western, and their summer-time variants) show the same instant converted to each zone, including the ones that roll over to the previous or next day. The UTC/GMT box is the reference everything is measured from.
Example 1 — a Unix timestamp in seconds
Type in Unix time with the unit set to seconds. The calculator multiplies by to get the internal milliseconds, then converts that to the UTC calendar date:
The same instant in a few of the listed zones reads 12/25/2024 14:30:00 for IST (UTC+5:30), 12/25/2024 01:00:00 for PST (UTC−8), and 12/25/2024 22:00:00 for NZDT (UTC+13).
Example 2 — a date turned back into a timestamp
Type 01/19/2038 03:14:07 in the UTC/GMT box. The reverse conversion gives the Unix time in seconds:
That number is not random — it is exactly , the largest value a 32-bit signed counter can hold. More on why that matters below.
Calculation method
Every field in the calculator is the same point in time, stored as a number of milliseconds since the Unix epoch (). A time-zone field is simply that number plus the zone's fixed offset, and the date-time you see is the UTC calendar representation of that millisecond value.
From a time unit to milliseconds
where is how many milliseconds one unit is worth:
| Unit | Short | Milliseconds per unit |
|---|---|---|
| second | sec | 1,000 |
| millisecond | ms | 1 |
| microsecond | µs | 0.001 |
| nanosecond | ns | 0.000001 |
From UTC to any time zone
where is the zone's offset in hours from UTC. For example, IST sits at , so UTC shows as in IST.
Which directions can it solve?
- Unix time → UTC and every time zone (the usual direction)
- UTC/GMT date-time → Unix time and every time zone
- Any single time zone → UTC, Unix time, and all the other zones
Because the offsets are fixed per row, editing one zone never conflicts with the others — the same instant simply re-derives everywhere.
Frequently asked questions
Why is my timestamp off by a factor of 1,000?
Most likely it is a units mismatch. Many databases and APIs emit timestamps in milliseconds (e.g. ), while Unix time classically counts seconds (). The calculator defaults to seconds, so switch the Unix time unit to milliseconds (or microseconds/nanoseconds) to match your source value.
Does this calculator apply daylight saving time?
No — and that is by design. Each row uses a fixed offset, so the standard zones and their summer-time variants are listed as separate rows (for example CET vs CEST). Pick the row that matches the rule in effect on the date you care about; the tool does not guess which one applies.
What is the maximum Unix timestamp?
For classic 32-bit storage it is seconds, i.e. . This calculator itself works with a far larger internal range of about (roughly years), so you can explore timestamps far beyond the 2038 boundary — the only limit is that no calendar date exists beyond that range.
Why does a negative timestamp show 1969 or 1970 dates?
Instants before the epoch are negative numbers. The reference is , so a small negative value lands late in 1969. That is normal Unix time behavior, not a rounding error.
Limitations
Time-zone offsets here are fixed values, so the tool does not decide which daylight-saving rule is active for a given date — choose the standard or summer-time row yourself. Calendar dates are available within about years of the epoch; further out there is no proleptic calendar date, and the calculator says so instead of guessing. Watch the Unix time unit, since seconds, milliseconds, microseconds, and nanoseconds differ by factors of 1,000. Finally, like Unix time itself, the conversion ignores leap seconds. For everyday timestamp work none of these are obstacles, but they are worth knowing when you compare against external sources.
Related Calculators
Scale Calculator
Calculate scale factors and convert scaled or real dimensions for length, area, and volume.
Roman Numeral Converter
Convert an Arabic number up to 3,999,999 into Roman numerals or read a Roman numeral back into a number. Both directions run in your browser.
Fraction to Percent Calculator
Convert fractions to percentages and vice versa instantly
Grams to Tablespoons Converter
Convert grams to tablespoons for any ingredient instantly. Perfect for cooking and baking with support for multiple ingredients.
Decimal to Percent Converter
Convert decimal numbers to percentages with real-time bidirectional conversion
Salary to Hourly Calculator
Convert between hourly wage, annual salary, and other pay periods. Calculate your take-home pay with customizable work hours.