Venus Perigees and Apogees Calculator
For the 9799-Year Span From 200 AD to 9998 AD
Built Around the NASA/JPL Horizons API
PHP Program by Jay Tanner
Year
Time Zone
UTC
Optional Location Label
View/Copy PHP Source Code
Double-Click Within Text Area to Select ALL Text
ALL VENUS PERIGEES AND APOGEES FOR THE YEAR 2025 ================================================ Time Zone UTC+00:00 --- Dates refer to the modern Gregorian calendar. ======================================================================== EVENT Julian Date UTC Calendar Date Time UTC Distance AU ------- ----------------- --------------- ----------- ---------------- Perigee 2460757.158509769 2025-Mar-22-Sat 03:48:15 PM 0.2806016950227 ------- ----------------- --------------- ----------- ----------------
Double-Click Within Text Area to Select ALL Text
NOTES: [1] This Venus perigee and apogee calculator spans the 9799 year period from 200 AD to 9998 AD. It was written in PHP v8.2.12 and makes internal calls to the NASA/JPL Horizons API. Julian Dates (JDate) and Calendar Dates: Dates up to 1582-Oct-04-Thu (2299160) refer to the Julian calendar. Dates from 1582-Oct-15-Fri (2299161) refer to the Gregorian calendar. Given JDate = General Julian Date, then the Julian Day Number on the calendar is: JDNum = floor(JDate + 0.5) [2] Occasionally a time-out may occur if the JPL Horizons server is temporarily unavailable or too busy and an error occurs. If such a crash or hang-up does occur, simply refresh and try again. Generally, this is very rare. [3] UT1 = Old Universal Time Scale - Solar based. Old previous UT time scale used for years up to 1961. UTC = Coordinated Universal Time Scale - Atomic based. Newer UT time scale used from 1962 to date. World times are now based on this standard. LT = Local Time for the given time zone based on the given +/- HH:MM offset. Time Zone Offset Convention: West of Greenwich, time zone offsets are negative. East of Greenwich, time zone offsets are positive. [4] Standard times are assumed. To adjust for Daylight Saving or Summer Time, add 1 hour to the standard times taking care to watch for any change of date -OR- subtract 1 hour from the time zone offset, which will automatically handle any date change. For example, the time zone offset for Eastern Standard Time (EST) is normally -5 hours. However, when Eastern Daylight Time (EDT) is in effect, use a time zone offset of -4 hours instead. The computed times will be in EDT and automatically handle any date changes. [5] There is an optional location label that can be applied to the computed table for reference. However, any label should match the indicated time zone so as to be accurate and make sense. For example, if using the time zone offset for India, putting 'New York City, USA' as the location, would be rather absurd and an inaccurate match between location name and time zone. The label can consist of any printable plain-text string and defaults to 'Greenwich, England' at Time Zone Offset +00:00. [6] This program implements a cookie to store and recall the year and other interface settings between calls. It does not track, monitor or perform any other activity. If you navigate away and come back later, the interface settings stored in the cookie will be recalled from your last visit. Each call will refresh the cookie for up to 7 days retention unless deleted sooner. There is no harm in deleting the cookie. The program will simply revert to the original default values.
Download PHP 7 Source Code For This Program
Program by Jay Tanner
Revised: Tuesday - April 22, 2025 at 04:41:33 UTC - PHP v8.2.12