Time zone · Asia

AMMANT

Amman Time

Amman Time represents Jordan's steady +03:00 timezone, where clocks stay consistent year-round with no daylight saving shifts to worry about. This fixed offset makes it reliable for businesses and travelers scheduling coordination across the Middle East region.

UTC+03:00 standard1 IANA zone3 cities
Current time in AMMANT☾ Night
23:01:38

Friday, June 5, 2026

☾ NIGHT 05:3012:3419:39
Standard
+03 · +3
IANA zones
1

Current offset

UTC+03:00

Standard · +03

Daylight saving

Not observed

Year-round standard time

IANA zones

1

None observe daylight saving

DST offset

No summer variant

About AMMANT

A fixed, year-round offset.

Amman Time represents Jordan's steady +03:00 timezone, where clocks stay consistent year-round with no daylight saving shifts to worry about. This fixed offset makes it reliable for businesses and travelers scheduling coordination across the Middle East region.

IANA zones · the technical identifiers

The zone that resolve to AMMANT.

For software, always store the IANA identifier — never the abbreviation alone. The database keeps these zones distinct because their rules can, and historically did, diverge.

IANA zonePrimary cityDST
Asia/AmmanAmman— None

Cities currently on AMMANT

The same hour, city by city.

3 cities · all UTC+03:00

Where AMMANT is used

One country.

Same offset · UTC+03:00

Other zones at UTC+03:00 right now.

These named zones share AMMANT's offset today. When daylight saving rules differ, they drift apart for part of the year.

Frequently asked questions

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

Does Jordan observe daylight saving time?
No, Jordan no longer observes daylight saving time and remains on a permanent UTC+03:00 offset throughout the year.
What is the abbreviation for Amman Time?
The standard abbreviation for this timezone is simply +03, reflecting its fixed offset from UTC.
When did Jordan stop observing daylight saving time?
Jordan last changed clocks on October 28, 2022, when it permanently settled on its current UTC+03:00 standard time.
Is Amman Time used outside of Jordan?
This timezone is specific to Jordan, as it only covers zones within this single country.
How does Amman Time compare to other Middle Eastern timezones?
Amman Time aligns closely with several neighboring countries at UTC+03:00, differing mainly from Gulf states like Saudi Arabia that may also share the same offset.
What countries use Amman Time?
This timezone is exclusively used in Jordan, with the Asia/Amman zone being its only representative.
Is there a seasonal time change in Jordan?
No, Jordan maintains the same time year-round without any seasonal adjustments to its clocks.
Why is having a fixed timezone beneficial for Jordan?
A permanent offset eliminates confusion from clock changes and provides stability for international business, travel coordination, and scheduling across borders.
What challenges does the Middle East time alignment solve?
By settling on a permanent offset, Jordan simplified scheduling with regional partners and reduced disruptions previously caused by irregular daylight saving transitions.

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