Asia · Western Asia · Sovereign state

Current time in Jordan

A single time zone at UTC+03:00.

Time in Amman☾ Night
22:57:22

Friday, June 5, 2026

☾ NIGHT 05:3012:3419:39
Zone
+03
UTC
UTC+03:00
IANA
Asia/Amman

About Jordan's time

A single time zone.

Jordan uses a single timezone, Asia/Amman, set at UTC+03:00 with no daylight saving time changes throughout the year, making it straightforward to coordinate with the country.

Major cities

Cities of Jordan.

History

How Jordan keeps time.

Jordan adopted its current UTC+03:00 standard time and has maintained a consistent approach to timekeeping without seasonal clock shifts. The country's timezone system has remained relatively stable over recent decades, with Asia/Amman serving as the sole timezone for the entire nation. This simplicity reflects Jordan's relatively compact geographic size and centralized timekeeping policies.

Frequently asked questions

Common questions about Jordan's time zone, daylight saving rules, and how to handle it in software. Can't find what you need? Email [email protected].

Does Jordan observe daylight saving time?
No, Jordan does not currently observe any daylight saving time. The country maintains a consistent UTC+03:00 offset year-round, though it has implemented DST in the past at various points in history.
What is the best time to call Jordan from abroad?
Jordan operates on UTC+03:00, so it's typically 3 hours ahead of Coordinated Universal Time. For example, when it's noon UTC, it's 3:00 PM in Jordan, making afternoons and evenings ideal for calls from Europe, while mornings work well from the Americas.
Will my phone automatically update when I travel to Jordan?
Most modern smartphones and devices will automatically detect your location in Jordan and adjust to Asia/Amman time (UTC+03:00) if you have location-based timezone updates enabled.
Is Jordan in the same timezone as other Middle Eastern countries?
Jordan shares its UTC+03:00 timezone with several neighboring countries including Saudi Arabia, Iraq, and Kuwait, which makes regional coordination relatively straightforward for travel, business calls, and international meetings.

Free · Developer API

Time, as JSON.

Every IANA time zone with live offsets, DST status, and the countries and cities that use them — clean, dependable JSON. Sign up free and get an API key in seconds.

GET /v1/timezones Live

countries, cities, convert, DST transitions coming next.

Get your free API key →
// France's time zones, right now
GET /v1/timezones?country=fr
{
"data": [
{
"iana": "Europe/Paris",
"display_name": "Paris",
"current": {
"utc_offset": "+02:00",
"abbreviation": "CEST",
"is_dst": true
}
}
]
}