Asia · South-Eastern Asia · Sovereign state

Current time in Indonesia

Spans 2 time zones from UTC+07:00 to UTC+08:00, a 1-hour difference.

Time in Jakarta☀ Daylight
10:26:45

Sunday, May 31, 2026

05:5611:5017:43
Zone
WIB
UTC
UTC+07:00
IANA
Asia/Jakarta

About Indonesia's time

2 time zones.

Indonesia spans three main time zones covering 17,000+ islands — Western Indonesian Time (WIB UTC+7), Central (WITA UTC+8), and Eastern (WIT UTC+9) — but never observes daylight saving, so the clocks stay steady year-round across the archipelago.

By time zone

Time zones of Indonesia.

2 time zones

Major cities

Cities of Indonesia.

History

How Indonesia keeps time.

Before Dutch colonial rule, local regions in the Indonesian archipelago followed solar time or local customs. Under Dutch administration, *Zoologische Tijd* (Z.T.) was introduced, aligning Java to UTC+7:20 in the late 19th century for administrative consistency across the colony.

In 1924, the Dutch officially standardized the archipelago into four time zones: UTC+7 (Java and Sumatra), UTC+7:30 (Borneo), UTC+8 (Sulawesi and Lesser Sunda Islands), and UTC+9 (Western New Guinea). During Japanese occupation (1942–1945), all zones synced to Tokyo’s UTC+9, disrupting regional rhythms.

Post-independence in 1945, Indonesia reverted to near-Dutch zones but simplified them: Western Indonesia (UTC+7), Central (UTC+8), and Eastern (UTC+9). In 1964, Indonesia dropped the half-hour UTC+7:30 zone, aligning Borneo’s western half with UTC+8. Today, zones are Jakarta (Asia/Jakarta, UTC+7), Makassar (Asia/Makassar, UTC+8), and Jayapura (Asia/Jayapura, UTC+9), with Pontianak straddling both conventions.

Did you know?

Things about Indonesia's time.

Fact · 01

Indonesia’s sheer east-west spread (over 5,000 km) naturally demands three full-hour zones — yet it’s one of the few equatorial nations with multiple times, complicating national coordination.

Fact · 02

Makassar (Central Indonesia) sits exactly on the zone boundary, causing daily life to follow a hybrid rhythm: sunrise before 6 a.m. WIB, but sunset after 6 p.m. WIT. Jakarta’s traffic jams famously stretch from dawn in Surabaya to dusk in Makassar, despite both officially sharing UTC+7.

Fact · 03

The easternmost zone (Jayapura, UTC+9) aligns with Japan and Korea, meaning Papua wakes to sunrise hours ahead of Java—yet shares the same national broadcast schedules, creating odd gaps in live TV or banking hours across islands.

Frequently asked questions

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

Are there any daylight saving time changes?
No—Indonesia does not observe DST, so all four time differences are fixed year-round.
Which zone uses UTC+7?
Western Indonesia (WIB): Jakarta, Java, Sumatra, and West Kalimantan.
What’s the biggest time gap within Indonesia?
It’s 2 hours: UTC+7 in the west (e.g., Jakarta) to UTC+9 in the east (e.g., Jayapura).
Do any cities straddle two time zones?
Pontianak, on Borneo, is often considered midway, but it follows UTC+7, while nearby Makassar is already UTC+8.
Is there a standard for national broadcasts?
Most live TV and government communications use Jakarta time (UTC+7), but some local stations adjust.
Why three instead of four time zones like a full hour span?
The 1963 reform dropped the old UTC+7:30 zone, simplifying to three: UTC+7, +8, +9.
Are there local variations, like half-zones?
No—today all zones are on full-hour offsets, unlike in the colonial past.

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