Africa · Northern Africa · Sovereign state

Current time in Libya

A single time zone at UTC+02:00.

Time in Tripoli☾ Night
21:56:33

Friday, June 5, 2026

☾ NIGHT 05:5813:0520:12
Zone
EET
UTC
UTC+02:00
IANA
Africa/Tripoli

About Libya's time

A single time zone.

Libya operates on a single timezone: Eastern European Time (UTC+2), using EET year-round with no daylight saving time changes since late 2013.

Major cities

Cities of Libya.

History

How Libya keeps time.

Historically, Libya's political turmoil has left the country oscillating on the global time map. Under Muammar Gaddafi's rule, the country jumped back and forth between UTC+1 and UTC+2 every few years as a matter of ideological alignment rather than geographic convenience. At various points, Libya secretly maintained a 'true' local solar time even while officially being chanted as 'independent time free of Western colonial legacies,' causing major headaches for flight scheduling and international cooperation.

After the fall of Gaddafi in 2011, Libya was caught between rival governments and their varying time decisions for several years. Finally, in October 2013, the eastern-based government standardized on UTC+2 year-round as the national default, and this has remained consistent since, including during periods when the internationally recognized Tripoli-based government formally adopted the same zone in subsequent years.

Did you know?

Things about Libya's time.

Fact · 01

For being a relatively large country, Libya has a remarkably straightforward timezone situation: a single zone and no daylight saving time to keep track of. That said, every so often, nominally unified-looking countries experience brief power struggles between regional governments over exactly whether to stick with UTC+2 — such scenarios occasionally result in parts of the country displaying a different official time for days.

Fact · 02

Because Libya sits well west of the nominal meridian for UTC+2 (30°E passes well to the east of the country), people's sense of clock time runs about an hour ahead of solar noon across much of the country. Sunrise in the western parts of Libya can occur around 6:30–7:30 local time, which means most daily schedules — from prayer times to business hours — feel quite early by global standards.

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

Does Libya observe daylight saving time?
No. Libya does not observe daylight saving time. The country remains on UTC+2 year-round, or EET throughout the year.
What is Libya's timezone?
Libya uses a single timezone: Africa/Tripoli, which is Eastern European Time (EET) at UTC+2, all year round. There are no seasonal changes.
Is Libya on the same time as Egypt?
Yes. Egypt and Libya both observe Eastern European Time (UTC+2) without daylight saving. They are on the same clock time year-round.
Does Libya ever change its timezones?
Political instability has occasionally led to competing government announcements about time policies, but since late 2013 the settled national state has been a single UTC+2 zone without daylight saving changes. In practice, travelers should always verify current announcements with local contacts in the days before a visit.
How many timezones does Libya have?
Libya officially has only one timezone across its entire territory: Africa/Tripoli (EET, UTC+2). There are no regional exceptions within the country.
What is the timezone difference between Libya and UTC?
Libya is UTC+2 year-round. So when it's noon UTC, it's 2 PM in Libya.
Does Libya share a timezone with any other countries?
Yes. Libya shares UTC+2 EET with several other countries, including Egypt, South Africa (during standard time), Palestine, and several neighboring nations in Africa and the Middle East.
How does Libya's timezone affect daily life?
Libya's single timezone means the country keeps consistent daylight hours throughout the year. Prayer times and business schedules shift slightly with sunrise and sunset, but these changes are gradual and predictable.

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