GMT vs UTC: What's the Difference?

4 min read · Time & time zone guides

GMT and UTC are used interchangeably in everyday speech, and for most of the year the clock reading is identical for anyone in the United Kingdom's home time zone. But they answer different questions: GMT is a time zone, tied to a specific place, while UTC is an abstract standard that every time zone is measured against.

The distinction rarely matters for casual use, but it matters for anyone writing software, working in aviation or shipping, or trying to understand why a UK clock reading and a UTC timestamp diverge for part of the year.

GMT: a time zone based on a place

Greenwich Mean Time is defined by the mean solar time at the Royal Observatory in Greenwich, England. It became an international reference point in 1884, when a conference of nations agreed to use the Greenwich meridian as the zero-degree line for longitude and time measurement. For over a century, GMT served as the practical standard the rest of the world's time zones were expressed relative to.

The United Kingdom still uses GMT as its time zone during winter, switching to British Summer Time, one hour ahead, for the rest of the year. So GMT is a real, geographically anchored time zone with its own daylight saving rules, not merely a synonym for "world time."

UTC: a measurement standard, not a place

UTC is calculated from a network of atomic clocks and adjusted with leap seconds to stay close to the earth's rotation. It has no daylight saving time and is not associated with any single country. Every other time zone, including GMT, is now formally defined as an offset from UTC rather than the other way around.

For a closer look at how UTC itself is calculated, including the role of atomic clocks and leap seconds, see What Is UTC?

When the two line up, and when they do not

During UK winter, GMT and UTC show the same clock time, which is why the two names get used interchangeably. During UK summer, British Summer Time is UTC+01:00, so a clock reading of "GMT" during that period is technically inaccurate for the UK, even though people often keep saying it out of habit.

  • UTC never changes for daylight saving; it has no offset of its own, it is the zero point.
  • GMT is fixed at UTC+00:00 only while it is in effect, which in the UK is autumn through spring.
  • Outside the UK, "GMT" is sometimes used loosely to mean UTC, which is where confusion creeps in.

Why the difference matters in practice

Systems that log events, schedule international flights, or coordinate ships at sea need a time reference that never shifts for daylight saving and is not tied to any single country's political decisions about its clocks. That is exactly what UTC provides, which is why aviation charts, most programming languages, and international standards bodies specify UTC rather than GMT, even in contexts historically associated with Greenwich.

If your work involves logs or timestamps labelled "GMT," it is worth checking whether the source actually means UTC, since many systems use the label as a historical habit rather than a precise statement about British time.

A quick way to tell them apart

If daylight saving time could plausibly apply, you are looking at a time zone like GMT or British Summer Time, and the offset can change with the seasons. If the value is meant to be constant everywhere and used purely as a reference point, it is UTC. You can check the live difference at any moment using our world clock, which shows both London's current local time and shows how it compares to UTC.

Try it live

See the exact time right now in any city

Our world clock ticks every second and covers hundreds of cities, with sunrise, sunset and day progress.

Open the world clock

Related guides