Beginner Numbers & Data #timestamps #UTC #ISO8601

🕐 Time, Dates & Timestamps

2 exercises — read and describe dates, Unix timestamps, UTC times, and duration expressions the way senior engineers do in post-mortems, incident reports, and API documentation.

0 / 2 completed
Time & date vocabulary in tech English
  • UTC / GMT: "as of 14:22 UTC", "logged at 09:00Z" — always specify timezone
  • ISO 8601: "2025-01-15T09:42:07Z" — the international standard format; "Z" = UTC
  • Unix timestamp: "epoch 1737000000" = seconds since 1970-01-01T00:00:00Z
  • Durations: "for 3,600 seconds (one hour)", "over the past 24 hours", "within a 15-minute window"
  • Relative: "last Tuesday", "as of yesterday at midnight UTC", "in the last 7 days"
1 / 2
An API response contains this header:
Date: Wed, 15 Jan 2025 09:42:07 GMT

A colleague asks: "When was this response generated?" Which is the most accurate and professionally phrased reply?