Time zone · Asia

WIB

Western Indonesia Time

Western Indonesia Time (WIB) covers parts of Indonesia, including Jakarta and Pontianak, and stays on UTC+07:00 all year with no daylight saving changes. Life here runs on a steady, predictable clock—great for scheduling across the archipelago without worrying about seasonal time shifts.

UTC+07:00 standard2 IANA zones24 cities
Current time in WIB☾ Night
03:04:35

Saturday, June 6, 2026

☾ NIGHT 05:5711:5117:44
Standard
WIB · +7
IANA zones
2

Current offset

UTC+07:00

Standard · WIB

Daylight saving

Not observed

Year-round standard time

IANA zones

2

None observe daylight saving

DST offset

No summer variant

About WIB

A fixed, year-round offset.

Western Indonesia Time (WIB) covers parts of Indonesia, including Jakarta and Pontianak, and stays on UTC+07:00 all year with no daylight saving changes. Life here runs on a steady, predictable clock—great for scheduling across the archipelago without worrying about seasonal time shifts.

IANA zones · the technical identifiers

The 2 zones that resolve to WIB.

For software, always store the IANA identifier — never the abbreviation alone. The database keeps these zones distinct because their rules can, and historically did, diverge.

IANA zonePrimary cityDST
Asia/JakartaJakarta— None
Asia/PontianakPontianak— None

Cities currently on WIB

The same hour, city by city.

24 cities · all UTC+07:00

Where WIB is used

One country.

Same offset · UTC+07:00

Other zones at UTC+07:00 right now.

These named zones share WIB's offset today. When daylight saving rules differ, they drift apart for part of the year.

Frequently asked questions

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

What areas does WIB cover?
WIB includes major zones like Jakarta and Pontianak in Indonesia.
Does Western Indonesia Time observe daylight saving time?
No, WIB does not observe daylight saving—it remains at UTC+07:00 year-round.
Is WIB the same across its member zones?
Yes: both Asia/Jakarta and Asia/Pontianak are on UTC+07:00 with no DST.
Why doesn’t Indonesia use DST in this region?
Indonesia spans tropical latitudes where day length is nearly constant, so there’s little benefit to shifting clocks for daylight saving.
When did WIB last change its standard offset?
The current offset has been in place since 1963-12-31 23:30:00 WIB.
How does WIB affect cross-island planning in Indonesia?
With a single, stable time zone for Java and parts of Kalimantan, teams can align clearly without summer/winter offsets.
What does ‘WIB’ stand for?
WIB stands for 'Waktu Indonesia Barat' (Western Indonesian Time), used in national contexts to mean UTC+07:00.
Is WIB the same as other Indonesian time zones?
No: Indonesia spans three main zones; WIB is for the western part, while Central and Eastern Indonesia use different offsets.
Can I use Jakarta’s local time as a reference for all of WIB?
Yes: Jakarta’s time (UTC+07:00, no DST) represents the entire WIB region.

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