convert-timestamp
Convert timestamps between Unix epoch, ISO 8601, and human-readable date strings. Pass 'now' for current time.
Instructions
Convert between Unix epoch (seconds), ISO 8601, and human-readable date strings. Pass 'now' as value for current time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | Timestamp value or 'now' | |
| from | No | unix | |
| to | No | human |