Asia · Saudi Arabia

Current time in Jeddah

Arabian Standard Time.

+03 · UTC+03:00IANA: Asia/Riyadh21.49° N · 39.19° E
Current time☀ Daylight
07:37:53

Tuesday, June 2, 2026

05:4012:2119:02
Sunrise
05:40
Solar noon
12:21
Sunset
19:02

Offset right now

UTC+03:00

Arabian Standard Time · +03

Daylight saving

Not observed

This zone has no seasonal clock change.

About Jeddah time

Jeddah keeps one clock.

In Jeddah, the Red Sea coast of Saudi Arabia, workdays start a little earlier than you’d expect for a +03 zone, with morning meetings often wrapped up before the midday heat fully sets in. Teams here tend to front-load calls and creative work so they can slip into a slower afternoon rhythm that mirrors the region’s desert pace and early-evening coastal breezes. The city’s position on +03 means coordinates with Riyadh are seamless, but those syncing with Europe or East Africa gain a natural half-day overlap for real-time collaboration.

Frequently asked questions

Common questions about Jeddah's time zone, daylight saving rules, and scheduling across it. Can't find what you need? Email [email protected].

Is Jeddah on the same time as Riyadh?
Yes—Jeddah runs on Asia/Riyadh, identical to the capital’s +03 offset.
Does Jeddah ever spring forward?
No daylight saving time. Saudi Arabia permanently abandoned DST in the 1980s, so clocks never change here.
What’s the daylight window for remote work?
Sunrise is around 05:40 and sunset near 18:50, giving over 13 hours of daylight for outdoor breaks between Zoom calls.
How does the timezone affect prayer-to-prayer scheduling?
Business hours still flex around Salat times, so expect brief pauses at Dhuhr (around midday) and Asr (mid-afternoon) when activity subtly slows.
Is Jeddah closer to East Africa or Europe in time?
Almost exactly halfway: one hour ahead of East Africa Time, and one hour ahead of Central European Time, making it a convenient bridge for pan-hemisphere teams.
Do international flights treat GMT+3 the same year-round?
Strategically placed between Africa and Asia, so yes—airlines publish schedules with consistent +03 times, with no summer/winter adjustments.

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