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· Your data stays in your browser.
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?
- Enter the UTC date and time, for example 2024-03-10 06:59:00; one per line for several values.
- Choose the target zone from the list, or type any IANA name such as Asia/Kolkata.
- Optionally change "Input is in" if your source is not UTC; a trailing Z or +02:00 in a line overrides it.
- 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:
2024-03-10 06:59:00
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.
Related tools
Local Time to UTC Converter
Enter a wall-clock time from any zone and get the matching UTC time, with a warning when daylight saving makes that local time non-existent or ambiguous.
Date & Time
Unix Timestamp Converter
Paste an epoch value or a date and get every common representation at once: seconds, milliseconds, ISO 8601, RFC 2822, local time and relative time.
Date & Time
Timestamp to Date Converter
Paste a column of epoch values from a log or a database export and get one readable date per line, plus a table with the detected unit.
Date & Time
Date to Timestamp Converter
Type a date in almost any common format, choose the zone it is written in, and get the Unix timestamp in seconds and milliseconds.
Date & Time
Time Difference Calculator
Enter a start and an end date-time and get the exact elapsed time, broken down into days, hours, minutes and seconds and as totals.
Date & Time
Current Unix Timestamp
A live clock that shows the current epoch time in seconds and milliseconds, ready to copy, alongside the ISO 8601 UTC date and your local time.
Date & Time