Asia · Iran

Current time in Orūmīyeh

Iran Standard Time.

+0330 · UTC+03:30IANA: Asia/Tehran37.55° N · 45.08° E
Current time☀ Daylight
08:10:37

Tuesday, June 2, 2026

05:0912:2719:45
Sunrise
05:09
Solar noon
12:27
Sunset
19:45

Offset right now

UTC+03:30

Iran Standard Time · +0330

Daylight saving

Not observed

This zone has no seasonal clock change.

About Orūmīyeh time

Orūmīyeh keeps one clock.

Up in the rugged northwest corner of Iran, Orūmīyeh follows Tehran's time, which means the sunset comes early in winter and lingers long into summer evenings—so locals tend to dine late and socialize outdoors when the heat breaks.

Frequently asked questions

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

How many hours ahead of UTC is Orūmīyeh?
Iran uses UTC+3:30, so Orūmīyeh is set three and a half hours ahead of Coordinated Universal Time, putting it neatly between the UAE (UTC+4) and Turkey (UTC+3).
Does Iran observe daylight saving time?
Iran abolished daylight saving in 2022, so the clocks no longer change and remain fixed at UTC+3:30 year-round.
What do locals call their time zone?
It's commonly referred to as Iran Standard Time or just Tehrān time.
How does tea culture relate to timekeeping here?
Many people pace their afternoon around tea breaks rather than strict clock time—chai culture is a key rhythm of daily life.
Is Orūmīyeh in the same zone as Tehran?
Yes, the entire country follows Asia/Tehran, so all cities share the exact same local time.

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