Asia · Jordan

Current time in Amman

Amman Time.

+03 · UTC+03:00IANA: Asia/Amman31.95° N · 35.93° E
Current time☾ Night
00:13:01

Saturday, June 6, 2026

☾ NIGHT 05:3012:3419:39
Sunrise
05:30
Solar noon
12:34
Sunset
19:39

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 is a city where the workweek shape and prayer-time rhythms naturally organize the day's pace. Colleagues wrap up business before evening prayers, using the early sunset as a natural prompt to shift gears.

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 current time in Amman?
Asia/Amman is UTC+3 hours.
Does Amman observe daylight saving time?
No, Amman and Jordan stopped observing daylight saving time in 2022 and now stay on UTC+3 year-round.
How did daylight saving affect Amman's schedule?
Jordan frequently changed DST during its usage, which created confusion for remote meetings. Now the consistent UTC+3 makes scheduling easier for teams.
When is the work week in Amman?
The standard work week in Jordan runs Sunday through Thursday, with Friday and Saturday being the weekend, aligning with Islamic tradition.
How does business hours align in Amman?
Typical business hours are 9 am to 6 pm, but meetings often paused or adjusted around prayer times, especially on Friday.
What is the impact of daylight saving on meetings?
The permanent switch to UTC+3 means no more mid-year clock changes that previously affected meeting times.

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