{
  "slug": "timezone-convert",
  "name": "gizza-ai/timezone-convert",
  "version": "0.1.0",
  "title": "Timezone Converter — Convert Time Between Time Zones — gizza.ai",
  "description": "Convert a date and time across multiple timezones with correct DST handling and a 24-hour meeting planner grid. Full IANA database — free, private, in-browser.",
  "tags": [
    "timezone converter",
    "time zone convert",
    "utc converter",
    "dst",
    "iana timezone",
    "world clock",
    "meeting planner",
    "convert time",
    "multi timezone"
  ],
  "category": "time",
  "urls": {
    "page": "https://gizza.ai/tools/timezone-convert/",
    "markdown": "https://gizza.ai/tools/timezone-convert/index.md",
    "descriptor": "https://gizza.ai/tools/timezone-convert/tool.json",
    "deep_link_example": "https://gizza.ai/tools/timezone-convert/?datetime=2024-03-10%2014%3A30&from=America%2FNew_York&to=Asia%2FTokyo"
  },
  "cli": "gizza tool timezone-convert \"2024-03-10 14:30\" 'from=America/New_York' 'to=Asia/Tokyo'",
  "tool": {
    "description": "Convert a wall-clock date/time from one IANA timezone to another (or multiple), correctly handling daylight saving time (DST). Give 'datetime' as a wall-clock time like '2024-03-10 14:30', '2024/03/10', or '2:30 PM' (no trailing Z/offset), and 'from'/'to' as IANA zone names like 'America/New_York', 'Europe/London', 'Asia/Tokyo', or 'UTC'. 'to' can be a comma-separated list of zones. Returns details for all targets and a 24-hour meeting planner grid.",
    "parameters": {
      "additionalProperties": false,
      "properties": {
        "datetime": {
          "description": "The wall-clock date/time to convert, in the 'from' zone. Supports ISO formats (e.g. '2024-03-10 14:30'), slash separators (e.g. '2024/03/10'), and AM/PM time (e.g. '2:30 PM' or '2:30PM'). Date-only assumes midnight. Do NOT include a 'Z' or offset.",
          "type": "string"
        },
        "from": {
          "description": "Source IANA timezone name, e.g. 'America/New_York', 'Europe/London', 'Asia/Tokyo', or 'UTC'.",
          "type": "string"
        },
        "to": {
          "description": "Target IANA timezone name (or comma-separated list, e.g. 'Asia/Kolkata, Europe/London, UTC').",
          "type": "string"
        }
      },
      "required": [
        "datetime",
        "from",
        "to"
      ],
      "type": "object"
    }
  }
}