YourWorldTime

UTC time

UTC is the reference clock every other time zone is defined against — it never shifts for daylight saving, and the reading below is your device's clock expressed in it.

Coordinated Universal Time

What UTC looks like from elsewhere

Each city’s offset from UTC, as it stands at the time of the last rebuild. Cities that observe daylight saving move by an hour twice a year — their city page has the exact dates.

CityOffset from UTCLocal time now
LondonUTC+1
New YorkUTC-4
DelhiUTC+5:30
TokyoUTC+9
SydneyUTC+10
Los AngelesUTC-7
São PauloUTC-3
DubaiUTC+4

Why everything is measured from here

Before 1884 every town kept its own clock, set by its own noon. That worked until the railways, at which point two towns forty miles apart disagreeing by twelve minutes stopped being a curiosity and started being a collision risk. The International Meridian Conference picked Greenwich as the prime meridian, and the modern system of offsets follows from it.

UTC replaced Greenwich Mean Time as the technical standard in 1972. The difference matters more than it sounds: GMT is defined by the earth, which wobbles, while UTC is defined by caesium atoms, which do not. The two are kept within a second of each other by hand.

If you are storing a timestamp in a database, logging an event, or scheduling anything that two machines must agree on, store it in UTC and convert on display. Storing local time is how systems end up with an hour that happens twice a year and a support ticket to match.

Common questions

What is UTC?
Coordinated Universal Time is the reference every other time zone is defined against. It is not a time zone anyone lives in — it is the baseline. Every offset you see, from UTC-12 to UTC+14, is a distance from this clock.
Is UTC the same as GMT?
For everyday purposes they show the same reading, but they are different things. GMT is a time zone, defined by the position of the sun at the Greenwich meridian, and Britain leaves it every summer. UTC is a time standard, kept by around 450 atomic clocks and never adjusted for daylight saving. If you mean "the reference", say UTC.
Why is it abbreviated UTC and not CUT?
Because neither the English nor the French acronym won. English speakers wanted CUT for "coordinated universal time", French speakers wanted TUC for "temps universel coordonné", and the International Telecommunication Union settled on UTC — which matches neither language and therefore offends both equally.
Does UTC observe daylight saving time?
Never. That is the entire point of it. UTC does not shift, which is why servers, aviation, shipping and every distributed system that needs two machines to agree on when something happened use it rather than a local zone.
What about leap seconds?
UTC has occasionally had a leap second inserted to keep it within 0.9 seconds of the earth’s actual rotation — 27 of them since 1972, the most recent at the end of 2016. In 2022 the General Conference on Weights and Measures voted to stop adding them by 2035. Your browser does not expose leap seconds, so neither does this page.