Asia · Lebanon

Current time in Beirut

Eastern European Standard Time. Currently on daylight saving time.

EEST · UTC+03:00IANA: Asia/Beirut33.87° N · 35.50° E
Current time☀ Daylight
06:26:10

Sunday, May 31, 2026

05:2812:3519:43
Sunrise
05:28
Solar noon
12:35
Sunset
19:43

Offset right now

UTC+03:00

Eastern European Standard Time · EEST

Daylight saving

Active

Ends Oct 24, 2026 · in 5 months

Through the current period

30%
Mar 29, 2026Oct 24, 2026

About Beirut time

Beirut keeps two clocks.

In Beirut, the Mediterranean sun stretches the workday just a bit longer, giving professionals a golden window for late-afternoon calls back to Europe while leaving plenty of time to unwind on the Corniche as the light fades.

Daylight saving

The year, by the clock.

Currently EEST
EETEESTEET29 Mar · +1h24 Oct · −1h Jan 2026 Dec

Now

EEST

Daylight saving · since Mar 29, 2026

Next change

Oct 24, 2026

Clocks fall back · in 5 months

Frequently asked questions

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

How does Beirut’s position affect calls with Western Europe?
Beirut is usually two or three hours ahead of Western Europe, making late-morning to early-afternoon calls a natural fit with both sides still in the office.
What’s the best time to schedule early-morning meetings with the East Coast of the US?
Because of the seven- or eight-hour gap, Beirut’s early-morning workday overlaps nicely with the East Coast’s late afternoon, so a 9 am local call lands around 2 pm in New York.
Does Lebanon observe daylight saving?
Lebanon does use daylight saving time, typically switching late in March and moving clocks forward an hour to align evenings with the available daylight.
Are the daylight saving start and end dates fixed?
No, Lebanon’s daylight saving dates can shift depending on governmental decisions, so teams should double-check the dates each spring and autumn.
How does summer affect the work tempo in Beirut?
Summer in Beirut leans a bit slower; long sunny days and beach culture make late afternoon a natural pause, so many teams wrap up key work by early afternoon.
Is lunch timing different in Beirut than in Europe?
Lunch often starts a little later, around 1–2 pm, which can push back early-afternoon meetings if teams in Europe expect a prompt 1 pm start.
Why does the workday feel staggered compared to some neighbours?
Because Lebanon sits one zone further east than nearby Turkey and much of Eastern Europe, meetings can feel like they happen in a slightly different solar rhythm.

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