Timezone Converter

Global teams constantly ask whether 9:00 in Paris is still morning in San Francisco, and whether a Pacific deadline falls before midnight UTC. This timezone converter maps a civil date and time from one IANA zone to another using your browser’s Intl timezone database, including daylight-saving transitions when the data knows them. Pick zones by city identifiers such as America/New_York or Asia/Kolkata rather than ambiguous abbreviations like EST or IST. Abbreviations collide across regions; IANA names do not. Use the result to schedule calls and interpret deadlines, then confirm contractual times against an agreed reference when money or compliance is on the line.

To
Interpreted in Europe/Berlin
Converted
Aug 27, 2026, 9:28 p.m.

Informational only; verify critical results independently.

How to use

  1. Enter the local date and clock time you want to interpret or share.
  2. Select the source IANA timezone that correctly describes that civil time (for example Europe/London).
  3. Select the target timezone where you need the equivalent wall clock.
  4. Read the converted result and note whether DST is in effect for that date in each zone.
  5. For recurring meetings, check a winter date and a summer date—offsets can change independently.
  6. Prefer city-based IANA names over abbreviations; IST might mean India or Israel depending on context.
  7. Convert deadlines into UTC as a neutral interchange format when participants span many regions.
  8. When scheduling across half-hour or 45-minute offsets, verify the exact zone (Asia/Kolkata, Asia/Kathmandu).
  9. Copy both the local target time and the UTC instant into calendar invites to reduce ambiguity.

Examples

  • 2026-07-28 14:00 in America/New_York → evening in Europe/London and early morning next calendar day in Asia/Tokyo depending on offsets.
  • 2025-07-01 00:00 UTC → daytime in Australia/Sydney and late prior evening in America/Los_Angeles.
  • 09:00 Europe/Paris business call → early morning America/Los_Angeles (typically 00:00 during summer alignment—verify the exact date).
  • Deadline 23:59 America/Los_Angeles on 2025-12-31 → the corresponding UTC instant for server cutoffs.
  • 12:00 Asia/Tokyo → morning in Europe/London and prior-evening America/New_York on many dates.
  • 13:30 Asia/Kolkata → morning in Europe/London and very early morning America/New_York.
  • America/Sao_Paulo noon → compare with Europe/Lisbon to plan a Luso-Brazilian standup.
  • Etc/UTC 18:00 → convert into Pacific/Auckland for an APAC release window.

FAQ

How accurate are the conversions?
They follow the timezone rules bundled with your browser and operating system updates. Modern environments track DST transitions well. Very old historical dates or brand-new legislative offset changes may lag until data updates ship.
Why does another website disagree near a DST change?
Different IANA database versions, ambiguous local times during fall-back hours, and sites that ignore DST can diverge. Re-check with UTC and the exact IANA zone name on both tools.
Are half-hour timezones supported?
Yes when you select the correct IANA identifier. Asia/Kolkata (UTC+05:30) and Newfoundland zones are common examples. Do not assume every offset is a whole hour.
How do I convert to or from UTC?
Choose UTC or Etc/UTC as source or target. UTC is the usual interchange layer for APIs and logs; local zones are for human schedules.
Does it work for past and future dates?
Yes within the browser’s timezone data. Future dates assume currently published rules; governments can still change offsets with little notice.
What is wrong with using EST or PST abbreviations?
Abbreviations are overloaded and do not encode DST automatically. EST might be assumed year-round incorrectly. America/New_York carries the full rule set for that region.
What happens during the “missing hour” in spring-forward?
Some local clock times do not exist on DST start days. Engines may shift the civil time forward. Prefer scheduling outside transition hours when possible.
What about the repeated hour in fall-back?
One local time can map to two instants. If precision matters, specify UTC or include an offset. Calendar apps sometimes ask which occurrence you mean.
Can I convert only a clock time without a date?
Offsets depend on the date because of DST. Always supply a calendar date when accuracy matters across seasons.
Is “GMT” the same as UTC here?
In casual speech people equate them. Strictly, GMT is a timezone label and UTC is a time standard. For conversion practice, Etc/UTC is the clear target for coordinated universal time.
Where is the calculation performed?
In your browser. Meeting times and personal schedules are not uploaded to convert zones.
Should legal contracts rely on this page alone?
Use it for planning, then lock contractual language to an explicit IANA zone or UTC plus a governing clock source. Airline, court, and exchange deadlines may publish their own authoritative references.

Formula / Method

Interpret the input as a civil date-time in the source IANA timezone, resolve it to a UTC instant using the runtime’s timezone rules (including DST), then format that instant in the target IANA timezone. Example pattern: 2026-03-10 09:00 America/New_York → compute UTC instant → format as Europe/Berlin local time. Half-hour zones use the same pipeline with their fixed or seasonal offsets. Ambiguous or nonexistent local times are resolved per the host Intl implementation.

Assumptions & Limitations

Depends on device timezone data freshness. Does not replace legal time authorities or airline/system-of-record clocks. Abbreviations are discouraged; always prefer IANA names. Historical conversions before modern zone databases may be approximate. Recurring calendar rules (RRULE) and floating local times without zones are outside this converter’s job. Confirm high-stakes deadlines with an agreed reference.

Related guides

Related tools

Last updated: 2026-07-28