Africa · Northern Africa · Sovereign state

Current time in Tunisia

A single time zone at UTC+01:00.

Time in Tunis☾ Night
04:26:42

Sunday, May 31, 2026

☾ NIGHT 05:0112:1619:31
Zone
CET
UTC
UTC+01:00
IANA
Africa/Tunis

About Tunisia's time

A single time zone.

Tunisia runs on a single timezone year-round at UTC+1 (CET) with no daylight saving changes, keeping things straightforward for visitors.

Major cities

Cities of Tunisia.

History

How Tunisia keeps time.

Tunisia, like many North African nations, adopted Central European Time (UTC+1) during the colonial era under French administration, aligning with the timekeeping system imposed across French-ruled territories. This replaced the more locally-based mean-time traditions that had varied from city to city prior to the late 19th and early 20th centuries.

During World War II and in the decades following independence in 1956, Tunisia generally maintained the UTC+1 offset. The country briefly experimented with daylight saving time during certain periods—particularly in the 1970s and again in the late 2000s and early 2010s—as many nations did in response to energy conservation efforts. However, these adoptions were inconsistent.

In 2009 and 2010, Tunisia officially observed daylight saving time under government decree citing energy savings. However, the practice was short-lived. Tunisia DST ended on October 2010, and the country has remained on permanent UTC+1 ever since, abandoning the semi-annual clock changes in favor of simplicity and consistency.

Did you know?

Things about Tunisia's time.

Fact · 01

Tunisia's adoption of CET (UTC+1) by geographic default is somewhat east of its solar position—the country sits closer to the UTC+0 meridian than to UTC+1, meaning clocks run somewhat ahead of solar time. Visitors from Western Europe will notice the familiar offset, but the sun rises and sets "later" relative to the clock than in France or Germany, where the same offset is geographically more natural.

Fact · 02

The decision to permanently stick with a single offset without daylight saving simplifies scheduling and communication, especially for cross-border coordination with European and regional partners. However, it contrasts with neighboring Morocco, which uses UTC+0 and shifts to UTC+1 during Ramadan—creating a temporary hour difference between the two countries despite their geographic proximity.

Fact · 03

For business travelers, Tunisia's time during European winter (UTC+1) matches central European time exactly, making coordination with major trading partners seamless. During European summer, when France and Germany shift to UTC+2, Tunisia effectively becomes one hour behind rather than aligned.

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

Does Tunisia observe daylight saving time?
No. Tunisia used DST briefly in 2009–2010 but has since remained permanently on UTC+1 year-round.
What timezone is Tunisia in right now?
Tunisia uses Africa/Tunis, which is UTC+1 (Central European Time) with no seasonal changes.
Is Tunisia the same time as France?
Only during European winter months (roughly late October to late March). In summer, Tunisia stays at UTC+1 while France and most of Central Europe move to UTC+2.
What's the time difference between Tunisia and Morocco?
Outside of Ramadan, the difference is negligible since Morocco typically uses UTC+1 with DST adjustments. During Ramadan, Morocco reverts to UTC+0, making Tunisia one hour ahead. Always check current schedules as Morocco's Ramadan clock shifts vary yearly.
How does Tunisia's timezone compare to its neighbors Algeria and Libya?
Algeria is also UTC+1 with no DST, so it matches Tunisia exactly year-round. Libya has shifted over time but is currently UTC+2 (EET), making it one hour ahead of Tunisia.
How many time zones does Tunisia have?
Just one. The entire country uses Africa/Tunis (UTC+1) uniformly.
Why does Tunisia use CET (UTC+1)?
It's largely a legacy of French colonial administration and subsequent business alignment with Central European partners. The adoption under French rule has persisted due to economic ties with Europe.
What's Tunisia's IANA timezone identifier?
Africa/Tunis

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