Asia · Western Asia · Sovereign state

Current time in Saudi Arabia

A single time zone at UTC+03:00.

Time in Riyadh☀ Daylight
06:27:27

Sunday, May 31, 2026

05:0411:5018:37
Zone
+03
UTC
UTC+03:00
IANA
Asia/Riyadh

About Saudi Arabia's time

A single time zone.

Saudi Arabia operates on a single timezone of Arabia Standard Time (UTC+03:00) and does not observe Daylight Saving Time. This provides a stable schedule year-round.

Major cities

Cities of Saudi Arabia.

History

How Saudi Arabia keeps time.

Saudi Arabia observes Arabia Standard Time with an offset of UTC+03:00. In the past, the country used both astronomical observation methods and, briefly, Daylight Saving Time during certain periods (such as during the Gulf War era and the early 2000s), but currently a permanent standard time with no DST is used nationwide.

Frequently asked questions

Common questions about Saudi Arabia's time zone, daylight saving rules, and how to handle it in software. Can't find what you need? Email [email protected].

What time does Saudi Arabia follow?
All of Saudi Arabia follows Arabia Standard Time (UTC+03:00), with no regional variations.
Does Saudi Arabia observe Daylight Saving Time?
No, Saudi Arabia does not currently observe Daylight Saving Time.
What about prayer times and business hours?
Prayer times follow the local solar position, so they shift naturally throughout the year. Business and government offices typically follow schedules adjusted for prayer 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
}
}
]
}