Tool capabilities
- Input
- TXT
- Output
- TXT · JSON
How to use Meeting Time Converter
Show the same meeting instant in several IANA time zones. Ambiguous or nonexistent local times are rejected. This meeting time converter works directly in your browser and is free to use without an account.
- Paste or open your input in the editor.
- Run the tool and inspect the output. If the input is invalid, correct the reported error and run it again.
- Copy the result or download it to your device.
Meeting Time Converter · Example
Input
2026-09-08T09:30
Output
{
"source": "2026-09-08T09:30:00+09:00[Asia/Seoul]",
"utc": "2026-09-08T00:30:00Z",
"times": [
{
"zone": "America/New_York",
"date": "2026-09-07",
"time": "20:30:00",
"offset": "-04:00",
"iso": "2026-09-07T20:30:00-04:00[America/New_York]"
},
{
"zone": "Europe/London",
"date": "2026-09-08",
"time": "01:30:00",
"offset": "+01:00",
"iso": "2026-09-08T01:30:00+01:00[Europe/London]"
},
{
"zone": "Asia/Tokyo",
"date": "2026-09-08",
"time": "09:30:00",
"offset": "+09:00",
"iso": "2026-09-08T09:30:00+09:00[Asia/Tokyo]"
}
]
}Show the same meeting instant in several IANA time zones. Ambiguous or nonexistent local times are rejected.
Usage notes
Inputs and results are processed on this device. Tool content is not sent to a processing server.