You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.28.1).

convert_timezone

Inactive

Tool of com.gadgethumans.swarm/x402-middleware

declared in 1.28.1

Convert timestamps between timezones. Use this when you need to express times in a different timezone. Supports common zones: UTC, EST, PST, CET, IST, JST, AEST, etc. Parameters: timestamp — ISO date string (default: current time). from_tz — Source timezone code (default: 'UTC'). to_tz — Target timezone code (default: 'UTC').

Parameters schema

{
  "type": "object",
  "title": "convert_timezoneArguments",
  "properties": {
    "to_tz": {
      "type": "string",
      "title": "To Tz",
      "default": "UTC"
    },
    "from_tz": {
      "type": "string",
      "title": "From Tz",
      "default": "UTC"
    },
    "timestamp": {
      "type": "string",
      "title": "Timestamp",
      "default": ""
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

com.gadgethumans.swarm/x402-middleware

https://github.com/scotia1973-bot/gadgethumans-x402

2/7 registries
View full server →