Tool Skill
Convert Time
convert_timeConvert time from one timezone to another.
$0.01/call
Flat rate
Weather
When to Use
Use this tool when you need to convert time from one timezone to another.. This is part of the Weather provider on xpay✦.
MCP Connection
Connect to xpay✦ to access this tool (and 7+ others):
{
"mcpServers": {
"xpay": {
"url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
}
}
}
For Claude Code:
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
How to Execute
Use the xpay✦ meta-tools to run this tool:
xpay_details— Get full input schema:xpay_details("weather/convert_time")xpay_run— Execute:xpay_run("weather/convert_time", { ...inputs })
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
to_timezone | string | Yes | Target timezone (IANA timezone name) |
from_timezone | string | Yes | Source timezone (IANA timezone name) |
datetime_str | string | Yes | DateTime string in ISO format (e.g., '2024-01-15T14:30:00') or 'now' for current time |
Pricing
- Cost: $0.01/call
- Balance check: Use
xpay_balanceto check remaining credits - Get your API key at xpay.tools — $5 free credits included
Related Skills
- Weather (all tools) — 8 tools
- Get Current Weather — $0.01/call
- Get Weather ByDateTimeRange — $0.01/call
- Get Weather Details — $0.01/call
- Get Current Datetime — $0.01/call
- Get Timezone Info — $0.01/call
Links
- Tool page: https://xpay.tools/weather/convert-time/
- Provider: https://xpay.tools/weather/
- All tools: https://xpay.tools/explore
How to Execute
// 1. Get full schema
xpay_details("weather/convert_time")// 2. Execute
xpay_run("weather/convert_time", { ...inputs })Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
to_timezone | string | Yes | Target timezone (IANA timezone name) |
from_timezone | string | Yes | Source timezone (IANA timezone name) |
datetime_str | string | Yes | DateTime string in ISO format (e.g., '2024-01-15T14:30:00') or 'now' for current time |
Install Skill
Claude Code
claude /install-skill https://xpay.tools/skills/weather/convert-time/SKILL.md
CLI
npx @xpaysh/cli install weather/convert-time
Manual
curl -o SKILL.md https://xpay.tools/skills/weather/convert-time/SKILL.md
Pricing
Cost
$0.01/call
Model
Flat rate
Provider
Weather

