Skip to content

UTC to Local Time Converter

Enter a UTC date and time and see it in New York, Paris, Tokyo or any other zone, with the offset and whether daylight saving time is active.

Processed locally in your browser

Options

Any IANA name, for example Asia/Kathmandu or America/Argentina/Cordoba.

Only matters for dates like 03/04/2024 where both parts are 12 or less.

Add a trailing Z or an offset such as +02:00 to override the source zone for a line.0 chars · 0 lines
The result will appear here.

What is UTC to Local Time Converter?

UTC is the reference time used by servers, logs and APIs, while people read the clock in their own zone. Converting between them is easy to get wrong around daylight saving changes, because the offset of a zone is not constant through the year.

This tool reads your date as UTC (or in the "input is in" zone you pick), converts it using the browser's IANA time zone database, and shows the local date and time, the UTC offset, the zone abbreviation and whether DST is in effect. You can convert one value or one per line.

How does it work?

  1. Enter the UTC date and time, for example 2024-03-10 06:59:00; one per line for several values.
  2. Choose the target zone from the list, or type any IANA name such as Asia/Kolkata.
  3. Optionally change "Input is in" if your source is not UTC; a trailing Z or +02:00 in a line overrides it.
  4. Read the converted time, the offset, the abbreviation and the DST status.

Common use cases

  • Converting a server log entry in UTC to the local time of the engineer on call.
  • Announcing a UTC release window in the local time of each regional team.
  • Checking what a scheduled UTC job means in New York before and after the March clock change.
  • Verifying that an API returning UTC matches what a user sees on their screen.

Examples

Try this input in the tool above:

Input
2024-03-10 06:59:00
Output
2024-03-10T01:59:00-05:00

Privacy

UTC to Local Time Converter runs entirely in your browser. The text or files you provide are processed on your device and are not uploaded, logged or stored on our servers.

Limitations

Conversions rely on the time zone data bundled with your browser, which may lag behind very recent government rule changes; historical dates use the rules known to that database.

Frequently asked questions

How can I tell if daylight saving time applies?

The DST row compares the offset at your date with the zone's offsets in January and July. It reports yes, no, or not applicable for zones without seasonal changes.

Can I convert between two zones that are not UTC?

Yes. Set "Input is in" to any zone and "Convert to" to another one. Local-to-UTC does the same in the opposite default direction.

What accepted date formats can I use?

ISO 8601, YYYY/MM/DD, DD/MM/YYYY, RFC 2822, English, French and Spanish month names and 12-hour times. The numeric date order option settles day/month ambiguity.

More tools in Date & Time →