Time Zone Guide for Remote Work: Why Scheduling Is Harder Than You Think
There are 38 different UTC offsets in use today — not 24, because some time zones use 30 or 45-minute offsets (India is UTC+5:30; Nepal is UTC+5:45). Remote teams spanning more than 8 time zones have virtually no overlap in standard working hours. Understanding the real landscape of global time is the foundation of async-first work.
Key Takeaways
- 38 UTC offsets exist — not 24, due to half-hour and 45-minute offset zones like India and Nepal
- Always use UTC for internal records — never use "EST" or "PST" as they're ambiguous during DST transitions
- DST causes chaos — the US and EU switch on different dates, creating 2-week windows where offsets shift unexpectedly
- Golden hours for global teams: 9–10am ET overlaps with both West Coast morning and early European afternoon
- Async-first is the default for teams spanning more than 8 hours — synchronous meetings become the exception
UTC vs Time Zone Names: Why Programmers Use UTC
UTC (Coordinated Universal Time) is the time standard the world synchronizes to — it has no daylight saving offset and no political changes. Time zone names like "EST" (Eastern Standard Time) and "PST" (Pacific Standard Time) are ambiguous: EST is UTC-5, but "Eastern Time" during summer (EDT) is UTC-4. Three-letter time zone abbreviations are not unique — "IST" refers to Indian Standard Time, Irish Standard Time, and Israel Standard Time.
For any software, database, or API, store times in UTC. Display in local time zones only for the user interface. The IANA Time Zone Database (Olson database) — used by Python, Java, Node.js, PostgreSQL, and virtually every modern system — identifies zones by region/city name: "America/New_York", "Europe/London", "Asia/Kolkata". These names are stable even when a government changes its UTC offset.
The DST Problem
Daylight Saving Time (DST) is observed by about 70 countries, but they switch on different dates. The US switches on the second Sunday of March; most of Europe switches on the last Sunday of March. This creates a 2-3 week window where the US-UK offset is 4 hours instead of 5, and the US-Europe offset is 6 instead of 7.
Notable DST Edge Cases
Scheduling for Global Remote Teams
Best Practices
- ✓ Always include UTC offset in meeting invites: "2pm ET (19:00 UTC)"
- ✓ Rotate meeting times so the same person doesn't always take early/late meetings
- ✓ Record all meetings — make async viewing the default, not the exception
- ✓ Use World Time Buddy or a converter before scheduling
- ✓ Designate "async hours" — blocks where responses are not expected
Overlap Windows (for common pairings)
Convert Time Zones Instantly
Time Zone Converter
Convert times between any of 400+ time zones. Find overlapping work hours for global teams, view DST transitions, and schedule meetings across continents.
Open Time Zone Converter →