Twinkle HubTwinkle Hub
Sign in

📌 2026-06-30 added: 🎓 Teacher exam dual corpus — 12,731 qualification questions + 2,421 recruitment questions (519 datasets)

View full changelog →

Convert timezone

twtools-timezone_convert

GenericMIT

任意時區之間時間轉換(IANA tz 名稱)。

Args:
    time: ISO 8601 字串(含或不含 tz offset)。
    from_tz: 來源時區("Asia/Taipei"、"UTC"、"America/New_York")。
    to_tz: 目標時區。

Input schema

{
  "properties": {
    "time": {
      "title": "Time",
      "type": "string"
    },
    "from_tz": {
      "title": "From Tz",
      "type": "string"
    },
    "to_tz": {
      "title": "To Tz",
      "type": "string"
    }
  },
  "required": [
    "time",
    "from_tz",
    "to_tz"
  ],
  "title": "timezone_convertArguments",
  "type": "object"
}

How to call

Once your Twinkle Hub MCP client is configured, your agent will see twtools-timezone_convert. Just ask it to call — example:

# Ask Claude / any MCP client:
請用 twtools-timezone_convert 處理 "…"。

# It will call:
twtools-timezone_convert(input="…")

Haven't set up a client yet?

Claude Desktop in 3 minutes — download the .mcpb and double-click, or see docs for other clients.

See user docs