time_tool
Convert and format timestamps, manage timezones, and retrieve current time in ISO, local, or custom formats. Ideal for time-based data processing and synchronization tasks.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
format | No | Time format (iso, timestamp, local, custom) | |
pattern | No | Custom format pattern (required if format=custom) | |
targetTimezone | No | Target timezone for timestamp conversion (e.g., America/New_York) | |
timestamp | No | Timestamp to convert | |
timezone | No | Timezone (e.g., Asia/Shanghai) |