If There Is No Timezone, There Is No Meeting
A timestamp without a timezone is a coordinate without a map. Learn why '9:00 AM' is an incomplete sentence that leads to missed filings and lost revenue.
The Map Without a Compass
Imagine I tell you to meet me at “The Station.” You go to Grand Central. I go to Penn Station. We both wait. We both get angry. Who is at fault?
We both are. We relied on implicit context.
In the digital realm, time behaves exactly like location. “9:00 AM” is not a time. It is merely the position of the hands on a clock face. Without knowing where that clock is located, the information is useless.
The Machine hates implicit context. Yet, humans insist on using it. We write “Call at 2 PM” in an email body. We log “Server restart at 04:00” in a ticket.
The Risk: The Daylight Savings Gap.
The greatest enemy of coordination is Daylight Savings Time (DST). It is a political intervention in physics.
If you agree to a recurring meeting at “10:00 AM ET,” you are inviting disaster. “ET” (Eastern Time) oscillates between EST (Standard) and EDT (Daylight).
- In November, the gap between New York and London is 5 hours.
- In March, for a few chaotic weeks, it might be 4 hours, because the US changes its clocks before the UK.
If you rely on the abbreviation “EST,” you might be wrong for half the year. If you miss a regulatory filing deadline by one hour because you miscalculated the offset, the regulator will not accept “But my clock changed” as a defense.
The Defense: Explicit Definition.
We must stop treating the timezone as an afterthought. It is the anchor.
- Use Location, Not Abbreviation: In your calendar settings and systems, use “America/New_York” or “Europe/Berlin.” These are IANA Timezone Database names. The Machine knows the history of political time changes for these locations. It handles the math.
- Use the Offset: When writing a log or a critical deadline, write the offset from UTC.
14:00-05:00. This is an algebraic equation.14 minus 5. There is no ambiguity. - The Zero Standard: For internal systems, we use
Z(Zulu/UTC).14:00Z.
If you receive an invite or a deadline that lacks this data, send it back. Ask: “Which 9:00 AM?”
This is not pedantic. It is professional. A contract with a deadline of “Friday at 5 PM” is unenforceable if the jurisdiction is not defined. Secure your calendar the way you secure your bank account: with precision.
FAQs
Can't I just say 'London Time'?
No. 'London Time' changes. Is it GMT or BST? If you schedule a meeting six months out, the rule might change. Be specific.
Does Outlook handle this for me?
Usually. But when you export data or copy-paste text into an email, Outlook's protections vanish. You are left with raw, dangerous numbers.
What is the safest way to write it?
Use the offset: 09:00+02:00. This is undeniable. It tells the reader exactly how far they are from the Prime Meridian.