Africa · Tunisia

Current time in Tunis

Central European Standard Time.

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

Friday, June 5, 2026

☾ NIGHT 05:0012:1719:35
Sunrise
05:00
Solar noon
12:17
Sunset
19:35

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.

Morning espresso flows into the souks by mid-morning as Tunisia’s capital hums along at a relaxed but steady business rhythm; many workers and remote teammates lock into a tight European schedule, syncing calls and deadlines across the Mediterranean without the headache of changing clocks.

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 Tunis run on European time?
Tunis shares Central European Time year-round, keeping its clocks aligned with key EU trading partners.
Are clocks ever adjusted in Tunis?
No, Tunisia stopped seasonal clock changes, so the offset stays fixed all year.
How does this help remote teams?
Team members in Tunis keep consistent hours with colleagues in Paris or Berlin, making shared calendars predictable.
When does the workday usually start?
Offices and public services typically open by 8–8:30, mirroring European business hours.
Is there after-work overlap with Asia?
Yes, Tunis’s afternoon hours overlap the start of the East Asian working day, easing cross-regional calls.
Do weekends affect this rhythm?
Friday and Saturday are days off in many organizations, shifting peak business activity Monday through Thursday.
How do daylight patterns support focused hours?
Daytime stretches 14–15 hours in summer and around 9–10 in winter, offering bright mornings and late-summer evenings.
What’s a tip for global meetings?
Book morning slots in Tunis to line up with late afternoon in East Asia and both morning and afternoon in Europe.

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