Beginner Numbers & Data #timestamps #utc #iso-8601 #timezone #it-dates

Timestamps & Timezones

5 exercises on timestamp formats, UTC conventions, and timezone vocabulary in professional IT English.

Timestamp conventions in IT
  • Always use UTC for logs, incidents, and cross-timezone communication
  • ISO 8601: the standard format — 2026-05-25T14:32:00Z (Z = UTC)
  • Unix epoch: seconds since 1970-01-01T00:00:00Z — used in APIs and logs
  • Say "UTC+N" not "GMT+N" in technical contexts — UTC is the standard
0 / 5 completed
1 / 5
An incident report says: "The alert fired at 2026-05-25T14:32:17Z." What does the Z at the end mean, and how would you read this timestamp aloud?