Time zone · Asia

AMMANT

Amman Time

Amman Time (AMMANT) is a straightforward no-nonsense timezone — Jordan keeps a steady UTC+03:00 year-round, with no daylight saving shifts to trip you up. That consistency makes it refreshingly easy to plan calls, trips, or cross-border work with partners across the region.

UTC+03:00 standard1 IANA zone1 city
Current time in AMMANT☀ Daylight
06:27:32

Sunday, May 31, 2026

05:3112:3319:36
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 (AMMANT) is a straightforward no-nonsense timezone — Jordan keeps a steady UTC+03:00 year-round, with no daylight saving shifts to trip you up. That consistency makes it refreshingly easy to plan calls, trips, or cross-border work with partners across the 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.

1 city · 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].

How many time zones fall under the AMMANT region?
Just one member zone — Asia/Amman — making this one of the most focused region codes on Timezone.io.
Does Amman ever switch clocks for daylight saving?
No. Jordan abolished daylight saving transitions after October 2022, so UTC+03:00 is fixed all year going forward.
What year did Jordan permanently settle on its current offset?
On October 28, 2022, Jordan moved to UTC+03:00 as a permanent standard, ending decades of seasonal clock changes.
Is Amman Time the same as East Africa Time or nearby Gulf time?
It runs parallel with several neighboring regions at UTC+03:00, but its abbreviation +03 and lack of any DST history keep it distinct in scheduling tools.
Why would someone bookmark an AMMANT page instead of using a calculator?
Because the page knows the exact moment-offset became permanent, surfaces country context, and stays updated — so you never have to double-check calendar past or policy changes manually.

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