UTC to Local Converter

Convert a UTC date and time to the local time in any zone (and your own) with the correct daylight-saving offset, plus the Unix timestamp. Calculates in your browser.

Local time

-

How it works

Enter a moment in Coordinated Universal Time (UTC) and it is converted to the wall-clock time in your chosen zone using your browser's time-zone database, with the correct daylight-saving offset for that exact date.

The same instant is also shown in your own device's zone and as a Unix timestamp. Everything runs locally in your browser.

What this does

This converter turns a UTC date and time into the local time in any zone (and your own) with the correct daylight-saving offset, plus the Unix timestamp.

How to use it

  1. Enter a UTC date and time.
  2. Choose a target zone.
  3. Read the local time and your own.
  4. Copy the Unix timestamp if needed.

How it works

UTC is the global reference time with no daylight saving. Converting just applies the target zone’s offset for the exact date you enter, so summer and winter times come out correctly.

local time = UTC + offset

Example

12:00 UTC is 7:00 AM in New York during standard time, or 8:00 AM during daylight saving.

Sources & methodology

Last updated .

Frequently asked questions

What does UTC mean?

Coordinated Universal Time is the global reference time with no daylight saving. Local times are defined as an offset from UTC, so converting from UTC just applies that offset for the date you choose.

Does it handle daylight saving?

Yes. The offset is read for the exact date you enter, so summer and winter times convert correctly.

Is my data stored?

No. Everything is calculated locally in your browser.