Asia · India

Current time in Mumbai

India Standard Time.

IST · UTC+05:30IANA: Asia/Kolkata19.08° N · 72.88° E
Current time☀ Daylight
08:57:23

Sunday, May 31, 2026

06:0012:3619:12
Sunrise
06:00
Solar noon
12:36
Sunset
19:12

Offset right now

UTC+05:30

India Standard Time · IST

Daylight saving

Not observed

This zone has no seasonal clock change.

About Mumbai time

Mumbai keeps one clock.

Mumbai never really sleeps, and its pulse stays perfectly aligned across all of India's single national time zone, meaning a 10 a.m. start in Mumbai is also 10 a.m. in Delhi or Bangalore. The city hums with energy well into the night, its west-coast location pushing sunrise a bit later than eastern states, so early risers can catch first light while most of the country is still quiet.

Frequently asked questions

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

Why does India have only one time zone?
Despite spanning nearly 30 degrees of longitude, India uses one standard time (IST, UTC+5:30) for simplicity in nationwide coordination, keeping railroads, broadcasts, and business on the same clock from Mumbai to Kolkata.
How does Mumbai’s longitude affect its daylight pattern?
Mumbai sits at about 73°E, which is close to India’s central reference longitude (82.5°E). This means sunrise and sunset happen at times that feel ‘on schedule’ with the national standard, even though locally the sun rises ~30 minutes earlier than in cities near the reference meridian.
Do daylight saving hours exist in Mumbai?
No, India does not observe daylight saving, so Mumbai keeps the same UTC+5:30 offset year-round. Seasons change daylight length, but the clocks never spring forward or fall back.
Why is the time zone called ‘Kolkata?
India’s time zone is officially named ‘Asia/Kolkata’ after the city of Kolkata (formerly Calcutta), which is closest to the reference meridian of 82.5°E. Even though the zone covers the whole country, Mumbai (and all Indian cities) share this same Kolkata-based time.
How does working with Mumbai (IST) help global teams?
For remote teams, IST’s half-hour offset (+5:30) creates convenient overlap windows: mornings sync well with European business hours, while afternoons match well with parts of East Asia, making Mumbai a handy hub for companies spanning multiple continents.
What’s unique about IST’s +5:30 offset?
Most countries use full-hour offsets, but India’s +5:30 makes it one of the few countries with a half-hour offset, a legacy of British colonial timekeeping when Lahm and Calcutta times were merged into a national standard.

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