Comprendre l'UTC — Le standard temporel mondial

What Is UTC?

Coordinated Universal Time (UTC) is the primary time standard by which the world regulates clocks and time. It is the successor to Greenwich Mean Time (GMT) and serves as the reference point from which all other time zones are calculated as positive or negative offsets.

UTC is not a time zone in the traditional sense — it is a time standard. It does not change for daylight saving time. It does not belong to any single country. It is simply the agreed-upon baseline for global timekeeping.

How UTC Is Measured

UTC is based on International Atomic Time (TAI), which is maintained by a weighted average of over 400 atomic clocks around the world. These clocks are extraordinarily precise, losing or gaining less than one second over millions of years.

However, Earth's rotation is slightly irregular, so leap seconds are occasionally added to UTC to keep it within 0.9 seconds of astronomical time. Since 1972, 27 leap seconds have been added. This practice is scheduled to end in 2035 when UTC will be allowed to drift from solar time.

UTC vs. GMT — What Is the Difference?

GMT (Greenwich Mean Time) is based on the mean solar time at the Prime Meridian in Greenwich, England. UTC replaced it as the formal standard in 1960 because atomic time is far more precise than astronomical measurements. In everyday use, UTC and GMT are treated as equivalent, but technically UTC is the more rigorous standard.

Why UTC Matters for Technology

Every server, database, and programming language that deals with time recommends storing timestamps in UTC. When you post a tweet, send an email, or make a purchase online, the system records the event in UTC and converts it to your local time for display.

  • Databases: store timestamps in UTC to avoid ambiguity during DST transitions
  • APIs: ISO 8601 format (2025-06-01T12:00:00Z) uses the Z suffix to denote UTC
  • Aviation: all flight plans and ATC communications use UTC (called "Zulu time")

Reading UTC Offsets

Your local time is expressed as UTC plus or minus an offset. Seoul is UTC+9, meaning it is 9 hours ahead of UTC. New York in winter is UTC−5. When it is 12:00 UTC, it is 21:00 in Seoul and 07:00 in New York.

Understanding UTC gives you a universal frame of reference, making it easy to convert any time zone to any other without confusion.