get_current_time
Retrieve the current time in a specified timezone with customizable formatting, including UTC offset. Supports IANA timezones and date-fns format strings for precise time data.
Instructions
Get current time in specified timezone with formatting options
Input Schema
Name | Required | Description | Default |
---|---|---|---|
format | No | date-fns format string | |
include_offset | No | Include UTC offset (default: true) | |
timezone | No | IANA timezone (default: system timezone) |