convert-timestamp
Convert Unix timestamps, ISO 8601 dates, and human-readable time formats between each other. Use 'now' to get current time conversions.
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 |