Time Zone Converter

Convert times between world time zones. See what time it is right now in any city.

Select a date and time above

💡 Timezone offsets are often expressed as Unix timestamps in APIs and databases. Use the Timestamp Converter to convert between Unix timestamps and readable dates with timezone adjustments. For scheduling tasks with cron, the Cron Parser shows the next run times in your local timezone.

What This Tool Does

Converts times between any two time zones in your browser, showing the offset and handling daylight saving time transitions correctly.

Who This Is For

Example: Input: 3:00 PM Pacific Time (PT) on a specific date → Output: The equivalent time in New York (ET), London (GMT/BST), and Tokyo (JST) — with daylight saving time correctly applied for the given date

How to Convert Between Time Zones

Select your source time zone, enter the time and date, then choose the target time zone. The converted time appears instantly. You can add multiple target zones simultaneously to compare across regions.

UTC Offsets and Time Zone Regions

Region / CityTime ZoneUTC Offset (Standard)UTC Offset (DST)
New York, BostonEastern (ET)UTC−5UTC−4
Chicago, DallasCentral (CT)UTC−6UTC−5
Denver, PhoenixMountain (MT)UTC−7UTC−6 (AZ: no DST)
Los Angeles, SeattlePacific (PT)UTC−8UTC−7
LondonGMT / BSTUTC+0UTC+1
Paris, Berlin, AmsterdamCET / CESTUTC+1UTC+2
Mumbai, KolkataISTUTC+5:30(no DST)
Tokyo, SeoulJST / KSTUTC+9(no DST)
SydneyAEST / AEDTUTC+10UTC+11

Daylight Saving Time — What You Need to Know

Daylight Saving Time (DST) shifts clocks forward by one hour in spring and back in autumn in most US, Canadian, and European jurisdictions.

Scheduling Meetings Across Time Zones

Time and Scheduling Workflow

Time zone conversion connects to scheduling and development tools:

Frequently Asked Questions

What timezone format does this tool use?
IANA timezone names (America/New_York, Europe/London, Asia/Tokyo) are used — these automatically account for daylight saving time (DST). UTC offsets (UTC+5:30) are also supported but do not adjust for DST automatically.
How does the converter handle daylight saving time?
IANA timezone names automatically apply DST rules for the date you enter. If you enter a summer date for a DST-observing timezone, the summer offset is applied. Winter dates use the standard offset. UTC offset entries (e.g. UTC+1) are fixed and don't adjust for DST.
What's the difference between UTC and GMT?
In practice, UTC and GMT are the same for timekeeping purposes — GMT is 0 hours offset from UTC. UTC is the modern standard; GMT is the historical predecessor. Use UTC for technical contexts (servers, timestamps) and either for everyday communication.
Why is the converted time one hour off?
Usually caused by a daylight saving time discrepancy. Verify that the timezone selected correctly reflects DST status for your date. For example, London is GMT+0 in winter but GMT+1 in summer (BST). Selecting 'Europe/London' handles this automatically.
Can I find the overlap time for a meeting across multiple timezones?
Enter the time in one timezone and add additional target timezones to see the equivalent time in each. For scheduling across many timezones, check each pair individually using the converter.
How do I find a timezone by city name?
Type the city or country name in the timezone search field. The IANA database includes all major cities and many minor ones. If your city isn't listed, use the nearest major city in the same timezone.
What is the difference between EST and EDT?
EST (Eastern Standard Time) is UTC-5 and is used in winter. EDT (Eastern Daylight Time) is UTC-4 and is used in summer during daylight saving time.

How It Works

1
Enter a time and dateType a time and date or click Now to use the current time. The time is read from your device.
2
Select source and target timezonesChoose from all IANA timezone names — cities, regions, or UTC offsets.
3
Read the converted timeThe equivalent time in the target timezone is shown, including the UTC offset and date if it crosses midnight.

When to Use This Tool

  • Scheduling a meeting across timezones and confirming the right local times for all participants
  • Converting a server log timestamp (usually UTC) to your local time
  • Checking what time a live event or deadline occurs in a different country
  • Planning international travel and verifying arrival times in local timezone

🔒 Privacy & Security

Timezone conversion uses JavaScript's Intl.DateTimeFormat API — a built-in browser API with no external requests. Conversion runs offline after page load.

You Might Also Need

Timestamp Converter →Currency Converter →Cron Parser →

Related Tools