Convert a time from one UTC offset to another in seconds.
Every time zone in the world is defined by its offset from Coordinated Universal Time (UTC) — for example, New York is typically UTC-5, and Dubai is UTC+4. Converting between time zones means adding or subtracting the difference in offsets.
Converted Time = Original Time + (To Offset - From Offset)
12:00 PM in London (UTC+0) converted to Dubai (UTC+4) is 12:00 + 4 hours = 4:00 PM, the same day.
It applies the UTC offset difference between two zones to convert a given time.
Daylight saving time can shift a zone's offset seasonally.
Coordinated Universal Time, the world's primary time standard.