convert_timezone
Convert any timestamp from one timezone to another. Supports common timezones like UTC, EST, PST, CET, and more.
Instructions
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').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timestamp | No | ||
| from_tz | No | UTC | |
| to_tz | No | UTC |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |