QA Toolbox logoQA Toolbox

UTC to Local Time

Convert a UTC time to your local time.

The value you enter is treated as UTC.

About UTC to Local Time

UTC to Local Time converts a UTC reading — the way well-behaved servers log and store time — into your own local time. It is the single most common conversion in bug triage: the log says 03:41 UTC, and you need to know what that was on your clock or the customer's.

Enter the UTC value and get the local rendering plus the Unix timestamp for cross-referencing with other systems. The conversion respects your browser's actual zone, including DST for the specific date.

How to use

  1. Enter the timestamp exactly as your server or log shows it into "UTC date & time" — the value is treated as UTC.
  2. Click "Convert to local".
  3. Read your local equivalent and the Unix seconds; "Now" fills the field with the current UTC moment.

Frequently asked questions

How do I know my log timestamps are really UTC?

Look for a trailing Z or +00:00 in ISO strings, or check your logging configuration. Mixed-zone logs are a genuine defect worth reporting — correlation across services becomes guesswork otherwise.

Which local zone does the tool use?

Your browser's configured time zone, shown in the output. If you are investigating an issue for a user elsewhere, use the Timezone Converter and pick their zone explicitly.

Why do servers log in UTC at all?

A single unambiguous reference lets events from services in different regions be ordered and correlated. Local-time logs from distributed systems cannot be compared without knowing each machine's zone and DST state.

Related tools