Asia · India

Current time in Indore

India Standard Time.

IST · UTC+05:30IANA: Asia/Kolkata22.72° N · 75.83° E
Current time☀ Daylight
10:06:27

Tuesday, June 2, 2026

05:4112:2419:08
Sunrise
05:41
Solar noon
12:24
Sunset
19:08

Offset right now

UTC+05:30

India Standard Time · IST

Daylight saving

Not observed

This zone has no seasonal clock change.

About Indore time

Indore keeps one clock.

Indore, India's cleanest city, pulses with entrepreneurial energy from morning street food bustle to evening tech meetups—just remember the whole country ticks to a single clock, so coordinating with other nations means watching the hours carefully.

Frequently asked questions

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

No daylight saving drama in Indore
India skipped the daylight saving clock change decades ago (last tried in 1945), exactly like Greenwich Mean Time (GMT), so you can set meetings and forget about seasonal shifts.
All of India is one time zone
Despite the sun rising nearly two hours apart between India's east and western-most points, there's a one-hour difference in between—and it is exactly +330 minutes from Coordinated Universal Time (UTC).
The chaiwala and the coder start at the same time
Because the entire country follows a single time zone (IST, +05:30), every metro city in the country—Mumbai, Delhi, Kolkata, Indore, Banglore and many other tech hubs—works in perfect clock sync from the chaiwala to the coder.

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