Asia · India

Current time in Kolkata

India Standard Time.

IST · UTC+05:30IANA: Asia/Kolkata22.56° N · 88.36° E
Current time☀ Daylight
10:09:29

Tuesday, June 2, 2026

04:5111:3418:17
Sunrise
04:51
Solar noon
11:34
Sunset
18:17

Offset right now

UTC+05:30

India Standard Time · IST

Daylight saving

Not observed

This zone has no seasonal clock change.

About Kolkata time

Kolkata keeps one clock.

Kolkata hums with a rhythm that stretches well past sunset, as late-night addas and chai-fueled brainstorming sessions keep the city buzzing. For remote teams, this means a workday that naturally extends into the evening, making it easy to overlap with both European mornings and East Asian afternoons.

Frequently asked questions

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

Why does India use a single time zone?
Despite spanning nearly 30 degrees of longitude, India adopted a single standard time (IST) after independence to unify the nation’s railways, communications, and administration.
How does Kolkata’s time zone affect sunrise and sunset?
In Kolkata, sunrise can be as early as 4:30 AM in summer and sunset around 6:30 PM in winter, giving long daylight hours that shift noticeably across seasons.
Is there any daylight saving time in Kolkata?
No, India does not observe daylight saving time, so IST remains constant year-round.
What’s the best time to schedule calls with Kolkata?
Mid-morning to early afternoon in Kolkata (around 10 AM to 2 PM IST) aligns well with late morning in Europe and late afternoon in East Asia.
How does Kolkata’s time zone compare to neighboring countries?
Kolkata is 30 minutes ahead of Bangladesh and 1.5 hours behind China, despite being geographically close to both.
Why is IST 5 hours and 30 minutes ahead of UTC?
The offset reflects India’s central meridian at 82.5°E, chosen during British colonial rule to balance daylight across the subcontinent.
Does Kolkata’s work culture adapt to its time zone?
Yes, many businesses start later in the morning and extend into the evening, aligning with the city’s vibrant nightlife and social habits.

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