Asia · Jordan

Current time in Amman

Amman Time.

+03 · UTC+03:00IANA: Asia/Amman31.95° N · 35.93° E
Current time☀ Daylight
07:06:43

Sunday, May 31, 2026

05:3112:3319:36
Sunrise
05:31
Solar noon
12:33
Sunset
19:36

Offset right now

UTC+03:00

Amman Time · +03

Daylight saving

Not observed

This zone has no seasonal clock change.

About Amman time

Amman keeps one clock.

Amman runs on Eastern European Time, keeping a work week that aligns closely with Europe and the Gulf. Jordan stays on standard time year-round, so sunset comes a bit earlier in winter and much later in summer, but the clocks never jump.

Frequently asked questions

Common questions about Amman's time zone, daylight saving rules, and scheduling across it. Can't find what you need? Email [email protected].

What is the time difference between Amman and major business hubs?
Amman is three hours ahead of London and an hour ahead of Cairo, making late-morning calls a natural overlap slot for teams spread across Europe and the Middle East.
Does Amman observe daylight saving time?
Jordan abolished seasonal clock changes years ago, so you won’t lose an hour mid-project—the offset stays fixed all year.
When are Jordan’s typical business hours?
Most offices open around 8:00–9:00 in Amman, with government often finishing early on Thursday and closed Friday and Saturday.
Is Amman in the same timezone as Dubai or Riyadh?
Amman shares the same UTC+03 offset but sits further north, so sunsets are noticeably earlier—daily rhythm feels a touch different to Gulf cities.
What are typical working days in Jordan?
The standard workweek runs Sunday to Thursday; Friday and Saturday are the usual days off, matching many multinational project timelines.
When is the best window for real-time standups across Europe?
Late morning Amman time (around 11:00) hits both European afternoon and Gulf morning, ideal for cross-region syncs without odd-hours meetings.
What’s winter sunlight like in Amman?
Winter days are mild with sunset near 17:00, leaving fewer evening daylight hours for outdoor breaks or commutes.
Why does Amman’s timezone matter for distributed teams?
Jordan never changes its clocks and sits on a stable +03 offset, simplifying sprint planning and reducing timezone drift surprises.

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
}
}
]
}