Conversor de fuso horário
Converta um horário entre quaisquer dois fusos horários.
Ferramentas Relacionadas
Popular Time Zone Conversions
By Abbreviation
By City
Timezone Quick Reference
| Abbr | Full Name | UTC Offset | DST |
|---|---|---|---|
| GMT | Greenwich Mean Time | UTC+0:00 | Yes |
| UTC | Coordinated Universal Time | UTC+0:00 | No |
| IST | India Standard Time | UTC+5:30 | No |
| EST | Eastern Standard Time | UTC-5:00 | Yes |
| PST | Pacific Standard Time | UTC-8:00 | Yes |
| CST | Central Standard Time | UTC-6:00 | Yes |
| MST | Mountain Standard Time | UTC-7:00 | Yes |
| AST | Atlantic Standard Time | UTC-4:00 | Yes |
| NST | Newfoundland Standard Time | UTC-3:30 | Yes |
| BRT | Brasília Time | UTC-3:00 | No |
| WET | Western European Time | UTC+0:00 | Yes |
| CET | Central European Time | UTC+1:00 | Yes |
| EET | Eastern European Time | UTC+2:00 | Yes |
| MSK | Moscow Standard Time | UTC+3:00 | No |
| GST | Gulf Standard Time | UTC+4:00 | No |
| PKT | Pakistan Standard Time | UTC+5:00 | No |
| BST | Bangladesh Standard Time | UTC+6:00 | No |
| SGT | Singapore Time | UTC+8:00 | No |
| HKT | Hong Kong Time | UTC+8:00 | No |
| CST (China) | China Standard Time | UTC+8:00 | No |
| JST | Japan Standard Time | UTC+9:00 | No |
| KST | Korea Standard Time | UTC+9:00 | No |
| AEST | Australian Eastern Standard Time | UTC+11:00 | Yes |
| NZST | New Zealand Standard Time | UTC+13:00 | Yes |
| CAT | Central Africa Time | UTC+2:00 | No |
| EAT | East Africa Time | UTC+3:00 | No |
| WAT | West Africa Time | UTC+1:00 | No |
UTC offsets shown for January 15, 2026 (winter reference). DST indicators reflect whether the offset changes between January and July.
Understanding Time Zones
UTC — the universal anchor. Coordinated Universal Time (UTC) is the basis for all civil time zones. Every time zone is defined as a fixed or seasonally varying offset from UTC. Aviation, GPS satellites, and internet infrastructure all operate on UTC, making it the common language of time across industries and borders. Unlike time zones with DST, UTC never changes — which is why it is the preferred reference for logging events, scheduling across regions, and database timestamps.
The IANA timezone database. Behind every accurate time conversion is the IANA Time Zone Database (also called tz database or zoneinfo), the authoritative global record of time zone rules. It documents every historical change, current DST schedule, and future planned adjustment for over 400 named time zones. TimeandTool uses the IANA database via the JavaScript Intl.DateTimeFormat API, so results reflect real-world DST transitions — including edge cases like the US spring-forward in March and the EU autumn clock-change in October.
Daylight saving time — what changes and what doesn't. Approximately 70 countries observe daylight saving time, typically shifting clocks forward by one hour in spring and back in autumn to extend evening daylight. However, the dates differ by hemisphere and country: the US and Canada change clocks on different Sundays than the European Union, and countries like Australia change in September (spring in the southern hemisphere). Many regions — including India, China, Japan, the UAE, and most of Africa — never change clocks, making them simpler anchors for international scheduling.
Why time zones matter for global business. A one-hour scheduling error caused by a DST transition or incorrect offset assumption can result in missed meetings, delayed deployments, or compliance failures. For remote teams spanning multiple continents, establishing a shared UTC-based schedule and always confirming times with full offset notation (e.g., “Monday 15:00 UTC”) eliminates ambiguity. Use our Meeting Planner to find business-hours overlap across up to six cities simultaneously.
Methodology: All UTC offsets and DST indicators on this page are computed using the Intl.DateTimeFormat API with the IANA timezone database built into the V8 JavaScript engine. The reference table uses January 15, 2026 as a fixed winter date to avoid DST ambiguity.