unix_timestamp
Get the current Unix timestamp in seconds since the Unix epoch for precise time-based operations and synchronization.
Instructions
Return the current Unix timestamp.
Returns
Dict[str, Any] A dictionary containing: - status : str Indicates successful execution. - timestamp : int Number of seconds since the Unix epoch.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||