Africa · Northern Africa · Sovereign state

Current time in Libya

A single time zone at UTC+02:00.

Time in Tripoli☾ Night
05:26:06

Sunday, May 31, 2026

☾ NIGHT 06:0013:0520:09
Zone
EET
UTC
UTC+02:00
IANA
Africa/Tripoli

About Libya's time

A single time zone.

Libya has used a single UTC+2 timezone since 2013, simplifying what had been a confusing back-and-forth between several different offsets.

Major cities

Cities of Libya.

History

How Libya keeps time.

Libya's modern timezone history has been marked by several switches tied closely to political power. For much of the 20th century, the country oscillated between UTC+1 (Central European Time) and UTC+2 (Eastern European Time), sometimes changing multiple times within a single decade.

In 2011, during the revolution that ended Muammar Gaddafi's regime, Libya briefly kept a confusing pattern of time changes. In November 2012, the country moved to UTC+2 but then switched back to UTC+1 in October 2013—before reversing course again later that same year.

Since October 25, 2013, Libya has remained on UTC+2 (Eastern European Time) year-round without daylight saving time. This was adopted by the post-Gaddafi government and has provided the country with a stable, single timezone after decades of frequent changes.

Did you know?

Things about Libya's time.

Fact · 01

Libya's long history of frequent timezone changes—sometimes flipping between UTC+1 and UTC+2 multiple times in a single decade—made it one of the most unpredictable timekeeping countries in the world. Post-revolution governments have struggled to settle on a consistent standard, and clocks jumping forward or backward with little notice became routine for residents and businesses.

Fact · 02

The decision to permanently adopt UTC+2 without DST in late 2013 was meant to end that instability. However, the changes had practical consequences: businesses had to repeatedly adjust schedules, flight timetables became difficult to maintain, and phone clocks sometimes changed without official announcements.

Fact · 03

Geographically, UTC+2 is a reasonable fit for Libya's longitude, roughly matching solar time across much of the country's populated coastal strip. This means daily life and working hours align fairly naturally with daylight, unlike some neighboring countries where the political timezone diverges significantly from solar noon.

Frequently asked questions

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

What time zone is Libya in?
Libya observes Eastern European Time (EET), which is UTC+2, and does not observe daylight saving time.
Has Libya always been on UTC+2?
No, Libya has switched between UTC+1 and UTC+2 multiple times since the 20th century. It has been permanently on UTC+2 since October 2013.
Does Libya observe daylight saving time?
No, Libya currently does not observe daylight saving time and remains on UTC+2 year-round. However, it has used DST in past decades.
Why did Libya change its time zone so often?
Many of Libya's time changes were politically motivated—tied to regime decisions and efforts to align with or distinguish from European time standards. After 2011, political instability contributed to further switches.
Is Libya's time the same as neighboring Egypt?
Yes, both Libya and Egypt are currently on UTC+2, though Egypt occasionally adjusts for dayaving schedules. Check Egypt's current status before planning cross-border activities.
Can I rely on Libya's current time zone staying the same?
Since 2013, Libya's UTC+2 timezone has remained stable with no further changes announced, though the country's history of sudden switches means it remains worth verifying before travel or remote work planning.

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