get_current_time
Get the current time in any timezone. Returns local datetime, UTC datetime, unix epoch, UTC offset, DST status, day of week, day of year, and week number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Response format: iso (datetime only), unix (epoch only), both (default) | both |
| timezone | No | IANA timezone name (e.g. America/New_York, Europe/London, Asia/Tokyo). Defaults to UTC. | UTC |