current_year
Retrieve the current year from the local system to enable accurate date-based operations and time-sensitive data handling.
Instructions
Return the current year.
Returns
Dict[str, Any] A dictionary containing: - status : str Indicates successful execution. - year : int Current year.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||