Africa · Northern Africa · Sovereign state

Current time in Tunisia

A single time zone at UTC+01:00.

Time in Tunis☾ Night
20:59:30

Friday, June 5, 2026

☾ NIGHT 05:0012:1719:35
Zone
CET
UTC
UTC+01:00
IANA
Africa/Tunis

About Tunisia's time

A single time zone.

Tunisia lives on Central European Time (UTC+1) year-round, staying consistent without clock changes — which makes it easier to count on when coordinating with friends, family, or colleagues in Europe.

Major cities

Cities of Tunisia.

History

How Tunisia keeps time.

Tunisia's current timekeeping arrangement is a relatively straightforward affair. During the period of French colonial rule (1881–1956), Tunisia adopted Central European Time (UTC+1) to align administratively and economically with metropolitan France. This practical link to French time meant Tunisian schedules, postal services, and telegraph communications could be synchronized with those of the ruling power.

After independence in 1956, Tunisia retained Central European Time rather than reverting to solar time or adopting a different Western European offset. The government recognized that alignment with CET better served trade, diplomatic communication, and the rhythms of a modernizing economy that looked northward across the Mediterranean. Turkey and much of Central Europe already occupied this slot, which also suited Tunisia's geographic longitude and daily rhythms — solar noon falls reasonably close to clock noon under UTC+1.

In later decades, Tunisia has abstained from regular daylight saving time adoption (unlike France and many of its neighbors), though occasional, short-term DST experiments — often timed to conserve energy during Ramadan or summer — have resurfaced in public discussion. A notable instance occurred during World War II, when Tunisia observed daylight saving shifts in line with Free French military administration, and again in 2005, when DST was briefly introduced before public resistance to persistent late sunsets helped end it. No permanent arrangement was ever restored afterward.

Did you know?

Things about Tunisia's time.

Fact · 01

"Late dinner" is a concept many visitors quickly notice: as in much of North Africa and Spain, 9 or 10 pm is a perfectly common time for evening meals in Tunisian homes and restaurants, and this clock-time habit dovetails with the country's Central European offset being ahead of that longitude's pure solar time would suggest. Tourists arriving from Amsterdam-winter schedules sometimes feel like they've traveled back in time — breakfast meetings and shop hours can seem oddly deferred relative to the bright Mediterranean sun.

Fact · 02

Clock-shift boundaries at the borders are quieter than in many places: Algeria to the west runs CET in winter but switches to CEST in summer, meaning for several months a year a neighboring village across the border is an hour ahead. Libya, which historically jumped from Central European to Eastern European and back, may or may not match Tunisia depending on the year — making phone calls between Tripoli and Tunis a slightly casual affair.

Fact · 03

There is also a soft cultural practice rather than a government decree: during Ramadan, many Tunisian businesses and agencies effectively adopt their own unofficial clock, with operations starting later, ending earlier, or stretching from late afternoon to midnight for the solar fast-breaking meal. Visitors who attempt "European-style" scheduling during the first days of Ramadan are often surprised by emptier streets and shuttered doors at times they expected commercial life.

Frequently asked questions

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

What is Tunisia's current time zone?
Tunisia uses Central European Time (CET, UTC+1) as its standard time, applied year-round without seasonal daylight saving adjustments.
Does Tunisia observe daylight saving time?
No. Tunisia has experimented briefly with DST during a few historical periods — including some World War II years around 1940–1945 and a short-lived 2005 adoption — but it is not part of current public timekeeping and clocks now stay the same all year round.
What is the time difference between Tunis and a city like London?
Tunis is one hour ahead of London for most of the year. However, during the few weeks each year when the UK switches to British Summer Time (BST) and Tunisia has not adopted DST for that period in the past, the gap temporarily shrank to roughly zero — though today the clocks do not change, so the standard one-hour lead applies.
What time zone does Tunisia use at its political capital?
Tunis, the capital, falls under Africa/Tunis, which is fixed at Central European Time (UTC+1) year-round.
Is Tunisia's time zone based on its longitude?
It is a reasonable but imperfect match. Tunisia's prime meridian zone (roughly 8–12°E) would suggest solar time closer to UTC+1, which aligns with the actual CET offset, though Spain and Morocco show that Mediterranean zone assignments often reflect politics as much as astronomy.
When did Tunisia start using Central European Time?
Tunisia adopted Central European Time (UTC+1) during the French colonial period (1881–1956), aligning with metropolitan France for administrative and commercial reasons.
How does Tunisia's time zone compare to its neighbors?
Algeria shares CET but shifts to CEST during summer months, which (depending on the year) may place western Algeria a few hours differently aligned. Libya historically alternated between Central and Eastern European Time based on political changes, so its offset relative to Tunis has not always matched.
What is the impact of Tunisia's longitude on local schedules?
Because the Central European offset is roughly in line with Tunisia's geographic longitude, solar noon and clock noon come closer together than in places like Spain — so formal hours, meal times, and shop openings align better with what the sun does on any given day.

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