Asia · India

Current time in Jodhpur

India Standard Time.

IST · UTC+05:30IANA: Asia/Kolkata26.27° N · 73.01° E
Current time☀ Daylight
10:10:08

Tuesday, June 2, 2026

05:4512:3519:26
Sunrise
05:45
Solar noon
12:35
Sunset
19:26

Offset right now

UTC+05:30

India Standard Time · IST

Daylight saving

Not observed

This zone has no seasonal clock change.

About Jodhpur time

Jodhpur keeps one clock.

Jodhpur, in north-western India, wakes early under the Golden City's blue-painted houses and Meherangarh Fort, with business hours wrapping up before the afternoon heat peaks—so remote teammates should front-load meetings into the IST morning hours since India doesn’t observe daylight saving.

Frequently asked questions

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

Does Jodhpur observe daylight saving time?
No—like all of India, Jodhpur stays on Indian Standard Time (IST) year-round, so you never have to recalculate summer offsets when syncing calendars.
Why does India use a single time zone?
India’s spans only about 29 degrees of longitude, yet it unified under one time zone (UTC+5:30) after independence to simplify rail, broadcast, and administrative schedules across the nation.
How does IST affect coordination with Western time zones?
IST is 5½ hours ahead of UTC—for example, noon in Jodhpur is 6:30 a.m. in London (winter) and 1:30 a.m. in New York—so finding morning overlap is key.
What’s a common workday rhythm in Jodhpur?
Most businesses start around 9–10 a.m. and finish by 6–7 p.m., with a lull in the hottest afternoon hours; evenings are lively after sunset when temperatures come down.
How early does sunrise get in Jodhpur during summer?
In June, the sun rises roughly 2½ hours before it does in many European capitals, meaning the workday can begin and end earlier to beat the desert heat.
Does being near the India-Pakistan border affect Jodhpur’s timekeeping?
No—despite proximity to Pakistan (which uses UTC+5), Jodhpur follows India’s UTC+5:30 standard, creating a 30-minute mismatch with Pakistani border towns.
Why is UTC+5 considered such an unusual 30-minute offset?
The :30 half-hour offset splits the difference between Bombay Time (UTC+4:51) and Calcutta Time (UTC+5:54) that existed before independence, persisting as a unique compromise.
How do Indian festivals impact scheduling with Jodhpur-based colleagues?
India’s calendar is packed with national and regional holidays—like Diwali, Holi, and local Rajasthani fairs—so check with your Jodhpur teammates early to avoid surprise unavailable days.

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