UTC (Coordinated Universal Time)
utc
The primary time standard by which the world regulates clocks and time, serving as the basis for civil timekeeping globally.
zulu time
Zulu time is the military and aviation term for Coordinated Universal Time (UTC). In the NATO phonetic alphabet, each time zone is assigned a letter; UTC, centered on the prime meridian (0 degrees longitude), receives the letter Z, spoken as "Zulu." Air traffic control, military communications, and meteorological reports express UTC times by appending Z to the clock reading, for example "1430Z" to mean 14:30 UTC.
The NATO system assigns A (Alpha, UTC+1) through M (Mike, UTC+12, skipping J) to the Eastern Hemisphere, and N (November, UTC-1) through Y (Yankee, UTC-12) to the Western Hemisphere. J (Juliet) is a special designator meaning the observer's local time. This compact scheme lets radio operators convey time zones clearly and concisely over voice channels without ambiguity.
The trailing Z in ISO 8601 datetime strings (e.g., 2026-05-15T07:00:00Z) originates from this Zulu time convention and indicates that the time is expressed in UTC. It is semantically equivalent to +00:00 but more concise. Developers encounter this notation constantly, as JavaScript's Date.toISOString() and many serialization libraries produce Z-suffixed strings by default.
Was this article helpful?
utc
The primary time standard by which the world regulates clocks and time, serving as the basis for civil timekeeping globally.
gmt
The mean solar time at the Royal Observatory in Greenwich, London, historically used as the international time reference.
iso-8601
An international standard for representing dates and times in an unambiguous, machine-readable format.
Learn how time zones divide the world into regions with different local times, how UTC offsets work, and why some zones use half-hour increments.
Understand how daylight saving time works, which countries observe it, when transitions occur, and how DST complicates international scheduling.
Learn what Unix timestamps are, why they count seconds from January 1, 1970, how to convert them to human-readable dates, and what the Year 2038 problem means.