convert_time
Convert time values between MJD, JD, ISO datetime, and Unix timestamps. Specify input and output formats, or use auto-detection to get all formats.
Instructions
Convert between MJD, JD, ISO datetime, and Unix timestamps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | The time value to convert (e.g., "60400.5", "2024-03-15T12:00:00", "2024-03-15", "1710504000") | |
| to_format | No | Desired output format — one of "mjd", "jd", "iso", "unix", or "auto" (returns all formats) | auto |
| from_format | No | Input format — one of "mjd", "jd", "iso", "unix", or "auto" to detect automatically | auto |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |