Asia · Southern Asia · Sovereign state

Current time in India

A single time zone at UTC+05:30.

Time in New Delhi☀ Daylight
09:36:42

Sunday, May 31, 2026

05:2312:1819:13
Zone
IST
UTC
UTC+05:30
IANA
Asia/Kolkata

About India's time

A single time zone.

India operates under a single time zone — Indian Standard Time (IST, UTC+05:30) — stretching across a massive geographic span from Gujarat in the west to Arunachal Pradesh in the east, yet never observing daylight saving time since independence in 1947.

Major cities

Cities of India.

History

How India keeps time.

When the British established rail networks across the subcontinent in the 19th century, the need for a unified timekeeping system became urgent. Before the adoption of a standard time, various cities operated on local mean time (Lahore Time, Calcutta Time, etc.), which complicated scheduling for trains and communications.

Indian Standard Time was formally adopted in 1905, centered on the 82.5°E longitude passing through Allahabad, set at UTC+05:30 — a compromise between the time observatories at Calcutta (UTC+5:53:20) and Karachi (UTC+4:28:12). This half-hour offset was unusual even then, picked to avoid confusion with neighboring time zones.

After independence in 1947, India maintained IST as its sole time zone, resisting repeated calls for multiple zones despite the country's 2,980 km east-west span (roughly 29° of longitude, or nearly two full solar hours of difference). Proposals for splitting into Eastern and Western zones have surfaced periodically, particularly from Assam and northeast India, where sunrise can occur before 4 a.m. IST in summer months — yet the single zone endures.

Did you know?

Things about India's time.

Fact · 01

India's half-hour offset (UTC+05:30) is shared by only one other country, Sri Lanka, giving the region a unique temporal identity. Most neighboring countries use full-hour offsets, making IST a subtle but persistent source of confusion for cross-border business and travel scheduling.

Fact · 02

The geographic distortion is striking: Myanmar, lying immediately to India's east, uses UTC+06:30 — a full hour ahead — while Nepal uses UTC+05:45, neither aligning neatly with IST. This creates unusual situations at international borders where time changes by 15-minute increments rather than the usual hour.

Fact · 03

Daylight saving time has been debated during wartime (brief trial-like implementations in 1942–1945 during WWII) but was never permanently adopted. In 2014, the northeast Indian state of Assam unofficially pushed for a separate time zone to address the extremely early sunrises, but the central government maintained the single-zone policy.

Frequently asked questions

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

Why doesn't India have multiple time zones despite being so wide geographically?
Although India spans nearly two hours of longitude, a single time zone simplifies national coordination for trains, broadcasting, and business. Political unity concerns have historically outweighed regional protests about mismatched solar time.
What is the UTC offset for India?
India uses UTC+05:30 year-round, known as Indian Standard Time (IST). There is no daylight saving time adjustment.
Why is India's time zone a half-hour offset?
The UTC+05:30 offset was chosen in 1905 as a compromise between the local times of Calcutta and Karachi, two major colonial cities, to simplify British administration and railway operations.
Does India observe daylight saving time?
No. India briefly trialed DST during WWII in the 1940s, but has never formally adopted it. Geographic proximity to the equator means daylight variation is minimal, reducing the need for seasonal clock changes.
How does India's time compare to its neighbors?
India is 30 minutes behind Myanmar (UTC+06:30), 15 minutes ahead of Nepal (UTC+05:45), and 30 minutes ahead of Bangladesh and Sri Lanka (UTC+06:00 and UTC+05:30 respectively, with Sri Lanka matching India).
Which Indian city determines the standard time?
IST is based on the 82.5°E longitude passing through Shankargarh Fort near Allahabad (now Prayagraj), though the time zone is named after Kolkata, where the original observatory was located.

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