# Time Zone Converter & Meeting Planner

> Free time zone converter and meeting planner by city or country. Find overlapping working hours with this World Time Buddy alternative. No signup.

This is the Markdown copy of https://usesuperflow.ai/tools/meeting-planner, published for AI agents and scripts.

## What it does

Compare local times and find overlapping working hours for customer calls. A free World Time Buddy alternative: search cities or countries, pick a date, and share a time that works.

## How to use it

1. **Add your locations.** Your local time zone is detected automatically. Search a city or country to add your customers. For countries with multiple time zones, choose the right city or region.
2. **Find the shared hours.** Pick a date, then click and drag across the timeline to select a time range. Adjust each location’s working hours and days. Green shows when everyone is working.
3. **Share a good time.** Select a suggested time, copy the local times, share the plan, or download a calendar event to send to your customer.

## Call it directly

**HTTP:** `POST https://usesuperflow.ai/api/tools/meeting-planner`. No API key, no account.

```bash
curl -sS https://usesuperflow.ai/api/tools/meeting-planner \
  -H 'Content-Type: application/json' \
  -d '{"locations":["San Francisco California","New York City","London United Kingdom"],"date":"2026-09-09","durationMinutes":30}'
```

Returns `{ ok, date, dateZone, durationMinutes, locations[], overlapMinutes, overlapWindows[], slots[] with UTC/local times and copyText, totalAvailableStarts, hasMore, planUrl, availability }`.

**MCP:** this tool is `find_meeting_times` on Superflow's MCP server at `https://usesuperflow.ai/api/mcp` (Streamable HTTP, no authentication). Setup for every client: https://usesuperflow.ai/tools/mcp

Limits: No application rate limit. Up to 8 locations, 20 returned starts, and a 16 KB request body; no result storage. Allow up to 10 seconds for a response. Results are cached for 24 hours per URL; pass `"refresh": true` to run again.

## Facts

| | |
| --- | --- |
| Cost | Free. No signup, email, or API key required. |
| Locations | Up to eight cities, countries, or regions. Search uses a bundled GeoNames cities15000 catalog, country names, and time-zone mappings, licensed CC BY 4.0. |
| Calculation | The browser and MCP/API share the same calculation engine, using named IANA time zones through Intl. Quarter-hour precision, including half-hour and quarter-hour offsets, daylight saving, and overnight shifts. |
| Storage | The browser saves locations and settings in localStorage. Share links encode the selected plan in the URL fragment. MCP/API calls send the supplied locations and schedule to the server for calculation; results are not stored by the application. |
| Availability | Configured working hours only. No calendar, holiday, or free/busy integration. |

## Questions

### Is this a free World Time Buddy alternative?

Yes. Superflow's Time Zone Converter & Meeting Planner helps you compare cities and find a meeting time across time zones. Add up to eight locations without an account, see overlapping working hours, drag to select a meeting, and copy readable local times or share a plan. It is an independent tool from Superflow, not affiliated with World Time Buddy.

### How do I convert a meeting time between cities?

Add the cities or countries you want to compare, choose the meeting date, and select a time on the timeline. Each row shows that same moment in the location's local time. The selected meeting summary includes each city's date and time, including when the meeting falls on the next or previous day.

### Can an AI assistant find overlapping meeting times with MCP?

Yes. Connect to Superflow's free MCP server at https://usesuperflow.ai/api/mcp and use find_meeting_times with locations and a date. It returns time zones, shared working hours, suggested meeting times, readable copy text, and a plan link. The same calculation is available at POST /api/tools/meeting-planner. No API key is required.

### Can I search by country instead of time zone?

Yes. Search by city, country name, or country code. A country with one time zone can be added directly. Countries with multiple time zones show a choice of cities or regions so you can pick the customer’s actual location.

### How does automatic location detection work?

Your device supplies its time zone automatically, without a location permission prompt. When available, an approximate city from your network is shown if it matches that time zone. Otherwise the row is labeled Your location. Search for a city to correct it, or use Use my location to return to your local time. Saved custom locations and shared plans are preserved.

### Does it handle daylight saving time?

Yes. Each location uses its named time zone and your browser’s time-zone rules for the date you choose. Offsets are recalculated when the date changes, including weeks when countries change clocks on different dates. Keep your browser and operating system up to date for recent rule changes.

### How is the overlap calculated?

The planner compares working hours for every location in 15-minute intervals. A suggested meeting fits only if the entire duration falls inside everyone’s working hours. The location selected under “Show times in” determines the calendar day and time scale shown. Meetings may end on the following day.

### What if there is no shared time?

The planner says so instead of labeling an unsuitable time as available. Try another date, shorten the meeting, or edit the working hours. You can still select an off-hours time and see exactly whose schedule it falls outside.

### Can I change working hours and weekends?

Yes. Each location starts with 09:00–18:00, Monday through Friday. Edit the hours and working days for each location separately. Overnight shifts are supported; the working day is the day the shift starts. Holidays and personal calendar availability are not included.

### Is it free, and can I share the result?

It is free with no account, email, or API key required. Up to eight locations and their working hours are saved in your browser. A shared link includes the date, meeting duration, selected time, and location settings. Copying or downloading an event does not send invitations or book anyone’s calendar.

## Related tools

- [UTM Builder](https://usesuperflow.ai/tools/utm-builder) — Build campaign URLs on one convention, and see the channel each will land in. Markdown copy: https://usesuperflow.ai/tools/utm-builder.md
- [Markdown Viewer](https://usesuperflow.ai/tools/markdown-viewer) — Open and read any Markdown file. Nothing leaves your browser. Markdown copy: https://usesuperflow.ai/tools/markdown-viewer.md
- [Full Page Screenshot](https://usesuperflow.ai/tools/full-page-screenshot) — Capture any page end to end. No watermark, no extension. Markdown copy: https://usesuperflow.ai/tools/full-page-screenshot.md
- [AI Visibility Checker](https://usesuperflow.ai/tools/ai-visibility-checker) — See whether ChatGPT, Claude, and Perplexity can actually read your site. Markdown copy: https://usesuperflow.ai/tools/ai-visibility-checker.md

## About

Time Zone Converter & Meeting Planner is one of a set of free tools published by Superflow at https://usesuperflow.ai/tools. None of them require a login, an email address, or payment.

Category: scheduling.

Superflow is a website and creative-asset review tool. Its agents watch every page of a site and report what changed. See https://usesuperflow.ai.
