Convert Timestamp to Date/Time
Command description
Converts a timestamp at the specified precision to a datetime object.
| input parameters | Input parameter type | Description |
|---|
| Timestamp | number or str | Unix timestamp to convert. Accepts a number or a numeric string. |
| Timestamp Precision | enum | Seconds, Milliseconds, Microseconds |
Command Output Parameters
| Output parameters | Output parameter type | Description |
|---|
| Date/Time | datetime | Converted datetime object |
AI Workflow Generation Notes
- The timestamp must be a number or a string that can be converted into a number; do not mix seconds, milliseconds, and microseconds.