Time zone · Asia

AST

Arabian Standard Time

What makes Arabian Standard Time stand out? Arabian Standard Time (AST) is one of the rare time regions that has stayed constant—no daylight saving adjustments since records began in 1950, keeping life and collaboration across the Gulf straightforward and predictable.

UTC+03:00 standard6 IANA zones33 cities
Current time in AST☾ Night
23:03:14

Friday, June 5, 2026

☾ NIGHT 05:3112:0118:31
Standard
+03 · +3
IANA zones
6

Current offset

UTC+03:00

Standard · +03

Daylight saving

Not observed

Year-round standard time

IANA zones

6

None observe daylight saving

DST offset

No summer variant

About AST

A fixed, year-round offset.

What makes Arabian Standard Time stand out? Arabian Standard Time (AST) is one of the rare time regions that has stayed constant—no daylight saving adjustments since records began in 1950, keeping life and collaboration across the Gulf straightforward and predictable.

IANA zones · the technical identifiers

The 6 zones that resolve to AST.

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/AdenAden— None
Asia/BaghdadBaghdad— None
Asia/BahrainBahrain— None
Asia/KuwaitKuwait— None
Asia/QatarQatar— None
Asia/RiyadhRiyadh— None

Cities currently on AST

The same hour, city by city.

33 cities · all UTC+03:00

Where AST is used

6 countries.

Same offset · UTC+03:00

Other zones at UTC+03:00 right now.

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

Frequently asked questions

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

How many zones in AST have observed DST in the past?
No zones within Arabian Standard Time have adopted daylight saving time since 1950, including Yemen, Iraq, Bahrain, Kuwait, Qatar, and Saudi Arabia maintain a consistent UTC+03:00 offset year-round, so you never need to adjust your clocks.
Why is AST considered stable for global business?
Because AST does not observe daylight saving time, and has had a fixed offset since 1950, making it a reliable reference point for scheduling across the Gulf region.
How does AST's consistency benefit remote collaboration?
With no DST transitions and a fixed UTC+03:00 offset, teams in AST can coordinate with partners in Europe and Africa without worrying about seasonal clock changes, simplifying meeting planning and deadlines.
Are there any plans for AST to adopt DST?
None of the six member zones have announced plans to introduce daylight saving transitions, so AST remains one of the most predictable regions for long-term planning.
Which countries are in the AST region?
Arabian Standard Time covers six member zones: Yemen, Iraq, Bahrain, Kuwait, Qatar, and Saudi Arabia, all maintaining a consistent UTC+03:00 offset.

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