The Hall of Confusion
The most genuinely confusing time references we've encountered — resolved.
These are real-world time expressions — the kind that appear in actual emails, calendar invites, Slack messages, and deployment scripts. Each one is ambiguous, misleading, or outright impossible. We've resolved every one and explained exactly why it caused confusion. If any of these look familiar, you're not alone.
Let's sync at 9am CST Monday — works for Shanghai?CRITICAL
Ambiguous — CST is Central Standard Time (UTC-6) OR China Standard Time (UTC+8). These are 14 hours apart. 9am Central Standard Time is 11pm China Standard Time — not a reasonable working hour. 9am China Standard Time is 7pm Central Standard Time on Sunday.
Why This Is ConfusingCST is the most dangerous abbreviation in cross-Pacific communication. The sender almost certainly meant one timezone. The recipient in Shanghai almost certainly interpreted the other. This specific confusion has caused at least one major public deployment incident.
Try this in the tool →Partially resolvable — Friday is the day, but EOD (End of Day) is not a universal time. Depending on industry and organisation: 17:00, 17:30, 18:00, or 'whenever I finish.' No timezone specified.
Why This Is ConfusingEOD is used as if it means something precise. It doesn't. It means 'sometime today that I consider to be late enough.' Timezone is also unspecified, meaning a distributed team member has two unknowns to resolve: what time EOD is, and which timezone applies.
Try this in the tool →2am BST — does the London team need to be on this call?HIGH
Ambiguous — BST could be British Summer Time (UTC+1) meaning 01:00 UTC, or Bangladesh Standard Time (UTC+6) meaning 20:00 UTC previous day. If the question is whether the London team needs to attend: if BST means British Summer Time, yes — 2am is extremely antisocial. If BST means Bangladesh Standard Time, 2am Bangladesh is 20:00 London — a reasonable evening hour.
Why This Is ConfusingThe confusion here is particularly cruel because the answer to the question completely reverses depending on which BST is meant. One interpretation asks London to work through the night. The other asks them to join a normal evening call.
Try this in the tool →Deploy scheduled for midnight localCRITICAL
Unresolvable — 'local' without a specified timezone means the timestamp could refer to any of 38 distinct UTC offsets currently in use worldwide.
Why This Is ConfusingThis appears in real deployment scripts. 'Midnight local' on a distributed team means midnight in every timezone simultaneously — which is a 26-hour window, not a moment. This specific phrasing has caused production incidents.
Try this in the tool →Tuesday 02:30 EST — sprint planningHIGH
Conditionally a ghost time — if this Tuesday is the second Sunday of March in the US, 02:30 EST on that day did not exist (clocks jumped from 01:59 to 03:00). On any other Tuesday, it exists as 07:30 UTC.
Why This Is ConfusingMost of the year this is a valid time. On one specific Tuesday in March it is a time that never existed. Calendar systems don't warn you. The meeting invite was accepted by everyone and then the time simply didn't occur.
Try this in the tool →Saturday 16 May 2024 at 16:00:00 UTC. This is a Unix timestamp — 10 digits representing seconds since 1970-01-01T00:00:00Z.
Why This Is ConfusingTo a human, this looks like a phone number or an ID. To a computer, it's a precise moment in time. The confusion is in the opposite direction from most entries here — the machine knows exactly what this means; the human has no idea.
Try this in the tool →The standup is at half 9 — dial in from the US officeHIGH
Partially resolvable — 'half 9' is British English for 09:30. No timezone specified. No date specified. For the US office, 09:30 UK time converts to 04:30 EST in winter or 04:30 EDT in summer — an hour that no US office will appreciate.
Why This Is Confusing'Half 9' is standard British English but confuses American English speakers, who may interpret it as 4:30 (half of 9) or 9:30. Additionally, no timezone is specified, so the US office doesn't know if this is 09:30 GMT or 09:30 BST — a one-hour difference that determines whether they set an alarm for 4:30am or 5:30am.
Try this in the tool →Next Tuesday morning CET — is that ok for Tokyo?HIGH
Partially resolvable — CET is UTC+1 in winter or UTC+2 in summer (CEST). 'Morning' is approximately 08:00-12:00. Tokyo is UTC+9, observing no DST. The overlap depends on whether CET or CEST applies: CET morning (08:00 UTC+1) = 17:00 Tokyo (reasonable); CEST morning (08:00 UTC+2) = 16:00 Tokyo (also reasonable). But 'morning' is ambiguous and 'next Tuesday' requires a reference date.
Why This Is ConfusingThree sources of ambiguity in one sentence: CET vs CEST, 'morning' without a specific time, and 'next Tuesday' without a reference date. Each one is individually minor. Combined, they make the time reference unresolvable without additional information.
Try this in the tool →December 30 2011 — booking a flight from Apia to AucklandCRITICAL
This date does not exist in Samoa. Samoa skipped December 30 2011 when it moved across the International Date Line. A flight 'from Apia on December 30 2011' would have departed on December 29 and arrived on December 31.
Why This Is ConfusingSeveral travel booking systems failed to handle this correctly. Passengers who had booked flights for December 30 from Samoa found their tickets referenced a date that had been legislated out of existence. The correct date was adjacent to a day that simply didn't happen.
Try this in the tool →Please respond by COB Thursday your timeHIGH
Unresolvable — 'your time' requires knowing the recipient's timezone. 'COB' (Close of Business) is not a universal time. 'Thursday' requires a reference date.
Why This Is Confusing'Your time' is an attempt to be polite and timezone-aware but inadvertently creates more ambiguity. The sender doesn't know what timezone the recipient is in, so 'your time' is unspecified. COB is also unspecified. The only resolved component is the day name, which itself requires a reference date.
Try this in the tool →Unambiguous — 00:00 UTC on Saturday. Zulu notation, fully precise.
Why This Is ConfusingThis entry is here because it looks confusing but isn't. 0000Z is midnight UTC — the Z suffix removes all ambiguity. This is the format aviation and military communication use, and it works perfectly. The confusion is in the reader's unfamiliarity with Zulu notation, not in the time reference itself.
Try this in the tool →The kickoff is at 8 — don't be lateCRITICAL
Almost completely unresolvable — no AM/PM, no timezone, no date, no context.
Why This Is ConfusingThis is the platonic ideal of an ambiguous time reference. It contains a number and nothing else useful. 8am or 8pm? Which timezone? Which day? Sent in a message thread, the recipients will either ask for clarification or guess — and some of them will guess wrong.
Try this in the tool →Ghost date — 2026 is not a leap year. February 29 2026 does not exist. The next February 29 is 2028.
Why This Is ConfusingSoftware that generates timestamps algorithmically sometimes produces February 29 in non-leap years. This happens most commonly in systems that add years to a date without checking leap year rules. The timestamp looks valid — it's ISO 8601 format with a Z suffix — but refers to a date that doesn't exist.
Try this in the tool →Quarterly review — first Monday of the new year, 10amHIGH
Partially resolvable — 'first Monday of the new year' in 2026 is 5 January 2026. 10am without timezone is unresolvable for a distributed team.
Why This Is ConfusingThe date is actually resolvable if you know which year is 'the new year' — but the time has no timezone. For a distributed team this is two separate problems: calculating the correct date (solvable) and knowing which 10am (not solvable without more information).
Try this in the tool →See you at the usual time — adjusted for DSTCRITICAL
Completely unresolvable. 'Usual time' is undefined. 'Adjusted for DST' is ambiguous — it doesn't specify which direction, which timezone's DST, or what the adjustment amount is.
Why This Is ConfusingThis is the most common type of timezone failure: an implicit shared understanding that turns out not to be shared. 'The usual time adjusted for DST' makes sense to the sender, who knows what 'usual' means and which DST they're referring to. To anyone outside that context it is meaningless. This exact phrasing appears in recurring meeting invites across distributed teams worldwide.
Try this in the tool →Submit Your Own
Encountered a time reference more confusing than these? We may feature it in a future update.
Submitted examples may be anonymised and featured on this page. No personal information is stored with submissions.