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.
Processed locally in your browser/ Your data stays in your browser.
What is Local Time to UTC Converter?
A local time on its own does not identify an instant: 01:30 on the night the clocks go back happens twice, and 02:30 on the night they go forward never happens. Converting to UTC correctly means applying the zone's rules at that date.
This tool reads your date in the source zone you choose, converts it to UTC (or another target zone) with the browser's IANA database, and shows the UTC offset, the abbreviation and the DST status. If the time falls in a spring-forward gap it is moved forward and flagged; if it falls in a fall-back overlap the earlier occurrence is used and flagged.
How does it work?
- Enter the local date and time, one per line, for example 2024-03-10 02:30:00.
- Choose the zone the input is written in (default America/New_York) or type an IANA name.
- Keep "Convert to" on UTC, or pick another zone for a zone-to-zone conversion.
- Read the result and any DST warning shown for the affected lines.
Common use cases
- Storing a user-entered appointment time in UTC in a database.
- Checking that a cron expression evaluated in a local zone fires at the intended UTC time.
- Investigating a bug that only appears on the night of a daylight saving change.
- Converting a meeting time announced in Paris into UTC for colleagues who work in UTC.
Examples
Try this input in the tool above:
2024-03-10 02:30:00
2024-03-10T07:30:00Z
Privacy
Local Time to UTC 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
For an ambiguous fall-back time the tool picks the earlier occurrence (the one before the clock goes back), so add an explicit offset if you meant the later one.
Frequently asked questions
What happens with 02:30 on the spring-forward date in New York?
That local time does not exist. The tool shifts it forward using the offset in force before the change, gives the resulting UTC time and shows a gap warning.
What about 01:30 on the fall-back date?
It happens twice. The earlier occurrence (daylight time) is used and an overlap warning tells you the other reading would be one hour later in UTC. Add an offset such as -05:00 to select the second one.
Can I pick zones not in the list?
Yes, type any valid IANA name in the custom zone field; it overrides the list for the source zone.
Related tools
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.
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
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
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
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