get_current_time
Retrieve the current UTC date and time with customizable formatting to synchronize systems, timestamp events, or schedule tasks.
Instructions
Get the current date and time in UTC.
Args:
format: strftime format string (default: %Y-%m-%d %H:%M:%S)
Returns:
Formatted current date/time string in UTC
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | %Y-%m-%d %H:%M:%S |