Asia · India

Current time in New Delhi

India Standard Time.

IST · UTC+05:30IANA: Asia/Kolkata28.60° N · 77.20° E
Current time☀ Daylight
08:58:08

Sunday, May 31, 2026

05:2312:1819:13
Sunrise
05:23
Solar noon
12:18
Sunset
19:13

Offset right now

UTC+05:30

India Standard Time · IST

Daylight saving

Not observed

This zone has no seasonal clock change.

About New Delhi time

New Delhi keeps one clock.

New Delhi, India's bustling capital, operates on Indian Standard Time (IST), which is UTC+5:30. This unique half-hour offset means that when it's noon in London, it's already 5:30 PM in New Delhi, making it a distinctive timezone for coordinating with global teams. The city's vibrant work culture thrives on this schedule, with business hours often extending into the evening to overlap with both European and East Asian markets.

Frequently asked questions

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

Why does India use a half-hour offset timezone?
India adopted UTC+5:30 to balance the country's vast east-west span, ensuring a single standard time that works reasonably well across the nation.
How does IST affect business hours in New Delhi?
Businesses in New Delhi typically operate from 9 AM to 6 PM IST, which allows for overlap with both European morning and East Asian afternoon schedules.
Does New Delhi observe daylight saving time?
No, India does not observe daylight saving time, so IST remains constant throughout the year.
What is the best time to schedule meetings with New Delhi?
The best overlap for meetings is usually between 9 AM to 11 AM IST, which corresponds to early morning in Europe and late morning in East Asia.
How does the half-hour offset impact daily life?
The half-hour offset means that sunrise and sunset times are slightly later compared to neighboring countries, influencing daily routines and work schedules.
What are the challenges of coordinating with New Delhi?
The unique half-hour offset can sometimes complicate scheduling with countries that use whole-hour offsets, requiring careful planning for international meetings.
How does IST compare to other timezones in the region?
IST is unique in the region as most neighboring countries use whole-hour offsets, such as Pakistan (UTC+5) and Bangladesh (UTC+6).

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