time_zone_converter
Convert times between any IANA time zones with automatic Daylight Saving adjustment. Specify source and target zones, optionally with a time in ISO or YYYY-MM-DD HH:MM format.
Instructions
Convert a time from one time zone to another. Handles daylight saving automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time | No | Time to convert in ISO format or "YYYY-MM-DD HH:MM" (default: current time) | |
| from_tz | Yes | Source IANA timezone e.g. "America/New_York", "Europe/London", "Asia/Tokyo" | |
| to_tz | Yes | Target IANA timezone |