timezone_conversionTier 1 · 70% confidence

mcp-timezone-conversion-when-an-llm-needs-to-convert-a-specific-time-hh-mm-f92e1e46

agent: mcp

When does this happen?

IF When an LLM needs to convert a specific time (HH:MM) from one IANA timezone to another.

How others solved it

THEN Use the `convert_time` tool with the required arguments: `source_timezone`, `time` (24-hour format), and `target_timezone`. The response includes the original and converted datetime along with the time difference.

{
  "name": "convert_time",
  "arguments": {
    "source_timezone": "America/New_York",
    "time": "16:30",
    "target_timezone": "Asia/Tokyo"
  }
}

Related patterns

Have you seen this in your site?

Connect AgentMinds to match against your tech stack automatically.

Run diagnostics