Asia · Syria

Current time in Latakia

Damascus Time.

+03 · UTC+03:00IANA: Asia/Damascus35.53° N · 35.79° E
Current time☀ Daylight
07:37:19

Tuesday, June 2, 2026

05:2212:3419:47
Sunrise
05:22
Solar noon
12:34
Sunset
19:47

Offset right now

UTC+03:00

Damascus Time · +03

Daylight saving

Not observed

This zone has no seasonal clock change.

About Latakia time

Latakia keeps one clock.

Latakia breezes through the day on Mediterranean time, where the relaxed Syrian coastline pace means business hours start late and extend naturally into warm evening lattes by the harbor.

Frequently asked questions

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

What is the relationship between Latakia's longitude and its official time zone?
At 35.5° E, the sun would naturally favor UTC+2, but Syria uses UTC+3 year-round, so clocks are about one hour ahead of pure solar time.
Did Syria ever observe daylight saving time?
Syria briefly experimented with daylight saving in 2006 and again in 2012, but it has since remained on permanent UTC+3, making Latakia's time predictable throughout the year.
How does this affect remote teams coordinating with Latakia?
Latakia's +03:00 business hours roughly 9 AM–6 PM overlap nicely with European mornings for real-time collaboration; early birds can catch Europeans before lunch.
When does sunrise set the workday rhythm in Latakia?
Because clocks run ahead of solar noon, sunrise often appears “early” around 5:30 AM in summer, encouraging coastal businesses to take advantage of cool morning starts.
Are there annual clock changes to remember?
Since daylight saving was abolished, Latakia's offset stays at UTC+3 permanently; no more spring-forward or fall-back surprises when scheduling.
What's unique about calling Latakia meetings across zones?
Latakia's eastern Mediterranean UTC+3 slot aligns it with the Gulf schedules, making it a bridge-hour city between Europe and the Middle East.
Is there any seasonal variation?
Daylight saving is no longer observed, so the only seasonal change is longer summer evenings, perfect for late-afternoon calls with Europe.

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