Wróć do bloga

What is UTC? Understanding Coordinated Universal Time

·6 min czytania

If you've ever seen "UTC" next to a time and wondered what it means, you're not alone. Coordinated Universal Time (UTC) is the foundation of all modern timekeeping, yet most people interact with it without realizing it. This article explains what UTC is, why it matters, and how it affects your daily life.

What Does UTC Stand For?

UTC stands for Coordinated Universal Time. The acronym is a compromise between the English "Coordinated Universal Time" (CUT) and the French "Temps Universel Coordonné" (TUC), so the international community settled on UTC.

How UTC Works

UTC is based on International Atomic Time (TAI), which is calculated from the readings of over 400 atomic clocks worldwide. These clocks measure time using the vibration of cesium-133 atoms, which is incredibly precise — accurate to about one second in 100 million years.

However, the Earth's rotation is gradually slowing down due to tidal friction. To keep UTC aligned with the Earth's rotation (within 0.9 seconds), leap seconds are occasionally added. Since 1972, 27 leap seconds have been added, the most recent in December 2016.

UTC vs GMT: What's the Difference?

Greenwich Mean Time (GMT) was the world's time standard before UTC. It was based on the average solar time at the Royal Observatory in Greenwich, London. While GMT and UTC are often used interchangeably in casual conversation, they are technically different:

  • GMT is a time zone (used by the UK, Ireland, and Iceland in winter)
  • UTC is a time standard (not a time zone)
  • UTC never observes daylight saving time. GMT does (becoming BST in summer).

    How Time Zones Relate to UTC

    Every time zone in the world is defined as an offset from UTC. For example:

  • UTC+0: London (winter), Lisbon, Accra
  • UTC+1: Paris, Berlin, Lagos (winter)
  • UTC+5:30: Mumbai, Delhi, Colombo
  • UTC+8: Beijing, Singapore, Perth
  • UTC+9: Tokyo, Seoul
  • UTC-5: New York (winter), Bogotá, Lima
  • Offsets range from UTC-12 (Baker Island) to UTC+14 (Kiribati's Line Islands).

    Why UTC Matters for Developers

    Programmers and system administrators use UTC extensively:

  • Server logs are typically recorded in UTC to avoid confusion
  • Database timestamps use UTC for consistency across regions
  • API responses often include UTC timestamps (ISO 8601 format)
  • Cron jobs may run on UTC schedules
  • The Unix timestamp (also called epoch time) counts the number of seconds since January 1, 1970, 00:00:00 UTC — a date known as the Unix epoch.

    UTC in Daily Life

    Even if you don't work in tech, UTC affects you. When you book an international flight, the departure and arrival times are coordinated using UTC. International sports events, satellite communications, and financial markets all rely on UTC as their reference time.

    Understanding UTC helps you make sense of timezone conversions and avoid scheduling errors. Use a timezone converter tool like WorldTimezone to easily convert between UTC and your local time.

    Wróć do bloga🔗 Udostępnij