Asia · Indonesia

Current time in Padang

Western Indonesia Time.

WIB · UTC+07:00IANA: Asia/Jakarta0.95° S · 100.35° E
Current time☀ Daylight
11:37:18

Tuesday, June 2, 2026

06:1412:1618:18
Sunrise
06:14
Solar noon
12:16
Sunset
18:18

Offset right now

UTC+07:00

Western Indonesia Time · WIB

Daylight saving

Not observed

This zone has no seasonal clock change.

About Padang time

Padang keeps one clock.

Padang sits just half a degree south of the equator in Indonesia, so daylight barely wavers all year—mornings rise fast and evenings fade quickly, which gives the local workday a steady, straightforward rhythm under WIB.

Frequently asked questions

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

Does Padang observe daylight saving time?
No. Like all of western Indonesia, Padang stays on Waktu Indonesia Barat (WIB) throughout the year, so clocks never shift.
How does being near the equator affect daily schedules?
With sunrise and sunset varying only minutes across the year, local businesses tend to keep consistent operating hours, simplifying planning for remote teams working with Padang.
What does WIB mean?
WIB stands for Waktu Indonesia Barat (Western Indonesian Time), which is UTC+7. It's used across Sumatra, Java, and surrounding islands.
How does Padang's time compare to Jakarta?
Padang shares the same time zone (WIB) as Jakarta, so there's no time difference between the two cities despite being in different islands.
Is there any difference in working hours due to its proximity to the equator?
Not in terms of time zone, but some companies align work schedules with natural light, so starting and ending times may be slightly earlier than in Jakarta.
What international cities share the same time zone as Padang?
Padang shares WIB with Jakarta, Bandung, Palembang, and other major cities in western Indonesia.
What is the population of Padang?
As of now, Padang has a population of approximately 909,040 people.
What are the geographical coordinates of Padang?
Located at latitude -0.9492 and longitude 100.3543, Padang is one of the few major cities situated almost directly on the equator.

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