Africa · Tunisia

Current time in Tunis

Central European Standard Time.

CET · UTC+01:00IANA: Africa/Tunis36.80° N · 10.18° E
Current time☾ Night
04:26:23

Sunday, May 31, 2026

☾ NIGHT 05:0112:1619:31
Sunrise
05:01
Solar noon
12:16
Sunset
19:31

Offset right now

UTC+01:00

Central European Standard Time · CET

Daylight saving

Not observed

This zone has no seasonal clock change.

About Tunis time

Tunis keeps one clock.

In Tunis, business hums along on a relaxed Mediterranean schedule, with mornings starting late by European standards and evenings stretching into warm, seafood-scented nights that unfold at their own unhurried pace.

Frequently asked questions

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

Why does Tunisia no longer change clocks with summer time?
Tunisia experimented with daylight saving in the past but discontinued it permanently in 2009, keeping Central European Time year-round to simplify cross-border trade and travel with nearby EU and North African partners.
How does Tunis work hours compare with Paris or Berlin, especially on video calls?
Tunis shares the same winter clock as Paris and Berlin but gains a virtual 'extra hour of overlap' for free because it does not spring forward in summer, making scheduling meetings with Europe easier during summer months.
Do Ramadan hours affect working life in Tunis?
Yes—during Ramadan, many Tunisian firms shorten business hours, close in the afternoon, or move key meetings closer to the pre-dawn or early-evening slots, which remote teams should factor in.
How does the Siesta show up across business hours?
Many local companies and public offices traditionally close for several hours in the early afternoon. Even as startups adopt more 9-to-5 rhythms, expect slower replies between about 1 p.m. and 3 or 4 p.m.
Is CET fair for Tunis, or where is the honest solar time?
Clock noon in Tunis falls noticeably solar noon in winter but drifts to around 1:10 p.m or so, building a natural bias toward late lunches and relatively late sunsets in summer.
Does fixed time blur with Morocco and Algeria, or keep offset complications?
Algeria sometimes uses different observance practices, while Morocco often shifts clocks month-made-month. Tunisia's fixed CET offers a reliable, steady anchor for cross-border planning in the central Maghreb.
Taraweeh and street cafés until late—do work emails slow down after sunset?
Summer days in Tunis end close to 8 p.m., and many professionals unwind late—so expect fewer instant replies after dark and best results if you schedule time-critical async updates before mid-afternoon.

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