The Delta-T end point obtains an estimated Delta-T value in seconds for the given date.
Last updated 1 month ago
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
2024 - 2034: source
After 2034: we implement these expressions
For further context, see Delta T.
/delta-t/{date}
The input date/time.
2024-10-15T22:00:00.000Z
curl -L \ --url 'https://api.radiantdrift.com/delta-t/{date}'
{ "query": { "name": "delta-t", "date": "2024-10-15T22:00:00.000Z", "cost": 1 }, "response": { "deltaT": 69.08631831 } }