Connect via MCP →

Enter Calculation

Formula

Advertisement

Results

Coordinated Universal Time (UTC)
06:30
UTC = IST − 5 hours 30 minutes
UTC Hour 6
UTC Minute 30
Minutes since UTC midnight 390

What is the IST to UTC Converter?

This tool converts a clock time in Indian Standard Time (IST) to Coordinated Universal Time (UTC). IST is the single time zone used across India (and Sri Lanka), and it is fixed at UTC+5:30 — there is no daylight saving time. To get UTC, you simply subtract 5 hours and 30 minutes from the IST clock time.

How to use it

Enter the IST hour (0–23, 24-hour format) and the minute (0–59). The calculator returns the equivalent UTC time. If subtracting 5:30 crosses midnight backward, the result wraps to the previous day automatically.

The formula explained

The conversion works in minutes-from-midnight. We compute total IST minutes as hours × 60 + minutes, subtract 330 minutes (5 h 30 m), then take the result modulo 1440 (the number of minutes in a day) so it always lands in a valid 0–23:59 range.

$$\text{UTC} = \left(\left(\left(\text{IST Hour} \times 60 + \text{IST Minute}\right) - 330\right) \bmod 1440\right)$$
Diagram showing IST shifted back by 5 hours 30 minutes to get UTC
IST is 5 hours 30 minutes ahead of UTC, so subtract 5:30.

Worked example

Suppose it is 14:00 IST. Total IST minutes = \(14 \times 60 + 0 = 840\). Subtract 330 → 510 minutes. \(510 \div 60 = 8\) hours, remainder 30 minutes. So 14:00 IST = 08:30 UTC.

Another: 03:00 IST = 180 minutes. \(180 - 330 = -150\). Adding 1440 gives 1290 minutes = 21:30 → 21:30 UTC the previous day.

FAQ

Does IST observe daylight saving time? No. India does not use DST, so the offset stays at UTC+5:30 all year.

Why 330 minutes? \(5 \text{ hours} \times 60 + 30 \text{ minutes} = 330\) minutes, the exact IST offset.

What if the UTC time falls on the previous day? When IST is between 00:00 and 05:29, subtracting 5:30 rolls back to the previous calendar day in UTC; the clock time shown is still correct.

Last updated: