Skip to content

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

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.

The input is read in the source zone; a DST gap or overlap is reported with a warning.0 chars · 0 lines
The result will appear here.

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?

  1. Enter the local date and time, one per line, for example 2024-03-10 02:30:00.
  2. Choose the zone the input is written in (default America/New_York) or type an IANA name.
  3. Keep "Convert to" on UTC, or pick another zone for a zone-to-zone conversion.
  4. 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:

Input
2024-03-10 02:30:00
Output
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.

More tools in Date & Time →