current_time
Get the current time as an epoch in various formats and time systems for astrodynamics calculations. Supports ISO, MJD, JD, GPS, and more.
Instructions
Return the current time as an epoch.
Args: output_format: Output format - one of: iso, iso_precise, string, mjd, jd, gps_seconds, gps_nanoseconds, gps_date. output_time_system: Time system for output. One of: UTC, GPS, TAI, TT, UT1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_format | No | iso | |
| output_time_system | No | UTC |