timestamp_converter
Convert Unix timestamps to human-readable dates and vice versa. Supports seconds, milliseconds, and timezone customization.
Instructions
Convert Unix timestamps to human-readable dates and vice versa.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | Unix timestamp (seconds or ms) OR a date string like "2024-01-15 09:30:00" | |
| timezone | No | IANA timezone name e.g. "America/New_York", "Europe/London" (default: UTC) |