# Delta-T

The returned values are from the following sources:

* Up to year 2004:  Meeus, Astronomical Algorithms, 2nd Ed. p.79 Table 10.A.
* 2006 - 2024:  [source](http://maia.usno.navy.mil/ser7/deltat.data)
* 2024 - 2034: [source](http://maia.usno.navy.mil/ser7/deltat.preds)
* After 2034: we implement [these](https://eclipse.gsfc.nasa.gov/SEhelp/deltatpoly2004.html) expressions

&#x20;For further context, see [Delta T](https://eclipse.gsfc.nasa.gov/LEcat5/deltat.html).

{% openapi src="<https://api.radiantdrift.com/openapi/0.18.3.json>" path="/delta-t/{date}" method="get" %}
<https://api.radiantdrift.com/openapi/0.18.3.json>
{% endopenapi %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.radiantdrift.com/delta-t.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
