QA Toolbox logoQA Toolbox

Local Time to UTC

Convert your local time to UTC.

Interpreted in your time zone (UTC).

About Local Time to UTC

Local Time to UTC converts a time from your own clock into UTC — the direction you need when translating a user's report ("it broke around 14:30") into a window you can search in server logs, or when filling API fields that expect UTC or epoch values.

The output gives the UTC reading, the ISO 8601 string and the Unix timestamp together, so whichever format your logs or API use, it is one copy away. Your browser's zone (shown in the form) is applied with correct DST handling for the date.

How to use

  1. Enter the wall-clock moment into "Local date & time" — it is interpreted in your time zone.
  2. Click "Convert to UTC".
  3. Copy the UTC form, ISO 8601 string or Unix seconds — whichever your logs or API expect.
  4. "Now" fills in the current moment for a quick reference conversion.

Frequently asked questions

The user is in another time zone — can I still use this?

This page assumes your zone. For a report from a user elsewhere, use the Timezone Converter with their zone as the source; converting their wall-clock time as if it were yours is the classic way to search the wrong hour of logs.

What does the Z in the ISO output mean?

Z is the UTC designator ("Zulu time") — 2026-07-11T12:00:00Z means noon UTC exactly. An ISO string without Z or an explicit offset is ambiguous, which is why APIs should always include one.

Why did my converted time shift by an hour compared to winter?

Daylight saving time: your local offset from UTC changes with the season, and the converter applies the offset in force on the date you entered. Same wall-clock time, different UTC instant across the DST boundary.

Related tools