Time zone · Asia

DAMASC

Damascus Time

Damascus Time, represented solely by Syria, remains consistently fixed at UTC+03:00 without seasonal clock changes, simplifying scheduling across the region. This stable offset streamlines coordination with partners in the Middle East and neighboring time zones.

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

Sunday, May 31, 2026

05:2612:3219:38
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 DAMASC

A fixed, year-round offset.

Damascus Time, represented solely by Syria, remains consistently fixed at UTC+03:00 without seasonal clock changes, simplifying scheduling across the region. This stable offset streamlines coordination with partners in the Middle East and neighboring time zones.

IANA zones · the technical identifiers

The zone that resolve to DAMASC.

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/DamascusDamascus— None

Cities currently on DAMASC

The same hour, city by city.

1 city · all UTC+03:00

Where DAMASC is used

One country.

Same offset · UTC+03:00

Other zones at UTC+03:00 right now.

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

Frequently asked questions

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

What time zone is Syria in?
Syria operates on a fixed offset of UTC+03:00 under the DAMASC region code.
Does Syria observe daylight saving time?
No, Syria does not observe daylight saving time, maintaining a constant UTC+03:00 year-round.
How does DAMASC compare to neighboring Gulf states like Saudi Arabia?
Unlike some Gulf states that shift between standard and daylight time, Syria's fixed UTC+03:00 offset avoids seasonal adjustments, making it a reliable anchor for regional planning.
When did Syria last change its time zone rules?
Syria last updated its time zone configuration in October 2022, after which it abandoned DST changes permanently.
Is Damascus Time used elsewhere outside Syria?
The DAMASC code currently includes only Syria, though nearby countries may also align closely with UTC+03:00 for cross-border coordination.
How does no DST affect daily life in Damascus?
Without seasonal clock shifts, residents enjoy consistent sunrise and sunset times relative to their clocks, reducing disruption to routines.

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