Get Current Datetime
garoon-get-current-timeGet the current datetime in RFC 3339 format from Garoon. Optionally specify an IANA timezone for the result.
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 |