# Current UTC Time

See the current UTC date and time, updating live in your browser. No sign-up, runs offline.

## Run it

- **CLI:** `gizza tool clock`
- **Web:** https://gizza.ai/tools/clock/
- **Agents:** machine-readable descriptor (parameters JSON Schema) at https://gizza.ai/tools/clock/tool.json

## Inputs

- _no manual inputs — runs automatically_

## Output

- Current time (UTC) (text)

---

## About this clock

This page shows the current UTC (Coordinated Universal Time) date and time,
updating every second. The time is read from your own device's clock — nothing
is sent to a server, and it works offline.

### What is UTC?

UTC is the global time standard that clocks and time zones are based on. Unlike
local time, it does not change with daylight saving.

### FAQ

<details>
<summary>Why UTC?</summary>

It is unambiguous worldwide — useful for logs, scheduling across
time zones, and coordination.

</details>

<details>
<summary>Is it accurate?</summary>

It is as accurate as your device's clock.

</details>

<details>
<summary>What format is the timestamp in?</summary>

ISO 8601 / RFC 3339 — for example `2026-04-20T12:00:00+00:00`, where `+00:00`
marks UTC. This format sorts chronologically as plain text, which is why it's
the standard for logs and APIs.

</details>

<details>
<summary>How do I get my local time from the UTC reading?</summary>

Add (or subtract) your time zone's UTC offset — e.g. New York is UTC−5 in
winter and UTC−4 in summer. UTC itself never observes daylight saving, so the
offset you apply is what changes, not the UTC reading.

</details>

## Related tools

- [Age Calculator](https://gizza.ai/tools/age-calculator/): Calculate your exact age from your date of birth — years, months and days, next birthday countdown and total days lived. Free, private, in-browser.
- [Cron Next Run Times](https://gizza.ai/tools/cron-next-runs/): Cron expression parser and next-run calculator — see upcoming run times in UTC with plain-English schedules, free and entirely in your browser.
- [Date Difference Calculator](https://gizza.ai/tools/date-diff/): Calculate the exact duration between two dates: years, months, days, hours, minutes and seconds, with leap years handled. Free, private, in-browser.
- [Extract Dates](https://gizza.ai/tools/extract-dates/): Scan any text for dates and times and list them normalized to ISO 8601 — in your browser. Handles ISO, numeric, month-name, and clock formats. No upload.
- [ICS Parser](https://gizza.ai/tools/ics-parse/): Parse .ics calendar files into JSON events with start/end, all-day status, location, attendees, organizer and RRULE recurrence. Runs in your browser.
