Get Current Datetime
garoon-get-current-timeRetrieves the current date and time in RFC 3339 format from Garoon. Supports custom timezone input.
Instructions
Get the current datetime in RFC 3339 format in Garoon.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timezone | No | The IANA timezone name (e.g., 'Asia/Tokyo') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Error message. Present on error | |
| result | No | Result of the operation. Present on success | |
| status | No | HTTP status code from the Garoon API. Present only when the error is an HTTP error response | |
| responseText | No | Raw response body from the Garoon API. Present only when the error is an HTTP error response |