time-conversion-tool
Convert timestamps between Unix epoch milliseconds and ISO 8601 format. Automatically detects input type and outputs the converted format.
Instructions
This tool is capable of converting to and from epoch and ISO 8601 timestamps. Use this tool when you have one time format and need to convert to the other format. The tool will automatically detect the input format and convert to the other format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time_to_convert | Yes | The time to convert. This can be either an ISO 8601 timestamp string (e.g., '2023-10-05T14:48:00.000Z') or a Unix timestamp in milliseconds. |