get_current_time
Retrieve the current time in a specified timezone with customizable formatting options, including UTC offset, for precise time management and synchronization.
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) |