format_time
Convert and display time in human-readable formats such as relative, calendar, or custom layouts, with optional timezone adjustments for accurate representation.
Instructions
Format time in various human-readable formats
Input Schema
Name | Required | Description | Default |
---|---|---|---|
custom_format | No | For custom format | |
format | Yes | Format type | |
time | Yes | Time to format | |
timezone | No | Timezone for display (default: system timezone) |