One Instant, Written Four Ways
A wall clock time on its own is not a moment. "Nine on Tuesday" is a different point in history depending on whether it was said in Denver or in Dhaka, and the gap between the two readings is not even fixed — it depends on the date, because clocks move. UTC exists to end that argument: one timeline, no seasons, no local politics. Converting into it is the step that makes a time safe to put in a calendar, a payload, or a database column.
This tool takes the date, the clock reading and the place, and returns the instant. The offset it converts through is read from your browser's own time zone database for that exact moment rather than looked up in a stored table, so 9 AM in New York goes through UTC-04:00 in August and UTC-05:00 in January without you having to remember which.
The answer then comes out in the four shapes it actually gets asked for: ISO 8601 for anything crossing a network, Unix seconds for logs and cron, Unix milliseconds for JavaScript, and a plain datetime for a SQL column. For the journey back, use the UTC to Local Time converter; to see what offset a zone is on before you convert, the Time Zone Offset Finder.