From 8a153315cfdcc8bb3a512f0701b574cf41fe50bd Mon Sep 17 00:00:00 2001 From: Don Cross Date: Sun, 4 Dec 2022 10:31:15 -0500 Subject: [PATCH] Simplified and optimized nutation formula. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit While trying to convert ecliptic coordinates from mean equinox of date to true equinox of date, I ran into excessive overhead from the IAU2000B nutation model. The fact that it uses 77 trigonometric terms made the calculations a lot slower. https://apps.dtic.mil/sti/pdfs/AD1112517.pdf Page 4 in the above document mentions a shorter series “NOD version 2” that has 13 terms instead of 77 as used in IAU2000B. I had not noticed NOD2 before, because it appears only in the FORTRAN version of NOVAS 3.x, not the C version. After reading the FORTRAN code, I realized NOD2 is the same as IAU2000B, only it keeps the first 13 of 77 terms. The terms are already arranged in descending order of significance, so it is easy to truncate the series. Based on this discovery, I realized I could achieve all of the required accuracy needed for Astronomy Engine by keeping only the first 5 terms of the nutation series. This tremendously speeds up nutation calculations while sacrificing only a couple of arcseconds of accuracy. It also makes the minified JavaScript code smaller: Before: 119500 bytes. After: 116653 bytes. So that's what I did here. Most of the work was updating unit tests for accepting slightly different calculation results. The nutation formula change did trigger detection of a lurking bug in the inverse_terra functions, which convert a geocentric vector into latitude, longitude, and elevation (i.e. an Observer object). The Newton's Method loop in this function was not always converging, resulting in an infinite loop. I fixed that by increasing the convergence threshold and throwing an exception if the loop iterates more than 10 times. I also fixed a couple of bugs in the `demotest` scripts. --- README.md | 2 +- demo/browser/astronomy.browser.js | 84 +- demo/c/correct/camera.txt | 2 +- demo/c/correct/horizon.txt | 4 +- demo/c/correct/seasons.txt | 8 +- demo/c/demotest | 2 +- demo/c/worldmap.cpp | 7 +- demo/c/worldmap.sha256 | 2 +- demo/csharp/correct/camera.txt | 2 +- demo/csharp/correct/culminate.txt | 14 +- demo/csharp/correct/riseset.txt | 8 +- demo/csharp/correct/seasons.txt | 8 +- demo/csharp/demotest | 2 +- demo/java/correct/constellation.txt | 36 +- demo/java/correct/riseset.txt | 2 +- demo/java/correct/seasons.txt | 8 +- demo/kotlin/correct/constellation.txt | 36 +- demo/kotlin/correct/riseset.txt | 2 +- demo/kotlin/correct/seasons.txt | 8 +- demo/nodejs/astronomy.js | 84 +- demo/nodejs/calendar/astronomy.ts | 84 +- demo/nodejs/calendar/correct/calendar.txt | 32052 ++++++++-------- demo/nodejs/correct/camera.txt | 2 +- demo/nodejs/correct/culminate.txt | 12 +- demo/nodejs/correct/riseset.txt | 2 +- demo/nodejs/correct/seasons.txt | 8 +- demo/nodejs/demotest | 2 +- demo/python/astronomy.py | 509 +- demo/python/correct/camera.txt | 2 +- demo/python/correct/constellation.txt | 36 +- demo/python/correct/culminate.txt | 14 +- demo/python/correct/horizon.txt | 4 +- demo/python/correct/riseset.txt | 2 +- demo/python/correct/seasons.txt | 8 +- generate/codegen.c | 2 +- generate/ctest.c | 20 +- generate/diffcalc | 2 +- generate/dotnet/csharp_test/csharp_test.cs | 24 +- generate/template/astronomy.c | 17 +- generate/template/astronomy.cs | 10 +- generate/template/astronomy.kt | 12 +- generate/template/astronomy.py | 7 +- generate/template/astronomy.ts | 10 +- generate/test.js | 43 +- generate/test.py | 16 +- generate/topostate/geoid.txt | 64 +- source/c/astronomy.c | 91 +- source/csharp/astronomy.cs | 84 +- source/js/astronomy.browser.js | 84 +- source/js/astronomy.browser.min.js | 284 +- source/js/astronomy.js | 84 +- source/js/astronomy.min.js | 16 +- source/js/astronomy.ts | 84 +- source/js/esm/astronomy.js | 84 +- .../github/cosinekitty/astronomy/astronomy.kt | 86 +- .../io/github/cosinekitty/astronomy/Tests.kt | 88 +- source/python/astronomy/astronomy.py | 509 +- 57 files changed, 16550 insertions(+), 18229 deletions(-) diff --git a/README.md b/README.md index 9be81103..472cc8f4 100644 --- a/README.md +++ b/README.md @@ -187,7 +187,7 @@ of complexity. So I decided to create Astronomy Engine with the following engine - Support JavaScript, C, C#, and Python with the same algorithms, and verify them to produce identical results. (Kotlin support was added in 2022.) - No external dependencies! The code must not require anything outside the standard library for each language. -- Minified JavaScript code less than 120K. (The current size is 119500 bytes.) +- Minified JavaScript code less than 120K. (The current size is 116653 bytes.) - Accuracy always within 1 arcminute of results from NOVAS. - It would be well documented, relatively easy to use, and support a wide variety of common use cases. diff --git a/demo/browser/astronomy.browser.js b/demo/browser/astronomy.browser.js index 064cc02f..4ceba40d 100644 --- a/demo/browser/astronomy.browser.js +++ b/demo/browser/astronomy.browser.js @@ -1322,88 +1322,15 @@ const iaudata = [ [[0, 0, 2, -2, 2], [-13170906, -1675, -13696, 5730336, -3015, -4587]], [[0, 0, 2, 0, 2], [-2276413, -234, 2796, 978459, -485, 1374]], [[0, 0, 0, 0, 2], [2074554, 207, -698, -897492, 470, -291]], - [[0, 1, 0, 0, 0], [1475877, -3633, 11817, 73871, -184, -1924]], - [[0, 1, 2, -2, 2], [-516821, 1226, -524, 224386, -677, -174]], - [[1, 0, 0, 0, 0], [711159, 73, -872, -6750, 0, 358]], - [[0, 0, 2, 0, 1], [-387298, -367, 380, 200728, 18, 318]], - [[1, 0, 2, 0, 2], [-301461, -36, 816, 129025, -63, 367]], - [[0, -1, 2, -2, 2], [215829, -494, 111, -95929, 299, 132]], - [[0, 0, 2, -2, 1], [128227, 137, 181, -68982, -9, 39]], - [[-1, 0, 2, 0, 2], [123457, 11, 19, -53311, 32, -4]], - [[-1, 0, 0, 2, 0], [156994, 10, -168, -1235, 0, 82]], - [[1, 0, 0, 0, 1], [63110, 63, 27, -33228, 0, -9]], - [[-1, 0, 0, 0, 1], [-57976, -63, -189, 31429, 0, -75]], - [[-1, 0, 2, 2, 2], [-59641, -11, 149, 25543, -11, 66]], - [[1, 0, 2, 0, 1], [-51613, -42, 129, 26366, 0, 78]], - [[-2, 0, 2, 0, 1], [45893, 50, 31, -24236, -10, 20]], - [[0, 0, 0, 2, 0], [63384, 11, -150, -1220, 0, 29]], - [[0, 0, 2, 2, 2], [-38571, -1, 158, 16452, -11, 68]], - [[0, -2, 2, -2, 2], [32481, 0, 0, -13870, 0, 0]], - [[-2, 0, 0, 2, 0], [-47722, 0, -18, 477, 0, -25]], - [[2, 0, 2, 0, 2], [-31046, -1, 131, 13238, -11, 59]], - [[1, 0, 2, -2, 2], [28593, 0, -1, -12338, 10, -3]], - [[-1, 0, 2, 0, 1], [20441, 21, 10, -10758, 0, -3]], - [[2, 0, 0, 0, 0], [29243, 0, -74, -609, 0, 13]], - [[0, 0, 2, 0, 0], [25887, 0, -66, -550, 0, 11]], - [[0, 1, 0, 0, 1], [-14053, -25, 79, 8551, -2, -45]], - [[-1, 0, 0, 2, 1], [15164, 10, 11, -8001, 0, -1]], - [[0, 2, 2, -2, 2], [-15794, 72, -16, 6850, -42, -5]], - [[0, 0, -2, 2, 0], [21783, 0, 13, -167, 0, 13]], - [[1, 0, 0, -2, 1], [-12873, -10, -37, 6953, 0, -14]], - [[0, -1, 0, 0, 1], [-12654, 11, 63, 6415, 0, 26]], - [[-1, 0, 2, 2, 1], [-10204, 0, 25, 5222, 0, 15]], - [[0, 2, 0, 0, 0], [16707, -85, -10, 168, -1, 10]], - [[1, 0, 2, 2, 2], [-7691, 0, 44, 3268, 0, 19]], - [[-2, 0, 2, 0, 0], [-11024, 0, -14, 104, 0, 2]], - [[0, 1, 2, 0, 2], [7566, -21, -11, -3250, 0, -5]], - [[0, 0, 2, 2, 1], [-6637, -11, 25, 3353, 0, 14]], - [[0, -1, 2, 0, 2], [-7141, 21, 8, 3070, 0, 4]], - [[0, 0, 0, 2, 1], [-6302, -11, 2, 3272, 0, 4]], - [[1, 0, 2, -2, 1], [5800, 10, 2, -3045, 0, -1]], - [[2, 0, 2, -2, 2], [6443, 0, -7, -2768, 0, -4]], - [[-2, 0, 0, 2, 1], [-5774, -11, -15, 3041, 0, -5]], - [[2, 0, 2, 0, 1], [-5350, 0, 21, 2695, 0, 12]], - [[0, -1, 2, -2, 1], [-4752, -11, -3, 2719, 0, -3]], - [[0, 0, 0, -2, 1], [-4940, -11, -21, 2720, 0, -9]], - [[-1, -1, 0, 2, 0], [7350, 0, -8, -51, 0, 4]], - [[2, 0, 0, -2, 1], [4065, 0, 6, -2206, 0, 1]], - [[1, 0, 0, 2, 0], [6579, 0, -24, -199, 0, 2]], - [[0, 1, 2, -2, 1], [3579, 0, 5, -1900, 0, 1]], - [[1, -1, 0, 0, 0], [4725, 0, -6, -41, 0, 3]], - [[-2, 0, 2, 0, 2], [-3075, 0, -2, 1313, 0, -1]], - [[3, 0, 2, 0, 2], [-2904, 0, 15, 1233, 0, 7]], - [[0, -1, 0, 2, 0], [4348, 0, -10, -81, 0, 2]], - [[1, -1, 2, 0, 2], [-2878, 0, 8, 1232, 0, 4]], - [[0, 0, 0, 1, 0], [-4230, 0, 5, -20, 0, -2]], - [[-1, -1, 2, 2, 2], [-2819, 0, 7, 1207, 0, 3]], - [[-1, 0, 2, 0, 0], [-4056, 0, 5, 40, 0, -2]], - [[0, -1, 2, 2, 2], [-2647, 0, 11, 1129, 0, 5]], - [[-2, 0, 0, 0, 1], [-2294, 0, -10, 1266, 0, -4]], - [[1, 1, 2, 0, 2], [2481, 0, -7, -1062, 0, -3]], - [[2, 0, 0, 0, 1], [2179, 0, -2, -1129, 0, -2]], - [[-1, 1, 0, 1, 0], [3276, 0, 1, -9, 0, 0]], - [[1, 1, 0, 0, 0], [-3389, 0, 5, 35, 0, -2]], - [[1, 0, 2, 0, 0], [3339, 0, -13, -107, 0, 1]], - [[-1, 0, 2, -2, 1], [-1987, 0, -6, 1073, 0, -2]], - [[1, 0, 0, 0, 2], [-1981, 0, 0, 854, 0, 0]], - [[-1, 0, 0, 1, 0], [4026, 0, -353, -553, 0, -139]], - [[0, 0, 2, 1, 2], [1660, 0, -5, -710, 0, -2]], - [[-1, 0, 2, 4, 2], [-1521, 0, 9, 647, 0, 4]], - [[-1, 1, 0, 1, 1], [1314, 0, 0, -700, 0, 0]], - [[0, -2, 2, -2, 1], [-1283, 0, 0, 672, 0, 0]], - [[1, 0, 2, 2, 1], [-1331, 0, 8, 663, 0, 4]], - [[-2, 0, 2, 2, 2], [1383, 0, -2, -594, 0, -2]], - [[-1, 0, 0, 0, 2], [1405, 0, 4, -610, 0, 2]], - [[1, 1, 2, -2, 2], [1290, 0, 0, -556, 0, 0]] + [[0, 1, 0, 0, 0], [1475877, -3633, 11817, 73871, -184, -1924]] ]; function iau2000b(time) { - var i, t, el, elp, f, d, om, arg, dp, de, sarg, carg; + var i, t, elp, f, d, om, arg, dp, de, sarg, carg; var nals, cls; function mod(x) { return (x % ASEC360) * ASEC2RAD; } t = time.tt / 36525; - el = mod(485868.249036 + t * 1717915923.2178); elp = mod(1287104.79305 + t * 129596581.0481); f = mod(335779.526232 + t * 1739527262.8478); d = mod(1072260.70369 + t * 1602961601.2090); @@ -1413,7 +1340,7 @@ function iau2000b(time) { for (i = iaudata.length - 1; i >= 0; --i) { nals = iaudata[i][0]; cls = iaudata[i][1]; - arg = (nals[0] * el + nals[1] * elp + nals[2] * f + nals[3] * d + nals[4] * om) % PI2; + arg = (nals[1] * elp + nals[2] * f + nals[3] * d + nals[4] * om) % PI2; sarg = Math.sin(arg); carg = Math.cos(arg); dp += (cls[0] + cls[1] * t) * sarg + cls[2] * carg; @@ -2006,7 +1933,10 @@ function inverse_terra(ovec, st) { // Start with initial latitude estimate, based on a spherical Earth. let lat = Math.atan2(z, p); let cos, sin, denom; + let count = 0; for (;;) { + if (++count > 10) + throw `inverse_terra failed to converge.`; // Calculate the error function W(lat). // We try to find the root of W, meaning where the error is 0. cos = Math.cos(lat); @@ -2017,7 +1947,7 @@ function inverse_terra(ovec, st) { const radicand = cos2 + EARTH_FLATTENING_SQUARED * sin2; denom = Math.sqrt(radicand); const W = (factor * sin * cos) / denom - z * cos + p * sin; - if (Math.abs(W) < 1.0e-12) + if (Math.abs(W) < 1.0e-8) break; // The error is now negligible // Error is still too large. Find the next estimate. // Calculate D = the derivative of W with respect to lat. diff --git a/demo/c/correct/camera.txt b/demo/c/correct/camera.txt index cf13a946..62082653 100644 --- a/demo/c/correct/camera.txt +++ b/demo/c/correct/camera.txt @@ -1,6 +1,6 @@ Moon horizontal position: azimuth = 274.486, altitude = 52.101 Moon check: x = 1.000000, y = 0.000000, z = 0.000000 -Sun vector: x = -0.088530, y = -0.319391, z = -0.939663 +Sun vector: x = -0.088530, y = -0.319392, z = -0.939663 Tilt angle of sunlit side of the Moon = -108.773 degrees counterclockwise from up. Moon magnitude = -10.27, phase angle = 84.22 degrees. Angle between Moon and Sun as seen from Earth = 95.64 degrees. diff --git a/demo/c/correct/horizon.txt b/demo/c/correct/horizon.txt index 70c69683..3ca6b181 100644 --- a/demo/c/correct/horizon.txt +++ b/demo/c/correct/horizon.txt @@ -1,2 +1,2 @@ -Ecliptic longitude 93.6460 descends through horizon az 296.3883, alt -1.73268e-07 -Ecliptic longitude 274.9704 ascends through horizon az 115.7274, alt 2.10416e-07 +Ecliptic longitude 93.6460 descends through horizon az 296.3883, alt -1.2786e-07 +Ecliptic longitude 274.9704 ascends through horizon az 115.7274, alt 1.14037e-07 diff --git a/demo/c/correct/seasons.txt b/demo/c/correct/seasons.txt index c9ea215b..0dff3bba 100644 --- a/demo/c/correct/seasons.txt +++ b/demo/c/correct/seasons.txt @@ -1,4 +1,4 @@ -March equinox : 2020-03-20T03:49:57Z -June solstice : 2020-06-20T21:43:34Z -September equinox : 2020-09-22T13:30:57Z -December solstice : 2020-12-21T10:02:41Z +March equinox : 2020-03-20T03:49:56Z +June solstice : 2020-06-20T21:43:31Z +September equinox : 2020-09-22T13:30:59Z +December solstice : 2020-12-21T10:02:42Z diff --git a/demo/c/demotest b/demo/c/demotest index 68f80726..68395427 100755 --- a/demo/c/demotest +++ b/demo/c/demotest @@ -14,7 +14,7 @@ TestDemo() rm -f test/*.txt mkdir -p test -./build || Fail "Error building example programs." +[[ "$1" == "nobuild" ]] || ./build || Fail "Error building example programs." TestDemo camera 29 -81 2021-03-22T02:45:00Z TestDemo moonphase 2019-06-15T09:15:32.987Z diff --git a/demo/c/worldmap.cpp b/demo/c/worldmap.cpp index cf5be453..8ed549c3 100644 --- a/demo/c/worldmap.cpp +++ b/demo/c/worldmap.cpp @@ -80,6 +80,7 @@ int Render(Image &image, astro_time_t time); int main(int argc, const char *argv[]) { const char *outFileName; + const char *timeString; astro_time_t time; // Parse the command line parameters. @@ -92,7 +93,10 @@ int main(int argc, const char *argv[]) case 3: outFileName = argv[1]; - if (0 != ParseTime(argv[2], &time)) + timeString = argv[2]; + if (!strcmp(timeString, "default")) + timeString = "2022-04-09T16:05:35Z"; // hack to get around vscode unhelpful modifying of my command-line arguments when debugging! + if (0 != ParseTime(timeString, &time)) return 1; break; @@ -167,6 +171,7 @@ void PrintZenithPoint(const char *name, astro_vector_t geovec) // Convert the geocentric vector into an observer location. astro_observer_t observer = Astronomy_VectorObserver(&geovec, EQUATOR_OF_DATE); printf("%-4s is at zenith for: lat = %7.3lf, lon = %8.3lf\n", name, observer.latitude, observer.longitude); + fflush(stdout); } diff --git a/demo/c/worldmap.sha256 b/demo/c/worldmap.sha256 index 4baa3354..7b4e061f 100644 --- a/demo/c/worldmap.sha256 +++ b/demo/c/worldmap.sha256 @@ -1 +1 @@ -2f797b47381b93268a8705ef4950bfa3047812234c94d7f5f9ce28545fb0498c sun_moon_map.png +73a940e054379aa8e75a425d8701b4ff833de9799590a94b0cd0e723a54ee32d sun_moon_map.png diff --git a/demo/csharp/correct/camera.txt b/demo/csharp/correct/camera.txt index cf13a946..62082653 100644 --- a/demo/csharp/correct/camera.txt +++ b/demo/csharp/correct/camera.txt @@ -1,6 +1,6 @@ Moon horizontal position: azimuth = 274.486, altitude = 52.101 Moon check: x = 1.000000, y = 0.000000, z = 0.000000 -Sun vector: x = -0.088530, y = -0.319391, z = -0.939663 +Sun vector: x = -0.088530, y = -0.319392, z = -0.939663 Tilt angle of sunlit side of the Moon = -108.773 degrees counterclockwise from up. Moon magnitude = -10.27, phase angle = 84.22 degrees. Angle between Moon and Sun as seen from Earth = 95.64 degrees. diff --git a/demo/csharp/correct/culminate.txt b/demo/csharp/correct/culminate.txt index e2ba7613..4e812098 100644 --- a/demo/csharp/correct/culminate.txt +++ b/demo/csharp/correct/culminate.txt @@ -1,11 +1,11 @@ search : 2015-02-28T00:00:00.000Z -Sun : 2015-02-28T18:12:31.045Z altitude=52.13 azimuth=180.00 -Moon : 2015-02-28T01:58:15.631Z altitude=77.88 azimuth=180.00 -Mercury : 2015-02-28T16:31:18.940Z altitude=42.57 azimuth=180.00 +Sun : 2015-02-28T18:12:31.044Z altitude=52.13 azimuth=180.00 +Moon : 2015-02-28T01:58:15.630Z altitude=77.88 azimuth=180.00 +Mercury : 2015-02-28T16:31:18.939Z altitude=42.57 azimuth=180.00 Venus : 2015-02-28T20:03:56.711Z altitude=63.24 azimuth=180.00 -Mars : 2015-02-28T19:52:21.643Z altitude=62.24 azimuth=180.00 -Jupiter : 2015-02-28T04:40:04.004Z altitude=77.29 azimuth=180.00 +Mars : 2015-02-28T19:52:21.644Z altitude=62.24 azimuth=180.00 +Jupiter : 2015-02-28T04:40:04.003Z altitude=77.29 azimuth=180.00 Saturn : 2015-02-28T11:40:53.878Z altitude=40.96 azimuth=180.00 Uranus : 2015-02-28T20:20:51.246Z altitude=65.12 azimuth=180.00 -Neptune : 2015-02-28T18:04:23.942Z altitude=50.53 azimuth=180.00 -Pluto : 2015-02-28T14:31:39.865Z altitude=39.51 azimuth=180.00 +Neptune : 2015-02-28T18:04:23.941Z altitude=50.53 azimuth=180.00 +Pluto : 2015-02-28T14:31:39.864Z altitude=39.51 azimuth=180.00 diff --git a/demo/csharp/correct/riseset.txt b/demo/csharp/correct/riseset.txt index 33773328..d6dd0a07 100644 --- a/demo/csharp/correct/riseset.txt +++ b/demo/csharp/correct/riseset.txt @@ -1,5 +1,5 @@ search : 2019-06-14T21:45:25.000Z -sunrise : 2019-06-15T10:12:42.728Z -sunset : 2019-06-15T01:48:00.374Z -moonrise : 2019-06-14T23:02:43.360Z -moonset : 2019-06-15T09:12:25.423Z +sunrise : 2019-06-15T10:12:42.729Z +sunset : 2019-06-15T01:48:00.371Z +moonrise : 2019-06-14T23:02:43.356Z +moonset : 2019-06-15T09:12:25.426Z diff --git a/demo/csharp/correct/seasons.txt b/demo/csharp/correct/seasons.txt index 591050bb..861db155 100644 --- a/demo/csharp/correct/seasons.txt +++ b/demo/csharp/correct/seasons.txt @@ -1,4 +1,4 @@ -March equinox : 2020-03-20T03:49:57.177Z -June solstice : 2020-06-20T21:43:33.689Z -September equinox : 2020-09-22T13:30:56.763Z -December solstice : 2020-12-21T10:02:40.981Z +March equinox : 2020-03-20T03:49:56.290Z +June solstice : 2020-06-20T21:43:31.284Z +September equinox : 2020-09-22T13:30:59.379Z +December solstice : 2020-12-21T10:02:42.334Z diff --git a/demo/csharp/demotest b/demo/csharp/demotest index b456f767..fd088e03 100755 --- a/demo/csharp/demotest +++ b/demo/csharp/demotest @@ -21,7 +21,7 @@ TestDemo camera 29 -81 2021-03-22T02:45:00Z TestDemo moonphase 2019-06-15T09:15:32.987Z TestDemo positions +45.6 -90.7 2018-11-30T17:55:07.234Z TestDemo riseset 45 -90 2019-06-14T21:45:25Z -TestDemo seasons 2020 > test/seasons.txt +TestDemo seasons 2020 TestDemo culminate +30 -90 2015-02-28T00:00:00Z TestDemo horizon +25.5 -85.3 2016-12-25T12:30:45Z TestDemo lunar_eclipse 1988-01-01T00:00:00Z diff --git a/demo/java/correct/constellation.txt b/demo/java/correct/constellation.txt index f892ed5c..410ff8aa 100644 --- a/demo/java/correct/constellation.txt +++ b/demo/java/correct/constellation.txt @@ -1,19 +1,19 @@ 2021-06-01T00:00:00.000Z : The Moon starts in Capricornus. -2021-06-01T01:43:20.540Z : The Moon enters Aquarius. -2021-06-03T12:20:46.838Z : The Moon enters Pisces. -2021-06-04T04:34:27.462Z : The Moon enters Cetus. -2021-06-05T03:50:55.577Z : The Moon enters Pisces. -2021-06-06T11:54:31.604Z : The Moon enters Cetus. -2021-06-06T17:34:49.662Z : The Moon enters Aries. -2021-06-08T05:07:03.314Z : The Moon enters Taurus. -2021-06-11T08:17:23.503Z : The Moon enters Gemini. -2021-06-13T13:37:29.675Z : The Moon enters Cancer. -2021-06-15T02:27:52.855Z : The Moon enters Leo. -2021-06-17T18:40:24.889Z : The Moon enters Virgo. -2021-06-20T23:40:23.918Z : The Moon enters Libra. -2021-06-22T17:24:01.130Z : The Moon enters Scorpius. -2021-06-23T01:36:00.284Z : The Moon enters Ophiuchus. -2021-06-24T07:36:08.557Z : The Moon enters Sagittarius. -2021-06-26T12:43:42.853Z : The Moon enters Capricornus. -2021-06-28T10:40:55.317Z : The Moon enters Aquarius. -2021-06-30T19:53:26.683Z : The Moon enters Pisces. +2021-06-01T01:43:20.606Z : The Moon enters Aquarius. +2021-06-03T12:20:46.904Z : The Moon enters Pisces. +2021-06-04T04:34:27.528Z : The Moon enters Cetus. +2021-06-05T03:50:55.643Z : The Moon enters Pisces. +2021-06-06T11:54:31.670Z : The Moon enters Cetus. +2021-06-06T17:34:49.728Z : The Moon enters Aries. +2021-06-08T05:07:03.380Z : The Moon enters Taurus. +2021-06-11T08:17:23.569Z : The Moon enters Gemini. +2021-06-13T13:37:29.741Z : The Moon enters Cancer. +2021-06-15T02:27:52.921Z : The Moon enters Leo. +2021-06-17T18:40:24.949Z : The Moon enters Virgo. +2021-06-20T23:40:23.973Z : The Moon enters Libra. +2021-06-22T17:24:01.186Z : The Moon enters Scorpius. +2021-06-23T01:36:00.306Z : The Moon enters Ophiuchus. +2021-06-24T07:36:08.595Z : The Moon enters Sagittarius. +2021-06-26T12:43:42.907Z : The Moon enters Capricornus. +2021-06-28T10:40:55.380Z : The Moon enters Aquarius. +2021-06-30T19:53:26.746Z : The Moon enters Pisces. diff --git a/demo/java/correct/riseset.txt b/demo/java/correct/riseset.txt index c240bf0e..1a7983c6 100644 --- a/demo/java/correct/riseset.txt +++ b/demo/java/correct/riseset.txt @@ -1,5 +1,5 @@ moonset : 2018-11-30T19:22:02.735Z -sunset : 2018-11-30T22:21:03.107Z +sunset : 2018-11-30T22:21:03.106Z moonrise : 2018-12-01T06:49:32.983Z sunrise : 2018-12-01T13:22:51.098Z moonculm : 2018-12-01T13:25:39.717Z altitude = 48.22 diff --git a/demo/java/correct/seasons.txt b/demo/java/correct/seasons.txt index 7fda0178..0f818869 100644 --- a/demo/java/correct/seasons.txt +++ b/demo/java/correct/seasons.txt @@ -1,4 +1,4 @@ -March equinox : 2019-03-20T21:58:19.248Z -June solstice : 2019-06-21T15:54:02.000Z -September equinox : 2019-09-23T07:49:59.929Z -December solstice : 2019-12-22T04:19:32.258Z +March equinox : 2019-03-20T21:58:18.531Z +June solstice : 2019-06-21T15:54:02.461Z +September equinox : 2019-09-23T07:49:57.766Z +December solstice : 2019-12-22T04:19:32.601Z diff --git a/demo/kotlin/correct/constellation.txt b/demo/kotlin/correct/constellation.txt index f892ed5c..410ff8aa 100644 --- a/demo/kotlin/correct/constellation.txt +++ b/demo/kotlin/correct/constellation.txt @@ -1,19 +1,19 @@ 2021-06-01T00:00:00.000Z : The Moon starts in Capricornus. -2021-06-01T01:43:20.540Z : The Moon enters Aquarius. -2021-06-03T12:20:46.838Z : The Moon enters Pisces. -2021-06-04T04:34:27.462Z : The Moon enters Cetus. -2021-06-05T03:50:55.577Z : The Moon enters Pisces. -2021-06-06T11:54:31.604Z : The Moon enters Cetus. -2021-06-06T17:34:49.662Z : The Moon enters Aries. -2021-06-08T05:07:03.314Z : The Moon enters Taurus. -2021-06-11T08:17:23.503Z : The Moon enters Gemini. -2021-06-13T13:37:29.675Z : The Moon enters Cancer. -2021-06-15T02:27:52.855Z : The Moon enters Leo. -2021-06-17T18:40:24.889Z : The Moon enters Virgo. -2021-06-20T23:40:23.918Z : The Moon enters Libra. -2021-06-22T17:24:01.130Z : The Moon enters Scorpius. -2021-06-23T01:36:00.284Z : The Moon enters Ophiuchus. -2021-06-24T07:36:08.557Z : The Moon enters Sagittarius. -2021-06-26T12:43:42.853Z : The Moon enters Capricornus. -2021-06-28T10:40:55.317Z : The Moon enters Aquarius. -2021-06-30T19:53:26.683Z : The Moon enters Pisces. +2021-06-01T01:43:20.606Z : The Moon enters Aquarius. +2021-06-03T12:20:46.904Z : The Moon enters Pisces. +2021-06-04T04:34:27.528Z : The Moon enters Cetus. +2021-06-05T03:50:55.643Z : The Moon enters Pisces. +2021-06-06T11:54:31.670Z : The Moon enters Cetus. +2021-06-06T17:34:49.728Z : The Moon enters Aries. +2021-06-08T05:07:03.380Z : The Moon enters Taurus. +2021-06-11T08:17:23.569Z : The Moon enters Gemini. +2021-06-13T13:37:29.741Z : The Moon enters Cancer. +2021-06-15T02:27:52.921Z : The Moon enters Leo. +2021-06-17T18:40:24.949Z : The Moon enters Virgo. +2021-06-20T23:40:23.973Z : The Moon enters Libra. +2021-06-22T17:24:01.186Z : The Moon enters Scorpius. +2021-06-23T01:36:00.306Z : The Moon enters Ophiuchus. +2021-06-24T07:36:08.595Z : The Moon enters Sagittarius. +2021-06-26T12:43:42.907Z : The Moon enters Capricornus. +2021-06-28T10:40:55.380Z : The Moon enters Aquarius. +2021-06-30T19:53:26.746Z : The Moon enters Pisces. diff --git a/demo/kotlin/correct/riseset.txt b/demo/kotlin/correct/riseset.txt index c240bf0e..1a7983c6 100644 --- a/demo/kotlin/correct/riseset.txt +++ b/demo/kotlin/correct/riseset.txt @@ -1,5 +1,5 @@ moonset : 2018-11-30T19:22:02.735Z -sunset : 2018-11-30T22:21:03.107Z +sunset : 2018-11-30T22:21:03.106Z moonrise : 2018-12-01T06:49:32.983Z sunrise : 2018-12-01T13:22:51.098Z moonculm : 2018-12-01T13:25:39.717Z altitude = 48.22 diff --git a/demo/kotlin/correct/seasons.txt b/demo/kotlin/correct/seasons.txt index 7fda0178..0f818869 100644 --- a/demo/kotlin/correct/seasons.txt +++ b/demo/kotlin/correct/seasons.txt @@ -1,4 +1,4 @@ -March equinox : 2019-03-20T21:58:19.248Z -June solstice : 2019-06-21T15:54:02.000Z -September equinox : 2019-09-23T07:49:59.929Z -December solstice : 2019-12-22T04:19:32.258Z +March equinox : 2019-03-20T21:58:18.531Z +June solstice : 2019-06-21T15:54:02.461Z +September equinox : 2019-09-23T07:49:57.766Z +December solstice : 2019-12-22T04:19:32.601Z diff --git a/demo/nodejs/astronomy.js b/demo/nodejs/astronomy.js index 022d7b90..e8490772 100644 --- a/demo/nodejs/astronomy.js +++ b/demo/nodejs/astronomy.js @@ -1321,88 +1321,15 @@ const iaudata = [ [[0, 0, 2, -2, 2], [-13170906, -1675, -13696, 5730336, -3015, -4587]], [[0, 0, 2, 0, 2], [-2276413, -234, 2796, 978459, -485, 1374]], [[0, 0, 0, 0, 2], [2074554, 207, -698, -897492, 470, -291]], - [[0, 1, 0, 0, 0], [1475877, -3633, 11817, 73871, -184, -1924]], - [[0, 1, 2, -2, 2], [-516821, 1226, -524, 224386, -677, -174]], - [[1, 0, 0, 0, 0], [711159, 73, -872, -6750, 0, 358]], - [[0, 0, 2, 0, 1], [-387298, -367, 380, 200728, 18, 318]], - [[1, 0, 2, 0, 2], [-301461, -36, 816, 129025, -63, 367]], - [[0, -1, 2, -2, 2], [215829, -494, 111, -95929, 299, 132]], - [[0, 0, 2, -2, 1], [128227, 137, 181, -68982, -9, 39]], - [[-1, 0, 2, 0, 2], [123457, 11, 19, -53311, 32, -4]], - [[-1, 0, 0, 2, 0], [156994, 10, -168, -1235, 0, 82]], - [[1, 0, 0, 0, 1], [63110, 63, 27, -33228, 0, -9]], - [[-1, 0, 0, 0, 1], [-57976, -63, -189, 31429, 0, -75]], - [[-1, 0, 2, 2, 2], [-59641, -11, 149, 25543, -11, 66]], - [[1, 0, 2, 0, 1], [-51613, -42, 129, 26366, 0, 78]], - [[-2, 0, 2, 0, 1], [45893, 50, 31, -24236, -10, 20]], - [[0, 0, 0, 2, 0], [63384, 11, -150, -1220, 0, 29]], - [[0, 0, 2, 2, 2], [-38571, -1, 158, 16452, -11, 68]], - [[0, -2, 2, -2, 2], [32481, 0, 0, -13870, 0, 0]], - [[-2, 0, 0, 2, 0], [-47722, 0, -18, 477, 0, -25]], - [[2, 0, 2, 0, 2], [-31046, -1, 131, 13238, -11, 59]], - [[1, 0, 2, -2, 2], [28593, 0, -1, -12338, 10, -3]], - [[-1, 0, 2, 0, 1], [20441, 21, 10, -10758, 0, -3]], - [[2, 0, 0, 0, 0], [29243, 0, -74, -609, 0, 13]], - [[0, 0, 2, 0, 0], [25887, 0, -66, -550, 0, 11]], - [[0, 1, 0, 0, 1], [-14053, -25, 79, 8551, -2, -45]], - [[-1, 0, 0, 2, 1], [15164, 10, 11, -8001, 0, -1]], - [[0, 2, 2, -2, 2], [-15794, 72, -16, 6850, -42, -5]], - [[0, 0, -2, 2, 0], [21783, 0, 13, -167, 0, 13]], - [[1, 0, 0, -2, 1], [-12873, -10, -37, 6953, 0, -14]], - [[0, -1, 0, 0, 1], [-12654, 11, 63, 6415, 0, 26]], - [[-1, 0, 2, 2, 1], [-10204, 0, 25, 5222, 0, 15]], - [[0, 2, 0, 0, 0], [16707, -85, -10, 168, -1, 10]], - [[1, 0, 2, 2, 2], [-7691, 0, 44, 3268, 0, 19]], - [[-2, 0, 2, 0, 0], [-11024, 0, -14, 104, 0, 2]], - [[0, 1, 2, 0, 2], [7566, -21, -11, -3250, 0, -5]], - [[0, 0, 2, 2, 1], [-6637, -11, 25, 3353, 0, 14]], - [[0, -1, 2, 0, 2], [-7141, 21, 8, 3070, 0, 4]], - [[0, 0, 0, 2, 1], [-6302, -11, 2, 3272, 0, 4]], - [[1, 0, 2, -2, 1], [5800, 10, 2, -3045, 0, -1]], - [[2, 0, 2, -2, 2], [6443, 0, -7, -2768, 0, -4]], - [[-2, 0, 0, 2, 1], [-5774, -11, -15, 3041, 0, -5]], - [[2, 0, 2, 0, 1], [-5350, 0, 21, 2695, 0, 12]], - [[0, -1, 2, -2, 1], [-4752, -11, -3, 2719, 0, -3]], - [[0, 0, 0, -2, 1], [-4940, -11, -21, 2720, 0, -9]], - [[-1, -1, 0, 2, 0], [7350, 0, -8, -51, 0, 4]], - [[2, 0, 0, -2, 1], [4065, 0, 6, -2206, 0, 1]], - [[1, 0, 0, 2, 0], [6579, 0, -24, -199, 0, 2]], - [[0, 1, 2, -2, 1], [3579, 0, 5, -1900, 0, 1]], - [[1, -1, 0, 0, 0], [4725, 0, -6, -41, 0, 3]], - [[-2, 0, 2, 0, 2], [-3075, 0, -2, 1313, 0, -1]], - [[3, 0, 2, 0, 2], [-2904, 0, 15, 1233, 0, 7]], - [[0, -1, 0, 2, 0], [4348, 0, -10, -81, 0, 2]], - [[1, -1, 2, 0, 2], [-2878, 0, 8, 1232, 0, 4]], - [[0, 0, 0, 1, 0], [-4230, 0, 5, -20, 0, -2]], - [[-1, -1, 2, 2, 2], [-2819, 0, 7, 1207, 0, 3]], - [[-1, 0, 2, 0, 0], [-4056, 0, 5, 40, 0, -2]], - [[0, -1, 2, 2, 2], [-2647, 0, 11, 1129, 0, 5]], - [[-2, 0, 0, 0, 1], [-2294, 0, -10, 1266, 0, -4]], - [[1, 1, 2, 0, 2], [2481, 0, -7, -1062, 0, -3]], - [[2, 0, 0, 0, 1], [2179, 0, -2, -1129, 0, -2]], - [[-1, 1, 0, 1, 0], [3276, 0, 1, -9, 0, 0]], - [[1, 1, 0, 0, 0], [-3389, 0, 5, 35, 0, -2]], - [[1, 0, 2, 0, 0], [3339, 0, -13, -107, 0, 1]], - [[-1, 0, 2, -2, 1], [-1987, 0, -6, 1073, 0, -2]], - [[1, 0, 0, 0, 2], [-1981, 0, 0, 854, 0, 0]], - [[-1, 0, 0, 1, 0], [4026, 0, -353, -553, 0, -139]], - [[0, 0, 2, 1, 2], [1660, 0, -5, -710, 0, -2]], - [[-1, 0, 2, 4, 2], [-1521, 0, 9, 647, 0, 4]], - [[-1, 1, 0, 1, 1], [1314, 0, 0, -700, 0, 0]], - [[0, -2, 2, -2, 1], [-1283, 0, 0, 672, 0, 0]], - [[1, 0, 2, 2, 1], [-1331, 0, 8, 663, 0, 4]], - [[-2, 0, 2, 2, 2], [1383, 0, -2, -594, 0, -2]], - [[-1, 0, 0, 0, 2], [1405, 0, 4, -610, 0, 2]], - [[1, 1, 2, -2, 2], [1290, 0, 0, -556, 0, 0]] + [[0, 1, 0, 0, 0], [1475877, -3633, 11817, 73871, -184, -1924]] ]; function iau2000b(time) { - var i, t, el, elp, f, d, om, arg, dp, de, sarg, carg; + var i, t, elp, f, d, om, arg, dp, de, sarg, carg; var nals, cls; function mod(x) { return (x % ASEC360) * ASEC2RAD; } t = time.tt / 36525; - el = mod(485868.249036 + t * 1717915923.2178); elp = mod(1287104.79305 + t * 129596581.0481); f = mod(335779.526232 + t * 1739527262.8478); d = mod(1072260.70369 + t * 1602961601.2090); @@ -1412,7 +1339,7 @@ function iau2000b(time) { for (i = iaudata.length - 1; i >= 0; --i) { nals = iaudata[i][0]; cls = iaudata[i][1]; - arg = (nals[0] * el + nals[1] * elp + nals[2] * f + nals[3] * d + nals[4] * om) % PI2; + arg = (nals[1] * elp + nals[2] * f + nals[3] * d + nals[4] * om) % PI2; sarg = Math.sin(arg); carg = Math.cos(arg); dp += (cls[0] + cls[1] * t) * sarg + cls[2] * carg; @@ -2005,7 +1932,10 @@ function inverse_terra(ovec, st) { // Start with initial latitude estimate, based on a spherical Earth. let lat = Math.atan2(z, p); let cos, sin, denom; + let count = 0; for (;;) { + if (++count > 10) + throw `inverse_terra failed to converge.`; // Calculate the error function W(lat). // We try to find the root of W, meaning where the error is 0. cos = Math.cos(lat); @@ -2016,7 +1946,7 @@ function inverse_terra(ovec, st) { const radicand = cos2 + EARTH_FLATTENING_SQUARED * sin2; denom = Math.sqrt(radicand); const W = (factor * sin * cos) / denom - z * cos + p * sin; - if (Math.abs(W) < 1.0e-12) + if (Math.abs(W) < 1.0e-8) break; // The error is now negligible // Error is still too large. Find the next estimate. // Calculate D = the derivative of W with respect to lat. diff --git a/demo/nodejs/calendar/astronomy.ts b/demo/nodejs/calendar/astronomy.ts index 792e1a5e..720ec116 100644 --- a/demo/nodejs/calendar/astronomy.ts +++ b/demo/nodejs/calendar/astronomy.ts @@ -1394,79 +1394,7 @@ const iaudata = [ [ [ 0, 0, 2, -2, 2 ], [ -13170906, -1675, -13696, 5730336, -3015, -4587 ] ], [ [ 0, 0, 2, 0, 2 ], [ -2276413, -234, 2796, 978459, -485, 1374 ] ], [ [ 0, 0, 0, 0, 2 ], [ 2074554, 207, -698, -897492, 470, -291 ] ], - [ [ 0, 1, 0, 0, 0 ], [ 1475877, -3633, 11817, 73871, -184, -1924 ] ], - [ [ 0, 1, 2, -2, 2 ], [ -516821, 1226, -524, 224386, -677, -174 ] ], - [ [ 1, 0, 0, 0, 0 ], [ 711159, 73, -872, -6750, 0, 358 ] ], - [ [ 0, 0, 2, 0, 1 ], [ -387298, -367, 380, 200728, 18, 318 ] ], - [ [ 1, 0, 2, 0, 2 ], [ -301461, -36, 816, 129025, -63, 367 ] ], - [ [ 0, -1, 2, -2, 2 ], [ 215829, -494, 111, -95929, 299, 132 ] ], - [ [ 0, 0, 2, -2, 1 ], [ 128227, 137, 181, -68982, -9, 39 ] ], - [ [ -1, 0, 2, 0, 2 ], [ 123457, 11, 19, -53311, 32, -4 ] ], - [ [ -1, 0, 0, 2, 0 ], [ 156994, 10, -168, -1235, 0, 82 ] ], - [ [ 1, 0, 0, 0, 1 ], [ 63110, 63, 27, -33228, 0, -9 ] ], - [ [ -1, 0, 0, 0, 1 ], [ -57976, -63, -189, 31429, 0, -75 ] ], - [ [ -1, 0, 2, 2, 2 ], [ -59641, -11, 149, 25543, -11, 66 ] ], - [ [ 1, 0, 2, 0, 1 ], [ -51613, -42, 129, 26366, 0, 78 ] ], - [ [ -2, 0, 2, 0, 1 ], [ 45893, 50, 31, -24236, -10, 20 ] ], - [ [ 0, 0, 0, 2, 0 ], [ 63384, 11, -150, -1220, 0, 29 ] ], - [ [ 0, 0, 2, 2, 2 ], [ -38571, -1, 158, 16452, -11, 68 ] ], - [ [ 0, -2, 2, -2, 2 ], [ 32481, 0, 0, -13870, 0, 0 ] ], - [ [ -2, 0, 0, 2, 0 ], [ -47722, 0, -18, 477, 0, -25 ] ], - [ [ 2, 0, 2, 0, 2 ], [ -31046, -1, 131, 13238, -11, 59 ] ], - [ [ 1, 0, 2, -2, 2 ], [ 28593, 0, -1, -12338, 10, -3 ] ], - [ [ -1, 0, 2, 0, 1 ], [ 20441, 21, 10, -10758, 0, -3 ] ], - [ [ 2, 0, 0, 0, 0 ], [ 29243, 0, -74, -609, 0, 13 ] ], - [ [ 0, 0, 2, 0, 0 ], [ 25887, 0, -66, -550, 0, 11 ] ], - [ [ 0, 1, 0, 0, 1 ], [ -14053, -25, 79, 8551, -2, -45 ] ], - [ [ -1, 0, 0, 2, 1 ], [ 15164, 10, 11, -8001, 0, -1 ] ], - [ [ 0, 2, 2, -2, 2 ], [ -15794, 72, -16, 6850, -42, -5 ] ], - [ [ 0, 0, -2, 2, 0 ], [ 21783, 0, 13, -167, 0, 13 ] ], - [ [ 1, 0, 0, -2, 1 ], [ -12873, -10, -37, 6953, 0, -14 ] ], - [ [ 0, -1, 0, 0, 1 ], [ -12654, 11, 63, 6415, 0, 26 ] ], - [ [ -1, 0, 2, 2, 1 ], [ -10204, 0, 25, 5222, 0, 15 ] ], - [ [ 0, 2, 0, 0, 0 ], [ 16707, -85, -10, 168, -1, 10 ] ], - [ [ 1, 0, 2, 2, 2 ], [ -7691, 0, 44, 3268, 0, 19 ] ], - [ [ -2, 0, 2, 0, 0 ], [ -11024, 0, -14, 104, 0, 2 ] ], - [ [ 0, 1, 2, 0, 2 ], [ 7566, -21, -11, -3250, 0, -5 ] ], - [ [ 0, 0, 2, 2, 1 ], [ -6637, -11, 25, 3353, 0, 14 ] ], - [ [ 0, -1, 2, 0, 2 ], [ -7141, 21, 8, 3070, 0, 4 ] ], - [ [ 0, 0, 0, 2, 1 ], [ -6302, -11, 2, 3272, 0, 4 ] ], - [ [ 1, 0, 2, -2, 1 ], [ 5800, 10, 2, -3045, 0, -1 ] ], - [ [ 2, 0, 2, -2, 2 ], [ 6443, 0, -7, -2768, 0, -4 ] ], - [ [ -2, 0, 0, 2, 1 ], [ -5774, -11, -15, 3041, 0, -5 ] ], - [ [ 2, 0, 2, 0, 1 ], [ -5350, 0, 21, 2695, 0, 12 ] ], - [ [ 0, -1, 2, -2, 1 ], [ -4752, -11, -3, 2719, 0, -3 ] ], - [ [ 0, 0, 0, -2, 1 ], [ -4940, -11, -21, 2720, 0, -9 ] ], - [ [ -1, -1, 0, 2, 0 ], [ 7350, 0, -8, -51, 0, 4 ] ], - [ [ 2, 0, 0, -2, 1 ], [ 4065, 0, 6, -2206, 0, 1 ] ], - [ [ 1, 0, 0, 2, 0 ], [ 6579, 0, -24, -199, 0, 2 ] ], - [ [ 0, 1, 2, -2, 1 ], [ 3579, 0, 5, -1900, 0, 1 ] ], - [ [ 1, -1, 0, 0, 0 ], [ 4725, 0, -6, -41, 0, 3 ] ], - [ [ -2, 0, 2, 0, 2 ], [ -3075, 0, -2, 1313, 0, -1 ] ], - [ [ 3, 0, 2, 0, 2 ], [ -2904, 0, 15, 1233, 0, 7 ] ], - [ [ 0, -1, 0, 2, 0 ], [ 4348, 0, -10, -81, 0, 2 ] ], - [ [ 1, -1, 2, 0, 2 ], [ -2878, 0, 8, 1232, 0, 4 ] ], - [ [ 0, 0, 0, 1, 0 ], [ -4230, 0, 5, -20, 0, -2 ] ], - [ [ -1, -1, 2, 2, 2 ], [ -2819, 0, 7, 1207, 0, 3 ] ], - [ [ -1, 0, 2, 0, 0 ], [ -4056, 0, 5, 40, 0, -2 ] ], - [ [ 0, -1, 2, 2, 2 ], [ -2647, 0, 11, 1129, 0, 5 ] ], - [ [ -2, 0, 0, 0, 1 ], [ -2294, 0, -10, 1266, 0, -4 ] ], - [ [ 1, 1, 2, 0, 2 ], [ 2481, 0, -7, -1062, 0, -3 ] ], - [ [ 2, 0, 0, 0, 1 ], [ 2179, 0, -2, -1129, 0, -2 ] ], - [ [ -1, 1, 0, 1, 0 ], [ 3276, 0, 1, -9, 0, 0 ] ], - [ [ 1, 1, 0, 0, 0 ], [ -3389, 0, 5, 35, 0, -2 ] ], - [ [ 1, 0, 2, 0, 0 ], [ 3339, 0, -13, -107, 0, 1 ] ], - [ [ -1, 0, 2, -2, 1 ], [ -1987, 0, -6, 1073, 0, -2 ] ], - [ [ 1, 0, 0, 0, 2 ], [ -1981, 0, 0, 854, 0, 0 ] ], - [ [ -1, 0, 0, 1, 0 ], [ 4026, 0, -353, -553, 0, -139 ] ], - [ [ 0, 0, 2, 1, 2 ], [ 1660, 0, -5, -710, 0, -2 ] ], - [ [ -1, 0, 2, 4, 2 ], [ -1521, 0, 9, 647, 0, 4 ] ], - [ [ -1, 1, 0, 1, 1 ], [ 1314, 0, 0, -700, 0, 0 ] ], - [ [ 0, -2, 2, -2, 1 ], [ -1283, 0, 0, 672, 0, 0 ] ], - [ [ 1, 0, 2, 2, 1 ], [ -1331, 0, 8, 663, 0, 4 ] ], - [ [ -2, 0, 2, 2, 2 ], [ 1383, 0, -2, -594, 0, -2 ] ], - [ [ -1, 0, 0, 0, 2 ], [ 1405, 0, 4, -610, 0, 2 ] ], - [ [ 1, 1, 2, -2, 2 ], [ 1290, 0, 0, -556, 0, 0 ] ] + [ [ 0, 1, 0, 0, 0 ], [ 1475877, -3633, 11817, 73871, -184, -1924 ] ] ]; @@ -1476,7 +1404,7 @@ interface NutationAngles { } function iau2000b(time: AstroTime): NutationAngles { - var i: number, t: number, el: number, elp: number, f: number, d: number, om: number, arg: number, dp: number, de: number, sarg: number, carg: number; + var i: number, t: number, elp: number, f: number, d: number, om: number, arg: number, dp: number, de: number, sarg: number, carg: number; var nals: number[], cls: number[]; function mod(x: number): number { @@ -1484,7 +1412,6 @@ function iau2000b(time: AstroTime): NutationAngles { } t = time.tt / 36525; - el = mod(485868.249036 + t*1717915923.2178); elp = mod(1287104.79305 + t*129596581.0481); f = mod(335779.526232 + t*1739527262.8478); d = mod(1072260.70369 + t*1602961601.2090); @@ -1494,7 +1421,7 @@ function iau2000b(time: AstroTime): NutationAngles { for (i=iaudata.length - 1; i >= 0; --i) { nals = iaudata[i][0]; cls = iaudata[i][1]; - arg = (nals[0]*el + nals[1]*elp + nals[2]*f + nals[3]*d + nals[4]*om) % PI2; + arg = (nals[1]*elp + nals[2]*f + nals[3]*d + nals[4]*om) % PI2; sarg = Math.sin(arg); carg = Math.cos(arg); dp += (cls[0] + cls[1]*t) * sarg + cls[2]*carg; @@ -2175,7 +2102,10 @@ function inverse_terra(ovec: ArrayVector, st: number): Observer { // Start with initial latitude estimate, based on a spherical Earth. let lat = Math.atan2(z, p); let cos:number, sin:number, denom:number; + let count = 0; for(;;) { + if (++count > 10) + throw `inverse_terra failed to converge.`; // Calculate the error function W(lat). // We try to find the root of W, meaning where the error is 0. cos = Math.cos(lat); @@ -2186,7 +2116,7 @@ function inverse_terra(ovec: ArrayVector, st: number): Observer { const radicand = cos2 + EARTH_FLATTENING_SQUARED*sin2; denom = Math.sqrt(radicand); const W = (factor*sin*cos)/denom - z*cos + p*sin; - if (Math.abs(W) < 1.0e-12) + if (Math.abs(W) < 1.0e-8) break; // The error is now negligible // Error is still too large. Find the next estimate. // Calculate D = the derivative of W with respect to lat. diff --git a/demo/nodejs/calendar/correct/calendar.txt b/demo/nodejs/calendar/correct/calendar.txt index 08767597..4e7c9741 100644 --- a/demo/nodejs/calendar/correct/calendar.txt +++ b/demo/nodejs/calendar/correct/calendar.txt @@ -1,71 +1,71 @@ 2021-05-12T00:06:21.399Z sunset -2021-05-12T00:10:50.978Z moonset -2021-05-12T10:35:41.513Z sunrise +2021-05-12T00:10:50.977Z moonset +2021-05-12T10:35:41.512Z sunrise 2021-05-12T11:09:19.683Z moonrise -2021-05-12T17:21:09.251Z Sun culminates 79.72 degrees above the horizon +2021-05-12T17:21:09.250Z Sun culminates 79.72 degrees above the horizon 2021-05-12T18:04:47.944Z Moon culminates 81.23 degrees above the horizon -2021-05-13T00:06:57.919Z sunset +2021-05-13T00:06:57.920Z sunset 2021-05-13T01:05:29.504Z moonset -2021-05-13T10:35:04.194Z sunrise -2021-05-13T11:47:09.623Z moonrise +2021-05-13T10:35:04.193Z sunrise +2021-05-13T11:47:09.622Z moonrise 2021-05-13T17:21:08.956Z Sun culminates 79.96 degrees above the horizon 2021-05-13T18:51:46.552Z Moon culminates 84.27 degrees above the horizon -2021-05-14T00:07:34.362Z sunset -2021-05-14T02:00:28.356Z moonset -2021-05-14T10:34:28.041Z sunrise -2021-05-14T12:29:34.663Z moonrise +2021-05-14T00:07:34.363Z sunset +2021-05-14T02:00:28.357Z moonset +2021-05-14T10:34:28.040Z sunrise +2021-05-14T12:29:34.662Z moonrise 2021-05-14T17:21:09.224Z Sun culminates 80.20 degrees above the horizon -2021-05-14T19:40:58.894Z Moon culminates 86.24 degrees above the horizon -2021-05-15T00:08:10.703Z sunset -2021-05-15T02:54:45.386Z moonset -2021-05-15T10:33:53.113Z sunrise -2021-05-15T13:16:57.651Z moonrise +2021-05-14T19:40:58.895Z Moon culminates 86.24 degrees above the horizon +2021-05-15T00:08:10.705Z sunset +2021-05-15T02:54:45.389Z moonset +2021-05-15T10:33:53.111Z sunrise +2021-05-15T13:16:57.650Z moonrise 2021-05-15T17:21:10.046Z Sun culminates 80.44 degrees above the horizon -2021-05-15T20:31:52.846Z Moon culminates 86.99 degrees above the horizon -2021-05-16T00:08:46.917Z sunset -2021-05-16T03:47:01.074Z moonset -2021-05-16T10:33:19.421Z sunrise +2021-05-15T20:31:52.848Z Moon culminates 86.99 degrees above the horizon +2021-05-16T00:08:46.920Z sunset +2021-05-16T03:47:01.077Z moonset +2021-05-16T10:33:19.419Z sunrise 2021-05-16T14:09:05.016Z moonrise 2021-05-16T17:21:11.417Z Sun culminates 80.67 degrees above the horizon -2021-05-16T21:23:36.052Z Moon culminates 86.42 degrees above the horizon -2021-05-17T00:09:22.981Z sunset -2021-05-17T04:36:03.584Z moonset +2021-05-16T21:23:36.054Z Moon culminates 86.42 degrees above the horizon +2021-05-17T00:09:22.983Z sunset +2021-05-17T04:36:03.588Z moonset 2021-05-17T05:51:03.516Z Mercury max evening elongation: 22.02 degrees from Sun -2021-05-17T10:32:46.978Z sunrise -2021-05-17T15:05:05.650Z moonrise -2021-05-17T17:21:13.330Z Sun culminates 80.89 degrees above the horizon -2021-05-17T22:15:11.541Z Moon culminates 84.50 degrees above the horizon -2021-05-18T00:09:58.868Z sunset -2021-05-18T05:21:12.907Z moonset -2021-05-18T10:32:15.794Z sunrise +2021-05-17T10:32:46.975Z sunrise +2021-05-17T15:05:05.649Z moonrise +2021-05-17T17:21:13.329Z Sun culminates 80.89 degrees above the horizon +2021-05-17T22:15:11.543Z Moon culminates 84.50 degrees above the horizon +2021-05-18T00:09:58.870Z sunset +2021-05-18T05:21:12.910Z moonset +2021-05-18T10:32:15.790Z sunrise 2021-05-18T16:03:47.468Z moonrise -2021-05-18T17:21:15.778Z Sun culminates 81.11 degrees above the horizon -2021-05-18T23:05:56.618Z Moon culminates 81.30 degrees above the horizon -2021-05-19T00:10:34.553Z sunset -2021-05-19T06:02:30.721Z moonset -2021-05-19T10:31:45.881Z sunrise -2021-05-19T17:04:04.697Z moonrise -2021-05-19T17:21:18.754Z Sun culminates 81.32 degrees above the horizon +2021-05-18T17:21:15.777Z Sun culminates 81.11 degrees above the horizon +2021-05-18T23:05:56.619Z Moon culminates 81.30 degrees above the horizon +2021-05-19T00:10:34.555Z sunset +2021-05-19T06:02:30.724Z moonset +2021-05-19T10:31:45.877Z sunrise +2021-05-19T17:04:04.696Z moonrise +2021-05-19T17:21:18.753Z Sun culminates 81.32 degrees above the horizon 2021-05-19T19:13:17.317Z first quarter -2021-05-19T23:55:35.915Z Moon culminates 76.96 degrees above the horizon -2021-05-20T00:11:10.012Z sunset -2021-05-20T06:40:34.678Z moonset -2021-05-20T10:31:17.250Z sunrise -2021-05-20T17:21:22.252Z Sun culminates 81.53 degrees above the horizon -2021-05-20T18:05:20.162Z moonrise +2021-05-19T23:55:35.916Z Moon culminates 76.96 degrees above the horizon +2021-05-20T00:11:10.013Z sunset +2021-05-20T06:40:34.680Z moonset +2021-05-20T10:31:17.247Z sunrise +2021-05-20T17:21:22.251Z Sun culminates 81.53 degrees above the horizon +2021-05-20T18:05:20.161Z moonrise 2021-05-21T00:11:45.221Z sunset 2021-05-21T00:44:24.531Z Moon culminates 71.64 degrees above the horizon -2021-05-21T07:16:26.299Z moonset -2021-05-21T10:30:49.913Z sunrise -2021-05-21T17:21:26.265Z Sun culminates 81.73 degrees above the horizon -2021-05-21T19:07:33.037Z moonrise -2021-05-22T00:12:20.155Z sunset +2021-05-21T07:16:26.300Z moonset +2021-05-21T10:30:49.912Z sunrise +2021-05-21T17:21:26.264Z Sun culminates 81.73 degrees above the horizon +2021-05-21T19:07:33.036Z moonrise +2021-05-22T00:12:20.154Z sunset 2021-05-22T01:33:03.796Z Moon culminates 65.59 degrees above the horizon -2021-05-22T07:51:21.332Z moonset +2021-05-22T07:51:21.333Z moonset 2021-05-22T10:30:23.881Z sunrise 2021-05-22T17:21:30.787Z Sun culminates 81.93 degrees above the horizon -2021-05-22T20:11:13.161Z moonrise -2021-05-23T00:12:54.791Z sunset +2021-05-22T20:11:13.160Z moonrise +2021-05-23T00:12:54.790Z sunset 2021-05-23T02:22:34.030Z Moon culminates 59.09 degrees above the horizon 2021-05-23T08:26:45.587Z moonset 2021-05-23T10:29:59.165Z sunrise @@ -74,8 +74,8 @@ 2021-05-24T00:13:29.105Z sunset 2021-05-24T03:14:05.808Z Moon culminates 52.51 degrees above the horizon 2021-05-24T09:04:14.585Z moonset -2021-05-24T10:29:35.775Z sunrise -2021-05-24T17:21:41.335Z Sun culminates 82.30 degrees above the horizon +2021-05-24T10:29:35.776Z sunrise +2021-05-24T17:21:41.336Z Sun culminates 82.30 degrees above the horizon 2021-05-24T22:25:49.361Z moonrise 2021-05-25T00:14:03.076Z sunset 2021-05-25T04:08:47.066Z Moon culminates 46.30 degrees above the horizon @@ -87,376 +87,376 @@ 2021-05-26T01:49:10.699Z lunar perigee at 357303 km 2021-05-26T05:07:20.963Z Moon culminates 41.01 degrees above the horizon 2021-05-26T10:28:53.013Z sunrise -2021-05-26T10:32:20.940Z moonset +2021-05-26T10:32:20.939Z moonset 2021-05-26T11:14:24.845Z full moon 2021-05-26T11:18:40.807Z total lunar eclipse 2021-05-26T17:21:53.843Z Sun culminates 82.65 degrees above the horizon 2021-05-27T00:15:09.894Z sunset 2021-05-27T00:49:55.818Z moonrise -2021-05-27T06:09:33.870Z Moon culminates 37.16 degrees above the horizon -2021-05-27T10:28:33.657Z sunrise -2021-05-27T11:25:50.535Z moonset +2021-05-27T06:09:33.869Z Moon culminates 37.16 degrees above the horizon +2021-05-27T10:28:33.656Z sunrise +2021-05-27T11:25:50.533Z moonset 2021-05-27T17:22:00.812Z Sun culminates 82.82 degrees above the horizon -2021-05-28T00:15:42.694Z sunset +2021-05-28T00:15:42.693Z sunset 2021-05-28T02:00:40.357Z moonrise -2021-05-28T07:13:50.628Z Moon culminates 35.19 degrees above the horizon -2021-05-28T10:28:15.660Z sunrise -2021-05-28T12:25:50.459Z moonset -2021-05-28T17:22:08.248Z Sun culminates 82.98 degrees above the horizon -2021-05-29T00:16:15.054Z sunset +2021-05-28T07:13:50.627Z Moon culminates 35.19 degrees above the horizon +2021-05-28T10:28:15.659Z sunrise +2021-05-28T12:25:50.457Z moonset +2021-05-28T17:22:08.246Z Sun culminates 82.98 degrees above the horizon +2021-05-29T00:16:15.053Z sunset 2021-05-29T03:05:47.355Z moonrise -2021-05-29T08:17:31.364Z Moon culminates 35.22 degrees above the horizon -2021-05-29T10:27:59.029Z sunrise -2021-05-29T13:30:18.948Z moonset -2021-05-29T17:22:16.138Z Sun culminates 83.13 degrees above the horizon -2021-05-30T00:16:46.950Z sunset -2021-05-30T04:02:46.602Z moonrise -2021-05-30T09:17:57.678Z Moon culminates 37.09 degrees above the horizon -2021-05-30T10:27:43.770Z sunrise -2021-05-30T14:36:03.340Z moonset -2021-05-30T17:22:24.474Z Sun culminates 83.28 degrees above the horizon -2021-05-31T00:17:18.352Z sunset -2021-05-31T04:51:14.657Z moonrise -2021-05-31T10:13:37.225Z Moon culminates 40.42 degrees above the horizon +2021-05-29T08:17:31.362Z Moon culminates 35.22 degrees above the horizon +2021-05-29T10:27:59.028Z sunrise +2021-05-29T13:30:18.945Z moonset +2021-05-29T17:22:16.136Z Sun culminates 83.13 degrees above the horizon +2021-05-30T00:16:46.947Z sunset +2021-05-30T04:02:46.603Z moonrise +2021-05-30T09:17:57.677Z Moon culminates 37.09 degrees above the horizon +2021-05-30T10:27:43.769Z sunrise +2021-05-30T14:36:03.336Z moonset +2021-05-30T17:22:24.472Z Sun culminates 83.28 degrees above the horizon +2021-05-31T00:17:18.349Z sunset +2021-05-31T04:51:14.659Z moonrise +2021-05-31T10:13:37.224Z Moon culminates 40.42 degrees above the horizon 2021-05-31T10:27:29.885Z sunrise -2021-05-31T15:40:11.674Z moonset -2021-05-31T17:22:33.241Z Sun culminates 83.42 degrees above the horizon -2021-06-01T00:17:49.234Z sunset -2021-06-01T05:32:22.765Z moonrise +2021-05-31T15:40:11.670Z moonset +2021-05-31T17:22:33.240Z Sun culminates 83.42 degrees above the horizon +2021-06-01T00:17:49.231Z sunset +2021-06-01T05:32:22.767Z moonrise 2021-06-01T10:27:17.378Z sunrise 2021-06-01T11:04:17.930Z Moon culminates 44.78 degrees above the horizon -2021-06-01T16:41:13.029Z moonset -2021-06-01T17:22:42.429Z Sun culminates 83.55 degrees above the horizon -2021-06-02T00:18:19.567Z sunset -2021-06-02T06:07:58.199Z moonrise +2021-06-01T16:41:13.026Z moonset +2021-06-01T17:22:42.427Z Sun culminates 83.55 degrees above the horizon +2021-06-02T00:18:19.564Z sunset +2021-06-02T06:07:58.200Z moonrise 2021-06-02T07:25:04.037Z third quarter 2021-06-02T10:27:06.250Z sunrise 2021-06-02T11:50:42.578Z Moon culminates 49.78 degrees above the horizon -2021-06-02T17:22:52.020Z Sun culminates 83.68 degrees above the horizon -2021-06-02T17:38:55.590Z moonset -2021-06-02T21:59:51.828Z Venus moves from Taurus to Gemini -2021-06-03T00:18:49.321Z sunset -2021-06-03T06:39:47.190Z moonrise +2021-06-02T17:22:52.019Z Sun culminates 83.68 degrees above the horizon +2021-06-02T17:38:55.587Z moonset +2021-06-02T21:59:52.488Z Venus moves from Taurus to Gemini +2021-06-03T00:18:49.318Z sunset +2021-06-03T06:39:47.192Z moonrise 2021-06-03T10:26:56.498Z sunrise -2021-06-03T12:33:58.300Z Moon culminates 55.12 degrees above the horizon -2021-06-03T17:23:02.000Z Sun culminates 83.80 degrees above the horizon -2021-06-03T18:33:55.843Z moonset -2021-06-04T00:19:18.465Z sunset -2021-06-04T07:09:22.586Z moonrise +2021-06-03T12:33:58.299Z Moon culminates 55.12 degrees above the horizon +2021-06-03T17:23:01.999Z Sun culminates 83.80 degrees above the horizon +2021-06-03T18:33:55.841Z moonset +2021-06-04T00:19:18.462Z sunset +2021-06-04T07:09:22.587Z moonrise 2021-06-04T10:26:48.119Z sunrise 2021-06-04T13:15:17.437Z Moon culminates 60.58 degrees above the horizon -2021-06-04T17:23:12.351Z Sun culminates 83.92 degrees above the horizon -2021-06-04T19:27:10.619Z moonset -2021-06-05T00:19:46.967Z sunset -2021-06-05T07:38:04.266Z moonrise +2021-06-04T17:23:12.349Z Sun culminates 83.92 degrees above the horizon +2021-06-04T19:27:10.617Z moonset +2021-06-05T00:19:46.965Z sunset +2021-06-05T07:38:04.268Z moonrise 2021-06-05T10:26:41.107Z sunrise 2021-06-05T13:55:49.144Z Moon culminates 65.97 degrees above the horizon -2021-06-05T17:23:23.051Z Sun culminates 84.02 degrees above the horizon -2021-06-05T20:19:39.900Z moonset -2021-06-06T00:20:14.795Z sunset -2021-06-06T08:07:03.630Z moonrise +2021-06-05T17:23:23.050Z Sun culminates 84.02 degrees above the horizon +2021-06-05T20:19:39.898Z moonset +2021-06-06T00:20:14.793Z sunset +2021-06-06T08:07:03.632Z moonrise 2021-06-06T10:26:35.454Z sunrise 2021-06-06T14:36:36.482Z Moon culminates 71.12 degrees above the horizon -2021-06-06T17:23:34.082Z Sun culminates 84.13 degrees above the horizon -2021-06-06T21:12:16.765Z moonset -2021-06-07T00:20:41.915Z sunset -2021-06-07T08:37:28.120Z moonrise +2021-06-06T17:23:34.081Z Sun culminates 84.13 degrees above the horizon +2021-06-06T21:12:16.763Z moonset +2021-06-07T00:20:41.913Z sunset +2021-06-07T08:37:28.122Z moonrise 2021-06-07T10:26:31.149Z sunrise 2021-06-07T15:18:34.770Z Moon culminates 75.87 degrees above the horizon -2021-06-07T17:23:45.419Z Sun culminates 84.22 degrees above the horizon -2021-06-07T22:05:39.491Z moonset -2021-06-08T00:21:08.293Z sunset +2021-06-07T17:23:45.418Z Sun culminates 84.22 degrees above the horizon +2021-06-07T22:05:39.489Z moonset +2021-06-08T00:21:08.291Z sunset 2021-06-08T02:27:27.731Z lunar apogee at 406216 km -2021-06-08T08:32:52.235Z Mars moves from Gemini to Cancer -2021-06-08T09:10:23.825Z moonrise -2021-06-08T10:26:28.181Z sunrise +2021-06-08T08:32:53.546Z Mars moves from Gemini to Cancer +2021-06-08T09:10:23.826Z moonrise +2021-06-08T10:26:28.182Z sunrise 2021-06-08T16:02:28.490Z Moon culminates 80.02 degrees above the horizon 2021-06-08T17:23:57.040Z Sun culminates 84.31 degrees above the horizon -2021-06-08T23:00:02.877Z moonset -2021-06-09T00:21:33.893Z sunset -2021-06-09T09:46:54.425Z moonrise +2021-06-08T23:00:02.876Z moonset +2021-06-09T00:21:33.892Z sunset +2021-06-09T09:46:54.426Z moonrise 2021-06-09T10:26:26.536Z sunrise 2021-06-09T16:48:45.503Z Moon culminates 83.37 degrees above the horizon 2021-06-09T17:24:08.919Z Sun culminates 84.39 degrees above the horizon -2021-06-09T23:55:09.297Z moonset +2021-06-09T23:55:09.296Z moonset 2021-06-10T00:21:58.681Z sunset 2021-06-10T01:00:23.435Z Mercury aphelion at 0.4667 AU -2021-06-10T10:26:26.197Z sunrise +2021-06-10T10:26:26.198Z sunrise 2021-06-10T10:27:54.510Z moonrise 2021-06-10T10:53:20.687Z new moon 2021-06-10T17:24:21.032Z Sun culminates 84.47 degrees above the horizon -2021-06-10T17:37:29.327Z Moon culminates 85.73 degrees above the horizon -2021-06-11T00:22:22.622Z sunset +2021-06-10T17:37:29.328Z Moon culminates 85.73 degrees above the horizon +2021-06-11T00:22:22.623Z sunset 2021-06-11T00:50:04.553Z moonset 2021-06-11T01:07:36.505Z Mercury inferior conjunction 2021-06-11T10:26:27.149Z sunrise -2021-06-11T11:13:56.471Z moonrise +2021-06-11T11:13:56.472Z moonrise 2021-06-11T17:24:33.351Z Sun culminates 84.53 degrees above the horizon -2021-06-11T18:28:13.417Z Moon culminates 86.89 degrees above the horizon -2021-06-12T00:22:45.681Z sunset -2021-06-12T01:43:26.563Z moonset +2021-06-11T18:28:13.418Z Moon culminates 86.89 degrees above the horizon +2021-06-12T00:22:45.682Z sunset +2021-06-12T01:43:26.564Z moonset 2021-06-12T10:26:29.372Z sunrise -2021-06-12T12:04:55.118Z moonrise +2021-06-12T12:04:55.119Z moonrise 2021-06-12T17:24:45.850Z Sun culminates 84.59 degrees above the horizon 2021-06-12T17:34:35.375Z Venus perihelion at 0.7184 AU -2021-06-12T19:20:03.813Z Moon culminates 86.74 degrees above the horizon -2021-06-13T00:23:07.823Z sunset -2021-06-13T02:33:49.866Z moonset -2021-06-13T10:26:32.848Z sunrise +2021-06-12T19:20:03.814Z Moon culminates 86.74 degrees above the horizon +2021-06-13T00:23:07.825Z sunset +2021-06-13T02:33:49.867Z moonset +2021-06-13T10:26:32.847Z sunrise 2021-06-13T13:00:01.203Z moonrise 2021-06-13T17:24:58.503Z Sun culminates 84.65 degrees above the horizon -2021-06-13T20:11:53.957Z Moon culminates 85.23 degrees above the horizon -2021-06-14T00:23:29.015Z sunset -2021-06-14T03:20:15.537Z moonset -2021-06-14T10:26:37.557Z sunrise +2021-06-13T20:11:53.958Z Moon culminates 85.23 degrees above the horizon +2021-06-14T00:23:29.016Z sunset +2021-06-14T03:20:15.538Z moonset +2021-06-14T10:26:37.556Z sunrise 2021-06-14T13:57:54.817Z moonrise 2021-06-14T17:25:11.283Z Sun culminates 84.70 degrees above the horizon -2021-06-14T21:02:46.779Z Moon culminates 82.43 degrees above the horizon -2021-06-15T00:23:49.223Z sunset -2021-06-15T04:02:28.730Z moonset -2021-06-15T10:26:43.479Z sunrise +2021-06-14T21:02:46.780Z Moon culminates 82.43 degrees above the horizon +2021-06-15T00:23:49.225Z sunset +2021-06-15T04:02:28.731Z moonset +2021-06-15T10:26:43.478Z sunrise 2021-06-15T14:57:15.223Z moonrise 2021-06-15T17:25:24.164Z Sun culminates 84.74 degrees above the horizon 2021-06-15T21:52:12.663Z Moon culminates 78.47 degrees above the horizon -2021-06-16T00:24:08.418Z sunset -2021-06-16T04:40:56.665Z moonset -2021-06-16T10:26:50.594Z sunrise +2021-06-16T00:24:08.419Z sunset +2021-06-16T04:40:56.666Z moonset +2021-06-16T10:26:50.593Z sunrise 2021-06-16T15:57:09.225Z moonrise -2021-06-16T17:25:37.121Z Sun culminates 84.77 degrees above the horizon -2021-06-16T22:40:15.738Z Moon culminates 73.54 degrees above the horizon +2021-06-16T17:25:37.120Z Sun culminates 84.77 degrees above the horizon +2021-06-16T22:40:15.739Z Moon culminates 73.54 degrees above the horizon 2021-06-17T00:24:26.568Z sunset -2021-06-17T05:16:35.399Z moonset -2021-06-17T10:26:58.881Z sunrise +2021-06-17T05:16:35.400Z moonset +2021-06-17T10:26:58.880Z sunrise 2021-06-17T16:57:23.772Z moonrise -2021-06-17T17:25:50.129Z Sun culminates 84.80 degrees above the horizon +2021-06-17T17:25:50.128Z Sun culminates 84.80 degrees above the horizon 2021-06-17T23:27:30.140Z Moon culminates 67.88 degrees above the horizon -2021-06-18T00:24:43.647Z sunset +2021-06-18T00:24:43.646Z sunset 2021-06-18T03:54:55.152Z first quarter 2021-06-18T05:50:37.122Z moonset 2021-06-18T10:27:08.319Z sunrise 2021-06-18T17:26:03.164Z Sun culminates 84.82 degrees above the horizon 2021-06-18T17:58:22.741Z moonrise 2021-06-19T00:14:52.273Z Moon culminates 61.71 degrees above the horizon -2021-06-19T00:24:59.627Z sunset -2021-06-19T06:24:23.571Z moonset -2021-06-19T10:27:18.887Z sunrise +2021-06-19T00:24:59.625Z sunset +2021-06-19T06:24:23.572Z moonset +2021-06-19T10:27:18.889Z sunrise 2021-06-19T17:26:16.204Z Sun culminates 84.83 degrees above the horizon -2021-06-19T19:00:54.684Z moonrise -2021-06-20T00:25:14.484Z sunset -2021-06-20T01:03:32.968Z Moon culminates 55.34 degrees above the horizon -2021-06-20T06:59:25.188Z moonset -2021-06-20T10:27:30.566Z sunrise -2021-06-20T17:26:29.227Z Sun culminates 84.84 degrees above the horizon +2021-06-19T19:00:54.683Z moonrise +2021-06-20T00:25:14.482Z sunset +2021-06-20T01:03:32.969Z Moon culminates 55.34 degrees above the horizon +2021-06-20T06:59:25.189Z moonset +2021-06-20T10:27:30.568Z sunrise +2021-06-20T17:26:29.228Z Sun culminates 84.84 degrees above the horizon 2021-06-20T20:05:54.855Z moonrise -2021-06-21T00:25:28.197Z sunset -2021-06-21T01:54:48.822Z Moon culminates 49.11 degrees above the horizon -2021-06-21T03:31:54.546Z June solstice -2021-06-21T07:37:22.649Z moonset -2021-06-21T10:27:43.334Z sunrise +2021-06-21T00:25:28.196Z sunset +2021-06-21T01:54:48.823Z Moon culminates 49.11 degrees above the horizon +2021-06-21T03:31:53.701Z June solstice +2021-06-21T07:37:22.650Z moonset +2021-06-21T10:27:43.336Z sunrise 2021-06-21T17:26:42.212Z Sun culminates 84.84 degrees above the horizon 2021-06-21T21:13:58.600Z moonrise -2021-06-22T00:25:40.745Z sunset +2021-06-22T00:25:40.744Z sunset 2021-06-22T02:49:47.961Z Moon culminates 43.47 degrees above the horizon -2021-06-22T08:20:04.833Z moonset -2021-06-22T10:27:57.169Z sunrise +2021-06-22T08:20:04.835Z moonset +2021-06-22T10:27:57.171Z sunrise 2021-06-22T17:26:55.138Z Sun culminates 84.83 degrees above the horizon 2021-06-22T22:24:42.737Z moonrise -2021-06-23T00:25:52.109Z sunset +2021-06-23T00:25:52.108Z sunset 2021-06-23T03:49:04.402Z Moon culminates 38.92 degrees above the horizon -2021-06-23T09:09:13.098Z moonset +2021-06-23T09:09:13.099Z moonset 2021-06-23T09:54:22.274Z lunar perigee at 359948 km -2021-06-23T10:28:12.050Z sunrise +2021-06-23T10:28:12.051Z sunrise 2021-06-23T17:27:07.985Z Sun culminates 84.82 degrees above the horizon 2021-06-23T23:36:07.540Z moonrise 2021-06-24T00:26:02.271Z sunset 2021-06-24T04:52:03.348Z Moon culminates 35.98 degrees above the horizon -2021-06-24T10:05:41.044Z moonset -2021-06-24T10:28:27.954Z sunrise -2021-06-24T17:27:20.734Z Sun culminates 84.79 degrees above the horizon +2021-06-24T10:05:41.043Z moonset +2021-06-24T10:28:27.953Z sunrise +2021-06-24T17:27:20.733Z Sun culminates 84.79 degrees above the horizon 2021-06-24T18:40:15.190Z full moon 2021-06-25T00:26:11.216Z sunset -2021-06-25T00:44:42.834Z moonrise -2021-06-25T05:56:42.291Z Moon culminates 34.97 degrees above the horizon -2021-06-25T10:28:44.858Z sunrise -2021-06-25T11:08:39.867Z moonset -2021-06-25T12:31:30.053Z Venus moves from Gemini to Cancer -2021-06-25T17:27:33.365Z Sun culminates 84.77 degrees above the horizon -2021-06-26T00:26:18.928Z sunset -2021-06-26T01:46:52.868Z moonrise -2021-06-26T07:00:04.592Z Moon culminates 35.97 degrees above the horizon -2021-06-26T10:29:02.740Z sunrise -2021-06-26T12:15:23.521Z moonset -2021-06-26T17:27:45.859Z Sun culminates 84.73 degrees above the horizon -2021-06-27T00:26:25.391Z sunset +2021-06-25T00:44:42.833Z moonrise +2021-06-25T05:56:42.290Z Moon culminates 34.97 degrees above the horizon +2021-06-25T10:28:44.857Z sunrise +2021-06-25T11:08:39.865Z moonset +2021-06-25T12:31:30.712Z Venus moves from Gemini to Cancer +2021-06-25T17:27:33.364Z Sun culminates 84.77 degrees above the horizon +2021-06-26T00:26:18.927Z sunset +2021-06-26T01:46:52.867Z moonrise +2021-06-26T07:00:04.591Z Moon culminates 35.97 degrees above the horizon +2021-06-26T10:29:02.739Z sunrise +2021-06-26T12:15:23.519Z moonset +2021-06-26T17:27:45.858Z Sun culminates 84.73 degrees above the horizon +2021-06-27T00:26:25.389Z sunset 2021-06-27T02:40:41.907Z moonrise -2021-06-27T07:59:37.323Z Moon culminates 38.71 degrees above the horizon -2021-06-27T10:29:21.577Z sunrise -2021-06-27T13:22:18.752Z moonset -2021-06-27T17:27:58.198Z Sun culminates 84.69 degrees above the horizon -2021-06-28T00:26:30.590Z sunset +2021-06-27T07:59:37.322Z Moon culminates 38.71 degrees above the horizon +2021-06-27T10:29:21.576Z sunrise +2021-06-27T13:22:18.749Z moonset +2021-06-27T17:27:58.196Z Sun culminates 84.69 degrees above the horizon +2021-06-28T00:26:30.588Z sunset 2021-06-28T03:26:21.164Z moonrise -2021-06-28T08:54:08.184Z Moon culminates 42.76 degrees above the horizon -2021-06-28T10:29:41.345Z sunrise -2021-06-28T14:26:45.068Z moonset -2021-06-28T17:28:10.362Z Sun culminates 84.64 degrees above the horizon -2021-06-29T00:26:34.513Z sunset +2021-06-28T08:54:08.183Z Moon culminates 42.76 degrees above the horizon +2021-06-28T10:29:41.344Z sunrise +2021-06-28T14:26:45.065Z moonset +2021-06-28T17:28:10.360Z Sun culminates 84.64 degrees above the horizon +2021-06-29T00:26:34.511Z sunset 2021-06-29T04:05:19.366Z moonrise -2021-06-29T09:43:44.681Z Moon culminates 47.67 degrees above the horizon +2021-06-29T09:43:44.680Z Moon culminates 47.67 degrees above the horizon 2021-06-29T10:30:02.019Z sunrise -2021-06-29T15:27:36.923Z moonset -2021-06-29T17:28:22.332Z Sun culminates 84.59 degrees above the horizon -2021-06-30T00:26:37.146Z sunset -2021-06-30T04:39:26.876Z moonrise -2021-06-30T10:29:21.768Z Moon culminates 53.04 degrees above the horizon +2021-06-29T15:27:36.922Z moonset +2021-06-29T17:28:22.331Z Sun culminates 84.59 degrees above the horizon +2021-06-30T00:26:37.144Z sunset +2021-06-30T04:39:26.877Z moonrise +2021-06-30T10:29:21.767Z Moon culminates 53.04 degrees above the horizon 2021-06-30T10:30:23.575Z sunrise -2021-06-30T16:25:04.387Z moonset -2021-06-30T17:28:34.089Z Sun culminates 84.52 degrees above the horizon -2021-07-01T00:26:38.477Z sunset -2021-07-01T05:10:27.113Z moonrise +2021-06-30T16:25:04.385Z moonset +2021-06-30T17:28:34.088Z Sun culminates 84.52 degrees above the horizon +2021-07-01T00:26:38.475Z sunset +2021-07-01T05:10:27.115Z moonrise 2021-07-01T10:30:45.986Z sunrise 2021-07-01T11:12:12.294Z Moon culminates 58.60 degrees above the horizon -2021-07-01T17:19:57.315Z moonset -2021-07-01T17:28:45.614Z Sun culminates 84.46 degrees above the horizon +2021-07-01T17:19:57.313Z moonset +2021-07-01T17:28:45.613Z Sun culminates 84.46 degrees above the horizon 2021-07-01T21:11:20.205Z third quarter -2021-07-02T00:26:38.494Z sunset -2021-07-02T05:39:49.712Z moonrise +2021-07-02T00:26:38.492Z sunset +2021-07-02T05:39:49.713Z moonrise 2021-07-02T10:31:09.222Z sunrise 2021-07-02T11:53:30.842Z Moon culminates 64.11 degrees above the horizon -2021-07-02T17:28:56.887Z Sun culminates 84.38 degrees above the horizon -2021-07-02T18:13:18.904Z moonset -2021-07-03T00:26:37.186Z sunset -2021-07-03T06:08:53.143Z moonrise +2021-07-02T17:28:56.886Z Sun culminates 84.38 degrees above the horizon +2021-07-02T18:13:18.903Z moonset +2021-07-03T00:26:37.184Z sunset +2021-07-03T06:08:53.144Z moonrise 2021-07-03T10:31:33.255Z sunrise 2021-07-03T12:34:27.335Z Moon culminates 69.40 degrees above the horizon 2021-07-03T17:29:07.885Z Sun culminates 84.30 degrees above the horizon -2021-07-03T19:06:10.609Z moonset -2021-07-04T00:26:34.541Z sunset -2021-07-04T06:38:49.631Z moonrise +2021-07-03T19:06:10.608Z moonset +2021-07-04T00:26:34.539Z sunset +2021-07-04T06:38:49.632Z moonrise 2021-07-04T10:31:58.054Z sunrise 2021-07-04T13:16:04.744Z Moon culminates 74.32 degrees above the horizon -2021-07-04T17:29:18.590Z Sun culminates 84.21 degrees above the horizon +2021-07-04T17:29:18.589Z Sun culminates 84.21 degrees above the horizon 2021-07-04T19:51:27.493Z Mercury max morning elongation: 21.55 degrees from Sun -2021-07-04T19:59:22.802Z moonset -2021-07-05T00:26:30.548Z sunset -2021-07-05T07:10:49.161Z moonrise -2021-07-05T10:32:23.585Z sunrise -2021-07-05T13:59:16.851Z Moon culminates 78.69 degrees above the horizon +2021-07-04T19:59:22.801Z moonset +2021-07-05T00:26:30.546Z sunset +2021-07-05T07:10:49.162Z moonrise +2021-07-05T10:32:23.586Z sunrise +2021-07-05T13:59:16.852Z Moon culminates 78.69 degrees above the horizon 2021-07-05T14:46:47.573Z lunar apogee at 405327 km -2021-07-05T17:29:28.978Z Sun culminates 84.11 degrees above the horizon -2021-07-05T20:53:26.259Z moonset +2021-07-05T17:29:28.977Z Sun culminates 84.11 degrees above the horizon +2021-07-05T20:53:26.258Z moonset 2021-07-05T22:40:55.758Z Earth aphelion at 1.0167 AU -2021-07-06T00:26:25.197Z sunset -2021-07-06T07:46:00.567Z moonrise -2021-07-06T10:32:49.816Z sunrise +2021-07-06T00:26:25.196Z sunset +2021-07-06T07:46:00.569Z moonrise +2021-07-06T10:32:49.817Z sunrise 2021-07-06T14:44:43.651Z Moon culminates 82.34 degrees above the horizon 2021-07-06T17:29:39.027Z Sun culminates 84.01 degrees above the horizon -2021-07-06T21:48:22.578Z moonset -2021-07-07T00:26:18.479Z sunset -2021-07-07T08:25:27.461Z moonrise -2021-07-07T10:33:16.712Z sunrise +2021-07-06T21:48:22.577Z moonset +2021-07-07T00:26:18.478Z sunset +2021-07-07T08:25:27.463Z moonrise +2021-07-07T10:33:16.713Z sunrise 2021-07-07T15:32:43.692Z Moon culminates 85.05 degrees above the horizon -2021-07-07T17:29:48.716Z Sun culminates 83.90 degrees above the horizon +2021-07-07T17:29:48.717Z Sun culminates 83.90 degrees above the horizon 2021-07-07T22:43:36.156Z moonset -2021-07-08T00:26:10.383Z sunset -2021-07-08T09:09:56.909Z moonrise -2021-07-08T10:33:44.237Z sunrise -2021-07-08T16:23:05.649Z Moon culminates 86.63 degrees above the horizon -2021-07-08T17:29:58.022Z Sun culminates 83.79 degrees above the horizon +2021-07-08T00:26:10.382Z sunset +2021-07-08T09:09:56.910Z moonrise +2021-07-08T10:33:44.239Z sunrise +2021-07-08T16:23:05.650Z Moon culminates 86.63 degrees above the horizon +2021-07-08T17:29:58.023Z Sun culminates 83.79 degrees above the horizon 2021-07-08T23:37:55.382Z moonset 2021-07-09T00:26:00.901Z sunset -2021-07-09T09:59:42.171Z moonrise -2021-07-09T10:34:12.356Z sunrise -2021-07-09T17:15:05.284Z Moon culminates 86.92 degrees above the horizon -2021-07-09T17:30:06.924Z Sun culminates 83.67 degrees above the horizon -2021-07-10T00:25:50.025Z sunset -2021-07-10T00:29:50.607Z moonset +2021-07-09T09:59:42.173Z moonrise +2021-07-09T10:34:12.358Z sunrise +2021-07-09T17:15:05.285Z Moon culminates 86.92 degrees above the horizon +2021-07-09T17:30:06.925Z Sun culminates 83.67 degrees above the horizon +2021-07-10T00:25:50.026Z sunset +2021-07-10T00:29:50.608Z moonset 2021-07-10T01:17:17.113Z new moon -2021-07-10T06:54:53.091Z Mercury moves from Taurus to Orion -2021-07-10T10:34:41.034Z sunrise -2021-07-10T10:54:08.731Z moonrise -2021-07-10T13:51:34.451Z Mars moves from Cancer to Leo -2021-07-10T17:30:15.399Z Sun culminates 83.54 degrees above the horizon -2021-07-10T18:07:34.755Z Moon culminates 85.82 degrees above the horizon -2021-07-11T00:25:37.748Z sunset -2021-07-11T01:18:05.289Z moonset +2021-07-10T06:54:53.714Z Mercury moves from Taurus to Orion +2021-07-10T10:34:41.035Z sunrise +2021-07-10T10:54:08.732Z moonrise +2021-07-10T13:51:35.761Z Mars moves from Cancer to Leo +2021-07-10T17:30:15.400Z Sun culminates 83.54 degrees above the horizon +2021-07-10T18:07:34.756Z Moon culminates 85.82 degrees above the horizon +2021-07-11T00:25:37.750Z sunset +2021-07-11T01:18:05.290Z moonset 2021-07-11T10:35:10.234Z sunrise -2021-07-11T11:51:58.372Z moonrise -2021-07-11T17:30:23.427Z Sun culminates 83.40 degrees above the horizon -2021-07-11T18:59:24.233Z Moon culminates 83.38 degrees above the horizon -2021-07-11T21:39:34.282Z Venus moves from Cancer to Leo -2021-07-12T00:25:24.065Z sunset -2021-07-12T02:02:02.580Z moonset -2021-07-12T03:31:38.921Z Mercury moves from Orion to Gemini +2021-07-11T11:51:58.373Z moonrise +2021-07-11T17:30:23.428Z Sun culminates 83.40 degrees above the horizon +2021-07-11T18:59:24.234Z Moon culminates 83.38 degrees above the horizon +2021-07-11T21:39:34.952Z Venus moves from Cancer to Leo +2021-07-12T00:25:24.066Z sunset +2021-07-12T02:02:02.581Z moonset +2021-07-12T03:31:39.464Z Mercury moves from Orion to Gemini 2021-07-12T10:35:39.920Z sunrise -2021-07-12T12:51:36.352Z moonrise +2021-07-12T12:51:36.353Z moonrise 2021-07-12T17:30:30.988Z Sun culminates 83.26 degrees above the horizon -2021-07-12T19:49:45.282Z Moon culminates 79.70 degrees above the horizon -2021-07-13T00:25:08.971Z sunset +2021-07-12T19:49:45.283Z Moon culminates 79.70 degrees above the horizon +2021-07-13T00:25:08.972Z sunset 2021-07-13T00:36:06.379Z Mars aphelion at 1.6660 AU 2021-07-13T02:41:52.124Z moonset 2021-07-13T10:36:10.059Z sunrise 2021-07-13T13:51:46.379Z moonrise 2021-07-13T17:30:38.063Z Sun culminates 83.12 degrees above the horizon 2021-07-13T20:38:23.816Z Moon culminates 75.01 degrees above the horizon -2021-07-14T00:24:52.463Z sunset +2021-07-14T00:24:52.464Z sunset 2021-07-14T03:18:19.470Z moonset 2021-07-14T10:36:40.617Z sunrise -2021-07-14T14:51:52.398Z moonrise +2021-07-14T14:51:52.399Z moonrise 2021-07-14T17:30:44.634Z Sun culminates 82.96 degrees above the horizon 2021-07-14T21:25:39.864Z Moon culminates 69.54 degrees above the horizon -2021-07-15T00:24:34.541Z sunset -2021-07-15T03:52:31.084Z moonset +2021-07-15T00:24:34.540Z sunset +2021-07-15T03:52:31.083Z moonset 2021-07-15T10:37:11.562Z sunrise 2021-07-15T15:52:00.739Z moonrise 2021-07-15T17:30:50.687Z Sun culminates 82.80 degrees above the horizon 2021-07-15T22:12:19.885Z Moon culminates 63.56 degrees above the horizon -2021-07-16T00:24:15.205Z sunset +2021-07-16T00:24:15.203Z sunset 2021-07-16T04:25:44.233Z moonset -2021-07-16T10:37:42.862Z sunrise +2021-07-16T10:37:42.863Z sunrise 2021-07-16T16:52:49.522Z moonrise 2021-07-16T17:30:56.206Z Sun culminates 82.64 degrees above the horizon 2021-07-16T22:59:27.904Z Moon culminates 57.34 degrees above the horizon -2021-07-17T00:23:54.457Z sunset +2021-07-17T00:23:54.456Z sunset 2021-07-17T04:59:23.568Z moonset 2021-07-17T10:11:14.524Z first quarter -2021-07-17T10:38:14.488Z sunrise +2021-07-17T10:38:14.490Z sunrise 2021-07-17T17:31:01.180Z Sun culminates 82.47 degrees above the horizon -2021-07-17T17:55:12.627Z moonrise +2021-07-17T17:55:12.628Z moonrise 2021-07-17T22:30:37.119Z Pluto opposition -2021-07-17T23:48:17.422Z Moon culminates 51.18 degrees above the horizon -2021-07-18T00:23:32.305Z sunset +2021-07-17T23:48:17.423Z Moon culminates 51.18 degrees above the horizon +2021-07-18T00:23:32.303Z sunset 2021-07-18T05:35:02.053Z moonset -2021-07-18T10:38:46.413Z sunrise -2021-07-18T17:31:05.597Z Sun culminates 82.29 degrees above the horizon -2021-07-18T18:59:59.088Z moonrise -2021-07-19T00:23:08.753Z sunset -2021-07-19T00:40:01.624Z Moon culminates 45.46 degrees above the horizon -2021-07-19T06:14:21.991Z moonset -2021-07-19T10:39:18.608Z sunrise +2021-07-18T10:38:46.415Z sunrise +2021-07-18T17:31:05.598Z Sun culminates 82.29 degrees above the horizon +2021-07-18T18:59:59.089Z moonrise +2021-07-19T00:23:08.752Z sunset +2021-07-19T00:40:01.625Z Moon culminates 45.46 degrees above the horizon +2021-07-19T06:14:21.992Z moonset +2021-07-19T10:39:18.610Z sunrise 2021-07-19T17:31:09.450Z Sun culminates 82.11 degrees above the horizon -2021-07-19T20:07:24.205Z moonrise -2021-07-20T00:22:43.812Z sunset -2021-07-20T01:35:36.632Z Moon culminates 40.59 degrees above the horizon +2021-07-19T20:07:24.206Z moonrise +2021-07-20T00:22:43.811Z sunset +2021-07-20T01:35:36.633Z Moon culminates 40.59 degrees above the horizon 2021-07-20T06:59:09.120Z moonset -2021-07-20T10:39:51.050Z sunrise +2021-07-20T10:39:51.051Z sunrise 2021-07-20T17:31:12.730Z Sun culminates 81.92 degrees above the horizon -2021-07-20T21:16:33.466Z moonrise +2021-07-20T21:16:33.467Z moonrise 2021-07-21T00:22:17.492Z sunset 2021-07-21T02:35:14.216Z Moon culminates 37.03 degrees above the horizon 2021-07-21T07:50:49.211Z moonset 2021-07-21T10:24:32.275Z lunar perigee at 364511 km -2021-07-21T10:40:23.712Z sunrise -2021-07-21T17:31:15.431Z Sun culminates 81.72 degrees above the horizon -2021-07-21T22:25:01.062Z moonrise +2021-07-21T10:40:23.713Z sunrise +2021-07-21T17:31:15.432Z Sun culminates 81.72 degrees above the horizon +2021-07-21T22:25:01.063Z moonrise 2021-07-22T00:21:49.806Z sunset -2021-07-22T03:37:52.683Z Moon culminates 35.17 degrees above the horizon +2021-07-22T03:37:52.684Z Moon culminates 35.17 degrees above the horizon 2021-07-22T08:49:41.809Z moonset 2021-07-22T10:40:56.574Z sunrise 2021-07-22T17:31:17.550Z Sun culminates 81.52 degrees above the horizon -2021-07-22T23:29:24.000Z moonrise +2021-07-22T23:29:24.001Z moonrise 2021-07-23T00:21:20.767Z sunset 2021-07-23T04:41:14.869Z Moon culminates 35.25 degrees above the horizon -2021-07-23T09:54:15.923Z moonset +2021-07-23T09:54:15.922Z moonset 2021-07-23T10:41:29.612Z sunrise 2021-07-23T17:31:19.081Z Sun culminates 81.32 degrees above the horizon 2021-07-24T00:20:50.389Z sunset @@ -464,49 +464,49 @@ 2021-07-24T00:38:40.840Z Mercury perihelion at 0.3075 AU 2021-07-24T02:37:29.061Z full moon 2021-07-24T05:42:36.643Z Moon culminates 37.21 degrees above the horizon -2021-07-24T10:42:02.808Z sunrise -2021-07-24T11:01:24.737Z moonset +2021-07-24T10:42:02.807Z sunrise +2021-07-24T11:01:24.736Z moonset 2021-07-24T17:31:20.024Z Sun culminates 81.11 degrees above the horizon 2021-07-25T00:20:18.687Z sunset -2021-07-25T01:16:31.458Z moonrise +2021-07-25T01:16:31.459Z moonrise 2021-07-25T06:39:57.187Z Moon culminates 40.73 degrees above the horizon -2021-07-25T10:42:36.142Z sunrise -2021-07-25T12:07:51.321Z moonset +2021-07-25T10:42:36.141Z sunrise +2021-07-25T12:07:51.319Z moonset 2021-07-25T17:31:20.376Z Sun culminates 80.89 degrees above the horizon 2021-07-26T00:19:45.677Z sunset -2021-07-26T01:58:57.799Z moonrise +2021-07-26T01:58:57.800Z moonrise 2021-07-26T07:32:33.939Z Moon culminates 45.37 degrees above the horizon 2021-07-26T10:43:09.596Z sunrise -2021-07-26T13:11:29.603Z moonset +2021-07-26T13:11:29.601Z moonset 2021-07-26T17:31:20.137Z Sun culminates 80.67 degrees above the horizon -2021-07-27T00:19:11.376Z sunset +2021-07-27T00:19:11.375Z sunset 2021-07-27T02:35:46.377Z moonrise -2021-07-27T02:51:43.442Z Mercury moves from Gemini to Cancer +2021-07-27T02:51:43.820Z Mercury moves from Gemini to Cancer 2021-07-27T08:20:49.880Z Moon culminates 50.69 degrees above the horizon -2021-07-27T10:43:43.155Z sunrise -2021-07-27T14:11:41.623Z moonset -2021-07-27T17:31:19.307Z Sun culminates 80.44 degrees above the horizon +2021-07-27T10:43:43.154Z sunrise +2021-07-27T14:11:41.622Z moonset +2021-07-27T17:31:19.306Z Sun culminates 80.44 degrees above the horizon 2021-07-28T00:18:35.799Z sunset -2021-07-28T03:08:39.767Z moonrise +2021-07-28T03:08:39.768Z moonrise 2021-07-28T09:05:43.383Z Moon culminates 56.32 degrees above the horizon 2021-07-28T10:44:16.800Z sunrise 2021-07-28T15:08:50.711Z moonset 2021-07-28T17:31:17.886Z Sun culminates 80.21 degrees above the horizon -2021-07-29T00:17:58.966Z sunset -2021-07-29T03:39:12.011Z moonrise +2021-07-29T00:17:58.965Z sunset +2021-07-29T03:39:12.012Z moonrise 2021-07-29T09:48:24.903Z Moon culminates 62.00 degrees above the horizon 2021-07-29T10:44:50.517Z sunrise -2021-07-29T16:03:49.496Z moonset +2021-07-29T16:03:49.495Z moonset 2021-07-29T17:31:15.875Z Sun culminates 79.97 degrees above the horizon 2021-07-30T00:17:20.892Z sunset -2021-07-30T04:08:45.999Z moonrise +2021-07-30T04:08:46.000Z moonrise 2021-07-30T10:30:05.019Z Moon culminates 67.49 degrees above the horizon -2021-07-30T10:45:24.289Z sunrise +2021-07-30T10:45:24.288Z sunrise 2021-07-30T16:57:38.228Z moonset 2021-07-30T17:31:13.275Z Sun culminates 79.73 degrees above the horizon -2021-07-31T00:16:41.597Z sunset -2021-07-31T04:38:36.829Z moonrise -2021-07-31T10:45:58.099Z sunrise +2021-07-31T00:16:41.596Z sunset +2021-07-31T04:38:36.830Z moonrise +2021-07-31T10:45:58.098Z sunrise 2021-07-31T11:11:49.592Z Moon culminates 72.63 degrees above the horizon 2021-07-31T13:16:41.852Z third quarter 2021-07-31T17:31:10.087Z Sun culminates 79.48 degrees above the horizon @@ -517,66 +517,66 @@ 2021-08-01T11:54:37.263Z Moon culminates 77.26 degrees above the horizon 2021-08-01T13:54:50.643Z Mercury superior conjunction 2021-08-01T17:31:06.310Z Sun culminates 79.23 degrees above the horizon -2021-08-01T18:45:11.393Z moonset +2021-08-01T18:45:11.394Z moonset 2021-08-02T00:15:19.411Z sunset 2021-08-02T05:43:54.407Z moonrise 2021-08-02T06:02:00.626Z Saturn opposition 2021-08-02T07:35:59.952Z lunar apogee at 404396 km -2021-08-02T10:47:05.766Z sunrise +2021-08-02T10:47:05.767Z sunrise 2021-08-02T12:39:16.067Z Moon culminates 81.20 degrees above the horizon 2021-08-02T17:31:01.946Z Sun culminates 78.97 degrees above the horizon -2021-08-02T19:39:53.679Z moonset -2021-08-03T00:14:36.557Z sunset +2021-08-02T19:39:53.680Z moonset +2021-08-03T00:14:36.556Z sunset 2021-08-03T06:21:40.368Z moonrise -2021-08-03T10:47:39.590Z sunrise -2021-08-03T13:26:17.397Z Moon culminates 84.27 degrees above the horizon -2021-08-03T17:30:56.994Z Sun culminates 78.71 degrees above the horizon -2021-08-03T20:35:03.544Z moonset -2021-08-04T00:13:52.551Z sunset +2021-08-03T10:47:39.591Z sunrise +2021-08-03T13:26:17.398Z Moon culminates 84.27 degrees above the horizon +2021-08-03T17:30:56.995Z Sun culminates 78.71 degrees above the horizon +2021-08-03T20:35:03.545Z moonset +2021-08-04T00:13:52.550Z sunset 2021-08-04T07:04:12.822Z moonrise -2021-08-04T10:48:13.384Z sunrise -2021-08-04T14:15:47.686Z Moon culminates 86.28 degrees above the horizon -2021-08-04T17:30:51.455Z Sun culminates 78.44 degrees above the horizon -2021-08-04T21:29:49.200Z moonset +2021-08-04T10:48:13.385Z sunrise +2021-08-04T14:15:47.687Z Moon culminates 86.28 degrees above the horizon +2021-08-04T17:30:51.456Z Sun culminates 78.44 degrees above the horizon +2021-08-04T21:29:49.202Z moonset 2021-08-05T00:13:07.411Z sunset -2021-08-05T07:52:05.890Z moonrise -2021-08-05T10:48:47.131Z sunrise -2021-08-05T14:32:19.701Z Mercury moves from Cancer to Leo -2021-08-05T15:07:21.631Z Moon culminates 87.04 degrees above the horizon -2021-08-05T17:30:45.329Z Sun culminates 78.17 degrees above the horizon -2021-08-05T22:22:51.273Z moonset -2021-08-06T00:12:21.155Z sunset -2021-08-06T08:45:11.068Z moonrise -2021-08-06T10:49:20.814Z sunrise -2021-08-06T16:00:03.991Z Moon culminates 86.43 degrees above the horizon -2021-08-06T17:30:38.616Z Sun culminates 77.89 degrees above the horizon -2021-08-06T23:12:47.653Z moonset -2021-08-07T00:11:33.800Z sunset -2021-08-07T09:42:29.840Z moonrise -2021-08-07T10:49:54.417Z sunrise -2021-08-07T16:52:44.711Z Moon culminates 84.42 degrees above the horizon -2021-08-07T17:30:31.316Z Sun culminates 77.61 degrees above the horizon -2021-08-07T23:58:43.407Z moonset -2021-08-08T00:10:45.363Z sunset -2021-08-08T10:42:29.564Z moonrise +2021-08-05T07:52:05.891Z moonrise +2021-08-05T10:48:47.133Z sunrise +2021-08-05T14:32:20.110Z Mercury moves from Cancer to Leo +2021-08-05T15:07:21.633Z Moon culminates 87.04 degrees above the horizon +2021-08-05T17:30:45.330Z Sun culminates 78.17 degrees above the horizon +2021-08-05T22:22:51.276Z moonset +2021-08-06T00:12:21.156Z sunset +2021-08-06T08:45:11.069Z moonrise +2021-08-06T10:49:20.816Z sunrise +2021-08-06T16:00:03.992Z Moon culminates 86.43 degrees above the horizon +2021-08-06T17:30:38.617Z Sun culminates 77.89 degrees above the horizon +2021-08-06T23:12:47.656Z moonset +2021-08-07T00:11:33.801Z sunset +2021-08-07T09:42:29.841Z moonrise +2021-08-07T10:49:54.418Z sunrise +2021-08-07T16:52:44.713Z Moon culminates 84.42 degrees above the horizon +2021-08-07T17:30:31.317Z Sun culminates 77.61 degrees above the horizon +2021-08-07T23:58:43.410Z moonset +2021-08-08T00:10:45.364Z sunset +2021-08-08T10:42:29.565Z moonrise 2021-08-08T10:50:27.923Z sunrise 2021-08-08T13:50:47.203Z new moon -2021-08-08T17:30:23.430Z Sun culminates 77.33 degrees above the horizon -2021-08-08T17:44:22.546Z Moon culminates 81.09 degrees above the horizon -2021-08-09T00:09:55.861Z sunset -2021-08-09T00:40:27.597Z moonset +2021-08-08T17:30:23.431Z Sun culminates 77.33 degrees above the horizon +2021-08-08T17:44:22.547Z Moon culminates 81.09 degrees above the horizon +2021-08-09T00:09:55.863Z sunset +2021-08-09T00:40:27.599Z moonset 2021-08-09T10:51:01.316Z sunrise -2021-08-09T11:43:37.757Z moonrise +2021-08-09T11:43:37.758Z moonrise 2021-08-09T17:30:14.960Z Sun culminates 77.04 degrees above the horizon -2021-08-09T18:34:24.490Z Moon culminates 76.61 degrees above the horizon -2021-08-10T00:09:05.314Z sunset -2021-08-10T01:18:30.281Z moonset +2021-08-09T18:34:24.491Z Moon culminates 76.61 degrees above the horizon +2021-08-10T00:09:05.315Z sunset +2021-08-10T01:18:30.282Z moonset 2021-08-10T10:51:34.584Z sunrise 2021-08-10T12:44:53.137Z moonrise -2021-08-10T17:30:05.907Z Sun culminates 76.75 degrees above the horizon -2021-08-10T19:22:52.349Z Moon culminates 71.24 degrees above the horizon -2021-08-10T21:32:39.205Z Venus moves from Leo to Virgo -2021-08-11T00:08:13.738Z sunset +2021-08-10T17:30:05.908Z Sun culminates 76.75 degrees above the horizon +2021-08-10T19:22:52.350Z Moon culminates 71.24 degrees above the horizon +2021-08-10T21:32:39.875Z Venus moves from Leo to Virgo +2021-08-11T00:08:13.739Z sunset 2021-08-11T01:53:48.772Z moonset 2021-08-11T10:52:07.713Z sunrise 2021-08-11T13:45:57.559Z moonrise @@ -584,111 +584,111 @@ 2021-08-11T20:10:18.162Z Moon culminates 65.28 degrees above the horizon 2021-08-12T00:07:21.154Z sunset 2021-08-12T02:27:34.926Z moonset -2021-08-12T10:52:40.691Z sunrise +2021-08-12T10:52:40.692Z sunrise 2021-08-12T14:47:10.191Z moonrise 2021-08-12T17:29:46.071Z Sun culminates 76.15 degrees above the horizon 2021-08-12T20:57:35.190Z Moon culminates 59.02 degrees above the horizon 2021-08-13T00:06:27.580Z sunset 2021-08-13T03:01:08.581Z moonset -2021-08-13T10:53:13.510Z sunrise -2021-08-13T15:49:12.673Z moonrise +2021-08-13T10:53:13.511Z sunrise +2021-08-13T15:49:12.674Z moonrise 2021-08-13T17:29:35.297Z Sun culminates 75.84 degrees above the horizon 2021-08-13T21:45:48.873Z Moon culminates 52.79 degrees above the horizon -2021-08-14T00:05:33.039Z sunset +2021-08-14T00:05:33.038Z sunset 2021-08-14T03:35:56.335Z moonset -2021-08-14T10:53:46.162Z sunrise -2021-08-14T16:52:50.084Z moonrise +2021-08-14T10:53:46.163Z sunrise +2021-08-14T16:52:50.085Z moonrise 2021-08-14T17:29:23.961Z Sun culminates 75.53 degrees above the horizon 2021-08-14T22:36:07.603Z Moon culminates 46.94 degrees above the horizon -2021-08-15T00:04:37.551Z sunset -2021-08-15T04:13:32.258Z moonset -2021-08-15T10:54:18.639Z sunrise +2021-08-15T00:04:37.550Z sunset +2021-08-15T04:13:32.257Z moonset +2021-08-15T10:54:18.640Z sunrise 2021-08-15T15:20:09.381Z first quarter -2021-08-15T17:29:12.072Z Sun culminates 75.22 degrees above the horizon -2021-08-15T17:58:26.955Z moonrise -2021-08-15T23:29:29.904Z Moon culminates 41.85 degrees above the horizon -2021-08-16T00:03:41.141Z sunset +2021-08-15T17:29:12.073Z Sun culminates 75.22 degrees above the horizon +2021-08-15T17:58:26.956Z moonrise +2021-08-15T23:29:29.905Z Moon culminates 41.85 degrees above the horizon +2021-08-16T00:03:41.140Z sunset 2021-08-16T04:55:35.264Z moonset -2021-08-16T10:54:50.938Z sunrise +2021-08-16T10:54:50.939Z sunrise 2021-08-16T17:28:59.641Z Sun culminates 74.90 degrees above the horizon -2021-08-16T19:05:37.915Z moonrise +2021-08-16T19:05:37.916Z moonrise 2021-08-17T00:02:43.832Z sunset 2021-08-17T00:26:24.451Z Moon culminates 37.91 degrees above the horizon -2021-08-17T05:43:35.327Z moonset +2021-08-17T05:43:35.326Z moonset 2021-08-17T09:16:15.031Z lunar perigee at 369115 km -2021-08-17T10:55:23.054Z sunrise +2021-08-17T10:55:23.055Z sunrise 2021-08-17T17:28:46.677Z Sun culminates 74.58 degrees above the horizon -2021-08-17T20:12:44.075Z moonrise -2021-08-18T00:01:45.649Z sunset +2021-08-17T20:12:44.077Z moonrise +2021-08-18T00:01:45.650Z sunset 2021-08-18T01:26:25.584Z Moon culminates 35.50 degrees above the horizon -2021-08-18T06:38:21.368Z moonset +2021-08-18T06:38:21.366Z moonset 2021-08-18T10:55:54.988Z sunrise 2021-08-18T17:28:33.194Z Sun culminates 74.26 degrees above the horizon -2021-08-18T21:17:03.268Z moonrise -2021-08-18T22:20:32.487Z Jupiter moves from Aquarius to Capricornus -2021-08-19T00:00:46.620Z sunset +2021-08-18T21:17:03.269Z moonrise +2021-08-18T22:20:26.307Z Jupiter moves from Aquarius to Capricornus +2021-08-19T00:00:46.621Z sunset 2021-08-19T02:28:00.947Z Moon culminates 34.88 degrees above the horizon -2021-08-19T07:39:19.267Z moonset -2021-08-19T10:56:26.738Z sunrise +2021-08-19T07:39:19.265Z moonset +2021-08-19T10:56:26.737Z sunrise 2021-08-19T17:28:19.205Z Sun culminates 73.93 degrees above the horizon -2021-08-19T22:15:51.351Z moonrise -2021-08-19T23:59:46.769Z sunset +2021-08-19T22:15:51.353Z moonrise +2021-08-19T23:59:46.771Z sunset 2021-08-20T00:15:18.108Z Jupiter opposition 2021-08-20T03:28:54.089Z Moon culminates 36.10 degrees above the horizon -2021-08-20T08:44:18.083Z moonset -2021-08-20T10:56:58.307Z sunrise +2021-08-20T08:44:18.081Z moonset +2021-08-20T10:56:58.306Z sunrise 2021-08-20T17:28:04.725Z Sun culminates 73.60 degrees above the horizon -2021-08-20T23:07:35.783Z moonrise -2021-08-20T23:58:46.126Z sunset +2021-08-20T23:07:35.785Z moonrise +2021-08-20T23:58:46.127Z sunset 2021-08-21T04:26:58.497Z Moon culminates 38.98 degrees above the horizon -2021-08-21T09:50:18.202Z moonset -2021-08-21T10:57:29.699Z sunrise +2021-08-21T09:50:18.200Z moonset +2021-08-21T10:57:29.697Z sunrise 2021-08-21T17:27:49.769Z Sun culminates 73.27 degrees above the horizon -2021-08-21T23:52:19.105Z moonrise -2021-08-21T23:57:44.716Z sunset +2021-08-21T23:52:19.107Z moonrise +2021-08-21T23:57:44.717Z sunset 2021-08-22T05:21:03.353Z Moon culminates 43.18 degrees above the horizon -2021-08-22T10:54:49.662Z moonset -2021-08-22T10:58:00.917Z sunrise +2021-08-22T10:54:49.661Z moonset +2021-08-22T10:58:00.916Z sunrise 2021-08-22T12:02:35.756Z full moon 2021-08-22T17:27:34.354Z Sun culminates 72.93 degrees above the horizon -2021-08-22T23:56:42.567Z sunset -2021-08-23T00:31:08.792Z moonrise +2021-08-22T23:56:42.568Z sunset +2021-08-23T00:31:08.793Z moonrise 2021-08-23T06:11:01.554Z Moon culminates 48.27 degrees above the horizon -2021-08-23T10:58:31.970Z sunrise -2021-08-23T11:56:35.959Z moonset +2021-08-23T10:58:31.969Z sunrise +2021-08-23T11:56:35.957Z moonset 2021-08-23T17:27:18.498Z Sun culminates 72.59 degrees above the horizon -2021-08-23T23:55:39.707Z sunset -2021-08-24T01:05:36.428Z moonrise +2021-08-23T23:55:39.708Z sunset +2021-08-24T01:05:36.429Z moonrise 2021-08-24T06:57:30.330Z Moon culminates 53.88 degrees above the horizon -2021-08-24T10:59:02.863Z sunrise -2021-08-24T12:55:28.377Z moonset +2021-08-24T10:59:02.862Z sunrise +2021-08-24T12:55:28.376Z moonset 2021-08-24T17:27:02.217Z Sun culminates 72.25 degrees above the horizon -2021-08-24T23:54:36.165Z sunset -2021-08-25T01:37:13.158Z moonrise +2021-08-24T23:54:36.166Z sunset +2021-08-25T01:37:13.159Z moonrise 2021-08-25T07:41:28.151Z Moon culminates 59.66 degrees above the horizon -2021-08-25T10:59:33.606Z sunrise -2021-08-25T13:51:59.360Z moonset +2021-08-25T10:59:33.605Z sunrise +2021-08-25T13:51:59.359Z moonset 2021-08-25T17:26:45.530Z Sun culminates 71.91 degrees above the horizon -2021-08-25T23:53:31.968Z sunset -2021-08-26T02:07:21.628Z moonrise -2021-08-26T05:16:03.775Z Mercury moves from Leo to Virgo -2021-08-26T08:23:59.463Z Moon culminates 65.36 degrees above the horizon -2021-08-26T11:00:04.205Z sunrise +2021-08-25T23:53:31.969Z sunset +2021-08-26T02:07:21.629Z moonrise +2021-08-26T05:16:04.318Z Mercury moves from Leo to Virgo +2021-08-26T08:23:59.462Z Moon culminates 65.36 degrees above the horizon +2021-08-26T11:00:04.204Z sunrise 2021-08-26T14:46:58.465Z moonset 2021-08-26T17:26:28.456Z Sun culminates 71.56 degrees above the horizon -2021-08-26T23:52:27.144Z sunset -2021-08-27T02:37:16.601Z moonrise +2021-08-26T23:52:27.145Z sunset +2021-08-27T02:37:16.602Z moonrise 2021-08-27T09:06:07.125Z Moon culminates 70.76 degrees above the horizon -2021-08-27T11:00:34.670Z sunrise +2021-08-27T11:00:34.669Z sunrise 2021-08-27T15:41:16.549Z moonset 2021-08-27T17:26:11.011Z Sun culminates 71.21 degrees above the horizon -2021-08-27T23:51:21.721Z sunset +2021-08-27T23:51:21.722Z sunset 2021-08-28T03:08:08.351Z moonrise 2021-08-28T09:48:48.835Z Moon culminates 75.67 degrees above the horizon -2021-08-28T11:01:05.008Z sunrise -2021-08-28T16:35:35.281Z moonset +2021-08-28T11:01:05.007Z sunrise +2021-08-28T16:35:35.280Z moonset 2021-08-28T17:25:53.214Z Sun culminates 70.85 degrees above the horizon -2021-08-28T23:50:15.726Z sunset +2021-08-28T23:50:15.727Z sunset 2021-08-29T03:41:05.691Z moonrise 2021-08-29T10:32:54.116Z Moon culminates 79.94 degrees above the horizon 2021-08-29T11:01:35.227Z sunrise @@ -701,79 +701,79 @@ 2021-08-30T11:02:05.334Z sunrise 2021-08-30T11:18:59.746Z Moon culminates 83.38 degrees above the horizon 2021-08-30T17:25:16.634Z Sun culminates 70.14 degrees above the horizon -2021-08-30T18:25:22.629Z moonset +2021-08-30T18:25:22.630Z moonset 2021-08-30T23:48:02.130Z sunset 2021-08-31T04:57:43.294Z moonrise -2021-08-31T11:02:35.337Z sunrise -2021-08-31T12:07:23.098Z Moon culminates 85.82 degrees above the horizon +2021-08-31T11:02:35.338Z sunrise +2021-08-31T12:07:23.099Z Moon culminates 85.82 degrees above the horizon 2021-08-31T17:24:57.884Z Sun culminates 69.78 degrees above the horizon -2021-08-31T19:20:13.245Z moonset +2021-08-31T19:20:13.246Z moonset 2021-08-31T23:46:54.581Z sunset 2021-09-01T05:43:12.819Z moonrise 2021-09-01T11:03:05.242Z sunrise -2021-09-01T12:57:55.330Z Moon culminates 87.09 degrees above the horizon +2021-09-01T12:57:55.331Z Moon culminates 87.09 degrees above the horizon 2021-09-01T17:24:38.849Z Sun culminates 69.42 degrees above the horizon -2021-09-01T20:13:46.265Z moonset +2021-09-01T20:13:46.267Z moonset 2021-09-01T23:45:46.566Z sunset 2021-09-02T06:33:59.684Z moonrise -2021-09-02T11:03:35.053Z sunrise -2021-09-02T13:49:59.295Z Moon culminates 87.03 degrees above the horizon -2021-09-02T17:24:19.543Z Sun culminates 69.05 degrees above the horizon -2021-09-02T21:04:46.116Z moonset +2021-09-02T11:03:35.054Z sunrise +2021-09-02T13:49:59.296Z Moon culminates 87.03 degrees above the horizon +2021-09-02T17:24:19.544Z Sun culminates 69.05 degrees above the horizon +2021-09-02T21:04:46.118Z moonset 2021-09-02T23:44:38.110Z sunset 2021-09-03T07:29:33.744Z moonrise -2021-09-03T11:04:04.778Z sunrise -2021-09-03T14:42:37.489Z Moon culminates 85.57 degrees above the horizon +2021-09-03T11:04:04.779Z sunrise +2021-09-03T14:42:37.490Z Moon culminates 85.57 degrees above the horizon 2021-09-03T17:23:59.984Z Sun culminates 68.69 degrees above the horizon -2021-09-03T21:52:11.742Z moonset -2021-09-03T23:43:29.236Z sunset +2021-09-03T21:52:11.745Z moonset +2021-09-03T23:43:29.237Z sunset 2021-09-04T08:28:43.451Z moonrise 2021-09-04T11:04:34.421Z sunrise -2021-09-04T15:34:50.049Z Moon culminates 82.73 degrees above the horizon -2021-09-04T17:23:40.183Z Sun culminates 68.32 degrees above the horizon -2021-09-04T22:35:37.652Z moonset -2021-09-04T23:42:19.970Z sunset -2021-09-05T07:56:10.132Z Mars moves from Leo to Virgo +2021-09-04T15:34:50.050Z Moon culminates 82.73 degrees above the horizon +2021-09-04T17:23:40.184Z Sun culminates 68.32 degrees above the horizon +2021-09-04T22:35:37.654Z moonset +2021-09-04T23:42:19.971Z sunset +2021-09-05T07:56:11.371Z Mars moves from Leo to Virgo 2021-09-05T09:30:00.046Z moonrise 2021-09-05T11:05:03.987Z sunrise -2021-09-05T16:25:54.735Z Moon culminates 78.62 degrees above the horizon +2021-09-05T16:25:54.736Z Moon culminates 78.62 degrees above the horizon 2021-09-05T17:23:20.158Z Sun culminates 67.95 degrees above the horizon -2021-09-05T23:15:18.697Z moonset -2021-09-05T23:41:10.335Z sunset +2021-09-05T23:15:18.699Z moonset +2021-09-05T23:41:10.336Z sunset 2021-09-06T00:16:13.743Z Mercury aphelion at 0.4667 AU 2021-09-06T10:32:09.525Z moonrise 2021-09-06T11:05:33.481Z sunrise -2021-09-06T17:15:38.966Z Moon culminates 73.46 degrees above the horizon +2021-09-06T17:15:38.967Z Moon culminates 73.46 degrees above the horizon 2021-09-06T17:22:59.921Z Sun culminates 67.57 degrees above the horizon -2021-09-06T23:40:00.354Z sunset -2021-09-06T23:52:01.146Z moonset +2021-09-06T23:40:00.355Z sunset +2021-09-06T23:52:01.147Z moonset 2021-09-07T00:52:22.998Z new moon -2021-09-07T11:06:02.909Z sunrise +2021-09-07T11:06:02.908Z sunrise 2021-09-07T11:34:33.434Z moonrise 2021-09-07T17:22:39.487Z Sun culminates 67.20 degrees above the horizon 2021-09-07T18:04:20.668Z Moon culminates 67.53 degrees above the horizon -2021-09-07T23:38:50.051Z sunset -2021-09-08T00:26:50.296Z moonset -2021-09-08T11:06:32.276Z sunrise -2021-09-08T12:37:11.299Z moonrise +2021-09-07T23:38:50.052Z sunset +2021-09-08T00:26:50.297Z moonset +2021-09-08T11:06:32.275Z sunrise +2021-09-08T12:37:11.298Z moonrise 2021-09-08T17:22:18.871Z Sun culminates 66.82 degrees above the horizon 2021-09-08T18:52:41.756Z Moon culminates 61.14 degrees above the horizon -2021-09-08T23:37:39.449Z sunset -2021-09-09T01:01:01.933Z moonset -2021-09-09T11:07:01.590Z sunrise -2021-09-09T13:40:29.612Z moonrise +2021-09-08T23:37:39.450Z sunset +2021-09-09T01:01:01.934Z moonset +2021-09-09T11:07:01.589Z sunrise +2021-09-09T13:40:29.611Z moonrise 2021-09-09T17:21:58.088Z Sun culminates 66.44 degrees above the horizon 2021-09-09T19:41:39.154Z Moon culminates 54.67 degrees above the horizon 2021-09-09T23:36:28.572Z sunset 2021-09-10T01:35:58.965Z moonset 2021-09-10T11:07:30.856Z sunrise -2021-09-10T14:45:03.715Z moonrise +2021-09-10T14:45:03.714Z moonrise 2021-09-10T17:21:37.154Z Sun culminates 66.07 degrees above the horizon 2021-09-10T20:32:14.986Z Moon culminates 48.51 degrees above the horizon 2021-09-10T23:35:17.443Z sunset 2021-09-11T02:13:10.823Z moonset 2021-09-11T10:04:06.779Z lunar perigee at 368453 km -2021-09-11T11:08:00.085Z sunrise +2021-09-11T11:08:00.084Z sunrise 2021-09-11T15:51:14.601Z moonrise 2021-09-11T17:21:16.085Z Sun culminates 65.68 degrees above the horizon 2021-09-11T21:25:24.178Z Moon culminates 43.04 degrees above the horizon @@ -782,311 +782,311 @@ 2021-09-12T11:08:29.283Z sunrise 2021-09-12T16:58:41.505Z moonrise 2021-09-12T17:20:54.898Z Sun culminates 65.30 degrees above the horizon -2021-09-12T22:21:36.807Z Moon culminates 38.69 degrees above the horizon +2021-09-12T22:21:36.806Z Moon culminates 38.69 degrees above the horizon 2021-09-12T23:32:54.532Z sunset -2021-09-13T03:40:27.045Z moonset +2021-09-13T03:40:27.044Z moonset 2021-09-13T11:08:58.462Z sunrise 2021-09-13T17:20:33.611Z Sun culminates 64.92 degrees above the horizon -2021-09-13T18:05:59.241Z moonrise +2021-09-13T18:05:59.242Z moonrise 2021-09-13T20:39:56.405Z first quarter -2021-09-13T23:20:36.954Z Moon culminates 35.81 degrees above the horizon -2021-09-13T23:31:42.800Z sunset +2021-09-13T23:20:36.953Z Moon culminates 35.81 degrees above the horizon +2021-09-13T23:31:42.801Z sunset 2021-09-14T04:26:12.490Z Mercury max evening elongation: 26.76 degrees from Sun -2021-09-14T04:32:53.958Z moonset +2021-09-14T04:32:53.956Z moonset 2021-09-14T09:12:11.225Z Neptune opposition -2021-09-14T11:09:27.632Z sunrise +2021-09-14T11:09:27.631Z sunrise 2021-09-14T17:20:12.244Z Sun culminates 64.54 degrees above the horizon -2021-09-14T19:10:43.108Z moonrise -2021-09-14T23:30:30.920Z sunset -2021-09-15T00:21:10.518Z Moon culminates 34.66 degrees above the horizon -2021-09-15T05:31:19.699Z moonset -2021-09-15T11:09:56.804Z sunrise +2021-09-14T19:10:43.109Z moonrise +2021-09-14T23:30:30.922Z sunset +2021-09-15T00:21:10.517Z Moon culminates 34.66 degrees above the horizon +2021-09-15T05:31:19.696Z moonset +2021-09-15T11:09:56.803Z sunrise 2021-09-15T17:19:50.816Z Sun culminates 64.15 degrees above the horizon -2021-09-15T20:10:18.368Z moonrise -2021-09-15T23:29:18.920Z sunset -2021-09-16T01:21:20.463Z Moon culminates 35.31 degrees above the horizon -2021-09-16T06:34:05.919Z moonset -2021-09-16T11:10:25.993Z sunrise +2021-09-15T20:10:18.369Z moonrise +2021-09-15T23:29:18.922Z sunset +2021-09-16T01:21:20.462Z Moon culminates 35.31 degrees above the horizon +2021-09-16T06:34:05.916Z moonset +2021-09-16T11:10:25.991Z sunrise 2021-09-16T17:19:29.347Z Sun culminates 63.77 degrees above the horizon -2021-09-16T21:03:07.368Z moonrise -2021-09-16T23:28:06.826Z sunset -2021-09-17T02:19:10.259Z Moon culminates 37.65 degrees above the horizon -2021-09-17T07:38:38.360Z moonset -2021-09-17T11:10:55.212Z sunrise +2021-09-16T21:03:07.369Z moonrise +2021-09-16T23:28:06.828Z sunset +2021-09-17T02:19:10.258Z Moon culminates 37.65 degrees above the horizon +2021-09-17T07:38:38.357Z moonset +2021-09-17T11:10:55.210Z sunrise 2021-09-17T17:19:07.859Z Sun culminates 63.38 degrees above the horizon -2021-09-17T21:48:59.452Z moonrise -2021-09-17T23:26:54.669Z sunset -2021-09-18T03:13:26.321Z Moon culminates 41.37 degrees above the horizon -2021-09-18T08:06:03.293Z Venus moves from Virgo to Libra -2021-09-18T08:42:32.184Z moonset -2021-09-18T11:11:24.476Z sunrise +2021-09-17T21:48:59.453Z moonrise +2021-09-17T23:26:54.671Z sunset +2021-09-18T03:13:26.320Z Moon culminates 41.37 degrees above the horizon +2021-09-18T08:06:03.968Z Venus moves from Virgo to Libra +2021-09-18T08:42:32.181Z moonset +2021-09-18T11:11:24.474Z sunrise 2021-09-18T17:18:46.375Z Sun culminates 62.99 degrees above the horizon -2021-09-18T22:28:50.437Z moonrise -2021-09-18T23:25:42.476Z sunset +2021-09-18T22:28:50.439Z moonrise +2021-09-18T23:25:42.478Z sunset 2021-09-19T04:03:51.547Z Moon culminates 46.13 degrees above the horizon -2021-09-19T09:44:19.855Z moonset -2021-09-19T11:11:53.803Z sunrise +2021-09-19T09:44:19.852Z moonset +2021-09-19T11:11:53.801Z sunrise 2021-09-19T17:18:24.918Z Sun culminates 62.61 degrees above the horizon -2021-09-19T23:04:05.330Z moonrise -2021-09-19T23:24:30.277Z sunset +2021-09-19T23:04:05.331Z moonrise +2021-09-19T23:24:30.279Z sunset 2021-09-20T04:50:52.611Z Moon culminates 51.55 degrees above the horizon -2021-09-20T10:43:36.827Z moonset -2021-09-20T11:12:23.210Z sunrise +2021-09-20T10:43:36.825Z moonset +2021-09-20T11:12:23.208Z sunrise 2021-09-20T17:18:03.510Z Sun culminates 62.22 degrees above the horizon -2021-09-20T23:23:18.101Z sunset -2021-09-20T23:36:12.473Z moonrise +2021-09-20T23:23:18.103Z sunset +2021-09-20T23:36:12.475Z moonrise 2021-09-20T23:55:21.745Z full moon 2021-09-21T05:35:19.912Z Moon culminates 57.30 degrees above the horizon -2021-09-21T11:12:52.715Z sunrise -2021-09-21T11:40:42.103Z moonset +2021-09-21T11:12:52.713Z sunrise +2021-09-21T11:40:42.101Z moonset 2021-09-21T17:17:42.177Z Sun culminates 61.83 degrees above the horizon -2021-09-21T23:22:05.979Z sunset -2021-09-22T00:06:33.252Z moonrise +2021-09-21T23:22:05.980Z sunset +2021-09-22T00:06:33.254Z moonrise 2021-09-22T06:18:12.367Z Moon culminates 63.10 degrees above the horizon -2021-09-22T11:13:22.336Z sunrise -2021-09-22T12:36:15.941Z moonset +2021-09-22T11:13:22.334Z sunrise +2021-09-22T12:36:15.940Z moonset 2021-09-22T17:17:20.942Z Sun culminates 61.44 degrees above the horizon -2021-09-22T19:20:57.419Z September equinox -2021-09-22T23:20:53.940Z sunset -2021-09-23T00:36:21.111Z moonrise +2021-09-22T19:20:59.886Z September equinox +2021-09-22T23:20:53.941Z sunset +2021-09-23T00:36:21.112Z moonrise 2021-09-23T07:00:28.922Z Moon culminates 68.71 degrees above the horizon -2021-09-23T11:13:52.092Z sunrise -2021-09-23T13:31:03.409Z moonset +2021-09-23T11:13:52.090Z sunrise +2021-09-23T13:31:03.407Z moonset 2021-09-23T17:16:59.829Z Sun culminates 61.05 degrees above the horizon -2021-09-23T23:19:42.013Z sunset -2021-09-24T01:06:44.145Z moonrise +2021-09-23T23:19:42.015Z sunset +2021-09-24T01:06:44.146Z moonrise 2021-09-24T07:43:04.239Z Moon culminates 73.91 degrees above the horizon -2021-09-24T11:14:22.000Z sunrise -2021-09-24T14:25:43.172Z moonset +2021-09-24T11:14:21.999Z sunrise +2021-09-24T14:25:43.171Z moonset 2021-09-24T17:16:38.863Z Sun culminates 60.66 degrees above the horizon -2021-09-24T23:18:30.230Z sunset -2021-09-25T01:38:47.992Z moonrise +2021-09-24T23:18:30.231Z sunset +2021-09-25T01:38:47.993Z moonrise 2021-09-25T08:26:45.664Z Moon culminates 78.52 degrees above the horizon -2021-09-25T11:14:52.079Z sunrise -2021-09-25T15:20:38.688Z moonset +2021-09-25T11:14:52.078Z sunrise +2021-09-25T15:20:38.687Z moonset 2021-09-25T17:16:18.067Z Sun culminates 60.27 degrees above the horizon 2021-09-25T23:17:18.620Z sunset 2021-09-26T02:13:36.994Z moonrise 2021-09-26T09:12:09.443Z Moon culminates 82.35 degrees above the horizon -2021-09-26T11:15:22.346Z sunrise +2021-09-26T11:15:22.345Z sunrise 2021-09-26T16:15:50.302Z moonset 2021-09-26T17:15:57.464Z Sun culminates 59.89 degrees above the horizon 2021-09-26T21:43:05.543Z lunar apogee at 404627 km -2021-09-26T23:16:07.211Z sunset +2021-09-26T23:16:07.212Z sunset 2021-09-27T02:52:11.774Z moonrise 2021-09-27T09:59:35.441Z Moon culminates 85.22 degrees above the horizon 2021-09-27T11:15:52.816Z sunrise 2021-09-27T17:10:49.721Z moonset 2021-09-27T17:15:37.076Z Sun culminates 59.50 degrees above the horizon -2021-09-27T23:14:56.035Z sunset +2021-09-27T23:14:56.034Z sunset 2021-09-28T03:35:21.567Z moonrise -2021-09-28T10:49:01.514Z Moon culminates 86.97 degrees above the horizon +2021-09-28T10:49:01.515Z Moon culminates 86.97 degrees above the horizon 2021-09-28T11:16:23.505Z sunrise 2021-09-28T17:15:16.927Z Sun culminates 59.11 degrees above the horizon -2021-09-28T18:04:41.482Z moonset -2021-09-28T23:13:45.217Z sunset +2021-09-28T18:04:41.483Z moonset +2021-09-28T23:13:45.216Z sunset 2021-09-29T01:57:46.537Z third quarter 2021-09-29T04:23:31.579Z moonrise -2021-09-29T11:16:54.426Z sunrise +2021-09-29T11:16:54.427Z sunrise 2021-09-29T11:40:01.056Z Moon culminates 87.46 degrees above the horizon 2021-09-29T17:14:57.036Z Sun culminates 58.72 degrees above the horizon -2021-09-29T18:56:15.992Z moonset +2021-09-29T18:56:15.993Z moonset 2021-09-29T23:12:34.587Z sunset 2021-09-30T05:16:30.657Z moonrise -2021-09-30T11:17:25.593Z sunrise -2021-09-30T12:31:48.040Z Moon culminates 86.60 degrees above the horizon +2021-09-30T11:17:25.594Z sunrise +2021-09-30T12:31:48.041Z Moon culminates 86.60 degrees above the horizon 2021-09-30T17:14:37.423Z Sun culminates 58.33 degrees above the horizon -2021-09-30T19:44:32.067Z moonset -2021-09-30T23:11:24.274Z sunset -2021-10-01T06:13:29.351Z moonrise +2021-09-30T19:44:32.069Z moonset +2021-09-30T23:11:24.273Z sunset +2021-10-01T06:13:29.350Z moonrise 2021-10-01T11:17:57.017Z sunrise -2021-10-01T13:23:30.635Z Moon culminates 84.37 degrees above the horizon +2021-10-01T13:23:30.636Z Moon culminates 84.37 degrees above the horizon 2021-10-01T17:14:18.109Z Sun culminates 57.94 degrees above the horizon -2021-10-01T20:28:57.910Z moonset +2021-10-01T20:28:57.912Z moonset 2021-10-01T23:10:14.303Z sunset 2021-10-02T07:13:15.165Z moonrise 2021-10-02T11:18:28.709Z sunrise -2021-10-02T14:14:28.314Z Moon culminates 80.83 degrees above the horizon +2021-10-02T14:14:28.315Z Moon culminates 80.83 degrees above the horizon 2021-10-02T17:13:59.112Z Sun culminates 57.56 degrees above the horizon -2021-10-02T21:09:39.343Z moonset -2021-10-02T23:09:04.702Z sunset +2021-10-02T21:09:39.344Z moonset +2021-10-02T23:09:04.703Z sunset 2021-10-03T00:06:16.919Z Venus aphelion at 0.7282 AU 2021-10-03T08:14:38.938Z moonrise 2021-10-03T11:19:00.678Z sunrise 2021-10-03T15:04:24.494Z Moon culminates 76.12 degrees above the horizon 2021-10-03T17:13:40.450Z Sun culminates 57.17 degrees above the horizon -2021-10-03T21:47:14.550Z moonset +2021-10-03T21:47:14.552Z moonset 2021-10-03T23:07:55.498Z sunset -2021-10-04T09:16:57.266Z moonrise -2021-10-04T11:19:32.934Z sunrise +2021-10-04T09:16:57.265Z moonrise +2021-10-04T11:19:32.933Z sunrise 2021-10-04T15:53:30.412Z Moon culminates 70.45 degrees above the horizon 2021-10-04T17:13:22.139Z Sun culminates 56.79 degrees above the horizon -2021-10-04T22:22:43.323Z moonset -2021-10-04T23:06:46.714Z sunset -2021-10-05T10:20:00.852Z moonrise -2021-10-05T11:20:05.483Z sunrise +2021-10-04T22:22:43.324Z moonset +2021-10-04T23:06:46.715Z sunset +2021-10-05T10:20:00.851Z moonrise +2021-10-05T11:20:05.482Z sunrise 2021-10-05T16:42:21.713Z Moon culminates 64.12 degrees above the horizon 2021-10-05T17:13:04.197Z Sun culminates 56.40 degrees above the horizon 2021-10-05T22:57:18.350Z moonset -2021-10-05T23:05:38.378Z sunset +2021-10-05T23:05:38.379Z sunset 2021-10-06T11:05:56.927Z new moon -2021-10-06T11:20:38.334Z sunrise -2021-10-06T11:24:08.947Z moonrise +2021-10-06T11:20:38.333Z sunrise +2021-10-06T11:24:08.946Z moonrise 2021-10-06T17:12:46.639Z Sun culminates 56.02 degrees above the horizon 2021-10-06T17:31:51.343Z Moon culminates 57.46 degrees above the horizon -2021-10-06T23:04:30.514Z sunset -2021-10-06T23:32:21.116Z moonset -2021-10-07T09:55:35.768Z Venus moves from Libra to Scorpius +2021-10-06T23:04:30.515Z sunset +2021-10-06T23:32:21.117Z moonset +2021-10-07T09:55:36.443Z Venus moves from Libra to Scorpius 2021-10-07T11:21:11.494Z sunrise -2021-10-07T12:29:54.104Z moonrise +2021-10-07T12:29:54.103Z moonrise 2021-10-07T17:12:29.483Z Sun culminates 55.64 degrees above the horizon 2021-10-07T18:23:00.417Z Moon culminates 50.89 degrees above the horizon -2021-10-07T23:03:23.146Z sunset -2021-10-08T00:09:20.877Z moonset +2021-10-07T23:03:23.147Z sunset +2021-10-08T00:09:20.878Z moonset 2021-10-08T04:19:46.782Z Mars conjunction 2021-10-08T11:21:44.970Z sunrise 2021-10-08T13:37:39.122Z moonrise 2021-10-08T17:12:12.743Z Sun culminates 55.25 degrees above the horizon 2021-10-08T17:27:09.703Z lunar perigee at 363379 km -2021-10-08T19:16:45.665Z Moon culminates 44.87 degrees above the horizon -2021-10-08T23:02:16.300Z sunset -2021-10-09T00:49:52.652Z moonset -2021-10-09T11:22:18.668Z sunrise -2021-10-09T14:47:06.905Z moonrise +2021-10-08T19:16:45.666Z Moon culminates 44.87 degrees above the horizon +2021-10-08T23:02:16.301Z sunset +2021-10-09T00:49:52.653Z moonset +2021-10-09T11:22:18.667Z sunrise +2021-10-09T14:47:06.904Z moonrise 2021-10-09T16:12:30.107Z Mercury inferior conjunction 2021-10-09T17:11:56.435Z Sun culminates 54.88 degrees above the horizon 2021-10-09T20:13:40.739Z Moon culminates 39.87 degrees above the horizon 2021-10-09T23:01:10.002Z sunset -2021-10-10T01:35:27.715Z moonset +2021-10-10T01:35:27.716Z moonset 2021-10-10T11:22:52.793Z sunrise -2021-10-10T15:56:51.812Z moonrise +2021-10-10T15:56:51.811Z moonrise 2021-10-10T17:11:40.576Z Sun culminates 54.50 degrees above the horizon 2021-10-10T21:13:32.641Z Moon culminates 36.34 degrees above the horizon -2021-10-10T23:00:04.275Z sunset +2021-10-10T23:00:04.276Z sunset 2021-10-11T02:27:09.252Z moonset -2021-10-11T11:23:27.253Z sunrise -2021-10-11T17:04:18.044Z moonrise -2021-10-11T17:11:25.182Z Sun culminates 54.12 degrees above the horizon -2021-10-11T22:15:06.115Z Moon culminates 34.59 degrees above the horizon -2021-10-11T22:58:59.149Z sunset -2021-10-12T03:24:55.015Z moonset -2021-10-12T11:24:02.055Z sunrise -2021-10-12T17:11:10.269Z Sun culminates 53.75 degrees above the horizon -2021-10-12T18:06:29.768Z moonrise -2021-10-12T22:57:54.648Z sunset -2021-10-12T23:16:17.346Z Moon culminates 34.71 degrees above the horizon +2021-10-11T11:23:27.252Z sunrise +2021-10-11T17:04:18.043Z moonrise +2021-10-11T17:11:25.181Z Sun culminates 54.12 degrees above the horizon +2021-10-11T22:15:06.114Z Moon culminates 34.59 degrees above the horizon +2021-10-11T22:58:59.150Z sunset +2021-10-12T03:24:55.014Z moonset +2021-10-12T11:24:02.053Z sunrise +2021-10-12T17:11:10.268Z Sun culminates 53.75 degrees above the horizon +2021-10-12T18:06:29.767Z moonrise +2021-10-12T22:57:54.650Z sunset +2021-10-12T23:16:17.344Z Moon culminates 34.71 degrees above the horizon 2021-10-13T03:25:45.503Z first quarter -2021-10-13T04:27:13.411Z moonset -2021-10-13T11:24:37.203Z sunrise +2021-10-13T04:27:13.408Z moonset +2021-10-13T11:24:37.201Z sunrise 2021-10-13T17:10:55.854Z Sun culminates 53.37 degrees above the horizon -2021-10-13T19:01:29.015Z moonrise -2021-10-13T22:56:50.801Z sunset -2021-10-14T00:15:00.505Z Moon culminates 36.59 degrees above the horizon -2021-10-14T05:31:29.566Z moonset -2021-10-14T11:25:12.707Z sunrise +2021-10-13T19:01:29.014Z moonrise +2021-10-13T22:56:50.804Z sunset +2021-10-14T00:15:00.503Z Moon culminates 36.59 degrees above the horizon +2021-10-14T05:31:29.564Z moonset +2021-10-14T11:25:12.705Z sunrise 2021-10-14T17:10:41.956Z Sun culminates 53.00 degrees above the horizon 2021-10-14T19:48:55.650Z moonrise -2021-10-14T22:55:47.638Z sunset -2021-10-15T01:09:55.378Z Moon culminates 39.93 degrees above the horizon -2021-10-15T06:35:12.949Z moonset -2021-10-15T07:03:37.700Z Venus moves from Scorpius to Ophiuchus -2021-10-15T11:25:48.573Z sunrise +2021-10-14T22:55:47.640Z sunset +2021-10-15T01:09:55.376Z Moon culminates 39.93 degrees above the horizon +2021-10-15T06:35:12.947Z moonset +2021-10-15T07:03:38.427Z Venus moves from Scorpius to Ophiuchus +2021-10-15T11:25:48.571Z sunrise 2021-10-15T17:10:28.593Z Sun culminates 52.63 degrees above the horizon -2021-10-15T20:29:46.738Z moonrise -2021-10-15T22:54:45.185Z sunset -2021-10-16T02:00:43.085Z Moon culminates 44.37 degrees above the horizon -2021-10-16T02:31:37.874Z Venus moves from Ophiuchus to Scorpius -2021-10-16T07:36:50.673Z moonset -2021-10-16T11:26:24.811Z sunrise +2021-10-15T20:29:46.739Z moonrise +2021-10-15T22:54:45.187Z sunset +2021-10-16T02:00:43.084Z Moon culminates 44.37 degrees above the horizon +2021-10-16T02:31:38.909Z Venus moves from Ophiuchus to Scorpius +2021-10-16T07:36:50.671Z moonset +2021-10-16T11:26:24.809Z sunrise 2021-10-16T17:10:15.784Z Sun culminates 52.26 degrees above the horizon 2021-10-16T21:05:33.317Z moonrise -2021-10-16T22:53:43.473Z sunset +2021-10-16T22:53:43.475Z sunset 2021-10-17T02:47:51.937Z Moon culminates 49.56 degrees above the horizon -2021-10-17T08:35:55.774Z moonset -2021-10-17T11:27:01.428Z sunrise +2021-10-17T08:35:55.772Z moonset +2021-10-17T11:27:01.426Z sunrise 2021-10-17T17:10:03.547Z Sun culminates 51.90 degrees above the horizon -2021-10-17T21:37:49.818Z moonrise -2021-10-17T22:52:42.532Z sunset -2021-10-18T03:32:15.098Z Moon culminates 55.18 degrees above the horizon -2021-10-18T09:32:47.291Z moonset -2021-10-18T11:27:38.434Z sunrise +2021-10-17T21:37:49.819Z moonrise +2021-10-17T22:52:42.534Z sunset +2021-10-18T03:32:15.097Z Moon culminates 55.18 degrees above the horizon +2021-10-18T09:32:47.290Z moonset +2021-10-18T11:27:38.433Z sunrise 2021-10-18T17:09:51.904Z Sun culminates 51.54 degrees above the horizon -2021-10-18T22:08:01.893Z moonrise -2021-10-18T22:51:42.392Z sunset +2021-10-18T22:08:01.895Z moonrise +2021-10-18T22:51:42.393Z sunset 2021-10-19T04:14:54.000Z Moon culminates 60.95 degrees above the horizon -2021-10-19T10:28:06.849Z moonset -2021-10-19T11:28:15.839Z sunrise +2021-10-19T10:28:06.847Z moonset +2021-10-19T11:28:15.838Z sunrise 2021-10-19T17:09:40.873Z Sun culminates 51.18 degrees above the horizon -2021-10-19T22:37:25.211Z moonrise -2021-10-19T22:50:43.082Z sunset +2021-10-19T22:37:25.213Z moonrise +2021-10-19T22:50:43.084Z sunset 2021-10-19T23:54:31.515Z Mercury perihelion at 0.3075 AU 2021-10-20T04:56:49.445Z Moon culminates 66.65 degrees above the horizon -2021-10-20T11:22:41.556Z moonset -2021-10-20T11:28:53.651Z sunrise +2021-10-20T11:22:41.555Z moonset +2021-10-20T11:28:53.650Z sunrise 2021-10-20T14:57:23.141Z full moon 2021-10-20T17:09:30.474Z Sun culminates 50.82 degrees above the horizon -2021-10-20T22:49:44.635Z sunset -2021-10-20T23:07:08.371Z moonrise +2021-10-20T22:49:44.637Z sunset +2021-10-20T23:07:08.373Z moonrise 2021-10-21T05:38:57.324Z Moon culminates 72.05 degrees above the horizon -2021-10-21T11:29:31.879Z sunrise -2021-10-21T12:17:12.561Z moonset -2021-10-21T15:17:02.902Z Venus moves from Scorpius to Ophiuchus +2021-10-21T11:29:31.878Z sunrise +2021-10-21T12:17:12.559Z moonset +2021-10-21T15:17:03.627Z Venus moves from Scorpius to Ophiuchus 2021-10-21T17:09:20.728Z Sun culminates 50.46 degrees above the horizon -2021-10-21T22:48:47.081Z sunset -2021-10-21T23:38:16.196Z moonrise +2021-10-21T22:48:47.083Z sunset +2021-10-21T23:38:16.198Z moonrise 2021-10-22T06:22:05.751Z Moon culminates 76.94 degrees above the horizon -2021-10-22T11:30:10.531Z sunrise -2021-10-22T13:12:06.071Z moonset -2021-10-22T17:09:11.653Z Sun culminates 50.11 degrees above the horizon -2021-10-22T22:47:50.451Z sunset -2021-10-23T00:11:51.371Z moonrise +2021-10-22T11:30:10.530Z sunrise +2021-10-22T13:12:06.069Z moonset +2021-10-22T17:09:11.654Z Sun culminates 50.11 degrees above the horizon +2021-10-22T22:47:50.452Z sunset +2021-10-23T00:11:51.373Z moonrise 2021-10-23T07:06:51.464Z Moon culminates 81.12 degrees above the horizon 2021-10-23T11:30:49.614Z sunrise -2021-10-23T14:07:25.133Z moonset +2021-10-23T14:07:25.132Z moonset 2021-10-23T17:09:03.269Z Sun culminates 49.76 degrees above the horizon -2021-10-23T22:46:54.776Z sunset -2021-10-24T00:48:52.835Z moonrise +2021-10-23T22:46:54.777Z sunset +2021-10-24T00:48:52.836Z moonrise 2021-10-24T07:53:34.829Z Moon culminates 84.41 degrees above the horizon -2021-10-24T11:31:29.133Z sunrise +2021-10-24T11:31:29.134Z sunrise 2021-10-24T15:02:43.462Z moonset 2021-10-24T15:29:34.496Z lunar apogee at 405603 km 2021-10-24T17:08:55.593Z Sun culminates 49.42 degrees above the horizon 2021-10-24T22:46:00.086Z sunset -2021-10-25T01:30:09.439Z moonrise +2021-10-25T01:30:09.441Z moonrise 2021-10-25T05:27:45.569Z Mercury max morning elongation: 18.40 degrees from Sun -2021-10-25T08:42:14.534Z Moon culminates 86.62 degrees above the horizon +2021-10-25T08:42:14.535Z Moon culminates 86.62 degrees above the horizon 2021-10-25T11:32:09.094Z sunrise 2021-10-25T15:57:05.831Z moonset -2021-10-25T17:08:48.642Z Sun culminates 49.07 degrees above the horizon +2021-10-25T17:08:48.643Z Sun culminates 49.07 degrees above the horizon 2021-10-25T22:45:06.411Z sunset -2021-10-26T02:16:08.943Z moonrise -2021-10-26T09:32:25.261Z Moon culminates 87.61 degrees above the horizon -2021-10-26T11:32:49.497Z sunrise +2021-10-26T02:16:08.945Z moonrise +2021-10-26T09:32:25.262Z Moon culminates 87.61 degrees above the horizon +2021-10-26T11:32:49.499Z sunrise 2021-10-26T16:49:19.959Z moonset 2021-10-26T17:08:42.434Z Sun culminates 48.73 degrees above the horizon 2021-10-26T22:44:13.781Z sunset -2021-10-27T03:06:46.492Z moonrise -2021-10-27T10:23:22.398Z Moon culminates 87.30 degrees above the horizon -2021-10-27T11:33:30.346Z sunrise +2021-10-27T03:06:46.494Z moonrise +2021-10-27T10:23:22.400Z Moon culminates 87.30 degrees above the horizon +2021-10-27T11:33:30.348Z sunrise 2021-10-27T17:08:36.981Z Sun culminates 48.39 degrees above the horizon -2021-10-27T17:38:18.872Z moonset -2021-10-27T22:43:22.226Z sunset -2021-10-28T04:01:21.439Z moonrise -2021-10-28T11:14:14.990Z Moon culminates 85.65 degrees above the horizon -2021-10-28T11:34:11.638Z sunrise +2021-10-27T17:38:18.873Z moonset +2021-10-27T22:43:22.225Z sunset +2021-10-28T04:01:21.441Z moonrise +2021-10-28T11:14:14.991Z Moon culminates 85.65 degrees above the horizon +2021-10-28T11:34:11.639Z sunrise 2021-10-28T17:08:32.299Z Sun culminates 48.06 degrees above the horizon -2021-10-28T18:23:23.364Z moonset +2021-10-28T18:23:23.365Z moonset 2021-10-28T20:05:51.429Z third quarter -2021-10-28T22:42:31.773Z sunset -2021-10-29T04:58:49.546Z moonrise -2021-10-29T11:34:53.370Z sunrise -2021-10-29T12:04:22.349Z Moon culminates 82.71 degrees above the horizon +2021-10-28T22:42:31.772Z sunset +2021-10-29T04:58:49.547Z moonrise +2021-10-29T11:34:53.372Z sunrise +2021-10-29T12:04:22.350Z Moon culminates 82.71 degrees above the horizon 2021-10-29T17:08:28.399Z Sun culminates 47.73 degrees above the horizon 2021-10-29T19:04:32.425Z moonset 2021-10-29T20:50:29.941Z Venus max evening elongation: 47.04 degrees from Sun -2021-10-29T22:41:42.450Z sunset -2021-10-30T05:58:06.755Z moonrise -2021-10-30T11:35:35.538Z sunrise +2021-10-29T22:41:42.449Z sunset +2021-10-30T05:58:06.756Z moonrise +2021-10-30T11:35:35.539Z sunrise 2021-10-30T12:53:26.751Z Moon culminates 78.59 degrees above the horizon 2021-10-30T17:08:25.291Z Sun culminates 47.40 degrees above the horizon 2021-10-30T19:42:19.303Z moonset @@ -1095,298 +1095,298 @@ 2021-10-31T11:36:18.135Z sunrise 2021-10-31T13:41:37.921Z Moon culminates 73.45 degrees above the horizon 2021-10-31T17:08:22.986Z Sun culminates 47.08 degrees above the horizon -2021-10-31T20:17:40.692Z moonset +2021-10-31T20:17:40.691Z moonset 2021-10-31T22:40:07.300Z sunset 2021-11-01T07:59:54.821Z moonrise 2021-11-01T11:37:01.151Z sunrise 2021-11-01T14:29:30.623Z Moon culminates 67.49 degrees above the horizon -2021-11-01T17:08:21.491Z Sun culminates 46.76 degrees above the horizon +2021-11-01T17:08:21.492Z Sun culminates 46.76 degrees above the horizon 2021-11-01T20:51:47.381Z moonset -2021-11-01T22:39:21.523Z sunset -2021-11-02T00:23:56.362Z Venus moves from Ophiuchus to Sagittarius +2021-11-01T22:39:21.525Z sunset +2021-11-02T00:23:57.159Z Venus moves from Ophiuchus to Sagittarius 2021-11-02T09:02:39.007Z moonrise 2021-11-02T11:37:44.576Z sunrise 2021-11-02T15:17:59.013Z Moon culminates 60.97 degrees above the horizon 2021-11-02T17:08:20.813Z Sun culminates 46.45 degrees above the horizon 2021-11-02T21:25:59.880Z moonset -2021-11-02T22:38:36.977Z sunset +2021-11-02T22:38:36.979Z sunset 2021-11-03T10:07:25.586Z moonrise -2021-11-03T11:38:28.398Z sunrise +2021-11-03T11:38:28.399Z sunrise 2021-11-03T16:08:09.618Z Moon culminates 54.25 degrees above the horizon -2021-11-03T17:08:20.956Z Sun culminates 46.13 degrees above the horizon -2021-11-03T22:01:48.215Z moonset -2021-11-03T22:37:53.685Z sunset -2021-11-04T11:14:56.167Z moonrise -2021-11-04T11:39:12.603Z sunrise -2021-11-04T17:01:11.291Z Moon culminates 47.77 degrees above the horizon -2021-11-04T17:08:21.925Z Sun culminates 45.83 degrees above the horizon +2021-11-03T17:08:20.957Z Sun culminates 46.13 degrees above the horizon +2021-11-03T22:01:48.216Z moonset +2021-11-03T22:37:53.687Z sunset +2021-11-04T11:14:56.168Z moonrise +2021-11-04T11:39:12.604Z sunrise +2021-11-04T17:01:11.292Z Moon culminates 47.77 degrees above the horizon +2021-11-04T17:08:21.926Z Sun culminates 45.83 degrees above the horizon 2021-11-04T21:15:08.705Z new moon -2021-11-04T22:37:11.668Z sunset -2021-11-04T22:40:52.428Z moonset +2021-11-04T22:37:11.670Z sunset +2021-11-04T22:40:52.429Z moonset 2021-11-04T23:45:05.068Z Uranus opposition -2021-11-05T11:39:57.176Z sunrise +2021-11-05T11:39:57.177Z sunrise 2021-11-05T12:25:21.685Z moonrise -2021-11-05T17:08:23.722Z Sun culminates 45.52 degrees above the horizon -2021-11-05T17:57:57.560Z Moon culminates 42.03 degrees above the horizon +2021-11-05T17:08:23.723Z Sun culminates 45.52 degrees above the horizon +2021-11-05T17:57:57.561Z Moon culminates 42.03 degrees above the horizon 2021-11-05T22:18:33.574Z lunar perigee at 358835 km -2021-11-05T22:36:30.947Z sunset -2021-11-05T23:24:57.256Z moonset -2021-11-06T11:40:42.100Z sunrise +2021-11-05T22:36:30.948Z sunset +2021-11-05T23:24:57.257Z moonset +2021-11-06T11:40:42.101Z sunrise 2021-11-06T13:37:42.044Z moonrise 2021-11-06T17:08:26.350Z Sun culminates 45.23 degrees above the horizon -2021-11-06T18:58:38.186Z Moon culminates 37.60 degrees above the horizon +2021-11-06T18:58:38.187Z Moon culminates 37.60 degrees above the horizon 2021-11-06T22:35:51.543Z sunset -2021-11-07T00:15:30.834Z moonset +2021-11-07T00:15:30.835Z moonset 2021-11-07T11:41:27.357Z sunrise 2021-11-07T14:49:19.681Z moonrise 2021-11-07T17:08:29.808Z Sun culminates 44.93 degrees above the horizon 2021-11-07T20:02:09.244Z Moon culminates 34.95 degrees above the horizon 2021-11-07T22:35:13.475Z sunset 2021-11-08T01:13:01.114Z moonset -2021-11-08T11:42:12.928Z sunrise -2021-11-08T15:56:33.494Z moonrise +2021-11-08T11:42:12.927Z sunrise +2021-11-08T15:56:33.493Z moonrise 2021-11-08T17:08:34.098Z Sun culminates 44.64 degrees above the horizon 2021-11-08T21:06:11.523Z Moon culminates 34.31 degrees above the horizon 2021-11-08T22:34:36.763Z sunset -2021-11-09T02:16:11.203Z moonset -2021-11-09T11:42:58.792Z sunrise -2021-11-09T16:56:19.148Z moonrise +2021-11-09T02:16:11.202Z moonset +2021-11-09T11:42:58.791Z sunrise +2021-11-09T16:56:19.147Z moonrise 2021-11-09T17:08:39.219Z Sun culminates 44.36 degrees above the horizon -2021-11-09T22:08:00.491Z Moon culminates 35.62 degrees above the horizon -2021-11-09T22:34:01.428Z sunset -2021-11-10T03:22:08.200Z moonset -2021-11-10T11:43:44.929Z sunrise -2021-11-10T16:48:58.197Z Mercury moves from Virgo to Libra +2021-11-09T22:08:00.490Z Moon culminates 35.62 degrees above the horizon +2021-11-09T22:34:01.429Z sunset +2021-11-10T03:22:08.198Z moonset +2021-11-10T11:43:44.927Z sunrise +2021-11-10T16:48:58.658Z Mercury moves from Virgo to Libra 2021-11-10T17:08:45.171Z Sun culminates 44.08 degrees above the horizon -2021-11-10T17:47:30.760Z moonrise -2021-11-10T22:33:27.490Z sunset -2021-11-10T23:05:37.190Z Moon culminates 38.59 degrees above the horizon -2021-11-11T04:27:42.623Z moonset -2021-11-11T10:05:28.553Z Mars moves from Virgo to Libra -2021-11-11T11:44:31.317Z sunrise +2021-11-10T17:47:30.759Z moonrise +2021-11-10T22:33:27.491Z sunset +2021-11-10T23:05:37.189Z Moon culminates 38.59 degrees above the horizon +2021-11-11T04:27:42.621Z moonset +2021-11-11T10:05:29.648Z Mars moves from Virgo to Libra +2021-11-11T11:44:31.315Z sunrise 2021-11-11T12:46:41.629Z first quarter 2021-11-11T17:08:51.953Z Sun culminates 43.80 degrees above the horizon 2021-11-11T18:30:54.487Z moonrise -2021-11-11T22:32:54.969Z sunset -2021-11-11T23:58:22.079Z Moon culminates 42.80 degrees above the horizon -2021-11-12T05:30:48.990Z moonset -2021-11-12T11:45:17.936Z sunrise +2021-11-11T22:32:54.971Z sunset +2021-11-11T23:58:22.078Z Moon culminates 42.80 degrees above the horizon +2021-11-12T05:30:48.988Z moonset +2021-11-12T11:45:17.934Z sunrise 2021-11-12T17:08:59.566Z Sun culminates 43.53 degrees above the horizon 2021-11-12T19:08:11.372Z moonrise -2021-11-12T22:32:23.885Z sunset -2021-11-13T00:46:40.845Z Moon culminates 47.82 degrees above the horizon -2021-11-13T06:30:46.543Z moonset -2021-11-13T11:46:04.764Z sunrise +2021-11-12T22:32:23.887Z sunset +2021-11-13T00:46:40.844Z Moon culminates 47.82 degrees above the horizon +2021-11-13T06:30:46.542Z moonset +2021-11-13T11:46:04.763Z sunrise 2021-11-13T17:09:08.008Z Sun culminates 43.27 degrees above the horizon 2021-11-13T19:41:10.841Z moonrise -2021-11-13T22:31:54.258Z sunset +2021-11-13T22:31:54.260Z sunset 2021-11-14T01:31:33.465Z Moon culminates 53.33 degrees above the horizon -2021-11-14T07:27:55.169Z moonset -2021-11-14T11:46:51.781Z sunrise +2021-11-14T07:27:55.168Z moonset +2021-11-14T11:46:51.780Z sunrise 2021-11-14T17:09:17.279Z Sun culminates 43.01 degrees above the horizon 2021-11-14T20:11:31.115Z moonrise -2021-11-14T22:31:26.109Z sunset +2021-11-14T22:31:26.110Z sunset 2021-11-15T02:14:10.683Z Moon culminates 59.05 degrees above the horizon 2021-11-15T08:23:04.279Z moonset -2021-11-15T11:47:38.965Z sunrise +2021-11-15T11:47:38.964Z sunrise 2021-11-15T17:09:27.378Z Sun culminates 42.76 degrees above the horizon -2021-11-15T20:40:36.470Z moonrise -2021-11-15T22:30:59.455Z sunset +2021-11-15T20:40:36.471Z moonrise +2021-11-15T22:30:59.457Z sunset 2021-11-16T02:55:42.011Z Moon culminates 64.76 degrees above the horizon 2021-11-16T09:17:11.029Z moonset -2021-11-16T11:48:26.295Z sunrise -2021-11-16T17:09:38.303Z Sun culminates 42.51 degrees above the horizon -2021-11-16T21:09:40.834Z moonrise -2021-11-16T22:30:34.318Z sunset +2021-11-16T11:48:26.294Z sunrise +2021-11-16T17:09:38.304Z Sun culminates 42.51 degrees above the horizon +2021-11-16T21:09:40.835Z moonrise +2021-11-16T22:30:34.319Z sunset 2021-11-17T03:37:10.868Z Moon culminates 70.24 degrees above the horizon 2021-11-17T10:11:07.228Z moonset -2021-11-17T11:49:13.748Z sunrise +2021-11-17T11:49:13.747Z sunrise 2021-11-17T17:09:50.055Z Sun culminates 42.27 degrees above the horizon -2021-11-17T21:39:52.248Z moonrise -2021-11-17T22:30:10.714Z sunset +2021-11-17T21:39:52.249Z moonrise +2021-11-17T22:30:10.716Z sunset 2021-11-18T04:19:32.134Z Moon culminates 75.31 degrees above the horizon 2021-11-18T11:05:30.078Z moonset 2021-11-18T11:50:01.302Z sunrise -2021-11-18T17:10:02.629Z Sun culminates 42.03 degrees above the horizon -2021-11-18T22:12:15.720Z moonrise -2021-11-18T22:29:48.664Z sunset -2021-11-19T05:03:29.069Z Moon culminates 79.76 degrees above the horizon +2021-11-18T17:10:02.630Z Sun culminates 42.03 degrees above the horizon +2021-11-18T22:12:15.721Z moonrise +2021-11-18T22:29:48.665Z sunset +2021-11-19T05:03:29.070Z Moon culminates 79.76 degrees above the horizon 2021-11-19T08:58:13.188Z full moon 2021-11-19T09:02:55.258Z partial lunar eclipse 2021-11-19T11:50:48.934Z sunrise -2021-11-19T12:00:33.420Z moonset +2021-11-19T12:00:33.421Z moonset 2021-11-19T17:10:16.024Z Sun culminates 41.80 degrees above the horizon -2021-11-19T22:29:28.184Z sunset -2021-11-19T22:47:52.746Z moonrise +2021-11-19T22:29:28.185Z sunset +2021-11-19T22:47:52.747Z moonrise 2021-11-20T05:49:28.229Z Moon culminates 83.40 degrees above the horizon 2021-11-20T11:51:36.619Z sunrise -2021-11-20T12:55:59.658Z moonset -2021-11-20T17:10:30.235Z Sun culminates 41.57 degrees above the horizon -2021-11-20T22:29:09.291Z sunset -2021-11-20T23:27:35.853Z moonrise +2021-11-20T12:55:59.659Z moonset +2021-11-20T17:10:30.236Z Sun culminates 41.57 degrees above the horizon +2021-11-20T22:29:09.292Z sunset +2021-11-20T23:27:35.855Z moonrise 2021-11-21T02:11:56.184Z lunar apogee at 406268 km -2021-11-21T06:37:33.112Z Moon culminates 86.02 degrees above the horizon -2021-11-21T11:52:24.331Z sunrise -2021-11-21T13:50:56.823Z moonset -2021-11-21T17:10:45.257Z Sun culminates 41.35 degrees above the horizon -2021-11-21T22:28:52.001Z sunset -2021-11-22T00:11:57.628Z moonrise -2021-11-22T07:27:19.983Z Moon culminates 87.46 degrees above the horizon -2021-11-22T11:53:12.043Z sunrise -2021-11-22T14:44:07.581Z moonset -2021-11-22T17:11:01.085Z Sun culminates 41.14 degrees above the horizon +2021-11-21T06:37:33.113Z Moon culminates 86.02 degrees above the horizon +2021-11-21T11:52:24.332Z sunrise +2021-11-21T13:50:56.824Z moonset +2021-11-21T17:10:45.258Z Sun culminates 41.35 degrees above the horizon +2021-11-21T22:28:52.002Z sunset +2021-11-22T00:11:57.630Z moonrise +2021-11-22T07:27:19.984Z Moon culminates 87.46 degrees above the horizon +2021-11-22T11:53:12.045Z sunrise +2021-11-22T14:44:07.582Z moonset +2021-11-22T17:11:01.086Z Sun culminates 41.14 degrees above the horizon 2021-11-22T22:28:36.329Z sunset -2021-11-23T01:00:57.688Z moonrise -2021-11-23T08:18:01.035Z Moon culminates 87.61 degrees above the horizon -2021-11-23T11:53:59.726Z sunrise -2021-11-23T15:34:12.187Z moonset -2021-11-23T17:11:17.710Z Sun culminates 40.93 degrees above the horizon -2021-11-23T22:28:22.288Z sunset -2021-11-24T01:53:56.742Z moonrise -2021-11-24T09:08:37.611Z Moon culminates 86.44 degrees above the horizon -2021-11-24T11:54:47.351Z sunrise -2021-11-24T16:20:15.770Z moonset +2021-11-23T01:00:57.690Z moonrise +2021-11-23T08:18:01.036Z Moon culminates 87.61 degrees above the horizon +2021-11-23T11:53:59.729Z sunrise +2021-11-23T15:34:12.189Z moonset +2021-11-23T17:11:17.711Z Sun culminates 40.93 degrees above the horizon +2021-11-23T22:28:22.287Z sunset +2021-11-24T01:53:56.744Z moonrise +2021-11-24T09:08:37.613Z Moon culminates 86.44 degrees above the horizon +2021-11-24T11:54:47.354Z sunrise +2021-11-24T16:20:15.771Z moonset 2021-11-24T17:11:35.123Z Sun culminates 40.73 degrees above the horizon -2021-11-24T19:28:57.170Z Mercury moves from Libra to Scorpius -2021-11-24T22:28:09.889Z sunset -2021-11-25T02:49:46.944Z moonrise -2021-11-25T09:58:19.235Z Moon culminates 84.00 degrees above the horizon -2021-11-25T11:55:34.884Z sunrise -2021-11-25T17:02:04.360Z moonset -2021-11-25T17:11:53.312Z Sun culminates 40.54 degrees above the horizon -2021-11-25T22:27:59.143Z sunset -2021-11-26T03:47:16.763Z moonrise -2021-11-26T10:46:39.269Z Moon culminates 80.39 degrees above the horizon -2021-11-26T11:56:22.292Z sunrise +2021-11-24T19:28:57.777Z Mercury moves from Libra to Scorpius +2021-11-24T22:28:09.888Z sunset +2021-11-25T02:49:46.946Z moonrise +2021-11-25T09:58:19.236Z Moon culminates 84.00 degrees above the horizon +2021-11-25T11:55:34.887Z sunrise +2021-11-25T17:02:04.361Z moonset +2021-11-25T17:11:53.313Z Sun culminates 40.54 degrees above the horizon +2021-11-25T22:27:59.142Z sunset +2021-11-26T03:47:16.764Z moonrise +2021-11-26T10:46:39.270Z Moon culminates 80.39 degrees above the horizon +2021-11-26T11:56:22.294Z sunrise 2021-11-26T17:12:12.266Z Sun culminates 40.35 degrees above the horizon 2021-11-26T17:40:03.350Z moonset -2021-11-26T22:27:50.058Z sunset -2021-11-27T04:45:36.443Z moonrise -2021-11-27T11:33:41.067Z Moon culminates 75.77 degrees above the horizon -2021-11-27T11:57:09.538Z sunrise +2021-11-26T22:27:50.057Z sunset +2021-11-27T04:45:36.444Z moonrise +2021-11-27T11:33:41.068Z Moon culminates 75.77 degrees above the horizon +2021-11-27T11:57:09.540Z sunrise 2021-11-27T12:28:21.992Z third quarter 2021-11-27T17:12:31.968Z Sun culminates 40.17 degrees above the horizon 2021-11-27T18:15:05.567Z moonset -2021-11-27T22:27:42.639Z sunset -2021-11-28T05:44:31.488Z moonrise -2021-11-28T11:57:56.585Z sunrise +2021-11-27T22:27:42.638Z sunset +2021-11-28T05:44:31.489Z moonrise +2021-11-28T11:57:56.586Z sunrise 2021-11-28T12:19:55.715Z Moon culminates 70.32 degrees above the horizon -2021-11-28T17:12:52.402Z Sun culminates 39.99 degrees above the horizon +2021-11-28T17:12:52.403Z Sun culminates 39.99 degrees above the horizon 2021-11-28T18:48:19.511Z moonset -2021-11-28T22:27:36.890Z sunset +2021-11-28T22:27:36.891Z sunset 2021-11-29T04:21:41.857Z Mercury superior conjunction -2021-11-29T06:44:22.668Z moonrise +2021-11-29T06:44:22.669Z moonrise 2021-11-29T11:58:43.393Z sunrise 2021-11-29T13:06:16.221Z Moon culminates 64.22 degrees above the horizon -2021-11-29T17:13:13.549Z Sun culminates 39.83 degrees above the horizon -2021-11-29T18:28:25.049Z Mercury moves from Scorpius to Ophiuchus -2021-11-29T19:21:03.177Z moonset -2021-11-29T22:27:32.814Z sunset -2021-11-30T07:45:57.550Z moonrise +2021-11-29T17:13:13.550Z Sun culminates 39.83 degrees above the horizon +2021-11-29T18:28:25.521Z Mercury moves from Scorpius to Ophiuchus +2021-11-29T19:21:03.176Z moonset +2021-11-29T22:27:32.815Z sunset +2021-11-30T07:45:57.551Z moonrise 2021-11-30T11:59:29.921Z sunrise 2021-11-30T13:53:51.622Z Moon culminates 57.75 degrees above the horizon -2021-11-30T17:13:35.387Z Sun culminates 39.67 degrees above the horizon +2021-11-30T17:13:35.389Z Sun culminates 39.67 degrees above the horizon 2021-11-30T19:54:43.593Z moonset -2021-11-30T22:27:30.408Z sunset -2021-12-01T08:50:16.417Z moonrise -2021-12-01T12:00:16.125Z sunrise -2021-12-01T14:44:00.641Z Moon culminates 51.21 degrees above the horizon -2021-12-01T17:13:57.895Z Sun culminates 39.51 degrees above the horizon +2021-11-30T22:27:30.410Z sunset +2021-12-01T08:50:16.419Z moonrise +2021-12-01T12:00:16.126Z sunrise +2021-12-01T14:44:00.642Z Moon culminates 51.21 degrees above the horizon +2021-12-01T17:13:57.897Z Sun culminates 39.51 degrees above the horizon 2021-12-01T20:30:59.616Z moonset -2021-12-01T22:27:29.670Z sunset -2021-12-02T09:58:09.429Z moonrise -2021-12-02T12:01:01.964Z sunrise -2021-12-02T15:38:00.567Z Moon culminates 45.06 degrees above the horizon -2021-12-02T17:14:21.047Z Sun culminates 39.36 degrees above the horizon +2021-12-01T22:27:29.672Z sunset +2021-12-02T09:58:09.431Z moonrise +2021-12-02T12:01:01.965Z sunrise +2021-12-02T15:38:00.568Z Moon culminates 45.06 degrees above the horizon +2021-12-02T17:14:21.049Z Sun culminates 39.36 degrees above the horizon 2021-12-02T21:11:43.209Z moonset -2021-12-02T22:27:30.594Z sunset +2021-12-02T22:27:30.595Z sunset 2021-12-02T23:32:04.164Z Mercury aphelion at 0.4667 AU -2021-12-03T11:09:38.452Z moonrise -2021-12-03T12:01:47.391Z sunrise -2021-12-03T16:36:44.076Z Moon culminates 39.83 degrees above the horizon -2021-12-03T17:14:44.817Z Sun culminates 39.22 degrees above the horizon +2021-12-03T11:09:38.454Z moonrise +2021-12-03T12:01:47.393Z sunrise +2021-12-03T16:36:44.078Z Moon culminates 39.83 degrees above the horizon +2021-12-03T17:14:44.819Z Sun culminates 39.22 degrees above the horizon 2021-12-03T21:58:49.844Z moonset 2021-12-03T22:27:33.171Z sunset 2021-12-04T07:43:37.124Z new moon 2021-12-04T10:05:08.067Z lunar perigee at 356787 km -2021-12-04T12:02:32.362Z sunrise -2021-12-04T12:23:07.799Z moonrise -2021-12-04T17:15:09.177Z Sun culminates 39.09 degrees above the horizon -2021-12-04T17:40:00.883Z Moon culminates 36.10 degrees above the horizon +2021-12-04T12:02:32.364Z sunrise +2021-12-04T12:23:07.801Z moonrise +2021-12-04T17:15:09.178Z Sun culminates 39.09 degrees above the horizon +2021-12-04T17:40:00.884Z Moon culminates 36.10 degrees above the horizon 2021-12-04T22:27:37.390Z sunset 2021-12-04T22:53:43.466Z moonset -2021-12-05T12:03:16.829Z sunrise -2021-12-05T13:35:04.593Z moonrise +2021-12-05T12:03:16.831Z sunrise +2021-12-05T13:35:04.595Z moonrise 2021-12-05T17:15:34.098Z Sun culminates 38.97 degrees above the horizon 2021-12-05T18:46:03.364Z Moon culminates 34.36 degrees above the horizon -2021-12-05T22:27:43.241Z sunset -2021-12-05T23:56:13.399Z moonset +2021-12-05T22:27:43.240Z sunset +2021-12-05T23:56:13.398Z moonset 2021-12-06T12:04:00.746Z sunrise -2021-12-06T14:41:10.014Z moonrise -2021-12-06T17:15:59.549Z Sun culminates 38.85 degrees above the horizon +2021-12-06T14:41:10.015Z moonrise +2021-12-06T17:15:59.548Z Sun culminates 38.85 degrees above the horizon 2021-12-06T19:51:42.761Z Moon culminates 34.77 degrees above the horizon -2021-12-06T22:27:50.708Z sunset -2021-12-07T01:03:51.167Z moonset -2021-12-07T12:04:44.064Z sunrise +2021-12-06T22:27:50.707Z sunset +2021-12-07T01:03:51.165Z moonset +2021-12-07T12:04:44.063Z sunrise 2021-12-07T15:38:32.869Z moonrise -2021-12-07T17:16:25.499Z Sun culminates 38.74 degrees above the horizon +2021-12-07T17:16:25.498Z Sun culminates 38.74 degrees above the horizon 2021-12-07T17:48:50.046Z Venus peak magnitude -4.89 in evening sky 2021-12-07T20:53:51.836Z Moon culminates 37.14 degrees above the horizon -2021-12-07T22:27:59.779Z sunset -2021-12-08T02:12:42.392Z moonset -2021-12-08T12:05:26.736Z sunrise -2021-12-08T16:26:53.680Z moonrise -2021-12-08T17:16:51.917Z Sun culminates 38.63 degrees above the horizon +2021-12-07T22:27:59.778Z sunset +2021-12-08T02:12:42.390Z moonset +2021-12-08T12:05:26.734Z sunrise +2021-12-08T16:26:53.681Z moonrise +2021-12-08T17:16:51.916Z Sun culminates 38.63 degrees above the horizon 2021-12-08T21:50:46.066Z Moon culminates 41.04 degrees above the horizon 2021-12-08T22:28:10.436Z sunset -2021-12-09T03:19:26.678Z moonset -2021-12-09T12:06:08.716Z sunrise +2021-12-09T03:19:26.676Z moonset +2021-12-09T12:06:08.714Z sunrise 2021-12-09T17:07:39.273Z moonrise -2021-12-09T17:17:18.772Z Sun culminates 38.54 degrees above the horizon +2021-12-09T17:17:18.771Z Sun culminates 38.54 degrees above the horizon 2021-12-09T22:28:22.665Z sunset 2021-12-09T22:42:17.509Z Moon culminates 45.95 degrees above the horizon -2021-12-10T04:22:28.617Z moonset -2021-12-10T12:06:49.958Z sunrise +2021-12-10T04:22:28.616Z moonset +2021-12-10T12:06:49.957Z sunrise 2021-12-10T17:17:46.032Z Sun culminates 38.45 degrees above the horizon 2021-12-10T17:42:51.025Z moonrise 2021-12-10T22:28:36.447Z sunset 2021-12-10T23:29:19.659Z Moon culminates 51.46 degrees above the horizon 2021-12-11T01:36:15.986Z first quarter -2021-12-11T05:21:46.035Z moonset -2021-12-11T12:07:30.419Z sunrise -2021-12-11T14:05:49.326Z Mercury moves from Ophiuchus to Sagittarius +2021-12-11T05:21:46.034Z moonset +2021-12-11T12:07:30.418Z sunrise +2021-12-11T14:05:49.850Z Mercury moves from Ophiuchus to Sagittarius 2021-12-11T17:18:13.667Z Sun culminates 38.37 degrees above the horizon -2021-12-11T18:14:24.333Z moonrise -2021-12-11T22:28:51.763Z sunset +2021-12-11T18:14:24.334Z moonrise +2021-12-11T22:28:51.764Z sunset 2021-12-12T00:13:09.925Z Moon culminates 57.21 degrees above the horizon -2021-12-12T06:18:07.671Z moonset -2021-12-12T12:08:10.056Z sunrise +2021-12-12T06:18:07.670Z moonset +2021-12-12T12:08:10.055Z sunrise 2021-12-12T17:18:41.646Z Sun culminates 38.29 degrees above the horizon 2021-12-12T18:43:57.616Z moonrise 2021-12-12T22:29:08.596Z sunset 2021-12-13T00:55:08.208Z Moon culminates 62.98 degrees above the horizon 2021-12-13T07:12:39.662Z moonset -2021-12-13T12:08:48.827Z sunrise -2021-12-13T17:19:09.939Z Sun culminates 38.23 degrees above the horizon +2021-12-13T12:08:48.826Z sunrise +2021-12-13T17:19:09.938Z Sun culminates 38.23 degrees above the horizon 2021-12-13T19:12:54.586Z moonrise 2021-12-13T22:29:26.924Z sunset 2021-12-14T01:36:28.350Z Moon culminates 68.54 degrees above the horizon -2021-12-14T08:06:26.614Z moonset +2021-12-14T08:06:26.613Z moonset 2021-12-14T12:09:26.692Z sunrise -2021-12-14T16:42:57.605Z Jupiter moves from Capricornus to Aquarius -2021-12-14T17:19:38.514Z Sun culminates 38.17 degrees above the horizon -2021-12-14T19:42:29.780Z moonrise +2021-12-14T16:43:02.549Z Jupiter moves from Capricornus to Aquarius +2021-12-14T17:19:38.513Z Sun culminates 38.17 degrees above the horizon +2021-12-14T19:42:29.781Z moonrise 2021-12-14T22:29:46.726Z sunset 2021-12-15T02:18:15.273Z Moon culminates 73.74 degrees above the horizon -2021-12-15T09:00:20.721Z moonset -2021-12-15T12:10:03.614Z sunrise -2021-12-15T14:50:58.285Z Mars moves from Libra to Scorpius -2021-12-15T17:20:07.342Z Sun culminates 38.12 degrees above the horizon +2021-12-15T09:00:20.720Z moonset +2021-12-15T12:10:03.613Z sunrise +2021-12-15T14:50:59.956Z Mars moves from Libra to Scorpius +2021-12-15T17:20:07.341Z Sun culminates 38.12 degrees above the horizon 2021-12-15T20:13:53.129Z moonrise 2021-12-15T22:30:07.981Z sunset 2021-12-16T03:01:22.737Z Moon culminates 78.39 degrees above the horizon 2021-12-16T09:54:52.879Z moonset -2021-12-16T12:10:39.555Z sunrise +2021-12-16T12:10:39.554Z sunrise 2021-12-16T17:20:36.393Z Sun culminates 38.08 degrees above the horizon 2021-12-16T20:48:11.461Z moonrise 2021-12-16T22:30:30.666Z sunset @@ -1394,59 +1394,59 @@ 2021-12-17T10:50:03.499Z moonset 2021-12-17T12:11:14.478Z sunrise 2021-12-17T17:21:05.638Z Sun culminates 38.04 degrees above the horizon -2021-12-17T21:26:25.014Z moonrise -2021-12-17T22:30:54.756Z sunset +2021-12-17T21:26:25.015Z moonrise +2021-12-17T22:30:54.757Z sunset 2021-12-18T02:16:23.448Z lunar apogee at 406309 km -2021-12-18T04:33:50.383Z Moon culminates 85.26 degrees above the horizon -2021-12-18T11:45:15.647Z moonset -2021-12-18T12:11:48.350Z sunrise -2021-12-18T17:21:35.047Z Sun culminates 38.02 degrees above the horizon +2021-12-18T04:33:50.384Z Moon culminates 85.26 degrees above the horizon +2021-12-18T11:45:15.648Z moonset +2021-12-18T12:11:48.351Z sunrise +2021-12-18T17:21:35.048Z Sun culminates 38.02 degrees above the horizon 2021-12-18T22:09:17.437Z moonrise 2021-12-18T22:31:20.229Z sunset 2021-12-19T04:36:15.829Z full moon -2021-12-19T05:23:13.692Z Moon culminates 87.10 degrees above the horizon -2021-12-19T12:12:21.137Z sunrise -2021-12-19T12:39:17.776Z moonset -2021-12-19T17:22:04.591Z Sun culminates 38.00 degrees above the horizon +2021-12-19T05:23:13.693Z Moon culminates 87.10 degrees above the horizon +2021-12-19T12:12:21.138Z sunrise +2021-12-19T12:39:17.777Z moonset +2021-12-19T17:22:04.592Z Sun culminates 38.00 degrees above the horizon 2021-12-19T22:31:47.058Z sunset 2021-12-19T22:57:00.852Z moonrise -2021-12-20T06:13:55.701Z Moon culminates 87.67 degrees above the horizon -2021-12-20T12:12:52.805Z sunrise -2021-12-20T13:30:42.443Z moonset -2021-12-20T17:22:34.241Z Sun culminates 37.99 degrees above the horizon +2021-12-20T06:13:55.702Z Moon culminates 87.67 degrees above the horizon +2021-12-20T12:12:52.807Z sunrise +2021-12-20T13:30:42.445Z moonset +2021-12-20T17:22:34.242Z Sun culminates 37.99 degrees above the horizon 2021-12-20T22:32:15.217Z sunset -2021-12-20T23:49:04.264Z moonrise -2021-12-21T07:04:52.754Z Moon culminates 86.91 degrees above the horizon -2021-12-21T12:13:23.322Z sunrise -2021-12-21T14:18:16.410Z moonset -2021-12-21T15:59:16.328Z December solstice -2021-12-21T17:23:03.965Z Sun culminates 37.98 degrees above the horizon -2021-12-21T22:32:44.678Z sunset -2021-12-22T00:44:17.762Z moonrise -2021-12-22T07:55:00.976Z Moon culminates 84.85 degrees above the horizon -2021-12-22T12:13:52.657Z sunrise -2021-12-22T15:01:25.252Z moonset -2021-12-22T17:23:33.734Z Sun culminates 37.99 degrees above the horizon -2021-12-22T22:33:15.411Z sunset -2021-12-23T01:41:16.494Z moonrise -2021-12-23T08:43:36.975Z Moon culminates 81.60 degrees above the horizon -2021-12-23T12:14:20.778Z sunrise -2021-12-23T15:40:18.999Z moonset -2021-12-23T17:24:03.517Z Sun culminates 38.00 degrees above the horizon -2021-12-23T22:33:47.385Z sunset -2021-12-24T02:38:51.588Z moonrise -2021-12-24T09:30:29.053Z Moon culminates 77.34 degrees above the horizon -2021-12-24T12:14:47.654Z sunrise -2021-12-24T16:15:41.704Z moonset +2021-12-20T23:49:04.265Z moonrise +2021-12-21T07:04:52.755Z Moon culminates 86.91 degrees above the horizon +2021-12-21T12:13:23.325Z sunrise +2021-12-21T14:18:16.412Z moonset +2021-12-21T15:59:14.376Z December solstice +2021-12-21T17:23:03.966Z Sun culminates 37.98 degrees above the horizon +2021-12-21T22:32:44.677Z sunset +2021-12-22T00:44:17.763Z moonrise +2021-12-22T07:55:00.978Z Moon culminates 84.85 degrees above the horizon +2021-12-22T12:13:52.659Z sunrise +2021-12-22T15:01:25.254Z moonset +2021-12-22T17:23:33.735Z Sun culminates 37.99 degrees above the horizon +2021-12-22T22:33:15.409Z sunset +2021-12-23T01:41:16.495Z moonrise +2021-12-23T08:43:36.976Z Moon culminates 81.60 degrees above the horizon +2021-12-23T12:14:20.780Z sunrise +2021-12-23T15:40:19.000Z moonset +2021-12-23T17:24:03.518Z Sun culminates 38.00 degrees above the horizon +2021-12-23T22:33:47.384Z sunset +2021-12-24T02:38:51.589Z moonrise +2021-12-24T09:30:29.054Z Moon culminates 77.34 degrees above the horizon +2021-12-24T12:14:47.656Z sunrise +2021-12-24T16:15:41.705Z moonset 2021-12-24T17:24:33.283Z Sun culminates 38.02 degrees above the horizon -2021-12-24T17:26:33.500Z Mars moves from Scorpius to Ophiuchus -2021-12-24T22:34:20.569Z sunset +2021-12-24T17:26:34.589Z Mars moves from Scorpius to Ophiuchus +2021-12-24T22:34:20.568Z sunset 2021-12-25T03:36:30.370Z moonrise 2021-12-25T10:15:57.068Z Moon culminates 72.24 degrees above the horizon -2021-12-25T12:15:13.257Z sunrise +2021-12-25T12:15:13.258Z sunrise 2021-12-25T16:48:37.127Z moonset -2021-12-25T17:25:02.999Z Sun culminates 38.05 degrees above the horizon -2021-12-25T22:34:54.928Z sunset +2021-12-25T17:25:03.000Z Sun culminates 38.05 degrees above the horizon +2021-12-25T22:34:54.927Z sunset 2021-12-26T04:34:20.058Z moonrise 2021-12-26T11:00:46.127Z Moon culminates 66.51 degrees above the horizon 2021-12-26T12:15:37.554Z sunrise @@ -1458,118 +1458,118 @@ 2021-12-27T11:45:59.741Z Moon culminates 60.37 degrees above the horizon 2021-12-27T12:16:00.518Z sunrise 2021-12-27T17:26:02.152Z Sun culminates 38.13 degrees above the horizon -2021-12-27T17:52:09.137Z moonset -2021-12-27T22:36:07.023Z sunset +2021-12-27T17:52:09.136Z moonset +2021-12-27T22:36:07.025Z sunset 2021-12-28T06:33:32.899Z moonrise -2021-12-28T12:16:22.120Z sunrise +2021-12-28T12:16:22.119Z sunrise 2021-12-28T12:32:54.432Z Moon culminates 54.06 degrees above the horizon 2021-12-28T17:26:31.521Z Sun culminates 38.18 degrees above the horizon 2021-12-28T18:25:37.787Z moonset -2021-12-28T22:36:44.683Z sunset -2021-12-29T07:37:03.605Z moonrise +2021-12-28T22:36:44.685Z sunset +2021-12-29T07:37:03.606Z moonrise 2021-12-29T12:16:42.331Z sunrise -2021-12-29T13:22:53.721Z Moon culminates 47.92 degrees above the horizon -2021-12-29T17:27:00.705Z Sun culminates 38.24 degrees above the horizon +2021-12-29T13:22:53.722Z Moon culminates 47.92 degrees above the horizon +2021-12-29T17:27:00.706Z Sun culminates 38.24 degrees above the horizon 2021-12-29T19:02:29.691Z moonset -2021-12-29T22:37:23.362Z sunset -2021-12-30T08:44:19.628Z moonrise -2021-12-30T12:17:01.125Z sunrise -2021-12-30T14:17:15.592Z Moon culminates 42.35 degrees above the horizon -2021-12-30T17:27:29.671Z Sun culminates 38.30 degrees above the horizon +2021-12-29T22:37:23.364Z sunset +2021-12-30T08:44:19.630Z moonrise +2021-12-30T12:17:01.126Z sunrise +2021-12-30T14:17:15.593Z Moon culminates 42.35 degrees above the horizon +2021-12-30T17:27:29.672Z Sun culminates 38.30 degrees above the horizon 2021-12-30T19:44:43.560Z moonset -2021-12-30T22:38:03.016Z sunset -2021-12-31T09:55:06.562Z moonrise -2021-12-31T12:17:18.477Z sunrise -2021-12-31T15:16:45.342Z Moon culminates 37.88 degrees above the horizon -2021-12-31T17:27:58.382Z Sun culminates 38.38 degrees above the horizon +2021-12-30T22:38:03.018Z sunset +2021-12-31T09:55:06.564Z moonrise +2021-12-31T12:17:18.478Z sunrise +2021-12-31T15:16:45.343Z Moon culminates 37.88 degrees above the horizon +2021-12-31T17:27:58.383Z Sun culminates 38.38 degrees above the horizon 2021-12-31T20:34:17.149Z moonset -2021-12-31T22:38:43.601Z sunset -2022-01-01T11:07:20.862Z moonrise -2022-01-01T12:17:34.360Z sunrise +2021-12-31T22:38:43.602Z sunset +2022-01-01T11:07:20.864Z moonrise +2022-01-01T12:17:34.362Z sunrise 2022-01-01T16:20:53.270Z Moon culminates 35.06 degrees above the horizon -2022-01-01T17:28:26.802Z Sun culminates 38.46 degrees above the horizon -2022-01-01T21:32:20.514Z moonset -2022-01-01T22:39:25.070Z sunset +2022-01-01T17:28:26.803Z Sun culminates 38.46 degrees above the horizon +2022-01-01T21:32:20.513Z moonset +2022-01-01T22:39:25.069Z sunset 2022-01-01T22:54:56.286Z lunar perigee at 358025 km -2022-01-02T00:19:32.380Z Mercury moves from Sagittarius to Capricornus -2022-01-02T12:17:07.973Z moonrise -2022-01-02T12:17:48.752Z sunrise +2022-01-02T00:19:32.987Z Mercury moves from Sagittarius to Capricornus +2022-01-02T12:17:07.975Z moonrise +2022-01-02T12:17:48.753Z sunrise 2022-01-02T17:27:24.941Z Moon culminates 34.31 degrees above the horizon 2022-01-02T17:28:54.897Z Sun culminates 38.55 degrees above the horizon 2022-01-02T18:34:06.535Z new moon -2022-01-02T22:38:04.228Z moonset -2022-01-02T22:40:07.375Z sunset +2022-01-02T22:38:04.226Z moonset +2022-01-02T22:40:07.373Z sunset 2022-01-03T12:18:01.628Z sunrise -2022-01-03T13:20:19.016Z moonrise -2022-01-03T17:29:22.631Z Sun culminates 38.65 degrees above the horizon -2022-01-03T18:32:55.024Z Moon culminates 35.71 degrees above the horizon -2022-01-03T22:40:50.468Z sunset -2022-01-03T23:48:12.393Z moonset +2022-01-03T13:20:19.017Z moonrise +2022-01-03T17:29:22.630Z Sun culminates 38.65 degrees above the horizon +2022-01-03T18:32:55.023Z Moon culminates 35.71 degrees above the horizon +2022-01-03T22:40:50.466Z sunset +2022-01-03T23:48:12.390Z moonset 2022-01-04T05:36:25.045Z Earth perihelion at 0.9833 AU 2022-01-04T12:18:12.967Z sunrise -2022-01-04T14:14:40.863Z moonrise -2022-01-04T17:29:49.969Z Sun culminates 38.75 degrees above the horizon -2022-01-04T19:34:22.904Z Moon culminates 38.99 degrees above the horizon -2022-01-04T22:41:34.302Z sunset -2022-01-05T00:58:29.393Z moonset -2022-01-05T12:18:22.749Z sunrise -2022-01-05T15:00:28.882Z moonrise -2022-01-05T17:30:16.877Z Sun culminates 38.86 degrees above the horizon -2022-01-05T20:30:24.997Z Moon culminates 43.64 degrees above the horizon -2022-01-05T22:42:18.830Z sunset -2022-01-06T02:05:48.542Z moonset -2022-01-06T12:18:30.955Z sunrise -2022-01-06T15:39:24.764Z moonrise -2022-01-06T17:30:43.324Z Sun culminates 38.98 degrees above the horizon +2022-01-04T14:14:40.864Z moonrise +2022-01-04T17:29:49.967Z Sun culminates 38.75 degrees above the horizon +2022-01-04T19:34:22.903Z Moon culminates 38.99 degrees above the horizon +2022-01-04T22:41:34.300Z sunset +2022-01-05T00:58:29.390Z moonset +2022-01-05T12:18:22.748Z sunrise +2022-01-05T15:00:28.883Z moonrise +2022-01-05T17:30:16.875Z Sun culminates 38.86 degrees above the horizon +2022-01-05T20:30:24.996Z Moon culminates 43.64 degrees above the horizon +2022-01-05T22:42:18.828Z sunset +2022-01-06T02:05:48.539Z moonset +2022-01-06T12:18:30.954Z sunrise +2022-01-06T15:39:24.766Z moonrise +2022-01-06T17:30:43.322Z Sun culminates 38.98 degrees above the horizon 2022-01-06T21:21:12.258Z Moon culminates 49.13 degrees above the horizon -2022-01-06T22:43:04.005Z sunset -2022-01-07T03:09:00.938Z moonset +2022-01-06T22:43:04.003Z sunset +2022-01-07T03:09:00.936Z moonset 2022-01-07T11:00:45.939Z Mercury max evening elongation: 19.22 degrees from Sun -2022-01-07T12:18:37.571Z sunrise -2022-01-07T16:13:30.410Z moonrise -2022-01-07T17:31:09.278Z Sun culminates 39.11 degrees above the horizon +2022-01-07T12:18:37.570Z sunrise +2022-01-07T16:13:30.411Z moonrise +2022-01-07T17:31:09.277Z Sun culminates 39.11 degrees above the horizon 2022-01-07T22:07:48.699Z Moon culminates 55.01 degrees above the horizon -2022-01-07T22:43:49.780Z sunset -2022-01-08T04:08:25.112Z moonset -2022-01-08T12:18:42.584Z sunrise -2022-01-08T16:44:37.028Z moonrise -2022-01-08T17:31:34.712Z Sun culminates 39.25 degrees above the horizon -2022-01-08T22:44:36.112Z sunset +2022-01-07T22:43:49.779Z sunset +2022-01-08T04:08:25.110Z moonset +2022-01-08T12:18:42.582Z sunrise +2022-01-08T16:44:37.030Z moonrise +2022-01-08T17:31:34.711Z Sun culminates 39.25 degrees above the horizon +2022-01-08T22:44:36.111Z sunset 2022-01-08T22:51:35.737Z Moon culminates 60.96 degrees above the horizon 2022-01-09T00:42:49.748Z Venus inferior conjunction -2022-01-09T05:05:00.751Z moonset -2022-01-09T12:18:45.982Z sunrise -2022-01-09T17:14:19.371Z moonrise -2022-01-09T17:31:59.598Z Sun culminates 39.39 degrees above the horizon +2022-01-09T05:05:00.749Z moonset +2022-01-09T12:18:45.981Z sunrise +2022-01-09T17:14:19.372Z moonrise +2022-01-09T17:31:59.596Z Sun culminates 39.39 degrees above the horizon 2022-01-09T18:12:00.711Z first quarter -2022-01-09T22:45:22.956Z sunset +2022-01-09T22:45:22.955Z sunset 2022-01-09T23:33:53.970Z Moon culminates 66.73 degrees above the horizon -2022-01-10T05:59:57.436Z moonset -2022-01-10T12:18:47.759Z sunrise -2022-01-10T17:32:23.910Z Sun culminates 39.54 degrees above the horizon -2022-01-10T17:43:59.625Z moonrise -2022-01-10T22:46:10.268Z sunset +2022-01-10T05:59:57.435Z moonset +2022-01-10T12:18:47.758Z sunrise +2022-01-10T17:32:23.909Z Sun culminates 39.54 degrees above the horizon +2022-01-10T17:43:59.626Z moonrise +2022-01-10T22:46:10.267Z sunset 2022-01-11T00:15:56.379Z Moon culminates 72.13 degrees above the horizon -2022-01-11T06:54:17.847Z moonset +2022-01-11T06:54:17.845Z moonset 2022-01-11T12:18:47.908Z sunrise -2022-01-11T17:32:47.625Z Sun culminates 39.69 degrees above the horizon -2022-01-11T18:14:52.837Z moonrise -2022-01-11T22:46:58.007Z sunset -2022-01-12T00:58:45.712Z Moon culminates 76.99 degrees above the horizon -2022-01-12T07:48:47.491Z moonset -2022-01-12T12:18:46.429Z sunrise -2022-01-12T17:33:10.722Z Sun culminates 39.86 degrees above the horizon -2022-01-12T18:48:10.398Z moonrise -2022-01-12T22:47:46.132Z sunset +2022-01-11T17:32:47.624Z Sun culminates 39.69 degrees above the horizon +2022-01-11T18:14:52.838Z moonrise +2022-01-11T22:46:58.006Z sunset +2022-01-12T00:58:45.711Z Moon culminates 76.99 degrees above the horizon +2022-01-12T07:48:47.490Z moonset +2022-01-12T12:18:46.428Z sunrise +2022-01-12T17:33:10.721Z Sun culminates 39.86 degrees above the horizon +2022-01-12T18:48:10.399Z moonrise +2022-01-12T22:47:46.131Z sunset 2022-01-13T01:43:11.414Z Moon culminates 81.15 degrees above the horizon -2022-01-13T08:43:45.606Z moonset +2022-01-13T08:43:45.605Z moonset 2022-01-13T12:18:43.319Z sunrise 2022-01-13T17:33:33.181Z Sun culminates 40.03 degrees above the horizon 2022-01-13T19:24:59.336Z moonrise -2022-01-13T22:48:34.605Z sunset +2022-01-13T22:48:34.604Z sunset 2022-01-14T02:29:44.037Z Moon culminates 84.43 degrees above the horizon 2022-01-14T09:25:22.551Z lunar apogee at 405792 km -2022-01-14T09:38:56.693Z moonset +2022-01-14T09:38:56.692Z moonset 2022-01-14T12:18:38.581Z sunrise 2022-01-14T17:33:54.985Z Sun culminates 40.20 degrees above the horizon 2022-01-14T20:06:15.265Z moonrise @@ -1579,215 +1579,215 @@ 2022-01-15T12:18:32.219Z sunrise 2022-01-15T17:34:16.117Z Sun culminates 40.39 degrees above the horizon 2022-01-15T20:52:28.436Z moonrise -2022-01-15T22:50:12.444Z sunset +2022-01-15T22:50:12.445Z sunset 2022-01-15T23:10:22.189Z Mercury perihelion at 0.3075 AU 2022-01-16T04:08:54.788Z Moon culminates 87.63 degrees above the horizon -2022-01-16T11:25:58.270Z moonset -2022-01-16T12:18:24.238Z sunrise +2022-01-16T11:25:58.271Z moonset +2022-01-16T12:18:24.239Z sunrise 2022-01-16T14:51:11.731Z Pluto conjunction 2022-01-16T17:34:36.563Z Sun culminates 40.58 degrees above the horizon 2022-01-16T21:43:27.942Z moonrise 2022-01-16T22:51:01.741Z sunset 2022-01-17T05:00:09.550Z Moon culminates 87.29 degrees above the horizon -2022-01-17T12:15:07.327Z moonset -2022-01-17T12:18:14.646Z sunrise +2022-01-17T12:15:07.328Z moonset +2022-01-17T12:18:14.647Z sunrise 2022-01-17T17:34:56.310Z Sun culminates 40.77 degrees above the horizon 2022-01-17T22:38:16.462Z moonrise 2022-01-17T22:51:51.244Z sunset 2022-01-17T23:49:12.218Z full moon -2022-01-18T05:51:04.020Z Moon culminates 85.61 degrees above the horizon -2022-01-18T12:18:03.451Z sunrise -2022-01-18T13:00:01.791Z moonset +2022-01-18T05:51:04.021Z Moon culminates 85.61 degrees above the horizon +2022-01-18T12:18:03.452Z sunrise +2022-01-18T13:00:01.792Z moonset 2022-01-18T17:35:15.346Z Sun culminates 40.98 degrees above the horizon -2022-01-18T22:52:40.921Z sunset +2022-01-18T22:52:40.920Z sunset 2022-01-18T23:35:26.300Z moonrise 2022-01-19T06:40:40.529Z Moon culminates 82.67 degrees above the horizon -2022-01-19T12:17:50.662Z sunrise -2022-01-19T13:40:32.131Z moonset -2022-01-19T17:35:33.660Z Sun culminates 41.19 degrees above the horizon -2022-01-19T18:35:17.473Z Mars moves from Ophiuchus to Sagittarius +2022-01-19T12:17:50.663Z sunrise +2022-01-19T13:40:32.132Z moonset +2022-01-19T17:35:33.661Z Sun culminates 41.19 degrees above the horizon +2022-01-19T18:35:18.562Z Mars moves from Ophiuchus to Sagittarius 2022-01-19T22:53:30.740Z sunset -2022-01-20T00:33:31.218Z moonrise +2022-01-20T00:33:31.217Z moonrise 2022-01-20T07:28:29.064Z Moon culminates 78.63 degrees above the horizon -2022-01-20T12:17:36.291Z sunrise -2022-01-20T14:17:08.177Z moonset +2022-01-20T12:17:36.292Z sunrise +2022-01-20T14:17:08.178Z moonset 2022-01-20T17:35:51.243Z Sun culminates 41.40 degrees above the horizon 2022-01-20T22:54:20.672Z sunset -2022-01-21T01:31:34.753Z moonrise -2022-01-21T08:14:32.582Z Moon culminates 73.71 degrees above the horizon +2022-01-21T01:31:34.752Z moonrise +2022-01-21T08:14:32.583Z Moon culminates 73.71 degrees above the horizon 2022-01-21T12:17:20.349Z sunrise 2022-01-21T14:50:45.222Z moonset 2022-01-21T17:36:08.086Z Sun culminates 41.63 degrees above the horizon -2022-01-21T22:55:10.688Z sunset -2022-01-22T02:29:21.612Z moonrise +2022-01-21T22:55:10.687Z sunset +2022-01-22T02:29:21.611Z moonrise 2022-01-22T08:59:22.713Z Moon culminates 68.14 degrees above the horizon -2022-01-22T12:17:02.849Z sunrise -2022-01-22T15:22:31.690Z moonset -2022-01-22T17:36:24.180Z Sun culminates 41.85 degrees above the horizon +2022-01-22T12:17:02.848Z sunrise +2022-01-22T15:22:31.691Z moonset +2022-01-22T17:36:24.179Z Sun culminates 41.85 degrees above the horizon 2022-01-22T22:56:00.756Z sunset -2022-01-23T03:27:13.845Z moonrise +2022-01-23T03:27:13.844Z moonrise 2022-01-23T06:20:50.896Z Venus perihelion at 0.7184 AU 2022-01-23T09:43:52.219Z Moon culminates 62.14 degrees above the horizon 2022-01-23T10:21:03.514Z Mercury inferior conjunction -2022-01-23T12:16:43.802Z sunrise +2022-01-23T12:16:43.801Z sunrise 2022-01-23T15:53:43.143Z moonset 2022-01-23T17:36:39.517Z Sun culminates 42.09 degrees above the horizon -2022-01-23T22:56:50.850Z sunset +2022-01-23T22:56:50.851Z sunset 2022-01-24T04:25:59.870Z moonrise 2022-01-24T10:29:08.418Z Moon culminates 55.97 degrees above the horizon -2022-01-24T12:16:23.224Z sunrise -2022-01-24T16:25:42.111Z moonset +2022-01-24T12:16:23.222Z sunrise +2022-01-24T16:25:42.112Z moonset 2022-01-24T17:36:54.090Z Sun culminates 42.33 degrees above the horizon -2022-01-24T22:57:40.941Z sunset +2022-01-24T22:57:40.942Z sunset 2022-01-25T05:26:40.866Z moonrise 2022-01-25T11:16:27.746Z Moon culminates 49.91 degrees above the horizon -2022-01-25T12:16:01.128Z sunrise +2022-01-25T12:16:01.125Z sunrise 2022-01-25T13:41:32.986Z third quarter -2022-01-25T13:43:08.140Z Mercury moves from Capricornus to Sagittarius -2022-01-25T17:00:01.382Z moonset +2022-01-25T13:43:07.490Z Mercury moves from Capricornus to Sagittarius +2022-01-25T17:00:01.384Z moonset 2022-01-25T17:37:07.892Z Sun culminates 42.58 degrees above the horizon -2022-01-25T22:58:30.999Z sunset -2022-01-26T06:30:12.780Z moonrise -2022-01-26T12:07:08.219Z Moon culminates 44.28 degrees above the horizon -2022-01-26T12:15:37.527Z sunrise +2022-01-25T22:58:31.000Z sunset +2022-01-26T06:30:12.781Z moonrise +2022-01-26T12:07:08.220Z Moon culminates 44.28 degrees above the horizon +2022-01-26T12:15:37.525Z sunrise 2022-01-26T17:37:20.916Z Sun culminates 42.83 degrees above the horizon -2022-01-26T17:38:27.113Z moonset -2022-01-26T22:59:20.996Z sunset -2022-01-27T07:36:58.233Z moonrise -2022-01-27T12:15:12.438Z sunrise -2022-01-27T13:02:13.765Z Moon culminates 39.50 degrees above the horizon +2022-01-26T17:38:27.115Z moonset +2022-01-26T22:59:20.998Z sunset +2022-01-27T07:36:58.234Z moonrise +2022-01-27T12:15:12.437Z sunrise +2022-01-27T13:02:13.767Z Moon culminates 39.50 degrees above the horizon 2022-01-27T17:37:33.154Z Sun culminates 43.09 degrees above the horizon -2022-01-27T18:22:54.813Z moonset -2022-01-27T23:00:10.905Z sunset +2022-01-27T18:22:54.814Z moonset +2022-01-27T23:00:10.906Z sunset 2022-01-28T08:46:07.094Z moonrise -2022-01-28T12:14:45.876Z sunrise -2022-01-28T14:02:04.969Z Moon culminates 36.03 degrees above the horizon +2022-01-28T12:14:45.875Z sunrise +2022-01-28T14:02:04.970Z Moon culminates 36.03 degrees above the horizon 2022-01-28T17:37:44.601Z Sun culminates 43.35 degrees above the horizon -2022-01-28T19:15:05.557Z moonset -2022-01-28T23:01:00.695Z sunset +2022-01-28T19:15:05.558Z moonset +2022-01-28T23:01:00.696Z sunset 2022-01-29T09:55:07.598Z moonrise 2022-01-29T12:14:17.856Z sunrise -2022-01-29T15:05:43.177Z Moon culminates 34.34 degrees above the horizon +2022-01-29T15:05:43.178Z Moon culminates 34.34 degrees above the horizon 2022-01-29T17:37:55.250Z Sun culminates 43.62 degrees above the horizon -2022-01-29T20:15:32.207Z moonset +2022-01-29T20:15:32.206Z moonset 2022-01-29T23:01:50.339Z sunset 2022-01-30T07:11:02.284Z lunar perigee at 362243 km -2022-01-30T11:00:17.655Z moonrise -2022-01-30T12:13:48.393Z sunrise +2022-01-30T11:00:17.654Z moonrise +2022-01-30T12:13:48.394Z sunrise 2022-01-30T16:10:40.946Z Moon culminates 34.70 degrees above the horizon 2022-01-30T17:38:05.095Z Sun culminates 43.89 degrees above the horizon -2022-01-30T21:22:40.372Z moonset -2022-01-30T23:02:39.809Z sunset +2022-01-30T21:22:40.370Z moonset +2022-01-30T23:02:39.808Z sunset 2022-01-31T11:58:28.324Z moonrise -2022-01-31T12:13:17.505Z sunrise -2022-01-31T17:13:53.051Z Moon culminates 37.07 degrees above the horizon -2022-01-31T17:38:14.130Z Sun culminates 44.17 degrees above the horizon -2022-01-31T22:32:57.460Z moonset -2022-01-31T23:03:29.078Z sunset +2022-01-31T12:13:17.506Z sunrise +2022-01-31T17:13:53.049Z Moon culminates 37.07 degrees above the horizon +2022-01-31T17:38:14.129Z Sun culminates 44.17 degrees above the horizon +2022-01-31T22:32:57.458Z moonset +2022-01-31T23:03:29.076Z sunset 2022-02-01T05:46:37.861Z new moon 2022-02-01T12:12:45.208Z sunrise 2022-02-01T12:48:31.158Z moonrise -2022-02-01T17:38:22.351Z Sun culminates 44.46 degrees above the horizon -2022-02-01T18:12:59.990Z Moon culminates 41.12 degrees above the horizon -2022-02-01T23:04:18.120Z sunset -2022-02-01T23:42:34.928Z moonset +2022-02-01T17:38:22.350Z Sun culminates 44.46 degrees above the horizon +2022-02-01T18:12:59.989Z Moon culminates 41.12 degrees above the horizon +2022-02-01T23:04:18.118Z sunset +2022-02-01T23:42:34.925Z moonset 2022-02-02T12:12:11.517Z sunrise -2022-02-02T13:31:12.488Z moonrise -2022-02-02T17:38:29.754Z Sun culminates 44.75 degrees above the horizon -2022-02-02T19:07:11.913Z Moon culminates 46.36 degrees above the horizon -2022-02-02T23:05:06.911Z sunset -2022-02-03T00:49:08.497Z moonset -2022-02-03T12:11:36.451Z sunrise -2022-02-03T14:08:14.195Z moonrise -2022-02-03T17:38:36.336Z Sun culminates 45.04 degrees above the horizon +2022-02-02T13:31:12.489Z moonrise +2022-02-02T17:38:29.753Z Sun culminates 44.75 degrees above the horizon +2022-02-02T19:07:11.912Z Moon culminates 46.36 degrees above the horizon +2022-02-02T23:05:06.909Z sunset +2022-02-03T00:49:08.495Z moonset +2022-02-03T12:11:36.450Z sunrise +2022-02-03T14:08:14.196Z moonrise +2022-02-03T17:38:36.335Z Sun culminates 45.04 degrees above the horizon 2022-02-03T19:56:53.889Z Moon culminates 52.26 degrees above the horizon -2022-02-03T23:05:55.428Z sunset -2022-02-04T01:51:57.452Z moonset -2022-02-04T12:11:00.028Z sunrise -2022-02-04T14:41:26.539Z moonrise -2022-02-04T17:38:42.096Z Sun culminates 45.34 degrees above the horizon +2022-02-03T23:05:55.427Z sunset +2022-02-04T01:51:57.450Z moonset +2022-02-04T12:11:00.027Z sunrise +2022-02-04T14:41:26.540Z moonrise +2022-02-04T17:38:42.095Z Sun culminates 45.34 degrees above the horizon 2022-02-04T19:07:46.195Z Saturn conjunction 2022-02-04T20:43:09.877Z Moon culminates 58.41 degrees above the horizon -2022-02-04T23:06:43.651Z sunset -2022-02-05T02:51:29.615Z moonset -2022-02-05T12:10:22.269Z sunrise -2022-02-05T15:12:29.172Z moonrise -2022-02-05T17:38:47.034Z Sun culminates 45.64 degrees above the horizon +2022-02-04T23:06:43.650Z sunset +2022-02-05T02:51:29.614Z moonset +2022-02-05T12:10:22.267Z sunrise +2022-02-05T15:12:29.174Z moonrise +2022-02-05T17:38:47.033Z Sun culminates 45.64 degrees above the horizon 2022-02-05T21:27:15.460Z Moon culminates 64.47 degrees above the horizon -2022-02-05T23:07:31.560Z sunset -2022-02-06T03:48:42.198Z moonset -2022-02-06T12:09:43.193Z sunrise -2022-02-06T15:42:49.078Z moonrise -2022-02-06T17:38:51.152Z Sun culminates 45.95 degrees above the horizon +2022-02-05T23:07:31.559Z sunset +2022-02-06T03:48:42.196Z moonset +2022-02-06T12:09:43.192Z sunrise +2022-02-06T15:42:49.080Z moonrise +2022-02-06T17:38:51.151Z Sun culminates 45.95 degrees above the horizon 2022-02-06T22:10:24.173Z Moon culminates 70.19 degrees above the horizon -2022-02-06T23:08:19.138Z sunset -2022-02-07T04:44:36.367Z moonset -2022-02-07T12:09:02.823Z sunrise -2022-02-07T16:13:44.362Z moonrise -2022-02-07T17:38:54.454Z Sun culminates 46.26 degrees above the horizon +2022-02-06T23:08:19.137Z sunset +2022-02-07T04:44:36.365Z moonset +2022-02-07T12:09:02.822Z sunrise +2022-02-07T16:13:44.363Z moonrise +2022-02-07T17:38:54.453Z Sun culminates 46.26 degrees above the horizon 2022-02-07T22:53:41.793Z Moon culminates 75.39 degrees above the horizon -2022-02-07T23:09:06.369Z sunset -2022-02-08T05:40:02.557Z moonset -2022-02-08T12:08:21.183Z sunrise +2022-02-07T23:09:06.368Z sunset +2022-02-08T05:40:02.555Z moonset +2022-02-08T12:08:21.182Z sunrise 2022-02-08T13:50:52.586Z first quarter -2022-02-08T16:46:28.217Z moonrise -2022-02-08T17:38:56.944Z Sun culminates 46.58 degrees above the horizon -2022-02-08T23:09:53.240Z sunset +2022-02-08T16:46:28.219Z moonrise +2022-02-08T17:38:56.943Z Sun culminates 46.58 degrees above the horizon +2022-02-08T23:09:53.239Z sunset 2022-02-08T23:38:02.959Z Moon culminates 79.90 degrees above the horizon -2022-02-09T06:35:30.284Z moonset -2022-02-09T12:07:38.298Z sunrise +2022-02-09T06:35:30.283Z moonset +2022-02-09T12:07:38.297Z sunrise 2022-02-09T13:05:36.752Z Venus peak magnitude -4.86 in morning sky -2022-02-09T17:22:10.149Z moonrise -2022-02-09T17:38:58.629Z Sun culminates 46.90 degrees above the horizon +2022-02-09T17:22:10.151Z moonrise +2022-02-09T17:38:58.628Z Sun culminates 46.90 degrees above the horizon 2022-02-09T23:10:39.739Z sunset 2022-02-10T00:24:06.800Z Moon culminates 83.54 degrees above the horizon -2022-02-10T07:30:59.554Z moonset -2022-02-10T12:06:54.193Z sunrise -2022-02-10T17:38:59.517Z Sun culminates 47.23 degrees above the horizon -2022-02-10T18:01:52.158Z moonrise +2022-02-10T07:30:59.552Z moonset +2022-02-10T12:06:54.192Z sunrise +2022-02-10T17:38:59.516Z Sun culminates 47.23 degrees above the horizon +2022-02-10T18:01:52.160Z moonrise 2022-02-10T23:11:25.858Z sunset -2022-02-11T01:12:10.655Z Moon culminates 86.15 degrees above the horizon +2022-02-11T01:12:10.656Z Moon culminates 86.15 degrees above the horizon 2022-02-11T02:37:04.067Z lunar apogee at 404884 km -2022-02-11T08:25:55.842Z moonset -2022-02-11T12:06:08.896Z sunrise +2022-02-11T08:25:55.841Z moonset +2022-02-11T12:06:08.895Z sunrise 2022-02-11T17:38:59.618Z Sun culminates 47.55 degrees above the horizon -2022-02-11T18:46:18.293Z moonrise +2022-02-11T18:46:18.294Z moonrise 2022-02-11T23:12:11.589Z sunset 2022-02-12T02:02:03.983Z Moon culminates 87.58 degrees above the horizon -2022-02-12T09:19:14.663Z moonset -2022-02-12T12:05:22.434Z sunrise +2022-02-12T09:19:14.662Z moonset +2022-02-12T12:05:22.433Z sunrise 2022-02-12T17:38:58.944Z Sun culminates 47.89 degrees above the horizon -2022-02-12T19:35:39.440Z moonrise -2022-02-12T23:12:56.927Z sunset -2022-02-13T02:53:07.484Z Moon culminates 87.70 degrees above the horizon +2022-02-12T19:35:39.442Z moonrise +2022-02-12T23:12:56.928Z sunset +2022-02-13T02:53:07.485Z Moon culminates 87.70 degrees above the horizon 2022-02-13T10:09:40.156Z moonset -2022-02-13T12:04:34.836Z sunrise +2022-02-13T12:04:34.835Z sunrise 2022-02-13T17:38:57.506Z Sun culminates 48.22 degrees above the horizon -2022-02-13T20:29:22.047Z moonrise +2022-02-13T20:29:22.049Z moonrise 2022-02-13T23:13:41.869Z sunset 2022-02-14T03:44:22.454Z Moon culminates 86.47 degrees above the horizon 2022-02-14T10:56:12.139Z moonset -2022-02-14T12:03:46.131Z sunrise +2022-02-14T12:03:46.130Z sunrise 2022-02-14T17:38:55.320Z Sun culminates 48.56 degrees above the horizon -2022-02-14T21:26:13.179Z moonrise -2022-02-14T23:14:26.413Z sunset -2022-02-15T00:02:34.502Z Mercury moves from Sagittarius to Capricornus +2022-02-14T21:26:13.180Z moonrise +2022-02-14T23:14:26.414Z sunset +2022-02-15T00:02:35.378Z Mercury moves from Sagittarius to Capricornus 2022-02-15T04:34:49.403Z Moon culminates 83.91 degrees above the horizon 2022-02-15T11:38:26.578Z moonset 2022-02-15T12:02:56.349Z sunrise 2022-02-15T17:38:52.399Z Sun culminates 48.91 degrees above the horizon -2022-02-15T22:24:45.123Z moonrise +2022-02-15T22:24:45.124Z moonrise 2022-02-15T23:15:10.560Z sunset 2022-02-16T05:23:47.334Z Moon culminates 80.17 degrees above the horizon 2022-02-16T12:02:05.520Z sunrise -2022-02-16T12:16:39.017Z moonset +2022-02-16T12:16:39.016Z moonset 2022-02-16T16:57:14.831Z full moon -2022-02-16T17:38:48.760Z Sun culminates 49.25 degrees above the horizon +2022-02-16T17:38:48.759Z Sun culminates 49.25 degrees above the horizon 2022-02-16T21:00:07.224Z Mercury max morning elongation: 26.28 degrees from Sun 2022-02-16T23:15:54.311Z sunset -2022-02-16T23:23:46.097Z moonrise +2022-02-16T23:23:46.098Z moonrise 2022-02-17T06:11:04.429Z Moon culminates 75.42 degrees above the horizon -2022-02-17T12:01:13.675Z sunrise +2022-02-17T12:01:13.674Z sunrise 2022-02-17T12:51:34.620Z moonset 2022-02-17T17:38:44.418Z Sun culminates 49.60 degrees above the horizon 2022-02-17T23:16:37.669Z sunset @@ -1795,85 +1795,85 @@ 2022-02-18T06:56:58.149Z Moon culminates 69.90 degrees above the horizon 2022-02-18T12:00:20.843Z sunrise 2022-02-18T13:24:15.510Z moonset -2022-02-18T17:38:39.391Z Sun culminates 49.96 degrees above the horizon +2022-02-18T17:38:39.390Z Sun culminates 49.96 degrees above the horizon 2022-02-18T23:17:20.637Z sunset 2022-02-19T01:21:27.519Z moonrise 2022-02-19T07:42:09.233Z Moon culminates 63.88 degrees above the horizon -2022-02-19T11:59:27.056Z sunrise +2022-02-19T11:59:27.054Z sunrise 2022-02-19T13:55:52.507Z moonset -2022-02-19T17:38:33.696Z Sun culminates 50.31 degrees above the horizon +2022-02-19T17:38:33.695Z Sun culminates 50.31 degrees above the horizon 2022-02-19T23:18:03.220Z sunset -2022-02-20T02:20:41.045Z moonrise +2022-02-20T02:20:41.046Z moonrise 2022-02-20T08:27:34.624Z Moon culminates 57.63 degrees above the horizon -2022-02-20T11:58:32.342Z sunrise +2022-02-20T11:58:32.340Z sunrise 2022-02-20T14:27:42.604Z moonset 2022-02-20T17:38:27.349Z Sun culminates 50.67 degrees above the horizon -2022-02-20T23:18:45.422Z sunset +2022-02-20T23:18:45.423Z sunset 2022-02-21T03:21:08.437Z moonrise -2022-02-21T09:14:21.209Z Moon culminates 51.44 degrees above the horizon -2022-02-21T11:57:36.733Z sunrise -2022-02-21T15:01:10.430Z moonset -2022-02-21T17:38:20.370Z Sun culminates 51.03 degrees above the horizon -2022-02-21T23:19:27.247Z sunset -2022-02-22T04:23:38.306Z moonrise -2022-02-22T10:03:38.850Z Moon culminates 45.66 degrees above the horizon -2022-02-22T11:56:40.257Z sunrise -2022-02-22T15:37:50.738Z moonset +2022-02-21T09:14:21.210Z Moon culminates 51.44 degrees above the horizon +2022-02-21T11:57:36.730Z sunrise +2022-02-21T15:01:10.431Z moonset +2022-02-21T17:38:20.369Z Sun culminates 51.03 degrees above the horizon +2022-02-21T23:19:27.249Z sunset +2022-02-22T04:23:38.307Z moonrise +2022-02-22T10:03:38.851Z Moon culminates 45.66 degrees above the horizon +2022-02-22T11:56:40.254Z sunrise +2022-02-22T15:37:50.739Z moonset 2022-02-22T17:38:12.773Z Sun culminates 51.40 degrees above the horizon -2022-02-22T23:20:08.701Z sunset -2022-02-23T05:28:37.102Z moonrise -2022-02-23T10:56:28.704Z Moon culminates 40.64 degrees above the horizon -2022-02-23T11:55:42.943Z sunrise -2022-02-23T16:19:27.007Z moonset +2022-02-22T23:20:08.703Z sunset +2022-02-23T05:28:37.103Z moonrise +2022-02-23T10:56:28.706Z Moon culminates 40.64 degrees above the horizon +2022-02-23T11:55:42.940Z sunrise +2022-02-23T16:19:27.009Z moonset 2022-02-23T17:38:04.577Z Sun culminates 51.76 degrees above the horizon 2022-02-23T22:33:00.612Z third quarter -2022-02-23T23:20:49.788Z sunset -2022-02-24T06:35:38.709Z moonrise -2022-02-24T11:53:22.644Z Moon culminates 36.80 degrees above the horizon -2022-02-24T11:54:44.821Z sunrise -2022-02-24T17:07:37.669Z moonset +2022-02-23T23:20:49.790Z sunset +2022-02-24T06:35:38.710Z moonrise +2022-02-24T11:53:22.645Z Moon culminates 36.80 degrees above the horizon +2022-02-24T11:54:44.819Z sunrise +2022-02-24T17:07:37.671Z moonset 2022-02-24T17:37:55.797Z Sun culminates 52.13 degrees above the horizon -2022-02-24T23:21:30.510Z sunset -2022-02-25T07:42:57.804Z moonrise -2022-02-25T11:53:45.919Z sunrise -2022-02-25T12:53:55.825Z Moon culminates 34.53 degrees above the horizon +2022-02-24T23:21:30.512Z sunset +2022-02-25T07:42:57.805Z moonrise +2022-02-25T11:53:45.917Z sunrise +2022-02-25T12:53:55.827Z Moon culminates 34.53 degrees above the horizon 2022-02-25T17:37:46.450Z Sun culminates 52.50 degrees above the horizon -2022-02-25T18:03:20.567Z moonset -2022-02-25T23:22:10.873Z sunset +2022-02-25T18:03:20.569Z moonset +2022-02-25T23:22:10.874Z sunset 2022-02-26T08:47:39.168Z moonrise 2022-02-26T11:52:46.264Z sunrise 2022-02-26T13:56:30.515Z Moon culminates 34.13 degrees above the horizon 2022-02-26T17:37:36.551Z Sun culminates 52.88 degrees above the horizon -2022-02-26T19:06:02.975Z moonset +2022-02-26T19:06:02.976Z moonset 2022-02-26T22:25:36.488Z lunar perigee at 367780 km 2022-02-26T23:22:50.878Z sunset -2022-02-27T09:46:45.090Z moonrise +2022-02-27T09:46:45.089Z moonrise 2022-02-27T11:51:45.885Z sunrise 2022-02-27T14:58:38.726Z Moon culminates 35.68 degrees above the horizon 2022-02-27T17:37:26.114Z Sun culminates 53.25 degrees above the horizon 2022-02-27T20:13:21.720Z moonset 2022-02-27T23:23:30.528Z sunset -2022-02-28T10:38:37.568Z moonrise +2022-02-28T10:38:37.567Z moonrise 2022-02-28T11:50:44.808Z sunrise -2022-02-28T15:58:02.325Z Moon culminates 39.00 degrees above the horizon +2022-02-28T15:58:02.324Z Moon culminates 39.00 degrees above the horizon 2022-02-28T17:37:15.155Z Sun culminates 53.63 degrees above the horizon 2022-02-28T21:21:57.112Z moonset 2022-02-28T22:47:54.584Z Mercury aphelion at 0.4667 AU -2022-02-28T23:24:09.827Z sunset +2022-02-28T23:24:09.826Z sunset 2022-03-01T11:23:22.923Z moonrise 2022-03-01T11:49:43.058Z sunrise -2022-03-01T16:53:24.900Z Moon culminates 43.71 degrees above the horizon -2022-03-01T17:37:03.688Z Sun culminates 54.01 degrees above the horizon -2022-03-01T22:29:04.058Z moonset -2022-03-01T23:24:48.776Z sunset +2022-03-01T16:53:24.899Z Moon culminates 43.71 degrees above the horizon +2022-03-01T17:37:03.687Z Sun culminates 54.01 degrees above the horizon +2022-03-01T22:29:04.057Z moonset +2022-03-01T23:24:48.775Z sunset 2022-03-02T11:48:40.662Z sunrise -2022-03-02T12:02:16.235Z moonrise +2022-03-02T12:02:16.234Z moonrise 2022-03-02T17:35:25.323Z new moon -2022-03-02T17:36:51.727Z Sun culminates 54.39 degrees above the horizon +2022-03-02T17:36:51.726Z Sun culminates 54.39 degrees above the horizon 2022-03-02T17:44:40.251Z Moon culminates 49.36 degrees above the horizon 2022-03-02T23:25:27.380Z sunset -2022-03-02T23:33:21.313Z moonset -2022-03-03T11:47:37.645Z sunrise +2022-03-02T23:33:21.312Z moonset +2022-03-03T11:47:37.644Z sunrise 2022-03-03T12:36:56.136Z moonrise 2022-03-03T17:36:39.287Z Sun culminates 54.78 degrees above the horizon 2022-03-03T18:32:29.737Z Moon culminates 55.50 degrees above the horizon @@ -1885,153 +1885,153 @@ 2022-03-04T19:17:56.129Z Moon culminates 61.75 degrees above the horizon 2022-03-04T23:26:43.569Z sunset 2022-03-05T01:33:42.409Z moonset -2022-03-05T11:45:29.848Z sunrise -2022-03-05T13:39:51.970Z moonrise +2022-03-05T11:45:29.847Z sunrise +2022-03-05T13:39:51.971Z moonrise 2022-03-05T14:09:13.537Z Jupiter conjunction 2022-03-05T17:36:13.030Z Sun culminates 55.55 degrees above the horizon -2022-03-05T20:02:06.583Z Moon culminates 67.79 degrees above the horizon -2022-03-05T23:13:22.917Z Mars moves from Sagittarius to Capricornus +2022-03-05T20:02:06.584Z Moon culminates 67.79 degrees above the horizon +2022-03-05T23:13:23.955Z Mars moves from Sagittarius to Capricornus 2022-03-05T23:27:21.163Z sunset 2022-03-06T02:31:11.983Z moonset -2022-03-06T11:44:25.120Z sunrise -2022-03-06T14:10:52.623Z moonrise +2022-03-06T11:44:25.119Z sunrise +2022-03-06T14:10:52.624Z moonrise 2022-03-06T17:35:59.245Z Sun culminates 55.94 degrees above the horizon -2022-03-06T20:46:03.983Z Moon culminates 73.39 degrees above the horizon +2022-03-06T20:46:03.984Z Moon culminates 73.39 degrees above the horizon 2022-03-06T23:27:58.431Z sunset -2022-03-07T01:02:14.798Z Venus moves from Sagittarius to Capricornus +2022-03-07T01:02:15.678Z Venus moves from Sagittarius to Capricornus 2022-03-07T03:27:57.082Z moonset -2022-03-07T11:43:19.973Z sunrise -2022-03-07T14:43:13.476Z moonrise +2022-03-07T11:43:19.972Z sunrise +2022-03-07T14:43:13.477Z moonrise 2022-03-07T17:35:45.043Z Sun culminates 56.32 degrees above the horizon 2022-03-07T21:30:42.220Z Moon culminates 78.32 degrees above the horizon -2022-03-07T23:28:35.380Z sunset -2022-03-08T04:13:24.049Z Mercury moves from Capricornus to Aquarius +2022-03-07T23:28:35.381Z sunset +2022-03-08T04:13:24.574Z Mercury moves from Capricornus to Aquarius 2022-03-08T04:24:27.818Z moonset -2022-03-08T11:42:14.235Z sunrise -2022-03-08T15:18:03.088Z moonrise +2022-03-08T11:42:14.234Z sunrise +2022-03-08T15:18:03.089Z moonrise 2022-03-08T17:35:30.442Z Sun culminates 56.71 degrees above the horizon -2022-03-08T22:16:41.921Z Moon culminates 82.41 degrees above the horizon +2022-03-08T22:16:41.922Z Moon culminates 82.41 degrees above the horizon 2022-03-08T23:29:12.019Z sunset 2022-03-09T05:20:49.027Z moonset -2022-03-09T11:41:08.032Z sunrise -2022-03-09T15:56:24.194Z moonrise +2022-03-09T11:41:08.031Z sunrise +2022-03-09T15:56:24.196Z moonrise 2022-03-09T17:35:15.460Z Sun culminates 57.11 degrees above the horizon -2022-03-09T23:04:25.120Z Moon culminates 85.49 degrees above the horizon -2022-03-09T23:29:48.355Z sunset -2022-03-10T06:16:34.511Z moonset +2022-03-09T23:04:25.121Z Moon culminates 85.49 degrees above the horizon +2022-03-09T23:29:48.356Z sunset +2022-03-10T06:16:34.512Z moonset 2022-03-10T10:46:08.996Z first quarter -2022-03-10T11:40:01.394Z sunrise -2022-03-10T16:39:06.205Z moonrise +2022-03-10T11:40:01.393Z sunrise +2022-03-10T16:39:06.207Z moonrise 2022-03-10T17:35:00.116Z Sun culminates 57.50 degrees above the horizon 2022-03-10T23:04:38.054Z lunar apogee at 404254 km -2022-03-10T23:30:24.399Z sunset -2022-03-10T23:53:49.864Z Moon culminates 87.41 degrees above the horizon -2022-03-11T07:10:49.127Z moonset -2022-03-11T11:38:54.348Z sunrise -2022-03-11T17:26:32.674Z moonrise +2022-03-10T23:30:24.400Z sunset +2022-03-10T23:53:49.866Z Moon culminates 87.41 degrees above the horizon +2022-03-11T07:10:49.128Z moonset +2022-03-11T11:38:54.347Z sunrise +2022-03-11T17:26:32.676Z moonrise 2022-03-11T17:34:44.430Z Sun culminates 57.89 degrees above the horizon -2022-03-11T23:31:00.163Z sunset -2022-03-12T00:44:28.371Z Moon culminates 88.05 degrees above the horizon -2022-03-12T08:02:23.086Z moonset -2022-03-12T11:37:46.924Z sunrise +2022-03-11T23:31:00.164Z sunset +2022-03-12T00:44:28.372Z Moon culminates 88.05 degrees above the horizon +2022-03-12T08:02:23.087Z moonset +2022-03-12T11:37:46.922Z sunrise 2022-03-12T17:34:28.423Z Sun culminates 58.28 degrees above the horizon -2022-03-12T18:18:29.358Z moonrise -2022-03-12T23:31:35.659Z sunset -2022-03-13T01:35:32.988Z Moon culminates 87.34 degrees above the horizon -2022-03-13T08:50:15.664Z moonset -2022-03-13T11:36:39.150Z sunrise +2022-03-12T18:18:29.361Z moonrise +2022-03-12T23:31:35.661Z sunset +2022-03-13T01:35:32.989Z Moon culminates 87.34 degrees above the horizon +2022-03-13T08:50:15.665Z moonset +2022-03-13T11:36:39.148Z sunrise 2022-03-13T11:50:05.040Z Neptune conjunction 2022-03-13T17:34:12.116Z Sun culminates 58.68 degrees above the horizon -2022-03-13T19:14:03.168Z moonrise -2022-03-13T23:32:10.901Z sunset -2022-03-14T02:26:10.577Z Moon culminates 85.30 degrees above the horizon -2022-03-14T09:33:56.319Z moonset -2022-03-14T11:35:31.058Z sunrise +2022-03-13T19:14:03.171Z moonrise +2022-03-13T23:32:10.903Z sunset +2022-03-14T02:26:10.578Z Moon culminates 85.30 degrees above the horizon +2022-03-14T09:33:56.320Z moonset +2022-03-14T11:35:31.056Z sunrise 2022-03-14T17:33:55.532Z Sun culminates 59.07 degrees above the horizon -2022-03-14T20:11:58.360Z moonrise -2022-03-14T23:32:45.904Z sunset -2022-03-15T03:15:39.718Z Moon culminates 81.99 degrees above the horizon +2022-03-14T20:11:58.362Z moonrise +2022-03-14T23:32:45.905Z sunset +2022-03-15T03:15:39.719Z Moon culminates 81.99 degrees above the horizon 2022-03-15T10:13:31.987Z moonset -2022-03-15T11:34:22.677Z sunrise +2022-03-15T11:34:22.675Z sunrise 2022-03-15T17:33:38.694Z Sun culminates 59.47 degrees above the horizon -2022-03-15T21:11:03.250Z moonrise -2022-03-15T23:33:20.684Z sunset -2022-03-16T04:03:42.777Z Moon culminates 77.57 degrees above the horizon +2022-03-15T21:11:03.252Z moonrise +2022-03-15T23:33:20.685Z sunset +2022-03-16T04:03:42.778Z Moon culminates 77.57 degrees above the horizon 2022-03-16T10:49:40.634Z moonset -2022-03-16T11:33:14.038Z sunrise +2022-03-16T11:33:14.037Z sunrise 2022-03-16T17:33:21.626Z Sun culminates 59.86 degrees above the horizon -2022-03-16T22:10:32.373Z moonrise -2022-03-16T23:33:55.257Z sunset +2022-03-16T22:10:32.374Z moonrise +2022-03-16T23:33:55.258Z sunset 2022-03-17T04:50:29.143Z Moon culminates 72.24 degrees above the horizon -2022-03-17T11:23:19.719Z moonset -2022-03-17T11:32:05.172Z sunrise +2022-03-17T11:23:19.718Z moonset +2022-03-17T11:32:05.171Z sunrise 2022-03-17T17:33:04.351Z Sun culminates 60.26 degrees above the horizon -2022-03-17T23:10:14.846Z moonrise -2022-03-17T23:34:29.642Z sunset +2022-03-17T23:10:14.847Z moonrise +2022-03-17T23:34:29.643Z sunset 2022-03-18T05:36:31.711Z Moon culminates 66.25 degrees above the horizon 2022-03-18T07:18:13.615Z full moon -2022-03-18T11:30:56.109Z sunrise -2022-03-18T11:55:37.213Z moonset +2022-03-18T11:30:56.108Z sunrise +2022-03-18T11:55:37.212Z moonset 2022-03-18T17:32:46.893Z Sun culminates 60.65 degrees above the horizon -2022-03-18T23:35:03.754Z sunset -2022-03-19T00:10:30.274Z moonrise +2022-03-18T23:35:03.755Z sunset +2022-03-19T00:10:30.276Z moonrise 2022-03-19T06:22:40.760Z Moon culminates 59.87 degrees above the horizon -2022-03-19T11:29:46.881Z sunrise -2022-03-19T12:27:47.739Z moonset +2022-03-19T11:29:46.880Z sunrise +2022-03-19T12:27:47.738Z moonset 2022-03-19T17:32:29.278Z Sun culminates 61.05 degrees above the horizon -2022-03-19T23:35:37.812Z sunset -2022-03-20T01:11:57.516Z moonrise +2022-03-19T23:35:37.814Z sunset +2022-03-20T01:11:57.518Z moonrise 2022-03-20T07:09:57.558Z Moon culminates 53.43 degrees above the horizon 2022-03-20T09:32:04.911Z Venus max morning elongation: 46.59 degrees from Sun -2022-03-20T11:28:37.517Z sunrise -2022-03-20T13:01:12.807Z moonset -2022-03-20T15:33:24.472Z March equinox +2022-03-20T11:28:37.515Z sunrise +2022-03-20T13:01:12.806Z moonset +2022-03-20T15:33:21.366Z March equinox 2022-03-20T17:32:11.528Z Sun culminates 61.44 degrees above the horizon -2022-03-20T23:36:11.734Z sunset -2022-03-21T02:15:18.817Z moonrise -2022-03-21T07:59:27.072Z Moon culminates 47.30 degrees above the horizon -2022-03-21T11:27:28.048Z sunrise -2022-03-21T13:37:22.532Z moonset +2022-03-20T23:36:11.736Z sunset +2022-03-21T02:15:18.819Z moonrise +2022-03-21T07:59:27.073Z Moon culminates 47.30 degrees above the horizon +2022-03-21T11:27:28.046Z sunrise +2022-03-21T13:37:22.531Z moonset 2022-03-21T17:31:53.668Z Sun culminates 61.84 degrees above the horizon -2022-03-21T23:36:45.537Z sunset -2022-03-22T03:20:57.905Z moonrise -2022-03-22T08:52:06.741Z Moon culminates 41.87 degrees above the horizon -2022-03-22T11:26:18.504Z sunrise +2022-03-21T23:36:45.540Z sunset +2022-03-22T03:20:57.908Z moonrise +2022-03-22T08:52:06.743Z Moon culminates 41.87 degrees above the horizon +2022-03-22T11:26:18.502Z sunrise 2022-03-22T14:17:54.555Z moonset 2022-03-22T17:31:35.721Z Sun culminates 62.23 degrees above the horizon -2022-03-22T23:37:19.238Z sunset -2022-03-23T00:59:42.157Z Venus moves from Capricornus to Aquarius -2022-03-23T04:28:31.123Z moonrise -2022-03-23T09:48:27.816Z Moon culminates 37.56 degrees above the horizon -2022-03-23T11:25:08.914Z sunrise -2022-03-23T15:04:22.958Z moonset +2022-03-22T23:37:19.240Z sunset +2022-03-23T00:59:42.892Z Venus moves from Capricornus to Aquarius +2022-03-23T04:28:31.125Z moonrise +2022-03-23T09:48:27.817Z Moon culminates 37.56 degrees above the horizon +2022-03-23T11:25:08.912Z sunrise +2022-03-23T15:04:22.959Z moonset 2022-03-23T17:31:17.708Z Sun culminates 62.62 degrees above the horizon -2022-03-23T23:37:52.851Z sunset +2022-03-23T23:37:52.853Z sunset 2022-03-23T23:40:24.879Z lunar perigee at 369750 km -2022-03-24T05:36:21.495Z moonrise -2022-03-24T10:48:10.990Z Moon culminates 34.78 degrees above the horizon -2022-03-24T11:23:59.307Z sunrise +2022-03-24T05:36:21.498Z moonrise +2022-03-24T10:48:10.992Z Moon culminates 34.78 degrees above the horizon +2022-03-24T11:23:59.306Z sunrise 2022-03-24T15:57:49.017Z moonset 2022-03-24T17:30:59.653Z Sun culminates 63.02 degrees above the horizon -2022-03-24T23:38:26.391Z sunset +2022-03-24T23:38:26.392Z sunset 2022-03-25T05:37:50.281Z third quarter -2022-03-25T06:41:43.996Z moonrise -2022-03-25T11:12:08.250Z Mercury moves from Aquarius to Pisces -2022-03-25T11:22:49.713Z sunrise -2022-03-25T11:49:51.264Z Moon culminates 33.82 degrees above the horizon +2022-03-25T06:41:43.998Z moonrise +2022-03-25T11:12:08.621Z Mercury moves from Aquarius to Pisces +2022-03-25T11:22:49.712Z sunrise +2022-03-25T11:49:51.265Z Moon culminates 33.82 degrees above the horizon 2022-03-25T16:57:57.852Z moonset 2022-03-25T17:30:41.576Z Sun culminates 63.41 degrees above the horizon -2022-03-25T23:38:59.870Z sunset -2022-03-26T07:41:44.363Z moonrise +2022-03-25T23:38:59.871Z sunset +2022-03-26T07:41:44.365Z moonrise 2022-03-26T11:21:40.158Z sunrise -2022-03-26T12:51:15.515Z Moon culminates 34.77 degrees above the horizon +2022-03-26T12:51:15.516Z Moon culminates 34.77 degrees above the horizon 2022-03-26T17:30:23.497Z Sun culminates 63.80 degrees above the horizon 2022-03-26T18:02:55.290Z moonset 2022-03-26T23:39:33.301Z sunset -2022-03-27T03:47:55.558Z Venus moves from Aquarius to Capricornus -2022-03-27T08:34:37.752Z moonrise +2022-03-27T03:47:56.293Z Venus moves from Aquarius to Capricornus +2022-03-27T08:34:37.753Z moonrise 2022-03-27T11:20:30.671Z sunrise -2022-03-27T13:50:14.081Z Moon culminates 37.50 degrees above the horizon +2022-03-27T13:50:14.082Z Moon culminates 37.50 degrees above the horizon 2022-03-27T17:30:05.435Z Sun culminates 64.19 degrees above the horizon 2022-03-27T19:09:45.538Z moonset 2022-03-27T23:40:06.694Z sunset @@ -2042,7 +2042,7 @@ 2022-03-28T20:15:49.912Z moonset 2022-03-28T23:40:40.058Z sunset 2022-03-29T09:59:56.862Z moonrise -2022-03-29T11:18:12.006Z sunrise +2022-03-29T11:18:12.007Z sunrise 2022-03-29T15:36:48.750Z Moon culminates 46.93 degrees above the horizon 2022-03-29T17:29:29.434Z Sun culminates 64.97 degrees above the horizon 2022-03-29T21:19:39.580Z moonset @@ -2051,284 +2051,284 @@ 2022-03-30T11:17:02.880Z sunrise 2022-03-30T16:24:46.342Z Moon culminates 52.84 degrees above the horizon 2022-03-30T17:29:11.530Z Sun culminates 65.36 degrees above the horizon -2022-03-30T20:06:25.960Z Mercury moves from Pisces to Cetus -2022-03-30T22:20:56.389Z moonset +2022-03-30T20:06:26.383Z Mercury moves from Pisces to Cetus +2022-03-30T22:20:56.390Z moonset 2022-03-30T23:41:46.739Z sunset 2022-03-31T11:07:18.990Z moonrise 2022-03-31T11:15:53.923Z sunrise 2022-03-31T17:10:19.967Z Moon culminates 59.05 degrees above the horizon 2022-03-31T17:28:53.712Z Sun culminates 65.75 degrees above the horizon 2022-03-31T23:20:06.951Z moonset -2022-03-31T23:42:20.071Z sunset +2022-03-31T23:42:20.072Z sunset 2022-04-01T06:25:02.406Z new moon -2022-04-01T09:25:37.647Z Mercury moves from Cetus to Pisces -2022-04-01T11:14:45.162Z sunrise +2022-04-01T09:25:37.994Z Mercury moves from Cetus to Pisces +2022-04-01T11:14:45.161Z sunrise 2022-04-01T11:38:06.179Z moonrise 2022-04-01T17:28:35.996Z Sun culminates 66.14 degrees above the horizon 2022-04-01T17:54:33.900Z Moon culminates 65.22 degrees above the horizon -2022-04-01T23:42:53.407Z sunset -2022-04-02T00:17:56.206Z moonset -2022-04-02T11:13:36.619Z sunrise -2022-04-02T12:08:44.110Z moonrise +2022-04-01T23:42:53.408Z sunset +2022-04-02T00:17:56.207Z moonset +2022-04-02T11:13:36.618Z sunrise +2022-04-02T12:08:44.109Z moonrise 2022-04-02T17:28:18.397Z Sun culminates 66.52 degrees above the horizon 2022-04-02T18:38:29.664Z Moon culminates 71.09 degrees above the horizon 2022-04-02T22:57:52.977Z Mercury superior conjunction 2022-04-02T23:43:26.754Z sunset -2022-04-03T01:15:08.542Z moonset +2022-04-03T01:15:08.543Z moonset 2022-04-03T11:12:28.318Z sunrise 2022-04-03T12:40:24.414Z moonrise 2022-04-03T17:28:00.930Z Sun culminates 66.90 degrees above the horizon -2022-04-03T18:33:45.535Z Venus moves from Capricornus to Aquarius +2022-04-03T18:33:46.270Z Venus moves from Capricornus to Aquarius 2022-04-03T19:23:00.754Z Moon culminates 76.41 degrees above the horizon -2022-04-03T23:44:00.117Z sunset -2022-04-04T02:12:14.607Z moonset -2022-04-04T11:11:20.285Z sunrise -2022-04-04T13:14:14.633Z moonrise +2022-04-03T23:44:00.118Z sunset +2022-04-04T02:12:14.608Z moonset +2022-04-04T11:11:20.284Z sunrise +2022-04-04T13:14:14.632Z moonrise 2022-04-04T17:27:43.611Z Sun culminates 67.29 degrees above the horizon 2022-04-04T20:08:48.155Z Moon culminates 80.95 degrees above the horizon -2022-04-04T23:44:33.503Z sunset -2022-04-05T03:09:21.096Z moonset -2022-04-05T11:10:12.543Z sunrise -2022-04-05T13:51:17.107Z moonrise +2022-04-04T23:44:33.504Z sunset +2022-04-05T03:09:21.097Z moonset +2022-04-05T11:10:12.542Z sunrise +2022-04-05T13:51:17.106Z moonrise 2022-04-05T17:27:26.454Z Sun culminates 67.67 degrees above the horizon 2022-04-05T20:56:15.101Z Moon culminates 84.53 degrees above the horizon -2022-04-05T23:45:06.918Z sunset -2022-04-06T04:06:03.801Z moonset -2022-04-06T11:09:05.117Z sunrise +2022-04-05T23:45:06.919Z sunset +2022-04-06T04:06:03.803Z moonset +2022-04-06T11:09:05.116Z sunrise 2022-04-06T14:32:22.985Z moonrise 2022-04-06T17:27:09.476Z Sun culminates 68.04 degrees above the horizon -2022-04-06T21:45:21.798Z Moon culminates 86.97 degrees above the horizon -2022-04-06T23:45:40.368Z sunset -2022-04-07T05:01:28.004Z moonset -2022-04-07T11:07:58.032Z sunrise +2022-04-06T21:45:21.799Z Moon culminates 86.97 degrees above the horizon +2022-04-06T23:45:40.370Z sunset +2022-04-07T05:01:28.007Z moonset +2022-04-07T11:07:58.030Z sunrise 2022-04-07T15:18:01.254Z moonrise -2022-04-07T17:26:52.692Z Sun culminates 68.42 degrees above the horizon +2022-04-07T17:26:52.691Z Sun culminates 68.42 degrees above the horizon 2022-04-07T19:09:58.882Z lunar apogee at 404425 km -2022-04-07T22:35:43.277Z Moon culminates 88.15 degrees above the horizon -2022-04-07T23:46:13.860Z sunset -2022-04-08T05:54:21.062Z moonset -2022-04-08T11:06:51.314Z sunrise -2022-04-08T16:08:07.027Z moonrise +2022-04-07T22:35:43.279Z Moon culminates 88.15 degrees above the horizon +2022-04-07T23:46:13.862Z sunset +2022-04-08T05:54:21.065Z moonset +2022-04-08T11:06:51.312Z sunrise +2022-04-08T16:08:07.028Z moonrise 2022-04-08T17:26:36.118Z Sun culminates 68.79 degrees above the horizon -2022-04-08T23:26:34.482Z Moon culminates 88.00 degrees above the horizon -2022-04-08T23:46:47.401Z sunset -2022-04-09T06:43:35.840Z moonset +2022-04-08T23:26:34.484Z Moon culminates 88.00 degrees above the horizon +2022-04-08T23:46:47.403Z sunset +2022-04-09T06:43:35.843Z moonset 2022-04-09T06:48:20.906Z first quarter -2022-04-09T11:05:44.989Z sunrise -2022-04-09T17:01:58.207Z moonrise -2022-04-09T17:26:19.772Z Sun culminates 69.16 degrees above the horizon -2022-04-09T23:47:20.998Z sunset -2022-04-10T00:17:03.618Z Moon culminates 86.51 degrees above the horizon -2022-04-10T07:28:33.804Z moonset -2022-04-10T11:04:39.084Z sunrise -2022-04-10T15:30:29.725Z Mercury moves from Pisces to Aries +2022-04-09T11:05:44.987Z sunrise +2022-04-09T17:01:58.208Z moonrise +2022-04-09T17:26:19.771Z Sun culminates 69.16 degrees above the horizon +2022-04-09T23:47:21.000Z sunset +2022-04-10T00:17:03.620Z Moon culminates 86.51 degrees above the horizon +2022-04-10T07:28:33.807Z moonset +2022-04-10T11:04:39.081Z sunrise +2022-04-10T15:30:30.135Z Mercury moves from Pisces to Aries 2022-04-10T17:26:03.670Z Sun culminates 69.53 degrees above the horizon -2022-04-10T17:58:27.790Z moonrise -2022-04-10T23:47:54.659Z sunset -2022-04-11T01:06:28.901Z Moon culminates 83.75 degrees above the horizon -2022-04-11T08:09:15.082Z moonset -2022-04-11T11:03:33.626Z sunrise -2022-04-11T13:50:10.524Z Mars moves from Capricornus to Aquarius -2022-04-11T17:25:47.832Z Sun culminates 69.90 degrees above the horizon -2022-04-11T18:56:27.906Z moonrise -2022-04-11T23:48:28.392Z sunset -2022-04-12T01:54:30.957Z Moon culminates 79.82 degrees above the horizon -2022-04-12T08:46:13.456Z moonset -2022-04-12T11:02:28.643Z sunrise +2022-04-10T17:58:27.792Z moonrise +2022-04-10T23:47:54.660Z sunset +2022-04-11T01:06:28.903Z Moon culminates 83.75 degrees above the horizon +2022-04-11T08:09:15.084Z moonset +2022-04-11T11:03:33.624Z sunrise +2022-04-11T13:50:11.592Z Mars moves from Capricornus to Aquarius +2022-04-11T17:25:47.831Z Sun culminates 69.90 degrees above the horizon +2022-04-11T18:56:27.907Z moonrise +2022-04-11T23:48:28.394Z sunset +2022-04-12T01:54:30.959Z Moon culminates 79.82 degrees above the horizon +2022-04-12T08:46:13.458Z moonset +2022-04-12T11:02:28.641Z sunrise 2022-04-12T17:25:32.274Z Sun culminates 70.27 degrees above the horizon -2022-04-12T19:55:12.250Z moonrise -2022-04-12T23:49:02.208Z sunset -2022-04-13T02:41:16.832Z Moon culminates 74.90 degrees above the horizon +2022-04-12T19:55:12.251Z moonrise +2022-04-12T23:49:02.209Z sunset +2022-04-13T02:41:16.833Z Moon culminates 74.90 degrees above the horizon 2022-04-13T09:20:24.522Z moonset -2022-04-13T11:01:24.163Z sunrise +2022-04-13T11:01:24.161Z sunrise 2022-04-13T17:25:17.017Z Sun culminates 70.63 degrees above the horizon -2022-04-13T20:54:26.847Z moonrise +2022-04-13T20:54:26.848Z moonrise 2022-04-13T22:26:12.863Z Mercury perihelion at 0.3075 AU -2022-04-13T23:49:36.114Z sunset +2022-04-13T23:49:36.115Z sunset 2022-04-14T03:27:17.321Z Moon culminates 69.17 degrees above the horizon -2022-04-14T07:29:43.026Z Jupiter moves from Aquarius to Pisces -2022-04-14T09:52:55.673Z moonset -2022-04-14T11:00:20.215Z sunrise -2022-04-14T17:25:02.079Z Sun culminates 70.99 degrees above the horizon -2022-04-14T21:54:28.822Z moonrise -2022-04-14T23:50:10.121Z sunset +2022-04-14T07:29:46.414Z Jupiter moves from Aquarius to Pisces +2022-04-14T09:52:55.672Z moonset +2022-04-14T11:00:20.214Z sunrise +2022-04-14T17:25:02.078Z Sun culminates 70.99 degrees above the horizon +2022-04-14T21:54:28.823Z moonrise +2022-04-14T23:50:10.122Z sunset 2022-04-15T04:13:21.633Z Moon culminates 62.87 degrees above the horizon -2022-04-15T10:25:01.401Z moonset -2022-04-15T10:59:16.827Z sunrise +2022-04-15T10:25:01.400Z moonset +2022-04-15T10:59:16.826Z sunrise 2022-04-15T17:24:47.479Z Sun culminates 71.35 degrees above the horizon -2022-04-15T22:55:57.584Z moonrise -2022-04-15T23:50:44.238Z sunset +2022-04-15T22:55:57.585Z moonrise +2022-04-15T23:50:44.239Z sunset 2022-04-16T05:00:31.786Z Moon culminates 56.30 degrees above the horizon -2022-04-16T10:58:03.275Z moonset -2022-04-16T10:58:14.029Z sunrise +2022-04-16T10:58:03.274Z moonset +2022-04-16T10:58:14.028Z sunrise 2022-04-16T17:24:33.236Z Sun culminates 71.70 degrees above the horizon 2022-04-16T18:55:35.901Z full moon -2022-04-16T23:51:18.474Z sunset -2022-04-16T23:59:40.733Z moonrise -2022-04-17T05:49:56.172Z Moon culminates 49.82 degrees above the horizon -2022-04-17T10:57:11.848Z sunrise -2022-04-17T11:33:32.139Z moonset -2022-04-17T17:24:19.369Z Sun culminates 72.05 degrees above the horizon -2022-04-17T23:51:52.839Z sunset -2022-04-18T01:06:12.653Z moonrise +2022-04-16T23:51:18.476Z sunset +2022-04-16T23:59:40.734Z moonrise +2022-04-17T05:49:56.173Z Moon culminates 49.82 degrees above the horizon +2022-04-17T10:57:11.847Z sunrise +2022-04-17T11:33:32.138Z moonset +2022-04-17T17:24:19.370Z Sun culminates 72.05 degrees above the horizon +2022-04-17T23:51:52.841Z sunset +2022-04-18T01:06:12.655Z moonrise 2022-04-18T06:42:38.987Z Moon culminates 43.85 degrees above the horizon -2022-04-18T10:56:10.313Z sunrise -2022-04-18T12:13:08.478Z moonset +2022-04-18T10:56:10.312Z sunrise +2022-04-18T12:13:08.477Z moonset 2022-04-18T17:24:05.897Z Sun culminates 72.40 degrees above the horizon -2022-04-18T23:52:27.340Z sunset -2022-04-19T02:15:22.808Z moonrise +2022-04-18T23:52:27.342Z sunset +2022-04-19T02:15:22.811Z moonrise 2022-04-19T07:39:20.951Z Moon culminates 38.88 degrees above the horizon -2022-04-19T10:55:09.453Z sunrise -2022-04-19T12:58:33.680Z moonset +2022-04-19T10:55:09.451Z sunrise +2022-04-19T12:58:33.679Z moonset 2022-04-19T15:12:45.019Z lunar perigee at 365135 km 2022-04-19T17:23:52.837Z Sun culminates 72.75 degrees above the horizon -2022-04-19T23:53:01.984Z sunset -2022-04-20T03:25:40.694Z moonrise +2022-04-19T23:53:01.986Z sunset +2022-04-20T03:25:40.697Z moonrise 2022-04-20T08:39:51.080Z Moon culminates 35.39 degrees above the horizon -2022-04-20T10:54:09.295Z sunrise -2022-04-20T13:51:02.195Z moonset +2022-04-20T10:54:09.292Z sunrise +2022-04-20T13:51:02.193Z moonset 2022-04-20T17:23:40.205Z Sun culminates 73.09 degrees above the horizon -2022-04-20T23:53:36.776Z sunset -2022-04-21T04:34:08.552Z moonrise +2022-04-20T23:53:36.777Z sunset +2022-04-21T04:34:08.555Z moonrise 2022-04-21T09:42:44.255Z Moon culminates 33.76 degrees above the horizon -2022-04-21T10:53:09.866Z sunrise -2022-04-21T14:50:34.033Z moonset -2022-04-21T17:23:28.018Z Sun culminates 73.43 degrees above the horizon +2022-04-21T10:53:09.864Z sunrise +2022-04-21T14:50:34.030Z moonset +2022-04-21T17:23:28.017Z Sun culminates 73.43 degrees above the horizon 2022-04-21T23:54:11.719Z sunset -2022-04-22T05:37:19.037Z moonrise +2022-04-22T05:37:19.040Z moonrise 2022-04-22T10:45:34.276Z Moon culminates 34.13 degrees above the horizon -2022-04-22T10:52:11.194Z sunrise -2022-04-22T15:55:20.683Z moonset -2022-04-22T17:23:16.289Z Sun culminates 73.77 degrees above the horizon +2022-04-22T10:52:11.192Z sunrise +2022-04-22T15:55:20.681Z moonset +2022-04-22T17:23:16.288Z Sun culminates 73.77 degrees above the horizon 2022-04-22T23:54:46.815Z sunset -2022-04-23T06:32:52.737Z moonrise -2022-04-23T10:51:13.305Z sunrise +2022-04-23T06:32:52.740Z moonrise +2022-04-23T10:51:13.304Z sunrise 2022-04-23T11:45:51.390Z Moon culminates 36.38 degrees above the horizon 2022-04-23T11:56:56.726Z third quarter -2022-04-23T17:02:16.585Z moonset -2022-04-23T17:23:05.033Z Sun culminates 74.10 degrees above the horizon -2022-04-23T23:55:22.064Z sunset -2022-04-24T07:20:27.963Z moonrise +2022-04-23T17:02:16.583Z moonset +2022-04-23T17:23:05.032Z Sun culminates 74.10 degrees above the horizon +2022-04-23T23:55:22.063Z sunset +2022-04-24T07:20:27.965Z moonrise 2022-04-24T10:50:16.225Z sunrise 2022-04-24T12:42:02.688Z Moon culminates 40.17 degrees above the horizon -2022-04-24T17:22:54.261Z Sun culminates 74.43 degrees above the horizon -2022-04-24T18:08:26.281Z moonset -2022-04-24T23:55:57.464Z sunset -2022-04-25T08:01:12.506Z moonrise +2022-04-24T17:22:54.260Z Sun culminates 74.43 degrees above the horizon +2022-04-24T18:08:26.280Z moonset +2022-04-24T23:55:57.463Z sunset +2022-04-25T08:01:12.508Z moonrise 2022-04-25T10:49:19.980Z sunrise 2022-04-25T13:33:50.052Z Moon culminates 45.09 degrees above the horizon -2022-04-25T17:22:43.985Z Sun culminates 74.75 degrees above the horizon -2022-04-25T19:12:09.313Z moonset -2022-04-25T21:40:02.465Z Mercury moves from Aries to Taurus -2022-04-25T23:56:33.013Z sunset -2022-04-26T08:36:49.892Z moonrise +2022-04-25T17:22:43.984Z Sun culminates 74.75 degrees above the horizon +2022-04-25T19:12:09.312Z moonset +2022-04-25T21:40:03.085Z Mercury moves from Aries to Taurus +2022-04-25T23:56:33.012Z sunset +2022-04-26T08:36:49.894Z moonrise 2022-04-26T10:48:24.592Z sunrise 2022-04-26T14:21:50.025Z Moon culminates 50.75 degrees above the horizon 2022-04-26T17:22:34.213Z Sun culminates 75.08 degrees above the horizon -2022-04-26T20:13:04.588Z moonset -2022-04-26T23:57:08.705Z sunset -2022-04-27T09:09:04.416Z moonrise +2022-04-26T20:13:04.587Z moonset +2022-04-26T23:57:08.704Z sunset +2022-04-27T09:09:04.417Z moonrise 2022-04-27T10:47:30.085Z sunrise 2022-04-27T15:07:05.549Z Moon culminates 56.80 degrees above the horizon -2022-04-27T17:22:24.956Z Sun culminates 75.39 degrees above the horizon -2022-04-27T21:11:41.740Z moonset -2022-04-27T22:52:59.415Z Venus moves from Aquarius to Pisces -2022-04-27T23:57:44.534Z sunset -2022-04-28T09:39:28.991Z moonrise +2022-04-27T17:22:24.955Z Sun culminates 75.39 degrees above the horizon +2022-04-27T21:11:41.739Z moonset +2022-04-27T22:53:00.151Z Venus moves from Aquarius to Pisces +2022-04-27T23:57:44.533Z sunset +2022-04-28T09:39:28.992Z moonrise 2022-04-28T10:46:36.480Z sunrise 2022-04-28T15:50:46.453Z Moon culminates 62.94 degrees above the horizon 2022-04-28T17:22:16.218Z Sun culminates 75.71 degrees above the horizon -2022-04-28T22:08:51.736Z moonset +2022-04-28T22:08:51.735Z moonset 2022-04-28T23:58:20.492Z sunset 2022-04-29T08:06:53.922Z Mercury max evening elongation: 20.61 degrees from Sun 2022-04-29T10:09:25.101Z moonrise -2022-04-29T10:45:43.799Z sunrise +2022-04-29T10:45:43.798Z sunrise 2022-04-29T16:33:59.481Z Moon culminates 68.89 degrees above the horizon 2022-04-29T17:22:08.007Z Sun culminates 76.02 degrees above the horizon -2022-04-29T23:05:26.664Z moonset +2022-04-29T23:05:26.663Z moonset 2022-04-29T23:58:56.570Z sunset -2022-04-30T10:40:06.462Z moonrise -2022-04-30T10:44:52.061Z sunrise +2022-04-30T10:40:06.461Z moonrise +2022-04-30T10:44:52.060Z sunrise 2022-04-30T17:17:43.273Z Moon culminates 74.42 degrees above the horizon -2022-04-30T17:22:00.327Z Sun culminates 76.33 degrees above the horizon +2022-04-30T17:22:00.326Z Sun culminates 76.33 degrees above the horizon 2022-04-30T20:28:46.177Z new moon 2022-04-30T23:59:32.756Z sunset 2022-05-01T00:02:06.139Z moonset -2022-05-01T10:44:01.285Z sunrise +2022-05-01T10:44:01.284Z sunrise 2022-05-01T11:12:42.097Z moonrise 2022-05-01T17:21:53.181Z Sun culminates 76.63 degrees above the horizon -2022-05-01T18:02:44.216Z Moon culminates 79.30 degrees above the horizon +2022-05-01T18:02:44.215Z Moon culminates 79.30 degrees above the horizon 2022-05-02T00:00:09.039Z sunset 2022-05-02T00:59:06.310Z moonset -2022-05-02T10:43:11.491Z sunrise -2022-05-02T11:18:17.011Z Neptune moves from Aquarius to Pisces -2022-05-02T11:48:16.386Z moonrise -2022-05-02T17:21:46.573Z Sun culminates 76.93 degrees above the horizon -2022-05-02T18:49:31.061Z Moon culminates 83.30 degrees above the horizon +2022-05-02T10:43:11.490Z sunrise +2022-05-02T11:18:45.272Z Neptune moves from Aquarius to Pisces +2022-05-02T11:48:16.384Z moonrise +2022-05-02T17:21:46.572Z Sun culminates 76.93 degrees above the horizon +2022-05-02T18:49:31.060Z Moon culminates 83.30 degrees above the horizon 2022-05-03T00:00:45.405Z sunset -2022-05-03T01:56:10.785Z moonset -2022-05-03T10:42:22.697Z sunrise -2022-05-03T12:27:44.183Z moonrise +2022-05-03T01:56:10.786Z moonset +2022-05-03T10:42:22.696Z sunrise +2022-05-03T12:27:44.182Z moonrise 2022-05-03T17:21:40.504Z Sun culminates 77.22 degrees above the horizon 2022-05-03T19:38:08.690Z Moon culminates 86.23 degrees above the horizon 2022-05-04T00:01:21.840Z sunset -2022-05-04T02:52:27.534Z moonset -2022-05-04T10:41:34.921Z sunrise -2022-05-04T13:11:40.346Z moonrise +2022-05-04T02:52:27.535Z moonset +2022-05-04T10:41:34.920Z sunrise +2022-05-04T13:11:40.345Z moonrise 2022-05-04T17:21:34.977Z Sun culminates 77.51 degrees above the horizon 2022-05-04T20:28:14.277Z Moon culminates 87.93 degrees above the horizon -2022-05-05T00:01:58.329Z sunset -2022-05-05T03:46:38.414Z moonset +2022-05-05T00:01:58.330Z sunset +2022-05-05T03:46:38.417Z moonset 2022-05-05T07:24:39.820Z Uranus conjunction -2022-05-05T10:40:48.182Z sunrise +2022-05-05T10:40:48.180Z sunrise 2022-05-05T12:45:40.028Z lunar apogee at 405273 km -2022-05-05T14:00:06.875Z moonrise +2022-05-05T14:00:06.873Z moonrise 2022-05-05T17:21:29.993Z Sun culminates 77.80 degrees above the horizon -2022-05-05T21:19:00.807Z Moon culminates 88.31 degrees above the horizon -2022-05-06T00:02:34.858Z sunset -2022-05-06T04:37:23.043Z moonset -2022-05-06T10:40:02.498Z sunrise -2022-05-06T14:52:26.587Z moonrise -2022-05-06T17:21:25.555Z Sun culminates 78.08 degrees above the horizon -2022-05-06T22:09:30.410Z Moon culminates 87.35 degrees above the horizon -2022-05-07T00:03:11.411Z sunset -2022-05-07T05:23:46.751Z moonset -2022-05-07T10:39:17.887Z sunrise +2022-05-05T21:19:00.808Z Moon culminates 88.31 degrees above the horizon +2022-05-06T00:02:34.859Z sunset +2022-05-06T04:37:23.046Z moonset +2022-05-06T10:40:02.496Z sunrise +2022-05-06T14:52:26.586Z moonrise +2022-05-06T17:21:25.554Z Sun culminates 78.08 degrees above the horizon +2022-05-06T22:09:30.411Z Moon culminates 87.35 degrees above the horizon +2022-05-07T00:03:11.412Z sunset +2022-05-07T05:23:46.754Z moonset +2022-05-07T10:39:17.885Z sunrise 2022-05-07T15:47:32.659Z moonrise -2022-05-07T17:21:21.663Z Sun culminates 78.35 degrees above the horizon -2022-05-07T22:58:53.102Z Moon culminates 85.11 degrees above the horizon -2022-05-08T00:03:47.972Z sunset -2022-05-08T06:05:36.533Z moonset -2022-05-08T10:38:34.369Z sunrise -2022-05-08T14:46:07.497Z Venus moves from Pisces to Cetus +2022-05-07T17:21:21.662Z Sun culminates 78.35 degrees above the horizon +2022-05-07T22:58:53.104Z Moon culminates 85.11 degrees above the horizon +2022-05-08T00:03:47.973Z sunset +2022-05-08T06:05:36.536Z moonset +2022-05-08T10:38:34.366Z sunrise +2022-05-08T14:46:08.170Z Venus moves from Pisces to Cetus 2022-05-08T16:44:12.770Z moonrise -2022-05-08T17:21:18.319Z Sun culminates 78.62 degrees above the horizon -2022-05-08T23:46:41.965Z Moon culminates 81.69 degrees above the horizon -2022-05-09T00:04:24.527Z sunset +2022-05-08T17:21:18.318Z Sun culminates 78.62 degrees above the horizon +2022-05-08T23:46:41.967Z Moon culminates 81.69 degrees above the horizon +2022-05-09T00:04:24.528Z sunset 2022-05-09T00:22:05.740Z first quarter -2022-05-09T06:43:18.759Z moonset -2022-05-09T10:37:51.962Z sunrise +2022-05-09T06:43:18.762Z moonset +2022-05-09T10:37:51.959Z sunrise 2022-05-09T17:21:15.525Z Sun culminates 78.89 degrees above the horizon 2022-05-09T17:41:34.380Z moonrise 2022-05-10T00:05:01.060Z sunset -2022-05-10T00:32:58.874Z Moon culminates 77.25 degrees above the horizon -2022-05-10T07:17:46.340Z moonset -2022-05-10T10:37:10.685Z sunrise -2022-05-10T17:21:13.284Z Sun culminates 79.15 degrees above the horizon +2022-05-10T00:32:58.875Z Moon culminates 77.25 degrees above the horizon +2022-05-10T07:17:46.342Z moonset +2022-05-10T10:37:10.682Z sunrise +2022-05-10T17:21:13.283Z Sun culminates 79.15 degrees above the horizon 2022-05-10T18:39:18.549Z moonrise 2022-05-11T00:05:37.556Z sunset -2022-05-11T01:18:12.029Z Moon culminates 71.96 degrees above the horizon -2022-05-11T07:50:06.248Z moonset -2022-05-11T10:36:30.557Z sunrise +2022-05-11T01:18:12.030Z Moon culminates 71.96 degrees above the horizon +2022-05-11T07:50:06.249Z moonset +2022-05-11T10:36:30.556Z sunrise 2022-05-11T17:21:11.597Z Sun culminates 79.41 degrees above the horizon -2022-05-11T19:37:40.630Z moonrise +2022-05-11T19:37:40.629Z moonrise 2022-05-12T00:06:14.001Z sunset 2022-05-12T02:03:10.214Z Moon culminates 66.00 degrees above the horizon 2022-05-12T08:21:32.838Z moonset -2022-05-12T09:40:12.123Z Venus moves from Cetus to Pisces +2022-05-12T09:40:12.879Z Venus moves from Cetus to Pisces 2022-05-12T10:35:51.598Z sunrise 2022-05-12T17:21:10.468Z Sun culminates 79.66 degrees above the horizon -2022-05-12T20:37:23.056Z moonrise +2022-05-12T20:37:23.055Z moonrise 2022-05-13T00:06:50.380Z sunset 2022-05-13T02:48:57.384Z Moon culminates 59.60 degrees above the horizon 2022-05-13T08:53:27.091Z moonset @@ -2340,117 +2340,117 @@ 2022-05-14T09:27:19.645Z moonset 2022-05-14T10:34:37.265Z sunrise 2022-05-14T17:21:09.889Z Sun culminates 80.15 degrees above the horizon -2022-05-14T22:44:40.288Z moonrise +2022-05-14T22:44:40.289Z moonrise 2022-05-15T00:08:02.881Z sunset 2022-05-15T04:27:59.342Z Moon culminates 46.71 degrees above the horizon 2022-05-15T10:04:54.245Z moonset 2022-05-15T10:34:01.927Z sunrise 2022-05-15T10:47:39.897Z Venus aphelion at 0.7282 AU 2022-05-15T17:21:10.443Z Sun culminates 80.38 degrees above the horizon -2022-05-15T23:53:38.126Z moonrise -2022-05-16T00:08:38.973Z sunset +2022-05-15T23:53:38.128Z moonrise +2022-05-16T00:08:38.974Z sunset 2022-05-16T04:11:25.341Z total lunar eclipse 2022-05-16T04:14:37.224Z full moon -2022-05-16T05:23:36.667Z Moon culminates 41.09 degrees above the horizon -2022-05-16T10:33:27.833Z sunrise -2022-05-16T10:48:05.190Z moonset +2022-05-16T05:23:36.668Z Moon culminates 41.09 degrees above the horizon +2022-05-16T10:33:27.832Z sunrise +2022-05-16T10:48:05.189Z moonset 2022-05-16T17:21:11.561Z Sun culminates 80.62 degrees above the horizon -2022-05-17T00:09:14.938Z sunset -2022-05-17T01:05:29.169Z moonrise +2022-05-17T00:09:14.940Z sunset +2022-05-17T01:05:29.171Z moonrise 2022-05-17T06:24:02.056Z Moon culminates 36.74 degrees above the horizon -2022-05-17T10:32:54.999Z sunrise -2022-05-17T11:38:36.683Z moonset +2022-05-17T10:32:54.997Z sunrise +2022-05-17T11:38:36.682Z moonset 2022-05-17T15:26:56.579Z lunar perigee at 360291 km 2022-05-17T17:21:13.243Z Sun culminates 80.84 degrees above the horizon -2022-05-18T00:09:50.760Z sunset -2022-05-18T02:17:33.116Z moonrise +2022-05-18T00:09:50.761Z sunset +2022-05-18T02:17:33.118Z moonrise 2022-05-18T07:28:16.683Z Moon culminates 34.17 degrees above the horizon -2022-05-18T10:32:23.441Z sunrise -2022-05-18T12:37:12.345Z moonset -2022-05-18T17:21:15.488Z Sun culminates 81.06 degrees above the horizon +2022-05-18T10:32:23.439Z sunrise +2022-05-18T12:37:12.343Z moonset +2022-05-18T17:21:15.487Z Sun culminates 81.06 degrees above the horizon 2022-05-19T00:10:26.420Z sunset -2022-05-19T03:25:44.223Z moonrise -2022-05-19T08:33:48.943Z Moon culminates 33.71 degrees above the horizon -2022-05-19T10:31:53.176Z sunrise -2022-05-19T10:38:05.900Z Mars moves from Aquarius to Pisces -2022-05-19T13:42:34.137Z moonset -2022-05-19T17:21:18.294Z Sun culminates 81.27 degrees above the horizon -2022-05-20T00:11:01.897Z sunset -2022-05-20T04:26:25.164Z moonrise -2022-05-20T09:37:26.766Z Moon culminates 35.35 degrees above the horizon -2022-05-20T10:31:24.219Z sunrise -2022-05-20T14:51:22.072Z moonset -2022-05-20T17:21:21.658Z Sun culminates 81.48 degrees above the horizon -2022-05-21T00:11:37.170Z sunset -2022-05-21T05:18:11.847Z moonrise -2022-05-21T10:30:56.582Z sunrise -2022-05-21T10:36:45.767Z Moon culminates 38.75 degrees above the horizon -2022-05-21T15:59:50.307Z moonset -2022-05-21T17:21:25.574Z Sun culminates 81.69 degrees above the horizon +2022-05-19T03:25:44.224Z moonrise +2022-05-19T08:33:48.942Z Moon culminates 33.71 degrees above the horizon +2022-05-19T10:31:53.174Z sunrise +2022-05-19T10:38:06.948Z Mars moves from Aquarius to Pisces +2022-05-19T13:42:34.133Z moonset +2022-05-19T17:21:18.293Z Sun culminates 81.27 degrees above the horizon +2022-05-20T00:11:01.896Z sunset +2022-05-20T04:26:25.166Z moonrise +2022-05-20T09:37:26.765Z Moon culminates 35.35 degrees above the horizon +2022-05-20T10:31:24.217Z sunrise +2022-05-20T14:51:22.068Z moonset +2022-05-20T17:21:21.656Z Sun culminates 81.48 degrees above the horizon +2022-05-21T00:11:37.168Z sunset +2022-05-21T05:18:11.848Z moonrise +2022-05-21T10:30:56.581Z sunrise +2022-05-21T10:36:45.766Z Moon culminates 38.75 degrees above the horizon +2022-05-21T15:59:50.304Z moonset +2022-05-21T17:21:25.573Z Sun culminates 81.69 degrees above the horizon 2022-05-21T19:10:41.002Z Mercury inferior conjunction -2022-05-22T00:12:12.216Z sunset -2022-05-22T06:01:51.517Z moonrise +2022-05-22T00:12:12.213Z sunset +2022-05-22T06:01:51.518Z moonrise 2022-05-22T10:30:30.279Z sunrise 2022-05-22T11:30:55.764Z Moon culminates 43.44 degrees above the horizon -2022-05-22T17:05:31.291Z moonset -2022-05-22T17:21:30.038Z Sun culminates 81.88 degrees above the horizon +2022-05-22T17:05:31.288Z moonset +2022-05-22T17:21:30.036Z Sun culminates 81.88 degrees above the horizon 2022-05-22T18:43:40.825Z third quarter -2022-05-23T00:12:47.009Z sunset -2022-05-23T06:39:14.932Z moonrise +2022-05-23T00:12:47.006Z sunset +2022-05-23T06:39:14.934Z moonrise 2022-05-23T10:30:05.321Z sunrise 2022-05-23T12:20:24.750Z Moon culminates 48.97 degrees above the horizon -2022-05-23T17:21:35.040Z Sun culminates 82.07 degrees above the horizon -2022-05-23T18:07:41.200Z moonset -2022-05-24T00:13:21.524Z sunset -2022-05-24T07:12:21.431Z moonrise +2022-05-23T17:21:35.039Z Sun culminates 82.07 degrees above the horizon +2022-05-23T18:07:41.198Z moonset +2022-05-24T00:13:21.522Z sunset +2022-05-24T07:12:21.433Z moonrise 2022-05-24T10:29:41.717Z sunrise 2022-05-24T13:06:20.553Z Moon culminates 54.94 degrees above the horizon -2022-05-24T17:21:40.573Z Sun culminates 82.26 degrees above the horizon -2022-05-24T19:06:47.191Z moonset -2022-05-25T00:13:55.735Z sunset -2022-05-25T07:42:57.051Z moonrise +2022-05-24T17:21:40.572Z Sun culminates 82.26 degrees above the horizon +2022-05-24T19:06:47.189Z moonset +2022-05-25T00:13:55.732Z sunset +2022-05-25T07:42:57.053Z moonrise 2022-05-25T10:29:19.473Z sunrise 2022-05-25T13:50:02.275Z Moon culminates 61.04 degrees above the horizon -2022-05-25T17:21:46.625Z Sun culminates 82.44 degrees above the horizon -2022-05-25T20:03:47.944Z moonset -2022-05-26T00:14:29.611Z sunset -2022-05-26T08:12:32.308Z moonrise +2022-05-25T17:21:46.624Z Sun culminates 82.44 degrees above the horizon +2022-05-25T20:03:47.942Z moonset +2022-05-26T00:14:29.609Z sunset +2022-05-26T08:12:32.309Z moonrise 2022-05-26T10:28:58.594Z sunrise 2022-05-26T14:32:46.240Z Moon culminates 67.02 degrees above the horizon -2022-05-26T17:21:53.183Z Sun culminates 82.61 degrees above the horizon -2022-05-26T20:59:47.412Z moonset -2022-05-27T00:15:03.122Z sunset -2022-05-27T08:42:26.608Z moonrise -2022-05-27T10:28:39.085Z sunrise +2022-05-26T17:21:53.182Z Sun culminates 82.61 degrees above the horizon +2022-05-26T20:59:47.411Z moonset +2022-05-27T00:15:03.120Z sunset +2022-05-27T08:42:26.609Z moonrise +2022-05-27T10:28:39.084Z sunrise 2022-05-27T15:15:40.268Z Moon culminates 72.64 degrees above the horizon -2022-05-27T17:22:00.233Z Sun culminates 82.78 degrees above the horizon -2022-05-27T21:55:39.319Z moonset +2022-05-27T17:22:00.232Z Sun culminates 82.78 degrees above the horizon +2022-05-27T21:55:39.317Z moonset 2022-05-27T22:03:45.003Z Mercury aphelion at 0.4667 AU -2022-05-28T00:15:36.237Z sunset -2022-05-28T09:13:52.922Z moonrise -2022-05-28T10:28:20.945Z sunrise +2022-05-28T00:15:36.235Z sunset +2022-05-28T09:13:52.923Z moonrise +2022-05-28T10:28:20.944Z sunrise 2022-05-28T15:59:40.240Z Moon culminates 77.71 degrees above the horizon -2022-05-28T17:22:07.758Z Sun culminates 82.94 degrees above the horizon -2022-05-28T22:51:55.877Z moonset -2022-05-29T00:16:08.923Z sunset +2022-05-28T17:22:07.757Z Sun culminates 82.94 degrees above the horizon +2022-05-28T22:51:55.875Z moonset +2022-05-29T00:16:08.921Z sunset 2022-05-29T09:47:59.721Z moonrise -2022-05-29T10:28:04.174Z sunrise +2022-05-29T10:28:04.173Z sunrise 2022-05-29T16:45:25.451Z Moon culminates 82.00 degrees above the horizon 2022-05-29T17:22:15.742Z Sun culminates 83.10 degrees above the horizon -2022-05-29T23:48:37.527Z moonset -2022-05-30T00:16:41.145Z sunset -2022-05-30T10:25:48.036Z moonrise +2022-05-29T23:48:37.526Z moonset +2022-05-30T00:16:41.144Z sunset +2022-05-30T10:25:48.035Z moonrise 2022-05-30T10:27:48.770Z sunrise 2022-05-30T11:31:00.673Z new moon 2022-05-30T17:22:24.166Z Sun culminates 83.24 degrees above the horizon -2022-05-30T17:33:11.924Z Moon culminates 85.31 degrees above the horizon -2022-05-31T00:17:12.869Z sunset -2022-05-31T00:45:05.888Z moonset -2022-05-31T03:40:35.236Z Venus moves from Pisces to Aries -2022-05-31T10:27:34.730Z sunrise +2022-05-30T17:33:11.923Z Moon culminates 85.31 degrees above the horizon +2022-05-31T00:17:12.868Z sunset +2022-05-31T00:45:05.887Z moonset +2022-05-31T03:40:36.012Z Venus moves from Pisces to Aries +2022-05-31T10:27:34.729Z sunrise 2022-05-31T11:08:02.120Z moonrise 2022-05-31T17:22:33.010Z Sun culminates 83.39 degrees above the horizon -2022-05-31T18:22:46.098Z Moon culminates 87.46 degrees above the horizon +2022-05-31T18:22:46.097Z Moon culminates 87.46 degrees above the horizon 2022-06-01T00:17:44.060Z sunset 2022-06-01T01:40:07.159Z moonset 2022-06-01T10:27:22.048Z sunrise @@ -2459,172 +2459,172 @@ 2022-06-01T19:13:24.481Z Moon culminates 88.31 degrees above the horizon 2022-06-02T00:18:14.681Z sunset 2022-06-02T01:13:05.151Z lunar apogee at 406180 km -2022-06-02T02:32:12.149Z moonset -2022-06-02T10:27:10.720Z sunrise -2022-06-02T12:45:58.871Z moonrise +2022-06-02T02:32:12.150Z moonset +2022-06-02T10:27:10.719Z sunrise +2022-06-02T12:45:58.870Z moonrise 2022-06-02T17:22:51.877Z Sun culminates 83.65 degrees above the horizon 2022-06-02T20:04:04.374Z Moon culminates 87.81 degrees above the horizon -2022-06-03T00:18:44.698Z sunset -2022-06-03T01:06:43.360Z Mars moves from Pisces to Cetus -2022-06-03T03:20:07.456Z moonset -2022-06-03T10:27:00.739Z sunrise +2022-06-03T00:18:44.699Z sunset +2022-06-03T01:06:44.454Z Mars moves from Pisces to Cetus +2022-06-03T03:20:07.458Z moonset +2022-06-03T10:27:00.738Z sunrise 2022-06-03T13:40:06.259Z moonrise -2022-06-03T17:23:01.859Z Sun culminates 83.77 degrees above the horizon -2022-06-03T20:53:43.935Z Moon culminates 86.01 degrees above the horizon -2022-06-04T00:19:14.074Z sunset -2022-06-04T04:03:20.031Z moonset -2022-06-04T10:26:52.097Z sunrise -2022-06-04T14:35:55.767Z moonrise +2022-06-03T17:23:01.858Z Sun culminates 83.77 degrees above the horizon +2022-06-03T20:53:43.936Z Moon culminates 86.01 degrees above the horizon +2022-06-04T00:19:14.075Z sunset +2022-06-04T04:03:20.032Z moonset +2022-06-04T10:26:52.096Z sunrise +2022-06-04T14:35:55.766Z moonrise 2022-06-04T17:23:12.177Z Sun culminates 83.89 degrees above the horizon -2022-06-04T21:41:41.952Z Moon culminates 83.03 degrees above the horizon -2022-06-05T00:19:42.776Z sunset -2022-06-05T04:42:01.807Z moonset -2022-06-05T10:26:44.787Z sunrise +2022-06-04T21:41:41.953Z Moon culminates 83.03 degrees above the horizon +2022-06-05T00:19:42.777Z sunset +2022-06-05T04:42:01.809Z moonset +2022-06-05T10:26:44.786Z sunrise 2022-06-05T15:32:20.248Z moonrise 2022-06-05T17:23:22.811Z Sun culminates 84.00 degrees above the horizon 2022-06-05T22:27:47.969Z Moon culminates 79.01 degrees above the horizon -2022-06-06T00:20:10.769Z sunset -2022-06-06T05:16:58.153Z moonset -2022-06-06T10:26:38.802Z sunrise -2022-06-06T16:28:46.739Z moonrise -2022-06-06T17:23:33.741Z Sun culminates 84.10 degrees above the horizon +2022-06-06T00:20:10.770Z sunset +2022-06-06T05:16:58.154Z moonset +2022-06-06T10:26:38.800Z sunrise +2022-06-06T16:28:46.738Z moonrise +2022-06-06T17:23:33.740Z Sun culminates 84.10 degrees above the horizon 2022-06-06T23:12:21.601Z Moon culminates 74.12 degrees above the horizon 2022-06-07T00:20:38.021Z sunset -2022-06-07T05:49:12.859Z moonset +2022-06-07T05:49:12.860Z moonset 2022-06-07T10:26:34.131Z sunrise 2022-06-07T14:49:10.327Z first quarter -2022-06-07T17:23:44.946Z Sun culminates 84.20 degrees above the horizon -2022-06-07T17:25:20.560Z moonrise +2022-06-07T17:23:44.945Z Sun culminates 84.20 degrees above the horizon +2022-06-07T17:25:20.559Z moonrise 2022-06-07T23:56:06.328Z Moon culminates 68.56 degrees above the horizon -2022-06-08T00:21:04.501Z sunset -2022-06-08T06:19:58.309Z moonset -2022-06-08T10:26:30.768Z sunrise +2022-06-08T00:21:04.500Z sunset +2022-06-08T06:19:58.310Z moonset +2022-06-08T10:26:30.769Z sunrise 2022-06-08T17:23:56.406Z Sun culminates 84.29 degrees above the horizon -2022-06-08T18:22:39.279Z moonrise -2022-06-09T00:21:30.176Z sunset +2022-06-08T18:22:39.278Z moonrise +2022-06-09T00:21:30.175Z sunset 2022-06-09T00:40:03.163Z Moon culminates 62.49 degrees above the horizon -2022-06-09T04:13:03.537Z Mars moves from Cetus to Pisces -2022-06-09T06:50:32.558Z moonset -2022-06-09T10:26:28.703Z sunrise +2022-06-09T04:13:04.698Z Mars moves from Cetus to Pisces +2022-06-09T06:50:32.559Z moonset +2022-06-09T10:26:28.705Z sunrise 2022-06-09T17:24:08.103Z Sun culminates 84.37 degrees above the horizon 2022-06-09T19:21:42.963Z moonrise -2022-06-10T00:21:55.020Z sunset +2022-06-10T00:21:55.018Z sunset 2022-06-10T01:25:26.283Z Moon culminates 56.14 degrees above the horizon -2022-06-10T07:22:21.701Z moonset -2022-06-10T10:26:27.927Z sunrise +2022-06-10T07:22:21.702Z moonset +2022-06-10T10:26:27.930Z sunrise 2022-06-10T17:24:20.017Z Sun culminates 84.45 degrees above the horizon 2022-06-10T20:23:41.871Z moonrise -2022-06-11T00:22:19.003Z sunset -2022-06-11T02:13:39.064Z Moon culminates 49.79 degrees above the horizon -2022-06-11T07:57:05.003Z moonset -2022-06-11T10:26:28.430Z sunrise -2022-06-11T17:24:32.130Z Sun culminates 84.52 degrees above the horizon -2022-06-11T21:29:36.372Z moonrise +2022-06-11T00:22:19.002Z sunset +2022-06-11T02:13:39.065Z Moon culminates 49.79 degrees above the horizon +2022-06-11T07:57:05.004Z moonset +2022-06-11T10:26:28.433Z sunrise +2022-06-11T17:24:32.131Z Sun culminates 84.52 degrees above the horizon +2022-06-11T21:29:36.373Z moonrise 2022-06-12T00:22:42.100Z sunset -2022-06-12T03:06:05.502Z Moon culminates 43.85 degrees above the horizon -2022-06-12T08:36:38.615Z moonset -2022-06-12T10:26:30.201Z sunrise -2022-06-12T17:24:44.424Z Sun culminates 84.58 degrees above the horizon -2022-06-12T22:39:40.178Z moonrise -2022-06-13T00:23:04.285Z sunset -2022-06-13T04:03:48.678Z Moon culminates 38.80 degrees above the horizon -2022-06-13T09:23:08.472Z moonset -2022-06-13T10:26:33.230Z sunrise -2022-06-13T17:24:56.880Z Sun culminates 84.64 degrees above the horizon -2022-06-13T23:52:27.416Z moonrise +2022-06-12T03:06:05.503Z Moon culminates 43.85 degrees above the horizon +2022-06-12T08:36:38.616Z moonset +2022-06-12T10:26:30.204Z sunrise +2022-06-12T17:24:44.425Z Sun culminates 84.58 degrees above the horizon +2022-06-12T22:39:40.179Z moonrise +2022-06-13T00:23:04.286Z sunset +2022-06-13T04:03:48.679Z Moon culminates 38.80 degrees above the horizon +2022-06-13T09:23:08.473Z moonset +2022-06-13T10:26:33.231Z sunrise +2022-06-13T17:24:56.881Z Sun culminates 84.64 degrees above the horizon +2022-06-13T23:52:27.417Z moonrise 2022-06-14T00:23:25.535Z sunset -2022-06-14T05:06:50.329Z Moon culminates 35.24 degrees above the horizon +2022-06-14T05:06:50.330Z Moon culminates 35.24 degrees above the horizon 2022-06-14T10:18:15.146Z moonset -2022-06-14T10:26:37.503Z sunrise +2022-06-14T10:26:37.502Z sunrise 2022-06-14T11:52:11.254Z full moon 2022-06-14T17:25:09.481Z Sun culminates 84.69 degrees above the horizon 2022-06-14T23:23:06.981Z lunar perigee at 357426 km -2022-06-15T00:23:45.824Z sunset -2022-06-15T01:04:23.171Z moonrise -2022-06-15T06:13:27.868Z Moon culminates 33.69 degrees above the horizon -2022-06-15T10:26:43.007Z sunrise -2022-06-15T11:22:01.756Z moonset -2022-06-15T17:25:22.207Z Sun culminates 84.73 degrees above the horizon +2022-06-15T00:23:45.825Z sunset +2022-06-15T01:04:23.172Z moonrise +2022-06-15T06:13:27.867Z Moon culminates 33.69 degrees above the horizon +2022-06-15T10:26:43.006Z sunrise +2022-06-15T11:22:01.755Z moonset +2022-06-15T17:25:22.206Z Sun culminates 84.73 degrees above the horizon 2022-06-16T00:24:05.129Z sunset 2022-06-16T02:10:50.302Z moonrise -2022-06-16T07:20:21.482Z Moon culminates 34.39 degrees above the horizon -2022-06-16T10:26:49.728Z sunrise -2022-06-16T12:31:54.051Z moonset +2022-06-16T07:20:21.481Z Moon culminates 34.39 degrees above the horizon +2022-06-16T10:26:49.727Z sunrise +2022-06-16T12:31:54.049Z moonset 2022-06-16T14:50:05.946Z Mercury max morning elongation: 23.20 degrees from Sun -2022-06-16T17:25:35.039Z Sun culminates 84.76 degrees above the horizon -2022-06-17T00:24:23.427Z sunset +2022-06-16T17:25:35.038Z Sun culminates 84.76 degrees above the horizon +2022-06-17T00:24:23.425Z sunset 2022-06-17T03:08:36.466Z moonrise -2022-06-17T08:06:46.377Z Venus moves from Aries to Taurus -2022-06-17T08:24:01.439Z Moon culminates 37.16 degrees above the horizon -2022-06-17T10:26:57.652Z sunrise -2022-06-17T13:43:29.545Z moonset -2022-06-17T17:25:47.959Z Sun culminates 84.79 degrees above the horizon -2022-06-18T00:24:40.692Z sunset +2022-06-17T08:06:47.025Z Venus moves from Aries to Taurus +2022-06-17T08:24:01.438Z Moon culminates 37.16 degrees above the horizon +2022-06-17T10:26:57.651Z sunrise +2022-06-17T13:43:29.542Z moonset +2022-06-17T17:25:47.957Z Sun culminates 84.79 degrees above the horizon +2022-06-18T00:24:40.689Z sunset 2022-06-18T03:57:13.417Z moonrise -2022-06-18T09:22:24.965Z Moon culminates 41.55 degrees above the horizon -2022-06-18T10:27:06.764Z sunrise -2022-06-18T14:52:58.296Z moonset -2022-06-18T17:26:00.945Z Sun culminates 84.81 degrees above the horizon -2022-06-19T00:24:56.901Z sunset +2022-06-18T09:22:24.963Z Moon culminates 41.55 degrees above the horizon +2022-06-18T10:27:06.763Z sunrise +2022-06-18T14:52:58.294Z moonset +2022-06-18T17:26:00.943Z Sun culminates 84.81 degrees above the horizon +2022-06-19T00:24:56.898Z sunset 2022-06-19T04:38:10.673Z moonrise -2022-06-19T10:15:17.954Z Moon culminates 46.99 degrees above the horizon +2022-06-19T10:15:17.953Z Moon culminates 46.99 degrees above the horizon 2022-06-19T10:27:17.046Z sunrise -2022-06-19T15:58:30.998Z moonset -2022-06-19T17:26:13.977Z Sun culminates 84.83 degrees above the horizon -2022-06-20T00:25:12.032Z sunset -2022-06-20T05:13:36.030Z moonrise -2022-06-20T10:27:28.479Z sunrise -2022-06-20T11:03:36.375Z Moon culminates 53.00 degrees above the horizon -2022-06-20T17:00:05.571Z moonset -2022-06-20T17:26:27.035Z Sun culminates 84.84 degrees above the horizon -2022-06-21T00:25:26.060Z sunset +2022-06-19T15:58:30.995Z moonset +2022-06-19T17:26:13.976Z Sun culminates 84.83 degrees above the horizon +2022-06-20T00:25:12.029Z sunset +2022-06-20T05:13:36.031Z moonrise +2022-06-20T10:27:28.480Z sunrise +2022-06-20T11:03:36.374Z Moon culminates 53.00 degrees above the horizon +2022-06-20T17:00:05.569Z moonset +2022-06-20T17:26:27.034Z Sun culminates 84.84 degrees above the horizon +2022-06-21T00:25:26.057Z sunset 2022-06-21T03:11:25.170Z third quarter -2022-06-21T05:45:30.927Z moonrise -2022-06-21T09:13:42.944Z June solstice -2022-06-21T10:27:41.044Z sunrise +2022-06-21T05:45:30.928Z moonrise +2022-06-21T09:13:45.370Z June solstice +2022-06-21T10:27:41.045Z sunrise 2022-06-21T11:48:43.132Z Moon culminates 59.19 degrees above the horizon 2022-06-21T12:27:14.976Z Mars perihelion at 1.3813 AU -2022-06-21T17:26:40.097Z Sun culminates 84.84 degrees above the horizon -2022-06-21T17:58:36.383Z moonset -2022-06-22T00:25:38.964Z sunset -2022-06-22T06:15:38.855Z moonrise +2022-06-21T17:26:40.096Z Sun culminates 84.84 degrees above the horizon +2022-06-21T17:58:36.382Z moonset +2022-06-22T00:25:38.961Z sunset +2022-06-22T06:15:38.857Z moonrise 2022-06-22T10:27:54.718Z sunrise 2022-06-22T12:32:03.393Z Moon culminates 65.28 degrees above the horizon -2022-06-22T17:26:53.139Z Sun culminates 84.83 degrees above the horizon -2022-06-22T18:55:14.730Z moonset -2022-06-23T00:25:50.719Z sunset -2022-06-23T06:45:28.068Z moonrise -2022-06-23T10:28:09.475Z sunrise +2022-06-22T17:26:53.138Z Sun culminates 84.83 degrees above the horizon +2022-06-22T18:55:14.729Z moonset +2022-06-23T00:25:50.717Z sunset +2022-06-23T06:45:28.070Z moonrise +2022-06-23T10:28:09.476Z sunrise 2022-06-23T13:14:54.587Z Moon culminates 71.04 degrees above the horizon -2022-06-23T17:27:06.137Z Sun culminates 84.82 degrees above the horizon -2022-06-23T19:51:06.734Z moonset -2022-06-24T00:26:01.304Z sunset -2022-06-24T07:16:17.299Z moonrise +2022-06-23T17:27:06.136Z Sun culminates 84.82 degrees above the horizon +2022-06-23T19:51:06.732Z moonset +2022-06-24T00:26:01.302Z sunset +2022-06-24T07:16:17.300Z moonrise 2022-06-24T10:28:25.291Z sunrise 2022-06-24T13:58:22.514Z Moon culminates 76.28 degrees above the horizon -2022-06-24T17:27:19.066Z Sun culminates 84.80 degrees above the horizon -2022-06-24T20:47:00.395Z moonset -2022-06-25T00:26:10.695Z sunset -2022-06-25T07:49:19.711Z moonrise +2022-06-24T17:27:19.065Z Sun culminates 84.80 degrees above the horizon +2022-06-24T20:47:00.393Z moonset +2022-06-25T00:26:10.693Z sunset +2022-06-25T07:49:19.712Z moonrise 2022-06-25T10:28:42.137Z sunrise -2022-06-25T10:53:20.303Z Jupiter moves from Pisces to Cetus +2022-06-25T10:53:27.832Z Jupiter moves from Pisces to Cetus 2022-06-25T14:43:17.773Z Moon culminates 80.79 degrees above the horizon -2022-06-25T17:27:31.901Z Sun culminates 84.77 degrees above the horizon -2022-06-25T21:43:15.129Z moonset -2022-06-26T00:26:18.870Z sunset -2022-06-26T08:25:42.498Z moonrise +2022-06-25T17:27:31.900Z Sun culminates 84.77 degrees above the horizon +2022-06-25T21:43:15.128Z moonset +2022-06-26T00:26:18.869Z sunset +2022-06-26T08:25:42.499Z moonrise 2022-06-26T10:28:59.982Z sunrise 2022-06-26T15:30:09.956Z Moon culminates 84.39 degrees above the horizon 2022-06-26T17:27:44.615Z Sun culminates 84.74 degrees above the horizon -2022-06-26T22:39:32.795Z moonset -2022-06-27T00:26:25.807Z sunset -2022-06-27T09:06:20.045Z moonrise +2022-06-26T22:39:32.793Z moonset +2022-06-27T00:26:25.806Z sunset +2022-06-27T09:06:20.046Z moonrise 2022-06-27T10:29:18.795Z sunrise 2022-06-27T16:19:00.360Z Moon culminates 86.89 degrees above the horizon -2022-06-27T17:27:57.182Z Sun culminates 84.70 degrees above the horizon -2022-06-27T23:34:55.474Z moonset -2022-06-28T00:26:31.484Z sunset -2022-06-28T09:51:40.425Z moonrise +2022-06-27T17:27:57.181Z Sun culminates 84.70 degrees above the horizon +2022-06-27T23:34:55.472Z moonset +2022-06-28T00:26:31.483Z sunset +2022-06-28T09:51:40.426Z moonrise 2022-06-28T10:29:38.544Z sunrise 2022-06-28T17:09:17.783Z Moon culminates 88.15 degrees above the horizon 2022-06-28T17:28:09.573Z Sun culminates 84.65 degrees above the horizon @@ -2632,28 +2632,28 @@ 2022-06-29T00:27:58.141Z moonset 2022-06-29T02:52:58.705Z new moon 2022-06-29T06:08:38.290Z lunar apogee at 406571 km -2022-06-29T10:29:59.195Z sunrise -2022-06-29T10:41:30.671Z moonrise +2022-06-29T10:29:59.196Z sunrise +2022-06-29T10:41:30.672Z moonrise 2022-06-29T17:28:21.763Z Sun culminates 84.60 degrees above the horizon 2022-06-29T18:00:03.960Z Moon culminates 88.06 degrees above the horizon 2022-06-30T00:26:38.973Z sunset 2022-06-30T01:17:17.111Z moonset -2022-06-30T10:30:20.714Z sunrise -2022-06-30T11:34:53.072Z moonrise -2022-06-30T17:28:33.723Z Sun culminates 84.54 degrees above the horizon +2022-06-30T10:30:20.715Z sunrise +2022-06-30T11:34:53.073Z moonrise +2022-06-30T17:28:33.724Z Sun culminates 84.54 degrees above the horizon 2022-06-30T18:50:11.011Z Moon culminates 86.66 degrees above the horizon -2022-07-01T00:26:40.745Z sunset -2022-07-01T02:02:00.316Z moonset +2022-07-01T00:26:40.746Z sunset +2022-07-01T02:02:00.317Z moonset 2022-07-01T10:30:43.068Z sunrise 2022-07-01T12:30:22.094Z moonrise -2022-07-01T17:28:45.428Z Sun culminates 84.47 degrees above the horizon -2022-07-01T19:38:43.848Z Moon culminates 84.02 degrees above the horizon +2022-07-01T17:28:45.429Z Sun culminates 84.47 degrees above the horizon +2022-07-01T19:38:43.849Z Moon culminates 84.02 degrees above the horizon 2022-07-02T00:26:41.179Z sunset -2022-07-02T02:42:01.225Z moonset +2022-07-02T02:42:01.226Z moonset 2022-07-02T10:31:06.221Z sunrise -2022-07-02T13:26:35.432Z moonrise -2022-07-02T17:28:56.852Z Sun culminates 84.40 degrees above the horizon -2022-07-02T20:25:15.949Z Moon culminates 80.30 degrees above the horizon +2022-07-02T13:26:35.433Z moonrise +2022-07-02T17:28:56.853Z Sun culminates 84.40 degrees above the horizon +2022-07-02T20:25:15.950Z Moon culminates 80.30 degrees above the horizon 2022-07-03T00:26:40.257Z sunset 2022-07-03T03:17:52.615Z moonset 2022-07-03T10:31:30.139Z sunrise @@ -2661,144 +2661,144 @@ 2022-07-03T17:29:07.971Z Sun culminates 84.32 degrees above the horizon 2022-07-03T21:09:53.002Z Moon culminates 75.70 degrees above the horizon 2022-07-04T00:26:37.965Z sunset -2022-07-04T03:50:31.335Z moonset +2022-07-04T03:50:31.334Z moonset 2022-07-04T06:43:31.917Z Earth aphelion at 1.0167 AU 2022-07-04T10:31:54.789Z sunrise 2022-07-04T15:18:24.875Z moonrise -2022-07-04T17:29:18.760Z Sun culminates 84.23 degrees above the horizon +2022-07-04T17:29:18.761Z Sun culminates 84.23 degrees above the horizon 2022-07-04T21:53:07.910Z Moon culminates 70.41 degrees above the horizon 2022-07-05T00:26:34.291Z sunset 2022-07-05T04:21:05.598Z moonset -2022-07-05T10:32:20.137Z sunrise -2022-07-05T11:52:18.885Z Mercury moves from Taurus to Gemini -2022-07-05T16:14:12.357Z moonrise +2022-07-05T10:32:20.138Z sunrise +2022-07-05T11:52:19.269Z Mercury moves from Taurus to Gemini +2022-07-05T16:14:12.358Z moonrise 2022-07-05T17:29:29.199Z Sun culminates 84.14 degrees above the horizon 2022-07-05T22:35:53.595Z Moon culminates 64.61 degrees above the horizon -2022-07-06T00:26:29.224Z sunset -2022-07-06T04:50:49.139Z moonset -2022-07-06T10:32:46.152Z sunrise +2022-07-06T00:26:29.223Z sunset +2022-07-06T04:50:49.138Z moonset +2022-07-06T10:32:46.154Z sunrise 2022-07-06T17:10:54.127Z moonrise 2022-07-06T17:29:39.266Z Sun culminates 84.04 degrees above the horizon 2022-07-06T23:19:17.556Z Moon culminates 58.51 degrees above the horizon -2022-07-07T00:26:22.756Z sunset +2022-07-07T00:26:22.754Z sunset 2022-07-07T02:14:47.688Z first quarter 2022-07-07T05:21:01.490Z moonset -2022-07-07T10:33:12.802Z sunrise -2022-07-07T17:29:48.942Z Sun culminates 83.93 degrees above the horizon -2022-07-07T18:09:37.993Z moonrise +2022-07-07T10:33:12.805Z sunrise +2022-07-07T17:29:48.943Z Sun culminates 83.93 degrees above the horizon +2022-07-07T18:09:37.994Z moonrise 2022-07-08T00:04:38.484Z Moon culminates 52.33 degrees above the horizon -2022-07-08T00:26:14.880Z sunset +2022-07-08T00:26:14.878Z sunset 2022-07-08T05:53:12.324Z moonset -2022-07-08T10:33:40.056Z sunrise -2022-07-08T17:29:58.211Z Sun culminates 83.82 degrees above the horizon -2022-07-08T18:11:59.970Z Mars moves from Pisces to Aries -2022-07-08T19:11:34.961Z moonrise -2022-07-09T00:26:05.593Z sunset -2022-07-09T00:53:22.117Z Moon culminates 46.36 degrees above the horizon -2022-07-09T06:29:07.221Z moonset -2022-07-09T10:34:07.886Z sunrise -2022-07-09T17:30:07.056Z Sun culminates 83.70 degrees above the horizon -2022-07-09T20:17:35.645Z moonrise -2022-07-10T00:25:54.894Z sunset -2022-07-10T01:46:50.150Z Moon culminates 41.01 degrees above the horizon -2022-07-10T07:10:49.616Z moonset -2022-07-10T10:34:36.262Z sunrise -2022-07-10T17:30:15.464Z Sun culminates 83.57 degrees above the horizon -2022-07-10T21:27:28.507Z moonrise +2022-07-08T10:33:40.060Z sunrise +2022-07-08T17:29:58.212Z Sun culminates 83.82 degrees above the horizon +2022-07-08T18:12:01.348Z Mars moves from Pisces to Aries +2022-07-08T19:11:34.962Z moonrise +2022-07-09T00:26:05.592Z sunset +2022-07-09T00:53:22.118Z Moon culminates 46.36 degrees above the horizon +2022-07-09T06:29:07.222Z moonset +2022-07-09T10:34:07.890Z sunrise +2022-07-09T17:30:07.058Z Sun culminates 83.70 degrees above the horizon +2022-07-09T20:17:35.647Z moonrise +2022-07-10T00:25:54.893Z sunset +2022-07-10T01:46:50.152Z Moon culminates 41.01 degrees above the horizon +2022-07-10T07:10:49.617Z moonset +2022-07-10T10:34:36.265Z sunrise +2022-07-10T17:30:15.465Z Sun culminates 83.57 degrees above the horizon +2022-07-10T21:27:28.510Z moonrise 2022-07-10T21:42:03.535Z Mercury perihelion at 0.3075 AU 2022-07-11T00:25:42.782Z sunset -2022-07-11T02:45:53.341Z Moon culminates 36.77 degrees above the horizon -2022-07-11T08:00:26.473Z moonset -2022-07-11T10:35:05.155Z sunrise -2022-07-11T17:30:23.420Z Sun culminates 83.44 degrees above the horizon -2022-07-11T22:39:09.382Z moonrise +2022-07-11T02:45:53.343Z Moon culminates 36.77 degrees above the horizon +2022-07-11T08:00:26.474Z moonset +2022-07-11T10:35:05.158Z sunrise +2022-07-11T17:30:23.421Z Sun culminates 83.44 degrees above the horizon +2022-07-11T22:39:09.384Z moonrise 2022-07-12T00:25:29.261Z sunset -2022-07-12T03:50:06.582Z Moon culminates 34.20 degrees above the horizon -2022-07-12T08:59:18.642Z moonset -2022-07-12T10:35:34.540Z sunrise -2022-07-12T17:30:30.913Z Sun culminates 83.30 degrees above the horizon -2022-07-12T23:48:36.789Z moonrise -2022-07-13T00:25:14.332Z sunset +2022-07-12T03:50:06.583Z Moon culminates 34.20 degrees above the horizon +2022-07-12T08:59:18.643Z moonset +2022-07-12T10:35:34.541Z sunrise +2022-07-12T17:30:30.914Z Sun culminates 83.30 degrees above the horizon +2022-07-12T23:48:36.790Z moonrise +2022-07-13T00:25:14.333Z sunset 2022-07-13T04:57:13.712Z Moon culminates 33.76 degrees above the horizon 2022-07-13T09:04:50.934Z lunar perigee at 357256 km -2022-07-13T10:06:39.506Z moonset +2022-07-13T10:06:39.505Z moonset 2022-07-13T10:36:04.388Z sunrise 2022-07-13T17:30:37.931Z Sun culminates 83.15 degrees above the horizon 2022-07-13T18:38:04.131Z full moon -2022-07-14T00:24:58.001Z sunset +2022-07-14T00:24:58.002Z sunset 2022-07-14T00:51:32.450Z moonrise 2022-07-14T06:03:39.226Z Moon culminates 35.56 degrees above the horizon -2022-07-14T10:36:34.674Z sunrise -2022-07-14T11:18:59.481Z moonset +2022-07-14T10:36:34.673Z sunrise +2022-07-14T11:18:59.480Z moonset 2022-07-14T17:30:44.465Z Sun culminates 83.00 degrees above the horizon -2022-07-15T00:24:40.274Z sunset +2022-07-15T00:24:40.273Z sunset 2022-07-15T01:45:39.630Z moonrise 2022-07-15T07:06:10.539Z Moon culminates 39.33 degrees above the horizon -2022-07-15T10:37:05.374Z sunrise -2022-07-15T12:31:40.582Z moonset -2022-07-15T17:30:50.505Z Sun culminates 82.84 degrees above the horizon -2022-07-16T00:24:21.154Z sunset +2022-07-15T10:37:05.373Z sunrise +2022-07-15T12:31:40.581Z moonset +2022-07-15T17:30:50.504Z Sun culminates 82.84 degrees above the horizon +2022-07-16T00:24:21.153Z sunset 2022-07-16T02:31:17.066Z moonrise -2022-07-16T07:44:49.994Z Venus moves from Taurus to Orion -2022-07-16T08:03:18.147Z Moon culminates 44.51 degrees above the horizon +2022-07-16T07:44:50.641Z Venus moves from Taurus to Orion +2022-07-16T08:03:18.146Z Moon culminates 44.51 degrees above the horizon 2022-07-16T10:37:36.462Z sunrise -2022-07-16T13:41:21.331Z moonset -2022-07-16T17:30:56.042Z Sun culminates 82.68 degrees above the horizon +2022-07-16T13:41:21.330Z moonset +2022-07-16T17:30:56.040Z Sun culminates 82.68 degrees above the horizon 2022-07-16T19:24:59.164Z Mercury superior conjunction -2022-07-17T00:24:00.651Z sunset +2022-07-17T00:24:00.649Z sunset 2022-07-17T03:10:11.893Z moonrise -2022-07-17T08:55:13.682Z Moon culminates 50.54 degrees above the horizon -2022-07-17T10:38:07.916Z sunrise -2022-07-17T14:46:50.114Z moonset -2022-07-17T17:31:01.067Z Sun culminates 82.51 degrees above the horizon -2022-07-18T00:23:38.769Z sunset -2022-07-18T03:44:30.497Z moonrise +2022-07-17T08:55:13.681Z Moon culminates 50.54 degrees above the horizon +2022-07-17T10:38:07.915Z sunrise +2022-07-17T14:46:50.113Z moonset +2022-07-17T17:31:01.066Z Sun culminates 82.51 degrees above the horizon +2022-07-18T00:23:38.768Z sunset +2022-07-18T03:44:30.498Z moonrise 2022-07-18T09:43:04.790Z Moon culminates 56.91 degrees above the horizon -2022-07-18T10:18:18.220Z Venus moves from Orion to Gemini -2022-07-18T10:38:39.710Z sunrise -2022-07-18T13:35:45.268Z Mercury moves from Gemini to Cancer -2022-07-18T15:48:28.982Z moonset -2022-07-18T17:31:05.573Z Sun culminates 82.33 degrees above the horizon -2022-07-19T00:23:15.519Z sunset -2022-07-19T04:16:07.549Z moonrise +2022-07-18T10:18:18.877Z Venus moves from Orion to Gemini +2022-07-18T10:38:39.711Z sunrise +2022-07-18T13:35:45.652Z Mercury moves from Gemini to Cancer +2022-07-18T15:48:28.981Z moonset +2022-07-18T17:31:05.572Z Sun culminates 82.33 degrees above the horizon +2022-07-19T00:23:15.518Z sunset +2022-07-19T04:16:07.550Z moonrise 2022-07-19T10:28:16.616Z Moon culminates 63.25 degrees above the horizon 2022-07-19T10:39:11.823Z sunrise -2022-07-19T16:47:21.388Z moonset +2022-07-19T16:47:21.387Z moonset 2022-07-19T17:31:09.551Z Sun culminates 82.15 degrees above the horizon -2022-07-20T00:22:50.909Z sunset +2022-07-20T00:22:50.908Z sunset 2022-07-20T01:22:50.110Z Pluto opposition -2022-07-20T04:46:40.928Z moonrise +2022-07-20T04:46:40.929Z moonrise 2022-07-20T10:39:44.227Z sunrise 2022-07-20T11:12:12.129Z Moon culminates 69.28 degrees above the horizon 2022-07-20T14:19:15.960Z third quarter -2022-07-20T17:31:12.996Z Sun culminates 81.97 degrees above the horizon -2022-07-20T17:44:37.478Z moonset -2022-07-21T00:22:24.948Z sunset -2022-07-21T05:17:35.905Z moonrise -2022-07-21T10:40:16.900Z sunrise +2022-07-20T17:31:12.995Z Sun culminates 81.97 degrees above the horizon +2022-07-20T17:44:37.477Z moonset +2022-07-21T00:22:24.947Z sunset +2022-07-21T05:17:35.906Z moonrise +2022-07-21T10:40:16.899Z sunrise 2022-07-21T11:56:04.313Z Moon culminates 74.79 degrees above the horizon -2022-07-21T17:31:15.897Z Sun culminates 81.77 degrees above the horizon +2022-07-21T17:31:15.896Z Sun culminates 81.77 degrees above the horizon 2022-07-21T18:41:15.124Z moonset -2022-07-22T00:21:57.646Z sunset -2022-07-22T05:50:10.058Z moonrise -2022-07-22T10:40:49.814Z sunrise +2022-07-22T00:21:57.645Z sunset +2022-07-22T05:50:10.059Z moonrise +2022-07-22T10:40:49.813Z sunrise 2022-07-22T12:40:52.253Z Moon culminates 79.58 degrees above the horizon 2022-07-22T17:31:18.247Z Sun culminates 81.57 degrees above the horizon -2022-07-22T19:37:47.961Z moonset +2022-07-22T19:37:47.960Z moonset 2022-07-23T00:21:29.012Z sunset 2022-07-23T06:25:35.088Z moonrise -2022-07-23T10:41:22.944Z sunrise -2022-07-23T13:27:16.507Z Moon culminates 83.48 degrees above the horizon -2022-07-23T17:31:20.039Z Sun culminates 81.37 degrees above the horizon -2022-07-23T20:34:15.920Z moonset +2022-07-23T10:41:22.943Z sunrise +2022-07-23T13:27:16.506Z Moon culminates 83.48 degrees above the horizon +2022-07-23T17:31:20.038Z Sun culminates 81.37 degrees above the horizon +2022-07-23T20:34:15.919Z moonset 2022-07-24T00:20:59.056Z sunset -2022-07-24T07:04:53.004Z moonrise +2022-07-24T07:04:53.005Z moonrise 2022-07-24T10:41:56.263Z sunrise 2022-07-24T14:15:32.583Z Moon culminates 86.33 degrees above the horizon -2022-07-24T17:31:21.263Z Sun culminates 81.16 degrees above the horizon +2022-07-24T17:31:21.262Z Sun culminates 81.16 degrees above the horizon 2022-07-24T21:30:00.167Z moonset 2022-07-25T00:20:27.787Z sunset -2022-07-25T07:48:45.253Z moonrise +2022-07-25T07:48:45.254Z moonrise 2022-07-25T10:42:29.745Z sunrise 2022-07-25T15:05:25.087Z Moon culminates 87.96 degrees above the horizon 2022-07-25T17:31:21.911Z Sun culminates 80.94 degrees above the horizon @@ -2806,224 +2806,224 @@ 2022-07-26T00:19:55.217Z sunset 2022-07-26T08:37:17.390Z moonrise 2022-07-26T10:23:29.428Z lunar apogee at 406264 km -2022-07-26T10:43:03.362Z sunrise -2022-07-26T15:56:08.388Z Moon culminates 88.27 degrees above the horizon -2022-07-26T17:31:21.974Z Sun culminates 80.72 degrees above the horizon -2022-07-26T23:14:21.313Z moonset +2022-07-26T10:43:03.363Z sunrise +2022-07-26T15:56:08.389Z Moon culminates 88.27 degrees above the horizon +2022-07-26T17:31:21.975Z Sun culminates 80.72 degrees above the horizon +2022-07-26T23:14:21.314Z moonset 2022-07-27T00:19:21.354Z sunset -2022-07-27T09:29:49.184Z moonrise -2022-07-27T10:43:37.089Z sunrise -2022-07-27T16:46:38.689Z Moon culminates 87.24 degrees above the horizon +2022-07-27T09:29:49.185Z moonrise +2022-07-27T10:43:37.090Z sunrise +2022-07-27T16:46:38.690Z Moon culminates 87.24 degrees above the horizon 2022-07-27T17:31:21.446Z Sun culminates 80.50 degrees above the horizon -2022-07-28T00:00:33.812Z moonset -2022-07-28T00:18:46.209Z sunset -2022-07-28T10:25:02.633Z moonrise -2022-07-28T10:44:10.900Z sunrise -2022-07-28T10:55:39.516Z Mercury moves from Cancer to Leo +2022-07-28T00:00:33.813Z moonset +2022-07-28T00:18:46.210Z sunset +2022-07-28T10:25:02.634Z moonrise +2022-07-28T10:44:10.901Z sunrise +2022-07-28T10:55:39.962Z Mercury moves from Cancer to Leo 2022-07-28T17:31:20.318Z Sun culminates 80.26 degrees above the horizon 2022-07-28T17:35:54.845Z Moon culminates 84.93 degrees above the horizon 2022-07-28T17:55:43.621Z new moon -2022-07-29T00:18:09.794Z sunset -2022-07-29T00:42:04.627Z moonset -2022-07-29T10:44:44.768Z sunrise -2022-07-29T11:21:28.946Z moonrise -2022-07-29T17:31:18.583Z Sun culminates 80.03 degrees above the horizon -2022-07-29T18:23:17.580Z Moon culminates 81.48 degrees above the horizon -2022-07-30T00:17:32.120Z sunset -2022-07-30T01:19:12.872Z moonset -2022-07-30T10:45:18.670Z sunrise -2022-07-30T12:17:58.984Z moonrise -2022-07-30T17:31:16.235Z Sun culminates 79.79 degrees above the horizon +2022-07-29T00:18:09.795Z sunset +2022-07-29T00:42:04.628Z moonset +2022-07-29T10:44:44.769Z sunrise +2022-07-29T11:21:28.947Z moonrise +2022-07-29T17:31:18.584Z Sun culminates 80.03 degrees above the horizon +2022-07-29T18:23:17.581Z Moon culminates 81.48 degrees above the horizon +2022-07-30T00:17:32.121Z sunset +2022-07-30T01:19:12.873Z moonset +2022-07-30T10:45:18.671Z sunrise +2022-07-30T12:17:58.985Z moonrise +2022-07-30T17:31:16.236Z Sun culminates 79.79 degrees above the horizon 2022-07-30T19:08:38.262Z Moon culminates 77.08 degrees above the horizon -2022-07-31T00:16:53.199Z sunset +2022-07-31T00:16:53.200Z sunset 2022-07-31T01:52:46.418Z moonset -2022-07-31T10:45:52.582Z sunrise -2022-07-31T13:14:00.575Z moonrise +2022-07-31T10:45:52.583Z sunrise +2022-07-31T13:14:00.576Z moonrise 2022-07-31T17:31:13.271Z Sun culminates 79.54 degrees above the horizon -2022-07-31T19:52:17.070Z Moon culminates 71.94 degrees above the horizon -2022-08-01T00:16:13.044Z sunset -2022-08-01T02:23:47.983Z moonset -2022-08-01T10:46:26.482Z sunrise -2022-08-01T14:09:39.751Z moonrise +2022-07-31T19:52:17.071Z Moon culminates 71.94 degrees above the horizon +2022-08-01T00:16:13.045Z sunset +2022-08-01T02:23:47.982Z moonset +2022-08-01T10:46:26.483Z sunrise +2022-08-01T14:09:39.752Z moonrise 2022-08-01T17:31:09.685Z Sun culminates 79.29 degrees above the horizon 2022-08-01T20:34:56.314Z Moon culminates 66.26 degrees above the horizon 2022-08-02T00:15:31.671Z sunset -2022-08-02T02:53:26.780Z moonset -2022-08-02T10:47:00.351Z sunrise -2022-08-02T15:05:32.931Z moonrise +2022-08-02T02:53:26.779Z moonset +2022-08-02T10:47:00.352Z sunrise +2022-08-02T15:05:32.932Z moonrise 2022-08-02T17:31:05.475Z Sun culminates 79.03 degrees above the horizon 2022-08-02T21:17:34.057Z Moon culminates 60.26 degrees above the horizon -2022-08-03T00:14:49.094Z sunset -2022-08-03T03:22:56.485Z moonset -2022-08-03T10:47:34.168Z sunrise -2022-08-03T16:02:36.665Z moonrise +2022-08-03T00:14:49.093Z sunset +2022-08-03T03:22:56.484Z moonset +2022-08-03T10:47:34.170Z sunrise +2022-08-03T16:02:36.666Z moonrise 2022-08-03T17:31:00.641Z Sun culminates 78.77 degrees above the horizon 2022-08-03T22:01:19.879Z Moon culminates 54.17 degrees above the horizon -2022-08-04T00:14:05.331Z sunset +2022-08-04T00:14:05.329Z sunset 2022-08-04T03:53:37.771Z moonset -2022-08-04T10:48:07.918Z sunrise -2022-08-04T17:01:56.230Z moonrise +2022-08-04T10:48:07.920Z sunrise +2022-08-04T17:01:56.232Z moonrise 2022-08-04T17:30:55.184Z Sun culminates 78.50 degrees above the horizon -2022-08-04T22:47:31.516Z Moon culminates 48.23 degrees above the horizon -2022-08-05T00:13:20.399Z sunset -2022-08-05T04:27:03.286Z moonset -2022-08-05T10:48:41.586Z sunrise +2022-08-04T22:47:31.517Z Moon culminates 48.23 degrees above the horizon +2022-08-05T00:13:20.397Z sunset +2022-08-05T04:27:03.285Z moonset +2022-08-05T10:48:41.589Z sunrise 2022-08-05T11:07:10.131Z first quarter 2022-08-05T17:30:49.106Z Sun culminates 78.23 degrees above the horizon -2022-08-05T18:04:29.226Z moonrise -2022-08-05T23:37:28.597Z Moon culminates 42.77 degrees above the horizon -2022-08-06T00:12:34.319Z sunset +2022-08-05T18:04:29.229Z moonrise +2022-08-05T23:37:28.599Z Moon culminates 42.77 degrees above the horizon +2022-08-06T00:12:34.317Z sunset 2022-08-06T05:05:01.908Z moonset -2022-08-06T10:49:15.158Z sunrise -2022-08-06T17:30:42.411Z Sun culminates 77.96 degrees above the horizon -2022-08-06T19:10:37.422Z moonrise -2022-08-07T00:11:47.112Z sunset -2022-08-07T00:32:17.066Z Moon culminates 38.19 degrees above the horizon +2022-08-06T10:49:15.161Z sunrise +2022-08-06T17:30:42.412Z Sun culminates 77.96 degrees above the horizon +2022-08-06T19:10:37.425Z moonrise +2022-08-07T00:11:47.111Z sunset +2022-08-07T00:32:17.067Z Moon culminates 38.19 degrees above the horizon 2022-08-07T05:49:35.179Z moonset -2022-08-07T10:49:48.623Z sunrise -2022-08-07T17:30:35.104Z Sun culminates 77.68 degrees above the horizon -2022-08-07T20:19:25.539Z moonrise +2022-08-07T10:49:48.625Z sunrise +2022-08-07T17:30:35.105Z Sun culminates 77.68 degrees above the horizon +2022-08-07T20:19:25.542Z moonrise 2022-08-08T00:10:58.799Z sunset -2022-08-08T01:32:18.249Z Moon culminates 34.97 degrees above the horizon +2022-08-08T01:32:18.251Z Moon culminates 34.97 degrees above the horizon 2022-08-08T06:42:31.674Z moonset -2022-08-08T10:50:21.971Z sunrise -2022-08-08T17:30:27.193Z Sun culminates 77.40 degrees above the horizon -2022-08-08T21:28:11.253Z moonrise -2022-08-09T00:10:09.405Z sunset -2022-08-09T02:36:29.789Z Moon culminates 33.59 degrees above the horizon -2022-08-09T05:58:37.378Z Mars moves from Aries to Taurus -2022-08-09T07:44:26.878Z moonset +2022-08-08T10:50:21.973Z sunrise +2022-08-08T17:30:27.194Z Sun culminates 77.40 degrees above the horizon +2022-08-08T21:28:11.257Z moonrise +2022-08-09T00:10:09.406Z sunset +2022-08-09T02:36:29.790Z Moon culminates 33.59 degrees above the horizon +2022-08-09T05:58:38.591Z Mars moves from Aries to Taurus +2022-08-09T07:44:26.877Z moonset 2022-08-09T10:50:55.195Z sunrise -2022-08-09T17:30:18.686Z Sun culminates 77.11 degrees above the horizon -2022-08-09T22:33:01.204Z moonrise -2022-08-10T00:09:18.954Z sunset -2022-08-10T03:42:14.894Z Moon culminates 34.33 degrees above the horizon -2022-08-10T07:42:27.588Z Venus moves from Gemini to Cancer -2022-08-10T08:53:36.426Z moonset -2022-08-10T10:51:28.287Z sunrise +2022-08-09T17:30:18.687Z Sun culminates 77.11 degrees above the horizon +2022-08-09T22:33:01.207Z moonrise +2022-08-10T00:09:18.955Z sunset +2022-08-10T03:42:14.895Z Moon culminates 34.33 degrees above the horizon +2022-08-10T07:42:28.243Z Venus moves from Gemini to Cancer +2022-08-10T08:53:36.425Z moonset +2022-08-10T10:51:28.286Z sunrise 2022-08-10T17:08:03.825Z lunar perigee at 359818 km 2022-08-10T17:30:09.593Z Sun culminates 76.82 degrees above the horizon -2022-08-10T23:30:43.497Z moonrise -2022-08-11T00:08:27.470Z sunset +2022-08-10T23:30:43.499Z moonrise +2022-08-11T00:08:27.472Z sunset 2022-08-11T04:46:18.254Z Moon culminates 37.18 degrees above the horizon -2022-08-11T10:06:07.986Z moonset -2022-08-11T10:52:01.242Z sunrise +2022-08-11T10:06:07.984Z moonset +2022-08-11T10:52:01.241Z sunrise 2022-08-11T17:29:59.922Z Sun culminates 76.52 degrees above the horizon -2022-08-12T00:07:34.979Z sunset -2022-08-12T00:20:16.755Z moonrise +2022-08-12T00:07:34.980Z sunset +2022-08-12T00:20:16.756Z moonrise 2022-08-12T01:36:14.724Z full moon 2022-08-12T05:46:16.378Z Moon culminates 41.76 degrees above the horizon -2022-08-12T10:52:34.058Z sunrise -2022-08-12T11:17:57.938Z moonset +2022-08-12T10:52:34.056Z sunrise +2022-08-12T11:17:57.937Z moonset 2022-08-12T17:29:49.686Z Sun culminates 76.22 degrees above the horizon -2022-08-13T00:06:41.505Z sunset -2022-08-13T01:02:37.308Z moonrise -2022-08-13T06:41:22.357Z Moon culminates 47.55 degrees above the horizon -2022-08-13T10:53:06.732Z sunrise -2022-08-13T12:26:39.480Z moonset -2022-08-13T17:29:38.897Z Sun culminates 75.91 degrees above the horizon +2022-08-13T00:06:41.506Z sunset +2022-08-13T01:02:37.309Z moonrise +2022-08-13T06:41:22.356Z Moon culminates 47.55 degrees above the horizon +2022-08-13T10:53:06.731Z sunrise +2022-08-13T12:26:39.478Z moonset +2022-08-13T17:29:38.897Z Sun culminates 75.92 degrees above the horizon 2022-08-14T00:05:47.075Z sunset -2022-08-14T01:39:34.555Z moonrise +2022-08-14T01:39:34.556Z moonrise 2022-08-14T07:32:07.112Z Moon culminates 53.99 degrees above the horizon -2022-08-14T10:53:39.264Z sunrise -2022-08-14T13:31:37.222Z moonset +2022-08-14T10:53:39.263Z sunrise +2022-08-14T13:31:37.221Z moonset 2022-08-14T16:57:24.629Z Saturn opposition 2022-08-14T17:29:27.567Z Sun culminates 75.61 degrees above the horizon 2022-08-15T00:04:51.714Z sunset -2022-08-15T02:13:03.458Z moonrise +2022-08-15T02:13:03.459Z moonrise 2022-08-15T08:19:39.944Z Moon culminates 60.59 degrees above the horizon -2022-08-15T10:54:11.654Z sunrise -2022-08-15T14:33:24.969Z moonset +2022-08-15T10:54:11.653Z sunrise +2022-08-15T14:33:24.968Z moonset 2022-08-15T17:29:15.709Z Sun culminates 75.30 degrees above the horizon 2022-08-16T00:03:55.448Z sunset -2022-08-16T02:44:47.052Z moonrise +2022-08-16T02:44:47.053Z moonrise 2022-08-16T09:05:19.834Z Moon culminates 66.98 degrees above the horizon -2022-08-16T10:54:43.902Z sunrise -2022-08-16T15:33:02.345Z moonset +2022-08-16T10:54:43.901Z sunrise +2022-08-16T15:33:02.344Z moonset 2022-08-16T17:29:03.337Z Sun culminates 74.98 degrees above the horizon -2022-08-17T00:02:58.302Z sunset +2022-08-17T00:02:58.303Z sunset 2022-08-17T03:16:15.396Z moonrise 2022-08-17T09:50:21.042Z Moon culminates 72.90 degrees above the horizon -2022-08-17T10:55:16.008Z sunrise -2022-08-17T16:31:27.109Z moonset +2022-08-17T10:55:16.007Z sunrise +2022-08-17T16:31:27.108Z moonset 2022-08-17T17:28:50.463Z Sun culminates 74.66 degrees above the horizon -2022-08-18T00:02:00.304Z sunset -2022-08-18T03:48:49.317Z moonrise +2022-08-18T00:02:00.305Z sunset +2022-08-18T03:48:49.316Z moonrise 2022-08-18T10:35:46.345Z Moon culminates 78.11 degrees above the horizon -2022-08-18T10:55:47.972Z sunrise -2022-08-18T14:21:29.203Z Neptune moves from Pisces to Aquarius +2022-08-18T10:55:47.971Z sunrise +2022-08-18T14:20:58.385Z Neptune moves from Pisces to Aquarius 2022-08-18T17:28:37.100Z Sun culminates 74.34 degrees above the horizon -2022-08-18T17:29:18.704Z moonset -2022-08-19T00:01:01.478Z sunset -2022-08-19T04:23:43.057Z moonrise +2022-08-18T17:29:18.703Z moonset +2022-08-19T00:01:01.480Z sunset +2022-08-19T04:23:43.056Z moonrise 2022-08-19T04:36:43.659Z third quarter -2022-08-19T10:56:19.795Z sunrise +2022-08-19T10:56:19.794Z sunrise 2022-08-19T11:22:22.118Z Moon culminates 82.42 degrees above the horizon 2022-08-19T17:28:23.262Z Sun culminates 74.01 degrees above the horizon -2022-08-19T18:26:47.204Z moonset -2022-08-20T00:00:01.851Z sunset -2022-08-20T05:02:02.657Z moonrise -2022-08-20T10:56:51.476Z sunrise -2022-08-20T12:10:32.646Z Moon culminates 85.68 degrees above the horizon +2022-08-19T18:26:47.203Z moonset +2022-08-20T00:00:01.852Z sunset +2022-08-20T05:02:02.656Z moonrise +2022-08-20T10:56:51.474Z sunrise +2022-08-20T12:10:32.645Z Moon culminates 85.68 degrees above the horizon 2022-08-20T17:28:08.960Z Sun culminates 73.68 degrees above the horizon 2022-08-20T19:23:26.895Z moonset -2022-08-20T23:59:01.446Z sunset -2022-08-21T05:44:38.070Z moonrise -2022-08-21T06:32:16.796Z Mercury moves from Leo to Virgo -2022-08-21T10:57:23.013Z sunrise +2022-08-20T23:59:01.447Z sunset +2022-08-21T05:44:38.068Z moonrise +2022-08-21T06:32:17.488Z Mercury moves from Leo to Virgo +2022-08-21T10:57:23.012Z sunrise 2022-08-21T13:00:14.498Z Moon culminates 87.74 degrees above the horizon 2022-08-21T17:27:54.207Z Sun culminates 73.35 degrees above the horizon -2022-08-21T20:18:18.997Z moonset -2022-08-21T23:58:00.289Z sunset -2022-08-22T06:31:49.724Z moonrise +2022-08-21T20:18:18.998Z moonset +2022-08-21T23:58:00.290Z sunset +2022-08-22T06:31:49.723Z moonrise 2022-08-22T10:57:54.407Z sunrise 2022-08-22T13:50:55.116Z Moon culminates 88.48 degrees above the horizon 2022-08-22T17:27:39.013Z Sun culminates 73.01 degrees above the horizon -2022-08-22T21:10:08.358Z moonset +2022-08-22T21:10:08.360Z moonset 2022-08-22T21:52:30.920Z lunar apogee at 405407 km -2022-08-22T23:56:58.402Z sunset -2022-08-23T07:23:16.287Z moonrise +2022-08-22T23:56:58.403Z sunset +2022-08-23T07:23:16.286Z moonrise 2022-08-23T10:58:25.656Z sunrise -2022-08-23T14:41:40.467Z Moon culminates 87.87 degrees above the horizon +2022-08-23T14:41:40.468Z Moon culminates 87.87 degrees above the horizon 2022-08-23T17:27:23.390Z Sun culminates 72.68 degrees above the horizon 2022-08-23T21:19:35.421Z Mercury aphelion at 0.4667 AU -2022-08-23T21:57:50.445Z moonset -2022-08-23T23:55:55.810Z sunset +2022-08-23T21:57:50.447Z moonset +2022-08-23T23:55:55.811Z sunset 2022-08-24T08:17:55.332Z moonrise -2022-08-24T10:58:56.759Z sunrise +2022-08-24T10:58:56.758Z sunrise 2022-08-24T15:31:31.974Z Moon culminates 85.95 degrees above the horizon 2022-08-24T17:27:07.349Z Sun culminates 72.33 degrees above the horizon -2022-08-24T22:40:54.302Z moonset -2022-08-24T23:54:52.536Z sunset +2022-08-24T22:40:54.304Z moonset +2022-08-24T23:54:52.537Z sunset 2022-08-25T09:14:22.981Z moonrise -2022-08-25T10:59:27.714Z sunrise -2022-08-25T16:19:45.448Z Moon culminates 82.81 degrees above the horizon -2022-08-25T17:26:50.900Z Sun culminates 71.99 degrees above the horizon -2022-08-25T23:19:28.959Z moonset -2022-08-25T23:53:48.601Z sunset +2022-08-25T10:59:27.713Z sunrise +2022-08-25T16:19:45.449Z Moon culminates 82.81 degrees above the horizon +2022-08-25T17:26:50.901Z Sun culminates 71.99 degrees above the horizon +2022-08-25T23:19:28.961Z moonset +2022-08-25T23:53:48.602Z sunset 2022-08-26T10:11:23.168Z moonrise 2022-08-26T10:59:58.520Z sunrise -2022-08-26T11:40:26.862Z Venus moves from Cancer to Leo -2022-08-26T17:06:02.944Z Moon culminates 78.63 degrees above the horizon +2022-08-26T11:40:27.517Z Venus moves from Cancer to Leo +2022-08-26T17:06:02.945Z Moon culminates 78.63 degrees above the horizon 2022-08-26T17:26:34.056Z Sun culminates 71.64 degrees above the horizon -2022-08-26T23:52:44.029Z sunset -2022-08-26T23:54:14.632Z moonset +2022-08-26T23:52:44.030Z sunset +2022-08-26T23:54:14.633Z moonset 2022-08-27T08:17:47.750Z new moon 2022-08-27T11:00:29.178Z sunrise 2022-08-27T11:08:09.673Z moonrise 2022-08-27T16:07:35.172Z Mercury max evening elongation: 27.32 degrees from Sun 2022-08-27T17:26:16.825Z Sun culminates 71.29 degrees above the horizon 2022-08-27T17:50:34.417Z Moon culminates 73.62 degrees above the horizon -2022-08-27T23:51:38.841Z sunset -2022-08-28T00:26:09.274Z moonset -2022-08-28T11:00:59.687Z sunrise -2022-08-28T12:04:32.816Z moonrise +2022-08-27T23:51:38.842Z sunset +2022-08-28T00:26:09.275Z moonset +2022-08-28T11:00:59.686Z sunrise +2022-08-28T12:04:32.815Z moonrise 2022-08-28T17:25:59.221Z Sun culminates 70.94 degrees above the horizon -2022-08-28T18:33:52.802Z Moon culminates 67.99 degrees above the horizon -2022-08-28T23:50:33.061Z sunset -2022-08-29T00:56:18.784Z moonset +2022-08-28T18:33:52.803Z Moon culminates 67.99 degrees above the horizon +2022-08-28T23:50:33.062Z sunset +2022-08-29T00:56:18.785Z moonset 2022-08-29T11:01:30.047Z sunrise -2022-08-29T13:00:54.555Z moonrise +2022-08-29T13:00:54.554Z moonrise 2022-08-29T17:25:41.254Z Sun culminates 70.58 degrees above the horizon 2022-08-29T19:16:47.648Z Moon culminates 61.97 degrees above the horizon 2022-08-29T23:49:26.711Z sunset @@ -3035,379 +3035,379 @@ 2022-08-30T23:48:19.814Z sunset 2022-08-31T01:56:07.253Z moonset 2022-08-31T11:02:30.332Z sunrise -2022-08-31T14:56:40.698Z moonrise +2022-08-31T14:56:40.699Z moonrise 2022-08-31T17:25:04.284Z Sun culminates 69.86 degrees above the horizon 2022-08-31T20:45:38.952Z Moon culminates 49.76 degrees above the horizon -2022-08-31T23:47:12.394Z sunset +2022-08-31T23:47:12.393Z sunset 2022-09-01T02:28:24.674Z moonset -2022-09-01T09:53:42.894Z Jupiter moves from Cetus to Pisces -2022-09-01T11:03:00.263Z sunrise -2022-09-01T15:57:51.785Z moonrise +2022-09-01T09:53:35.262Z Jupiter moves from Cetus to Pisces +2022-09-01T11:03:00.264Z sunrise +2022-09-01T15:57:51.786Z moonrise 2022-09-01T17:24:45.309Z Sun culminates 69.50 degrees above the horizon -2022-09-01T21:33:55.655Z Moon culminates 44.15 degrees above the horizon -2022-09-01T23:46:04.475Z sunset +2022-09-01T21:33:55.656Z Moon culminates 44.15 degrees above the horizon +2022-09-01T23:46:04.474Z sunset 2022-09-02T03:04:21.406Z moonset -2022-09-02T11:03:30.060Z sunrise -2022-09-02T17:01:58.980Z moonrise +2022-09-02T11:03:30.062Z sunrise +2022-09-02T17:01:58.981Z moonrise 2022-09-02T17:24:26.028Z Sun culminates 69.14 degrees above the horizon -2022-09-02T22:26:13.122Z Moon culminates 39.32 degrees above the horizon -2022-09-02T23:44:56.082Z sunset -2022-09-03T03:45:45.294Z moonset -2022-09-03T11:03:59.730Z sunrise -2022-09-03T17:24:06.455Z Sun culminates 68.77 degrees above the horizon +2022-09-02T22:26:13.123Z Moon culminates 39.32 degrees above the horizon +2022-09-02T23:44:56.081Z sunset +2022-09-03T03:45:45.293Z moonset +2022-09-03T11:03:59.731Z sunrise +2022-09-03T17:24:06.456Z Sun culminates 68.77 degrees above the horizon 2022-09-03T18:08:17.338Z first quarter -2022-09-03T18:08:32.728Z moonrise +2022-09-03T18:08:32.730Z moonrise 2022-09-03T23:23:04.290Z Moon culminates 35.69 degrees above the horizon 2022-09-03T23:43:47.241Z sunset -2022-09-04T04:34:21.429Z moonset -2022-09-04T11:04:29.281Z sunrise -2022-09-04T17:23:46.610Z Sun culminates 68.40 degrees above the horizon -2022-09-04T19:15:38.608Z moonrise +2022-09-04T04:34:21.428Z moonset +2022-09-04T11:04:29.282Z sunrise +2022-09-04T17:23:46.611Z Sun culminates 68.40 degrees above the horizon +2022-09-04T19:15:38.611Z moonrise 2022-09-04T20:12:01.557Z Venus perihelion at 0.7184 AU -2022-09-04T23:42:37.979Z sunset +2022-09-04T23:42:37.980Z sunset 2022-09-05T00:24:01.993Z Moon culminates 33.67 degrees above the horizon -2022-09-05T05:31:12.349Z moonset +2022-09-05T05:31:12.348Z moonset 2022-09-05T11:04:58.721Z sunrise 2022-09-05T17:23:26.511Z Sun culminates 68.03 degrees above the horizon -2022-09-05T20:20:08.481Z moonrise -2022-09-05T23:41:28.324Z sunset +2022-09-05T20:20:08.484Z moonrise +2022-09-05T23:41:28.325Z sunset 2022-09-06T01:27:20.560Z Moon culminates 33.59 degrees above the horizon -2022-09-06T06:35:40.781Z moonset -2022-09-06T11:05:28.061Z sunrise +2022-09-06T06:35:40.779Z moonset +2022-09-06T11:05:28.060Z sunrise 2022-09-06T17:23:06.176Z Sun culminates 67.66 degrees above the horizon -2022-09-06T21:18:55.769Z moonrise -2022-09-06T23:40:18.303Z sunset +2022-09-06T21:18:55.771Z moonrise +2022-09-06T23:40:18.304Z sunset 2022-09-07T02:30:20.916Z Moon culminates 35.55 degrees above the horizon -2022-09-07T07:45:07.575Z moonset -2022-09-07T11:05:57.313Z sunrise +2022-09-07T07:45:07.572Z moonset +2022-09-07T11:05:57.312Z sunrise 2022-09-07T17:22:45.626Z Sun culminates 67.29 degrees above the horizon 2022-09-07T18:19:04.993Z lunar perigee at 364481 km -2022-09-07T22:10:23.800Z moonrise -2022-09-07T23:39:07.944Z sunset +2022-09-07T22:10:23.802Z moonrise +2022-09-07T23:39:07.946Z sunset 2022-09-08T03:30:37.423Z Moon culminates 39.35 degrees above the horizon -2022-09-08T08:55:55.465Z moonset -2022-09-08T11:06:26.490Z sunrise +2022-09-08T08:55:55.462Z moonset +2022-09-08T11:06:26.488Z sunrise 2022-09-08T17:22:24.882Z Sun culminates 66.91 degrees above the horizon -2022-09-08T22:54:47.312Z moonrise -2022-09-08T23:37:57.278Z sunset +2022-09-08T22:54:47.314Z moonrise +2022-09-08T23:37:57.280Z sunset 2022-09-09T04:26:53.625Z Moon culminates 44.60 degrees above the horizon -2022-09-09T10:05:11.734Z moonset -2022-09-09T11:06:55.607Z sunrise +2022-09-09T10:05:11.731Z moonset +2022-09-09T11:06:55.605Z sunrise 2022-09-09T17:22:03.967Z Sun culminates 66.53 degrees above the horizon -2022-09-09T23:33:30.390Z moonrise -2022-09-09T23:36:46.332Z sunset +2022-09-09T23:33:30.392Z moonrise +2022-09-09T23:36:46.334Z sunset 2022-09-10T05:19:08.613Z Moon culminates 50.78 degrees above the horizon 2022-09-10T09:59:35.198Z full moon -2022-09-10T11:07:24.678Z sunrise -2022-09-10T11:11:38.063Z moonset -2022-09-10T17:21:42.902Z Sun culminates 66.16 degrees above the horizon -2022-09-10T23:35:35.135Z sunset -2022-09-11T00:08:18.468Z moonrise +2022-09-10T11:07:24.676Z sunrise +2022-09-10T11:11:38.061Z moonset +2022-09-10T17:21:42.901Z Sun culminates 66.16 degrees above the horizon +2022-09-10T23:35:35.137Z sunset +2022-09-11T00:08:18.470Z moonrise 2022-09-11T06:08:10.382Z Moon culminates 57.42 degrees above the horizon -2022-09-11T11:07:53.721Z sunrise -2022-09-11T12:15:14.740Z moonset -2022-09-11T17:21:21.710Z Sun culminates 65.78 degrees above the horizon -2022-09-11T23:34:23.718Z sunset -2022-09-12T00:40:53.120Z moonrise +2022-09-11T11:07:53.719Z sunrise +2022-09-11T12:15:14.738Z moonset +2022-09-11T17:21:21.709Z Sun culminates 65.78 degrees above the horizon +2022-09-11T23:34:23.719Z sunset +2022-09-12T00:40:53.121Z moonrise 2022-09-12T06:55:07.153Z Moon culminates 64.08 degrees above the horizon -2022-09-12T11:08:22.752Z sunrise -2022-09-12T13:16:42.653Z moonset +2022-09-12T11:08:22.751Z sunrise +2022-09-12T13:16:42.652Z moonset 2022-09-12T17:21:00.414Z Sun culminates 65.39 degrees above the horizon -2022-09-12T23:33:12.108Z sunset -2022-09-13T01:12:45.492Z moonrise -2022-09-13T07:41:09.098Z Moon culminates 70.40 degrees above the horizon -2022-09-13T11:08:51.788Z sunrise -2022-09-13T14:16:51.847Z moonset +2022-09-12T23:33:12.109Z sunset +2022-09-13T01:12:45.494Z moonrise +2022-09-13T07:41:09.097Z Moon culminates 70.40 degrees above the horizon +2022-09-13T11:08:51.786Z sunrise +2022-09-13T14:16:51.845Z moonset 2022-09-13T17:20:39.038Z Sun culminates 65.01 degrees above the horizon -2022-09-13T23:32:00.336Z sunset -2022-09-14T01:45:17.675Z moonrise -2022-09-14T08:27:18.487Z Moon culminates 76.10 degrees above the horizon -2022-09-14T11:09:20.845Z sunrise -2022-09-14T15:16:20.726Z moonset +2022-09-13T23:32:00.337Z sunset +2022-09-14T01:45:17.676Z moonrise +2022-09-14T08:27:18.486Z Moon culminates 76.10 degrees above the horizon +2022-09-14T11:09:20.844Z sunrise +2022-09-14T15:16:20.724Z moonset 2022-09-14T17:20:17.604Z Sun culminates 64.63 degrees above the horizon -2022-09-14T23:30:48.430Z sunset +2022-09-14T23:30:48.432Z sunset 2022-09-15T02:19:44.979Z moonrise -2022-09-15T09:14:23.301Z Moon culminates 80.94 degrees above the horizon -2022-09-15T11:09:49.941Z sunrise -2022-09-15T16:15:22.122Z moonset +2022-09-15T09:14:23.300Z Moon culminates 80.94 degrees above the horizon +2022-09-15T11:09:49.939Z sunrise +2022-09-15T16:15:22.120Z moonset 2022-09-15T17:19:56.135Z Sun culminates 64.25 degrees above the horizon -2022-09-15T23:29:36.420Z sunset -2022-09-16T02:57:15.252Z moonrise -2022-09-16T10:02:51.226Z Moon culminates 84.73 degrees above the horizon -2022-09-16T11:10:19.089Z sunrise -2022-09-16T17:13:34.841Z moonset +2022-09-15T23:29:36.422Z sunset +2022-09-16T02:57:15.251Z moonrise +2022-09-16T10:02:51.224Z Moon culminates 84.73 degrees above the horizon +2022-09-16T11:10:19.088Z sunrise +2022-09-16T17:13:34.839Z moonset 2022-09-16T17:19:34.653Z Sun culminates 63.86 degrees above the horizon 2022-09-16T22:11:50.602Z Neptune opposition -2022-09-16T23:28:24.335Z sunset -2022-09-17T03:38:42.845Z moonrise -2022-09-17T10:52:44.075Z Moon culminates 87.32 degrees above the horizon -2022-09-17T11:10:48.306Z sunrise +2022-09-16T23:28:24.337Z sunset +2022-09-17T03:38:42.843Z moonrise +2022-09-17T10:52:44.073Z Moon culminates 87.32 degrees above the horizon +2022-09-17T11:10:48.305Z sunrise 2022-09-17T17:19:13.180Z Sun culminates 63.47 degrees above the horizon -2022-09-17T18:10:04.142Z moonset +2022-09-17T18:10:04.141Z moonset 2022-09-17T21:52:38.030Z third quarter -2022-09-17T23:27:12.203Z sunset -2022-09-18T04:24:37.040Z moonrise -2022-09-18T11:11:17.605Z sunrise -2022-09-18T11:43:35.817Z Moon culminates 88.58 degrees above the horizon +2022-09-17T23:27:12.204Z sunset +2022-09-18T04:24:37.038Z moonrise +2022-09-18T11:11:17.604Z sunrise +2022-09-18T11:43:35.816Z Moon culminates 88.58 degrees above the horizon 2022-09-18T17:18:51.736Z Sun culminates 63.09 degrees above the horizon -2022-09-18T19:03:35.871Z moonset -2022-09-18T23:26:00.051Z sunset -2022-09-19T05:14:49.695Z moonrise -2022-09-19T11:11:47.000Z sunrise +2022-09-18T19:03:35.870Z moonset +2022-09-18T23:26:00.052Z sunset +2022-09-19T05:14:49.693Z moonrise +2022-09-19T11:11:46.999Z sunrise 2022-09-19T12:34:38.498Z Moon culminates 88.47 degrees above the horizon 2022-09-19T14:44:37.547Z lunar apogee at 404544 km 2022-09-19T17:18:30.342Z Sun culminates 62.70 degrees above the horizon -2022-09-19T19:53:02.113Z moonset -2022-09-19T23:24:47.907Z sunset -2022-09-20T06:08:32.240Z moonrise -2022-09-20T11:12:16.502Z sunrise +2022-09-19T19:53:02.114Z moonset +2022-09-19T23:24:47.908Z sunset +2022-09-20T06:08:32.238Z moonrise +2022-09-20T11:12:16.501Z sunrise 2022-09-20T13:24:56.962Z Moon culminates 87.01 degrees above the horizon 2022-09-20T17:18:09.017Z Sun culminates 62.31 degrees above the horizon -2022-09-20T20:37:45.583Z moonset -2022-09-20T23:23:35.797Z sunset -2022-09-21T07:04:29.833Z moonrise -2022-09-21T11:12:46.124Z sunrise +2022-09-20T20:37:45.584Z moonset +2022-09-20T23:23:35.798Z sunset +2022-09-21T07:04:29.832Z moonrise +2022-09-21T11:12:46.123Z sunrise 2022-09-21T14:13:46.734Z Moon culminates 84.29 degrees above the horizon 2022-09-21T17:17:47.780Z Sun culminates 61.92 degrees above the horizon -2022-09-21T21:17:49.074Z moonset -2022-09-21T23:22:23.747Z sunset -2022-09-22T08:01:27.613Z moonrise -2022-09-22T11:13:15.876Z sunrise -2022-09-22T15:00:46.607Z Moon culminates 80.46 degrees above the horizon +2022-09-21T21:17:49.076Z moonset +2022-09-21T23:22:23.748Z sunset +2022-09-22T08:01:27.611Z moonrise +2022-09-22T11:13:15.875Z sunrise +2022-09-22T15:00:46.608Z Moon culminates 80.46 degrees above the horizon 2022-09-22T17:17:26.649Z Sun culminates 61.53 degrees above the horizon -2022-09-22T21:53:48.727Z moonset -2022-09-22T23:21:11.783Z sunset -2022-09-23T01:04:04.807Z September equinox +2022-09-22T21:53:48.728Z moonset +2022-09-22T23:21:11.784Z sunset +2022-09-23T01:04:06.354Z September equinox 2022-09-23T06:43:36.400Z Mercury inferior conjunction -2022-09-23T08:58:34.046Z moonrise -2022-09-23T11:13:45.769Z sunrise +2022-09-23T08:58:34.044Z moonrise +2022-09-23T11:13:45.768Z sunrise 2022-09-23T15:46:01.926Z Moon culminates 75.69 degrees above the horizon 2022-09-23T17:17:05.642Z Sun culminates 61.15 degrees above the horizon -2022-09-23T22:26:40.652Z moonset -2022-09-23T23:19:59.931Z sunset -2022-09-24T03:30:29.323Z Venus moves from Leo to Virgo -2022-09-24T09:55:31.105Z moonrise -2022-09-24T11:14:15.811Z sunrise +2022-09-23T22:26:40.654Z moonset +2022-09-23T23:19:59.932Z sunset +2022-09-24T03:30:29.957Z Venus moves from Leo to Virgo +2022-09-24T09:55:31.104Z moonrise +2022-09-24T11:14:15.810Z sunrise 2022-09-24T16:30:00.923Z Moon culminates 70.18 degrees above the horizon 2022-09-24T17:16:44.776Z Sun culminates 60.76 degrees above the horizon -2022-09-24T22:57:30.075Z moonset -2022-09-24T23:18:48.214Z sunset -2022-09-25T10:52:32.221Z moonrise -2022-09-25T11:14:46.013Z sunrise +2022-09-24T22:57:30.076Z moonset +2022-09-24T23:18:48.215Z sunset +2022-09-25T10:52:32.220Z moonrise +2022-09-25T11:14:46.012Z sunrise 2022-09-25T17:13:28.809Z Moon culminates 64.16 degrees above the horizon 2022-09-25T17:16:24.068Z Sun culminates 60.37 degrees above the horizon 2022-09-25T21:55:10.031Z new moon -2022-09-25T23:17:36.658Z sunset -2022-09-25T23:27:26.248Z moonset -2022-09-26T11:15:16.383Z sunrise +2022-09-25T23:17:36.659Z sunset +2022-09-25T23:27:26.249Z moonset +2022-09-26T11:15:16.382Z sunrise 2022-09-26T11:50:13.983Z moonrise 2022-09-26T17:16:03.534Z Sun culminates 59.98 degrees above the horizon 2022-09-26T17:57:22.584Z Moon culminates 57.87 degrees above the horizon 2022-09-26T19:20:00.963Z Jupiter opposition -2022-09-26T23:16:25.286Z sunset -2022-09-26T23:57:42.327Z moonset +2022-09-26T23:16:25.287Z sunset +2022-09-26T23:57:42.328Z moonset 2022-09-27T11:15:46.930Z sunrise 2022-09-27T12:49:25.381Z moonrise 2022-09-27T17:15:43.192Z Sun culminates 59.59 degrees above the horizon -2022-09-27T18:42:46.810Z Moon culminates 51.61 degrees above the horizon +2022-09-27T18:42:46.811Z Moon culminates 51.61 degrees above the horizon 2022-09-27T23:15:14.124Z sunset -2022-09-28T00:29:38.215Z moonset +2022-09-28T00:29:38.216Z moonset 2022-09-28T11:16:17.664Z sunrise 2022-09-28T13:50:54.045Z moonrise 2022-09-28T17:15:23.058Z Sun culminates 59.20 degrees above the horizon -2022-09-28T19:30:48.346Z Moon culminates 45.69 degrees above the horizon +2022-09-28T19:30:48.347Z Moon culminates 45.69 degrees above the horizon 2022-09-28T23:14:03.295Z sunset -2022-09-29T01:04:43.924Z moonset -2022-09-29T11:16:48.593Z sunrise -2022-09-29T14:55:05.934Z moonrise +2022-09-29T01:04:43.925Z moonset +2022-09-29T11:16:48.594Z sunrise +2022-09-29T14:55:05.935Z moonrise 2022-09-29T17:15:03.149Z Sun culminates 58.81 degrees above the horizon -2022-09-29T20:22:26.325Z Moon culminates 40.49 degrees above the horizon +2022-09-29T20:22:26.326Z Moon culminates 40.49 degrees above the horizon 2022-09-29T23:12:52.624Z sunset 2022-09-30T01:44:39.479Z moonset 2022-09-30T11:17:19.729Z sunrise -2022-09-30T16:01:36.568Z moonrise +2022-09-30T16:01:36.569Z moonrise 2022-09-30T17:14:43.484Z Sun culminates 58.42 degrees above the horizon -2022-09-30T21:18:13.458Z Moon culminates 36.42 degrees above the horizon -2022-09-30T23:11:42.239Z sunset +2022-09-30T21:18:13.459Z Moon culminates 36.42 degrees above the horizon +2022-09-30T23:11:42.238Z sunset 2022-10-01T02:31:03.764Z moonset 2022-10-01T11:17:51.080Z sunrise 2022-10-01T17:08:44.021Z moonrise 2022-10-01T17:14:24.080Z Sun culminates 58.03 degrees above the horizon 2022-10-01T22:17:50.074Z Moon culminates 33.89 degrees above the horizon -2022-10-01T23:10:32.164Z sunset -2022-10-02T03:25:02.854Z moonset -2022-10-02T11:18:22.657Z sunrise +2022-10-01T23:10:32.163Z sunset +2022-10-02T03:25:02.853Z moonset +2022-10-02T11:18:22.656Z sunrise 2022-10-02T17:14:04.956Z Sun culminates 57.65 degrees above the horizon 2022-10-02T18:13:34.525Z moonrise 2022-10-02T23:09:22.427Z sunset -2022-10-02T23:19:46.872Z Moon culminates 33.21 degrees above the horizon +2022-10-02T23:19:46.871Z Moon culminates 33.21 degrees above the horizon 2022-10-03T00:14:33.665Z first quarter -2022-10-03T04:26:21.383Z moonset -2022-10-03T11:18:54.471Z sunrise +2022-10-03T04:26:21.382Z moonset +2022-10-03T11:18:54.470Z sunrise 2022-10-03T17:13:46.131Z Sun culminates 57.26 degrees above the horizon 2022-10-03T19:13:05.781Z moonrise -2022-10-03T23:08:13.055Z sunset -2022-10-04T00:21:42.869Z Moon culminates 34.50 degrees above the horizon -2022-10-04T05:32:55.737Z moonset -2022-10-04T11:19:26.534Z sunrise +2022-10-03T23:08:13.056Z sunset +2022-10-04T00:21:42.868Z Moon culminates 34.50 degrees above the horizon +2022-10-04T05:32:55.735Z moonset +2022-10-04T11:19:26.532Z sunrise 2022-10-04T16:32:54.786Z lunar perigee at 369315 km 2022-10-04T17:13:27.627Z Sun culminates 56.88 degrees above the horizon -2022-10-04T20:05:30.912Z moonrise -2022-10-04T23:07:04.078Z sunset -2022-10-05T01:21:21.156Z Moon culminates 37.62 degrees above the horizon -2022-10-05T06:41:36.335Z moonset -2022-10-05T11:19:58.858Z sunrise +2022-10-04T20:05:30.913Z moonrise +2022-10-04T23:07:04.080Z sunset +2022-10-05T01:21:21.155Z Moon culminates 37.62 degrees above the horizon +2022-10-05T06:41:36.333Z moonset +2022-10-05T11:19:58.856Z sunrise 2022-10-05T17:13:09.462Z Sun culminates 56.49 degrees above the horizon -2022-10-05T20:50:49.233Z moonrise -2022-10-05T23:05:55.525Z sunset -2022-10-06T02:17:21.668Z Moon culminates 42.27 degrees above the horizon -2022-10-06T07:49:35.643Z moonset -2022-10-06T11:20:31.457Z sunrise +2022-10-05T20:50:49.234Z moonrise +2022-10-05T23:05:55.527Z sunset +2022-10-06T02:17:21.667Z Moon culminates 42.27 degrees above the horizon +2022-10-06T07:49:35.641Z moonset +2022-10-06T11:20:31.455Z sunrise 2022-10-06T17:12:51.660Z Sun culminates 56.11 degrees above the horizon 2022-10-06T20:57:54.208Z Mercury perihelion at 0.3075 AU -2022-10-06T21:30:13.828Z moonrise -2022-10-06T23:04:47.424Z sunset +2022-10-06T21:30:13.829Z moonrise +2022-10-06T23:04:47.426Z sunset 2022-10-07T03:09:33.932Z Moon culminates 48.00 degrees above the horizon -2022-10-07T08:55:24.499Z moonset -2022-10-07T11:21:04.346Z sunrise +2022-10-07T08:55:24.496Z moonset +2022-10-07T11:21:04.344Z sunrise 2022-10-07T17:12:34.242Z Sun culminates 55.73 degrees above the horizon -2022-10-07T22:05:25.285Z moonrise -2022-10-07T23:03:39.806Z sunset -2022-10-08T03:58:37.221Z Moon culminates 54.39 degrees above the horizon -2022-10-08T09:58:49.702Z moonset -2022-10-08T11:21:37.539Z sunrise +2022-10-07T22:05:25.286Z moonrise +2022-10-07T23:03:39.808Z sunset +2022-10-08T03:58:37.220Z Moon culminates 54.39 degrees above the horizon +2022-10-08T09:58:49.700Z moonset +2022-10-08T11:21:37.537Z sunrise 2022-10-08T17:12:17.231Z Sun culminates 55.35 degrees above the horizon 2022-10-08T21:11:21.577Z Mercury max morning elongation: 17.98 degrees from Sun -2022-10-08T22:38:04.041Z moonrise -2022-10-08T23:02:32.701Z sunset +2022-10-08T22:38:04.042Z moonrise +2022-10-08T23:02:32.703Z sunset 2022-10-09T04:45:34.564Z Moon culminates 61.03 degrees above the horizon -2022-10-09T11:00:23.356Z moonset -2022-10-09T11:22:11.050Z sunrise +2022-10-09T11:00:23.354Z moonset +2022-10-09T11:22:11.049Z sunrise 2022-10-09T17:12:00.650Z Sun culminates 54.97 degrees above the horizon 2022-10-09T20:55:31.695Z full moon -2022-10-09T23:01:26.140Z sunset -2022-10-09T23:09:41.529Z moonrise +2022-10-09T23:01:26.142Z sunset +2022-10-09T23:09:41.531Z moonrise 2022-10-10T05:31:34.395Z Moon culminates 67.55 degrees above the horizon -2022-10-10T11:22:44.796Z sunrise -2022-10-10T12:00:52.742Z moonset +2022-10-10T11:22:44.794Z sunrise +2022-10-10T12:00:52.740Z moonset 2022-10-10T17:11:44.521Z Sun culminates 54.59 degrees above the horizon -2022-10-10T23:00:20.153Z sunset -2022-10-10T23:41:40.515Z moonrise +2022-10-10T23:00:20.154Z sunset +2022-10-10T23:41:40.516Z moonrise 2022-10-11T06:17:39.891Z Moon culminates 73.63 degrees above the horizon -2022-10-11T11:23:18.990Z sunrise -2022-10-11T13:00:58.298Z moonset +2022-10-11T11:23:18.989Z sunrise +2022-10-11T13:00:58.296Z moonset 2022-10-11T17:11:28.868Z Sun culminates 54.21 degrees above the horizon -2022-10-11T22:59:14.771Z sunset -2022-10-12T00:15:17.362Z moonrise +2022-10-11T22:59:14.772Z sunset +2022-10-12T00:15:17.364Z moonrise 2022-10-12T07:04:41.769Z Moon culminates 78.97 degrees above the horizon -2022-10-12T11:23:53.549Z sunrise -2022-10-12T14:00:57.440Z moonset +2022-10-12T11:23:53.548Z sunrise +2022-10-12T14:00:57.439Z moonset 2022-10-12T17:11:13.713Z Sun culminates 53.84 degrees above the horizon -2022-10-12T22:58:10.025Z sunset -2022-10-13T00:51:42.021Z moonrise +2022-10-12T22:58:10.027Z sunset +2022-10-13T00:51:42.022Z moonrise 2022-10-13T07:53:11.387Z Moon culminates 83.33 degrees above the horizon -2022-10-13T11:24:28.485Z sunrise -2022-10-13T15:00:32.938Z moonset +2022-10-13T11:24:28.483Z sunrise +2022-10-13T15:00:32.936Z moonset 2022-10-13T17:10:59.078Z Sun culminates 53.46 degrees above the horizon -2022-10-13T22:57:05.947Z sunset +2022-10-13T22:57:05.948Z sunset 2022-10-14T01:31:52.997Z moonrise -2022-10-14T08:43:13.942Z Moon culminates 86.51 degrees above the horizon -2022-10-14T11:25:03.810Z sunrise -2022-10-14T15:58:49.607Z moonset -2022-10-14T17:10:44.985Z Sun culminates 53.09 degrees above the horizon -2022-10-14T22:56:02.567Z sunset +2022-10-14T08:43:13.941Z Moon culminates 86.51 degrees above the horizon +2022-10-14T11:25:03.809Z sunrise +2022-10-14T15:58:49.605Z moonset +2022-10-14T17:10:44.986Z Sun culminates 53.09 degrees above the horizon +2022-10-14T22:56:02.568Z sunset 2022-10-15T02:16:26.412Z moonrise -2022-10-15T09:34:25.015Z Moon culminates 88.37 degrees above the horizon -2022-10-15T11:25:39.536Z sunrise -2022-10-15T16:54:25.875Z moonset +2022-10-15T09:34:25.014Z Moon culminates 88.37 degrees above the horizon +2022-10-15T11:25:39.535Z sunrise +2022-10-15T16:54:25.873Z moonset 2022-10-15T17:10:31.455Z Sun culminates 52.72 degrees above the horizon -2022-10-15T22:54:59.915Z sunset +2022-10-15T22:54:59.916Z sunset 2022-10-16T03:05:22.761Z moonrise -2022-10-16T10:25:55.389Z Moon culminates 88.84 degrees above the horizon -2022-10-16T11:26:15.673Z sunrise +2022-10-16T10:25:55.388Z Moon culminates 88.84 degrees above the horizon +2022-10-16T11:26:15.672Z sunrise 2022-10-16T17:10:18.507Z Sun culminates 52.35 degrees above the horizon -2022-10-16T17:46:00.599Z moonset +2022-10-16T17:46:00.598Z moonset 2022-10-16T22:53:58.022Z sunset 2022-10-17T03:58:01.020Z moonrise 2022-10-17T10:20:05.770Z lunar apogee at 404315 km -2022-10-17T11:16:45.901Z Moon culminates 87.92 degrees above the horizon -2022-10-17T11:26:52.229Z sunrise +2022-10-17T11:16:45.900Z Moon culminates 87.92 degrees above the horizon +2022-10-17T11:26:52.228Z sunrise 2022-10-17T17:10:06.161Z Sun culminates 51.99 degrees above the horizon 2022-10-17T17:15:47.323Z third quarter 2022-10-17T18:32:42.387Z moonset 2022-10-17T22:52:56.917Z sunset 2022-10-18T04:53:09.705Z moonrise -2022-10-18T11:27:29.211Z sunrise -2022-10-18T12:06:06.847Z Moon culminates 85.70 degrees above the horizon +2022-10-18T11:27:29.210Z sunrise +2022-10-18T12:06:06.846Z Moon culminates 85.70 degrees above the horizon 2022-10-18T17:09:54.433Z Sun culminates 51.62 degrees above the horizon 2022-10-18T19:14:24.077Z moonset 2022-10-18T22:51:56.629Z sunset -2022-10-19T05:49:32.527Z moonrise -2022-10-19T11:28:06.624Z sunrise +2022-10-19T05:49:32.526Z moonrise +2022-10-19T11:28:06.623Z sunrise 2022-10-19T12:53:32.472Z Moon culminates 82.32 degrees above the horizon 2022-10-19T17:09:43.342Z Sun culminates 51.26 degrees above the horizon 2022-10-19T19:51:37.644Z moonset -2022-10-19T22:50:57.186Z sunset +2022-10-19T22:50:57.187Z sunset 2022-10-20T06:46:13.908Z moonrise -2022-10-20T11:28:44.471Z sunrise +2022-10-20T11:28:44.470Z sunrise 2022-10-20T13:39:05.333Z Moon culminates 77.94 degrees above the horizon 2022-10-20T17:09:32.901Z Sun culminates 50.91 degrees above the horizon 2022-10-20T20:25:19.303Z moonset 2022-10-20T22:49:58.617Z sunset -2022-10-21T07:42:51.836Z moonrise +2022-10-21T07:42:51.835Z moonrise 2022-10-21T11:29:22.754Z sunrise 2022-10-21T14:23:12.621Z Moon culminates 72.73 degrees above the horizon 2022-10-21T17:09:23.126Z Sun culminates 50.55 degrees above the horizon 2022-10-21T20:56:36.221Z moonset -2022-10-21T22:49:00.947Z sunset +2022-10-21T22:49:00.948Z sunset 2022-10-22T08:39:37.394Z moonrise -2022-10-22T11:30:01.475Z sunrise -2022-10-22T15:06:39.733Z Moon culminates 66.89 degrees above the horizon -2022-10-22T17:09:14.029Z Sun culminates 50.20 degrees above the horizon +2022-10-22T11:30:01.474Z sunrise +2022-10-22T15:06:39.732Z Moon culminates 66.89 degrees above the horizon +2022-10-22T17:09:14.030Z Sun culminates 50.20 degrees above the horizon 2022-10-22T20:39:29.202Z Venus superior conjunction 2022-10-22T21:26:39.645Z moonset -2022-10-22T22:48:04.204Z sunset +2022-10-22T22:48:04.205Z sunset 2022-10-23T09:37:07.163Z moonrise 2022-10-23T11:30:40.631Z sunrise 2022-10-23T15:50:24.735Z Moon culminates 60.64 degrees above the horizon 2022-10-23T17:09:05.624Z Sun culminates 49.85 degrees above the horizon -2022-10-23T21:56:43.951Z moonset -2022-10-23T22:47:08.412Z sunset +2022-10-23T21:56:43.952Z moonset +2022-10-23T22:47:08.413Z sunset 2022-10-24T10:36:13.098Z moonrise 2022-10-24T11:31:20.220Z sunrise 2022-10-24T16:35:34.309Z Moon culminates 54.22 degrees above the horizon -2022-10-24T17:08:57.920Z Sun culminates 49.50 degrees above the horizon -2022-10-24T22:28:09.425Z moonset -2022-10-24T22:46:13.596Z sunset +2022-10-24T17:08:57.921Z Sun culminates 49.50 degrees above the horizon +2022-10-24T22:28:09.426Z moonset +2022-10-24T22:46:13.598Z sunset 2022-10-25T10:49:14.374Z new moon -2022-10-25T11:32:00.239Z sunrise +2022-10-25T11:32:00.240Z sunrise 2022-10-25T11:37:49.689Z moonrise 2022-10-25T17:08:50.930Z Sun culminates 49.15 degrees above the horizon -2022-10-25T17:23:19.156Z Moon culminates 47.98 degrees above the horizon -2022-10-25T22:45:19.782Z sunset -2022-10-25T23:02:26.253Z moonset -2022-10-26T11:32:40.684Z sunrise -2022-10-26T12:42:34.182Z moonrise -2022-10-26T17:08:44.661Z Sun culminates 48.81 degrees above the horizon -2022-10-26T18:14:44.781Z Moon culminates 42.29 degrees above the horizon +2022-10-25T17:23:19.157Z Moon culminates 47.98 degrees above the horizon +2022-10-25T22:45:19.783Z sunset +2022-10-25T23:02:26.254Z moonset +2022-10-26T11:32:40.685Z sunrise +2022-10-26T12:42:34.183Z moonrise +2022-10-26T17:08:44.662Z Sun culminates 48.81 degrees above the horizon +2022-10-26T18:14:44.783Z Moon culminates 42.29 degrees above the horizon 2022-10-26T22:44:26.993Z sunset -2022-10-26T23:41:15.920Z moonset -2022-10-27T11:33:21.547Z sunrise +2022-10-26T23:41:15.921Z moonset +2022-10-27T11:33:21.549Z sunrise 2022-10-27T13:50:15.694Z moonrise 2022-10-27T17:08:39.124Z Sun culminates 48.47 degrees above the horizon -2022-10-27T19:10:32.670Z Moon culminates 37.62 degrees above the horizon +2022-10-27T19:10:32.671Z Moon culminates 37.62 degrees above the horizon 2022-10-27T22:43:35.253Z sunset -2022-10-28T00:26:22.623Z moonset -2022-10-28T11:34:02.824Z sunrise -2022-10-28T14:59:20.237Z moonrise -2022-10-28T17:08:34.326Z Sun culminates 48.14 degrees above the horizon -2022-10-28T20:10:31.355Z Moon culminates 34.44 degrees above the horizon +2022-10-28T00:26:22.625Z moonset +2022-10-28T11:34:02.825Z sunrise +2022-10-28T14:59:20.238Z moonrise +2022-10-28T17:08:34.327Z Sun culminates 48.14 degrees above the horizon +2022-10-28T20:10:31.356Z Moon culminates 34.44 degrees above the horizon 2022-10-28T22:42:44.586Z sunset -2022-10-29T01:19:03.781Z moonset -2022-10-29T11:34:44.507Z sunrise -2022-10-29T13:39:29.445Z Venus moves from Virgo to Libra +2022-10-29T01:19:03.782Z moonset +2022-10-29T11:34:44.508Z sunrise +2022-10-29T13:39:30.059Z Venus moves from Virgo to Libra 2022-10-29T14:36:21.750Z lunar perigee at 368281 km -2022-10-29T16:06:44.408Z moonrise +2022-10-29T16:06:44.409Z moonrise 2022-10-29T17:08:30.277Z Sun culminates 47.81 degrees above the horizon 2022-10-29T21:13:12.740Z Moon culminates 33.12 degrees above the horizon 2022-10-29T22:41:55.016Z sunset @@ -3417,179 +3417,179 @@ 2022-10-30T17:08:56.573Z moonrise 2022-10-30T22:16:05.356Z Moon culminates 33.82 degrees above the horizon 2022-10-30T22:41:06.569Z sunset -2022-10-31T03:25:11.206Z moonset +2022-10-31T03:25:11.205Z moonset 2022-10-31T11:36:09.057Z sunrise 2022-10-31T17:08:24.458Z Sun culminates 47.16 degrees above the horizon 2022-10-31T18:03:37.747Z moonrise -2022-10-31T22:40:19.269Z sunset -2022-10-31T23:16:34.686Z Moon culminates 36.43 degrees above the horizon -2022-11-01T04:33:25.169Z moonset +2022-10-31T22:40:19.270Z sunset +2022-10-31T23:16:34.685Z Moon culminates 36.43 degrees above the horizon +2022-11-01T04:33:25.168Z moonset 2022-11-01T06:37:39.782Z first quarter -2022-11-01T11:36:51.909Z sunrise +2022-11-01T11:36:51.907Z sunrise 2022-11-01T17:08:22.704Z Sun culminates 46.84 degrees above the horizon 2022-11-01T18:50:30.342Z moonrise -2022-11-01T22:39:33.142Z sunset -2022-11-02T00:13:06.371Z Moon culminates 40.62 degrees above the horizon -2022-11-02T05:40:58.429Z moonset -2022-11-02T11:37:35.133Z sunrise +2022-11-01T22:39:33.143Z sunset +2022-11-02T00:13:06.370Z Moon culminates 40.62 degrees above the horizon +2022-11-02T05:40:58.427Z moonset +2022-11-02T11:37:35.131Z sunrise 2022-11-02T17:08:21.734Z Sun culminates 46.52 degrees above the horizon 2022-11-02T19:30:46.630Z moonrise -2022-11-02T22:38:48.214Z sunset +2022-11-02T22:38:48.216Z sunset 2022-11-03T01:05:24.314Z Moon culminates 45.96 degrees above the horizon -2022-11-03T06:46:10.963Z moonset -2022-11-03T11:38:18.722Z sunrise -2022-11-03T13:21:52.559Z Mercury moves from Virgo to Libra +2022-11-03T06:46:10.962Z moonset +2022-11-03T11:38:18.720Z sunrise +2022-11-03T13:21:53.067Z Mercury moves from Virgo to Libra 2022-11-03T17:08:21.555Z Sun culminates 46.21 degrees above the horizon 2022-11-03T20:06:13.599Z moonrise -2022-11-03T22:38:04.511Z sunset +2022-11-03T22:38:04.513Z sunset 2022-11-04T01:54:09.015Z Moon culminates 52.05 degrees above the horizon -2022-11-04T07:48:46.662Z moonset -2022-11-04T11:39:02.668Z sunrise -2022-11-04T17:08:22.177Z Sun culminates 45.90 degrees above the horizon -2022-11-04T20:38:38.547Z moonrise -2022-11-04T22:37:22.060Z sunset +2022-11-04T07:48:46.661Z moonset +2022-11-04T11:39:02.666Z sunrise +2022-11-04T17:08:22.178Z Sun culminates 45.90 degrees above the horizon +2022-11-04T20:38:38.548Z moonrise +2022-11-04T22:37:22.062Z sunset 2022-11-05T02:40:27.937Z Moon culminates 58.50 degrees above the horizon -2022-11-05T08:49:21.059Z moonset -2022-11-05T11:39:46.962Z sunrise -2022-11-05T17:08:23.609Z Sun culminates 45.60 degrees above the horizon -2022-11-05T21:09:37.869Z moonrise -2022-11-05T22:36:40.887Z sunset +2022-11-05T08:49:21.058Z moonset +2022-11-05T11:39:46.961Z sunrise +2022-11-05T17:08:23.610Z Sun culminates 45.60 degrees above the horizon +2022-11-05T21:09:37.870Z moonrise +2022-11-05T22:36:40.889Z sunset 2022-11-06T03:25:35.118Z Moon culminates 64.97 degrees above the horizon -2022-11-06T09:48:49.156Z moonset -2022-11-06T11:40:31.597Z sunrise -2022-11-06T17:08:25.860Z Sun culminates 45.30 degrees above the horizon -2022-11-06T21:40:37.502Z moonrise -2022-11-06T22:36:01.018Z sunset +2022-11-06T09:48:49.155Z moonset +2022-11-06T11:40:31.596Z sunrise +2022-11-06T17:08:25.861Z Sun culminates 45.30 degrees above the horizon +2022-11-06T21:40:37.503Z moonrise +2022-11-06T22:36:01.020Z sunset 2022-11-07T04:10:40.227Z Moon culminates 71.17 degrees above the horizon 2022-11-07T10:48:02.610Z moonset 2022-11-07T11:41:16.563Z sunrise -2022-11-07T17:08:28.939Z Sun culminates 45.00 degrees above the horizon -2022-11-07T22:12:56.357Z moonrise -2022-11-07T22:35:22.480Z sunset +2022-11-07T17:08:28.940Z Sun culminates 45.00 degrees above the horizon +2022-11-07T22:12:56.358Z moonrise +2022-11-07T22:35:22.481Z sunset 2022-11-08T04:56:41.880Z Moon culminates 76.81 degrees above the horizon 2022-11-08T10:59:07.538Z total lunar eclipse 2022-11-08T11:02:46.365Z full moon -2022-11-08T11:42:01.852Z sunrise -2022-11-08T11:47:33.000Z moonset +2022-11-08T11:42:01.851Z sunrise +2022-11-08T11:47:32.999Z moonset 2022-11-08T16:23:20.867Z Mercury superior conjunction 2022-11-08T17:08:32.854Z Sun culminates 44.71 degrees above the horizon -2022-11-08T22:34:45.297Z sunset -2022-11-08T22:47:47.961Z moonrise +2022-11-08T22:34:45.299Z sunset +2022-11-08T22:47:47.962Z moonrise 2022-11-09T05:44:20.928Z Moon culminates 81.61 degrees above the horizon 2022-11-09T08:13:10.917Z Uranus opposition 2022-11-09T11:42:47.451Z sunrise -2022-11-09T12:47:17.806Z moonset +2022-11-09T12:47:17.805Z moonset 2022-11-09T17:08:37.612Z Sun culminates 44.43 degrees above the horizon -2022-11-09T22:34:09.497Z sunset -2022-11-09T23:26:17.196Z moonrise +2022-11-09T22:34:09.498Z sunset +2022-11-09T23:26:17.197Z moonrise 2022-11-10T06:33:52.356Z Moon culminates 85.33 degrees above the horizon -2022-11-10T11:43:33.351Z sunrise -2022-11-10T13:46:31.487Z moonset +2022-11-10T11:43:33.350Z sunrise +2022-11-10T13:46:31.486Z moonset 2022-11-10T17:08:43.220Z Sun culminates 44.15 degrees above the horizon -2022-11-10T22:33:35.105Z sunset -2022-11-11T00:09:10.157Z moonrise +2022-11-10T22:33:35.106Z sunset +2022-11-11T00:09:10.158Z moonrise 2022-11-11T07:24:58.482Z Moon culminates 87.78 degrees above the horizon 2022-11-11T11:44:19.536Z sunrise -2022-11-11T14:43:50.025Z moonset -2022-11-11T17:08:49.683Z Sun culminates 43.87 degrees above the horizon -2022-11-11T22:33:02.144Z sunset -2022-11-12T00:56:38.932Z moonrise -2022-11-12T08:16:49.799Z Moon culminates 88.84 degrees above the horizon -2022-11-12T11:45:05.992Z sunrise +2022-11-11T14:43:50.024Z moonset +2022-11-11T17:08:49.684Z Sun culminates 43.87 degrees above the horizon +2022-11-11T22:33:02.145Z sunset +2022-11-12T00:56:38.933Z moonrise +2022-11-12T08:16:49.800Z Moon culminates 88.84 degrees above the horizon +2022-11-12T11:45:05.993Z sunrise 2022-11-12T15:37:35.405Z moonset 2022-11-12T17:08:57.007Z Sun culminates 43.60 degrees above the horizon -2022-11-12T22:32:30.640Z sunset -2022-11-13T01:48:10.483Z moonrise +2022-11-12T22:32:30.641Z sunset +2022-11-13T01:48:10.484Z moonrise 2022-11-13T09:08:18.479Z Moon culminates 88.49 degrees above the horizon -2022-11-13T11:45:52.703Z sunrise +2022-11-13T11:45:52.704Z sunrise 2022-11-13T16:26:31.552Z moonset 2022-11-13T17:09:05.193Z Sun culminates 43.33 degrees above the horizon 2022-11-13T22:32:00.615Z sunset -2022-11-14T02:42:32.595Z moonrise +2022-11-14T02:42:32.596Z moonrise 2022-11-14T06:39:54.892Z lunar apogee at 404911 km -2022-11-14T09:58:20.964Z Moon culminates 86.78 degrees above the horizon -2022-11-14T11:46:39.649Z sunrise +2022-11-14T09:58:20.965Z Moon culminates 86.78 degrees above the horizon +2022-11-14T11:46:39.650Z sunrise 2022-11-14T17:09:14.244Z Sun culminates 43.07 degrees above the horizon 2022-11-14T17:10:09.678Z moonset -2022-11-14T22:31:32.091Z sunset -2022-11-15T03:38:19.613Z moonrise -2022-11-15T10:46:17.964Z Moon culminates 83.88 degrees above the horizon -2022-11-15T11:47:26.810Z sunrise -2022-11-15T17:09:24.158Z Sun culminates 42.82 degrees above the horizon +2022-11-14T22:31:32.090Z sunset +2022-11-15T03:38:19.614Z moonrise +2022-11-15T10:46:17.965Z Moon culminates 83.88 degrees above the horizon +2022-11-15T11:47:26.811Z sunrise +2022-11-15T17:09:24.159Z Sun culminates 42.82 degrees above the horizon 2022-11-15T17:48:49.469Z moonset -2022-11-15T22:31:05.088Z sunset -2022-11-16T04:34:23.239Z moonrise -2022-11-16T11:32:02.623Z Moon culminates 79.93 degrees above the horizon -2022-11-16T11:48:14.162Z sunrise +2022-11-15T22:31:05.087Z sunset +2022-11-16T04:34:23.240Z moonrise +2022-11-16T11:32:02.624Z Moon culminates 79.93 degrees above the horizon +2022-11-16T11:48:14.163Z sunrise 2022-11-16T13:27:45.877Z third quarter 2022-11-16T17:09:34.935Z Sun culminates 42.57 degrees above the horizon 2022-11-16T18:23:23.431Z moonset 2022-11-16T22:30:39.625Z sunset -2022-11-17T01:32:19.728Z Mercury moves from Libra to Scorpius -2022-11-17T05:30:10.993Z moonrise +2022-11-17T01:32:20.235Z Mercury moves from Libra to Scorpius +2022-11-17T05:30:10.994Z moonrise 2022-11-17T11:49:01.681Z sunrise 2022-11-17T12:15:57.515Z Moon culminates 75.13 degrees above the horizon 2022-11-17T17:09:46.570Z Sun culminates 42.32 degrees above the horizon 2022-11-17T18:54:59.659Z moonset -2022-11-17T21:14:04.560Z Venus moves from Libra to Scorpius +2022-11-17T21:14:05.428Z Venus moves from Libra to Scorpius 2022-11-17T22:30:15.720Z sunset -2022-11-18T06:25:48.333Z moonrise +2022-11-18T06:25:48.334Z moonrise 2022-11-18T11:49:49.338Z sunrise 2022-11-18T12:58:46.989Z Moon culminates 69.64 degrees above the horizon -2022-11-18T17:09:59.056Z Sun culminates 42.08 degrees above the horizon -2022-11-18T19:24:51.486Z moonset -2022-11-18T22:29:53.388Z sunset +2022-11-18T17:09:59.057Z Sun culminates 42.08 degrees above the horizon +2022-11-18T19:24:51.485Z moonset +2022-11-18T22:29:53.389Z sunset 2022-11-19T07:21:51.343Z moonrise 2022-11-19T11:50:37.104Z sunrise 2022-11-19T13:41:30.357Z Moon culminates 63.65 degrees above the horizon -2022-11-19T17:10:12.387Z Sun culminates 41.85 degrees above the horizon -2022-11-19T19:54:14.632Z moonset +2022-11-19T17:10:12.388Z Sun culminates 41.85 degrees above the horizon +2022-11-19T19:54:14.631Z moonset 2022-11-19T20:35:25.839Z Mercury aphelion at 0.4667 AU -2022-11-19T22:29:32.643Z sunset -2022-11-20T08:19:16.901Z moonrise +2022-11-19T22:29:32.645Z sunset +2022-11-20T08:19:16.902Z moonrise 2022-11-20T11:51:24.948Z sunrise 2022-11-20T14:25:17.657Z Moon culminates 57.34 degrees above the horizon -2022-11-20T17:10:26.552Z Sun culminates 41.63 degrees above the horizon +2022-11-20T17:10:26.553Z Sun culminates 41.63 degrees above the horizon 2022-11-20T20:24:29.565Z moonset -2022-11-20T22:29:13.497Z sunset -2022-11-21T09:19:11.904Z moonrise -2022-11-21T11:52:12.836Z sunrise -2022-11-21T15:11:26.603Z Moon culminates 50.99 degrees above the horizon -2022-11-21T17:10:41.539Z Sun culminates 41.40 degrees above the horizon +2022-11-20T22:29:13.499Z sunset +2022-11-21T09:19:11.905Z moonrise +2022-11-21T11:52:12.837Z sunrise +2022-11-21T15:11:26.604Z Moon culminates 50.99 degrees above the horizon +2022-11-21T17:10:41.541Z Sun culminates 41.40 degrees above the horizon 2022-11-21T20:57:06.550Z moonset -2022-11-21T22:28:55.960Z sunset -2022-11-22T10:22:37.491Z moonrise -2022-11-22T11:53:00.733Z sunrise -2022-11-22T14:19:31.280Z Venus moves from Scorpius to Ophiuchus -2022-11-22T15:02:51.080Z Mercury moves from Scorpius to Ophiuchus -2022-11-22T16:01:16.757Z Moon culminates 44.95 degrees above the horizon -2022-11-22T17:10:57.336Z Sun culminates 41.19 degrees above the horizon -2022-11-22T21:33:50.327Z moonset -2022-11-22T22:28:40.040Z sunset -2022-11-23T11:30:00.681Z moonrise -2022-11-23T11:53:48.603Z sunrise -2022-11-23T16:55:54.376Z Moon culminates 39.65 degrees above the horizon -2022-11-23T17:11:13.927Z Sun culminates 40.98 degrees above the horizon -2022-11-23T22:16:38.017Z moonset -2022-11-23T22:28:25.743Z sunset +2022-11-21T22:28:55.962Z sunset +2022-11-22T10:22:37.494Z moonrise +2022-11-22T11:53:00.735Z sunrise +2022-11-22T14:19:31.901Z Venus moves from Scorpius to Ophiuchus +2022-11-22T15:02:51.587Z Mercury moves from Scorpius to Ophiuchus +2022-11-22T16:01:16.759Z Moon culminates 44.95 degrees above the horizon +2022-11-22T17:10:57.338Z Sun culminates 41.19 degrees above the horizon +2022-11-22T21:33:50.328Z moonset +2022-11-22T22:28:40.042Z sunset +2022-11-23T11:30:00.684Z moonrise +2022-11-23T11:53:48.605Z sunrise +2022-11-23T16:55:54.378Z Moon culminates 39.65 degrees above the horizon +2022-11-23T17:11:13.929Z Sun culminates 40.98 degrees above the horizon +2022-11-23T22:16:38.018Z moonset +2022-11-23T22:28:25.744Z sunset 2022-11-23T22:57:46.053Z new moon -2022-11-24T11:54:36.407Z sunrise -2022-11-24T12:40:30.283Z moonrise -2022-11-24T17:11:31.295Z Sun culminates 40.78 degrees above the horizon -2022-11-24T17:55:41.640Z Moon culminates 35.64 degrees above the horizon +2022-11-24T11:54:36.409Z sunrise +2022-11-24T12:40:30.286Z moonrise +2022-11-24T17:11:31.296Z Sun culminates 40.78 degrees above the horizon +2022-11-24T17:55:41.642Z Moon culminates 35.64 degrees above the horizon 2022-11-24T22:28:13.075Z sunset -2022-11-24T23:07:17.282Z moonset -2022-11-25T11:55:24.106Z sunrise -2022-11-25T13:51:20.089Z moonrise +2022-11-24T23:07:17.283Z moonset +2022-11-25T11:55:24.108Z sunrise +2022-11-25T13:51:20.091Z moonrise 2022-11-25T17:11:49.423Z Sun culminates 40.58 degrees above the horizon -2022-11-25T18:59:37.014Z Moon culminates 33.43 degrees above the horizon -2022-11-25T22:28:02.038Z sunset +2022-11-25T18:59:37.015Z Moon culminates 33.43 degrees above the horizon +2022-11-25T22:28:02.037Z sunset 2022-11-26T00:06:31.843Z moonset 2022-11-26T01:31:34.031Z lunar perigee at 362815 km -2022-11-26T11:56:11.660Z sunrise -2022-11-26T14:58:19.206Z moonrise +2022-11-26T11:56:11.661Z sunrise +2022-11-26T14:58:19.208Z moonrise 2022-11-26T17:12:08.291Z Sun culminates 40.39 degrees above the horizon -2022-11-26T20:05:03.139Z Moon culminates 33.34 degrees above the horizon +2022-11-26T20:05:03.140Z Moon culminates 33.34 degrees above the horizon 2022-11-26T22:27:52.634Z sunset 2022-11-27T01:12:55.793Z moonset 2022-11-27T11:56:59.027Z sunrise @@ -3597,63 +3597,63 @@ 2022-11-27T17:12:27.879Z Sun culminates 40.21 degrees above the horizon 2022-11-27T21:08:42.177Z Moon culminates 35.36 degrees above the horizon 2022-11-27T22:27:44.866Z sunset -2022-11-28T02:22:55.634Z moonset -2022-11-28T11:57:46.165Z sunrise +2022-11-28T02:22:55.633Z moonset +2022-11-28T11:57:46.164Z sunrise 2022-11-28T16:48:37.706Z moonrise 2022-11-28T17:12:48.167Z Sun culminates 40.03 degrees above the horizon 2022-11-28T22:08:07.810Z Moon culminates 39.17 degrees above the horizon 2022-11-28T22:27:38.735Z sunset -2022-11-29T03:32:36.042Z moonset -2022-11-29T11:58:33.032Z sunrise -2022-11-29T17:13:09.135Z Sun culminates 39.87 degrees above the horizon +2022-11-29T03:32:36.041Z moonset +2022-11-29T11:58:33.031Z sunrise +2022-11-29T17:13:09.134Z Sun culminates 39.87 degrees above the horizon 2022-11-29T17:31:32.447Z moonrise -2022-11-29T22:27:34.240Z sunset +2022-11-29T22:27:34.241Z sunset 2022-11-29T23:02:32.113Z Moon culminates 44.29 degrees above the horizon -2022-11-30T04:39:29.176Z moonset -2022-11-30T11:59:19.587Z sunrise +2022-11-30T04:39:29.175Z moonset +2022-11-30T11:59:19.586Z sunrise 2022-11-30T14:37:08.419Z first quarter 2022-11-30T17:13:30.761Z Sun culminates 39.70 degrees above the horizon 2022-11-30T18:08:29.691Z moonrise -2022-11-30T22:27:31.382Z sunset +2022-11-30T22:27:31.384Z sunset 2022-11-30T23:52:27.297Z Moon culminates 50.22 degrees above the horizon -2022-12-01T05:42:56.917Z moonset -2022-12-01T12:00:05.790Z sunrise -2022-12-01T17:13:53.025Z Sun culminates 39.55 degrees above the horizon +2022-12-01T05:42:56.916Z moonset +2022-12-01T12:00:05.788Z sunrise +2022-12-01T17:13:53.026Z Sun culminates 39.55 degrees above the horizon 2022-12-01T18:41:30.859Z moonrise -2022-12-01T22:27:30.160Z sunset -2022-12-02T00:39:05.672Z Moon culminates 56.56 degrees above the horizon +2022-12-01T22:27:30.161Z sunset +2022-12-02T00:39:05.671Z Moon culminates 56.56 degrees above the horizon 2022-12-02T06:43:33.385Z moonset -2022-12-02T12:00:51.599Z sunrise -2022-12-02T17:14:15.906Z Sun culminates 39.40 degrees above the horizon +2022-12-02T12:00:51.598Z sunrise +2022-12-02T17:14:15.907Z Sun culminates 39.40 degrees above the horizon 2022-12-02T19:12:24.167Z moonrise -2022-12-02T22:27:30.570Z sunset +2022-12-02T22:27:30.572Z sunset 2022-12-03T01:23:50.472Z Moon culminates 62.97 degrees above the horizon -2022-12-03T07:42:22.731Z moonset -2022-12-03T12:01:36.976Z sunrise +2022-12-03T07:42:22.730Z moonset +2022-12-03T12:01:36.975Z sunrise 2022-12-03T17:14:39.383Z Sun culminates 39.26 degrees above the horizon -2022-12-03T19:42:43.379Z moonrise -2022-12-03T22:27:32.611Z sunset +2022-12-03T19:42:43.380Z moonrise +2022-12-03T22:27:32.612Z sunset 2022-12-04T02:08:01.419Z Moon culminates 69.18 degrees above the horizon 2022-12-04T08:40:31.100Z moonset 2022-12-04T12:02:21.881Z sunrise -2022-12-04T16:27:23.447Z Mercury moves from Ophiuchus to Sagittarius +2022-12-04T16:27:23.954Z Mercury moves from Ophiuchus to Sagittarius 2022-12-04T17:15:03.434Z Sun culminates 39.12 degrees above the horizon 2022-12-04T20:13:52.413Z moonrise -2022-12-04T22:27:36.277Z sunset +2022-12-04T22:27:36.278Z sunset 2022-12-05T02:52:48.004Z Moon culminates 74.93 degrees above the horizon 2022-12-05T09:38:48.807Z moonset 2022-12-05T12:03:06.276Z sunrise 2022-12-05T17:15:28.038Z Sun culminates 38.99 degrees above the horizon 2022-12-05T20:47:09.226Z moonrise 2022-12-05T22:27:41.565Z sunset -2022-12-06T03:39:04.043Z Moon culminates 79.97 degrees above the horizon +2022-12-06T03:39:04.044Z Moon culminates 79.97 degrees above the horizon 2022-12-06T10:37:35.981Z moonset 2022-12-06T12:03:50.123Z sunrise 2022-12-06T17:15:53.172Z Sun culminates 38.87 degrees above the horizon 2022-12-06T21:23:45.429Z moonrise 2022-12-06T22:27:48.467Z sunset 2022-12-07T04:27:20.200Z Moon culminates 84.06 degrees above the horizon -2022-12-07T10:24:52.149Z Venus moves from Ophiuchus to Sagittarius +2022-12-07T10:24:52.770Z Venus moves from Ophiuchus to Sagittarius 2022-12-07T11:36:30.316Z moonset 2022-12-07T12:04:33.384Z sunrise 2022-12-07T17:16:18.814Z Sun culminates 38.76 degrees above the horizon @@ -3663,218 +3663,218 @@ 2022-12-08T05:17:35.123Z Moon culminates 86.97 degrees above the horizon 2022-12-08T05:34:06.447Z Mars opposition 2022-12-08T12:05:16.021Z sunrise -2022-12-08T12:34:23.260Z moonset +2022-12-08T12:34:23.261Z moonset 2022-12-08T17:16:44.942Z Sun culminates 38.66 degrees above the horizon 2022-12-08T22:28:07.087Z sunset 2022-12-08T22:50:18.548Z moonrise 2022-12-09T06:09:10.699Z Moon culminates 88.55 degrees above the horizon -2022-12-09T12:05:57.995Z sunrise +2022-12-09T12:05:57.996Z sunrise 2022-12-09T13:29:35.015Z moonset 2022-12-09T17:17:11.531Z Sun culminates 38.56 degrees above the horizon -2022-12-09T22:28:18.787Z sunset +2022-12-09T22:28:18.786Z sunset 2022-12-09T23:40:28.255Z moonrise -2022-12-10T07:00:59.310Z Moon culminates 88.72 degrees above the horizon -2022-12-10T12:06:39.270Z sunrise -2022-12-10T14:20:29.290Z moonset +2022-12-10T07:00:59.311Z Moon culminates 88.72 degrees above the horizon +2022-12-10T12:06:39.271Z sunrise +2022-12-10T14:20:29.291Z moonset 2022-12-10T17:17:38.557Z Sun culminates 38.47 degrees above the horizon 2022-12-10T22:28:32.065Z sunset -2022-12-11T00:34:02.973Z moonrise -2022-12-11T07:51:45.142Z Moon culminates 87.50 degrees above the horizon -2022-12-11T12:07:19.806Z sunrise -2022-12-11T15:06:09.225Z moonset +2022-12-11T00:34:02.974Z moonrise +2022-12-11T07:51:45.143Z Moon culminates 87.50 degrees above the horizon +2022-12-11T12:07:19.807Z sunrise +2022-12-11T15:06:09.227Z moonset 2022-12-11T17:18:05.995Z Sun culminates 38.39 degrees above the horizon 2022-12-11T22:28:46.909Z sunset 2022-12-12T00:29:15.534Z lunar apogee at 405857 km 2022-12-12T01:29:29.147Z moonrise -2022-12-12T08:40:29.762Z Moon culminates 85.01 degrees above the horizon -2022-12-12T12:07:59.565Z sunrise -2022-12-12T15:46:31.471Z moonset +2022-12-12T08:40:29.763Z Moon culminates 85.01 degrees above the horizon +2022-12-12T12:07:59.566Z sunrise +2022-12-12T15:46:31.472Z moonset 2022-12-12T17:18:33.818Z Sun culminates 38.31 degrees above the horizon 2022-12-12T22:29:03.305Z sunset -2022-12-13T02:25:19.606Z moonrise -2022-12-13T09:26:47.987Z Moon culminates 81.45 degrees above the horizon -2022-12-13T12:08:38.507Z sunrise +2022-12-13T02:25:19.607Z moonrise +2022-12-13T09:26:47.988Z Moon culminates 81.45 degrees above the horizon +2022-12-13T12:08:38.509Z sunrise 2022-12-13T16:22:15.785Z moonset 2022-12-13T17:19:01.998Z Sun culminates 38.24 degrees above the horizon -2022-12-13T22:29:21.236Z sunset -2022-12-14T03:20:41.162Z moonrise -2022-12-14T10:10:49.190Z Moon culminates 77.01 degrees above the horizon -2022-12-14T12:09:16.594Z sunrise +2022-12-13T22:29:21.235Z sunset +2022-12-14T03:20:41.163Z moonrise +2022-12-14T10:10:49.191Z Moon culminates 77.01 degrees above the horizon +2022-12-14T12:09:16.596Z sunrise 2022-12-14T16:54:25.570Z moonset -2022-12-14T17:19:30.506Z Sun culminates 38.18 degrees above the horizon -2022-12-14T22:29:40.682Z sunset -2022-12-15T04:15:23.107Z moonrise -2022-12-15T10:53:09.782Z Moon culminates 71.86 degrees above the horizon -2022-12-15T12:09:53.786Z sunrise -2022-12-15T17:19:59.312Z Sun culminates 38.13 degrees above the horizon +2022-12-14T17:19:30.507Z Sun culminates 38.18 degrees above the horizon +2022-12-14T22:29:40.681Z sunset +2022-12-15T04:15:23.108Z moonrise +2022-12-15T10:53:09.783Z Moon culminates 71.86 degrees above the horizon +2022-12-15T12:09:53.787Z sunrise +2022-12-15T17:19:59.313Z Sun culminates 38.13 degrees above the horizon 2022-12-15T17:24:13.059Z moonset -2022-12-15T22:30:01.622Z sunset -2022-12-16T05:09:51.539Z moonrise +2022-12-15T22:30:01.623Z sunset +2022-12-16T05:09:51.540Z moonrise 2022-12-16T08:56:50.679Z third quarter 2022-12-16T11:34:44.618Z Moon culminates 66.19 degrees above the horizon -2022-12-16T12:10:30.041Z sunrise +2022-12-16T12:10:30.042Z sunrise 2022-12-16T17:20:28.385Z Sun culminates 38.09 degrees above the horizon 2022-12-16T17:52:52.977Z moonset -2022-12-16T22:30:24.034Z sunset -2022-12-17T06:04:59.173Z moonrise +2022-12-16T22:30:24.035Z sunset +2022-12-17T06:04:59.174Z moonrise 2022-12-17T12:11:05.320Z sunrise 2022-12-17T12:16:41.314Z Moon culminates 60.17 degrees above the horizon -2022-12-17T17:20:57.690Z Sun culminates 38.05 degrees above the horizon +2022-12-17T17:20:57.691Z Sun culminates 38.05 degrees above the horizon 2022-12-17T18:21:42.985Z moonset -2022-12-17T22:30:47.890Z sunset -2022-12-18T07:01:55.544Z moonrise +2022-12-17T22:30:47.892Z sunset +2022-12-18T07:01:55.545Z moonrise 2022-12-18T12:11:39.583Z sunrise -2022-12-18T13:00:17.575Z Moon culminates 53.98 degrees above the horizon -2022-12-18T17:21:27.194Z Sun culminates 38.02 degrees above the horizon +2022-12-18T13:00:17.576Z Moon culminates 53.98 degrees above the horizon +2022-12-18T17:21:27.195Z Sun culminates 38.02 degrees above the horizon 2022-12-18T18:52:08.326Z moonset -2022-12-18T22:31:13.162Z sunset -2022-12-19T08:01:56.227Z moonrise -2022-12-19T12:12:12.787Z sunrise -2022-12-19T13:46:58.897Z Moon culminates 47.89 degrees above the horizon -2022-12-19T17:21:56.861Z Sun culminates 38.00 degrees above the horizon +2022-12-18T22:31:13.165Z sunset +2022-12-19T08:01:56.229Z moonrise +2022-12-19T12:12:12.788Z sunrise +2022-12-19T13:46:58.898Z Moon culminates 47.89 degrees above the horizon +2022-12-19T17:21:56.863Z Sun culminates 38.00 degrees above the horizon 2022-12-19T19:25:48.429Z moonset -2022-12-19T22:31:39.819Z sunset -2022-12-20T09:06:04.289Z moonrise -2022-12-20T12:12:44.894Z sunrise -2022-12-20T14:38:11.268Z Moon culminates 42.25 degrees above the horizon -2022-12-20T17:22:26.654Z Sun culminates 37.99 degrees above the horizon +2022-12-19T22:31:39.822Z sunset +2022-12-20T09:06:04.292Z moonrise +2022-12-20T12:12:44.895Z sunrise +2022-12-20T14:38:11.269Z Moon culminates 42.25 degrees above the horizon +2022-12-20T17:22:26.656Z Sun culminates 37.99 degrees above the horizon 2022-12-20T20:04:41.679Z moonset -2022-12-20T22:32:07.827Z sunset -2022-12-21T10:14:34.339Z moonrise -2022-12-21T12:13:15.864Z sunrise +2022-12-20T22:32:07.830Z sunset +2022-12-21T10:14:34.342Z moonrise +2022-12-21T12:13:15.866Z sunrise 2022-12-21T15:26:08.872Z Mercury max evening elongation: 20.14 degrees from Sun -2022-12-21T15:35:00.203Z Moon culminates 37.55 degrees above the horizon -2022-12-21T17:22:56.536Z Sun culminates 37.98 degrees above the horizon +2022-12-21T15:35:00.205Z Moon culminates 37.55 degrees above the horizon +2022-12-21T17:22:56.538Z Sun culminates 37.98 degrees above the horizon 2022-12-21T20:50:58.751Z moonset -2022-12-21T21:47:58.189Z December solstice -2022-12-21T22:32:37.151Z sunset -2022-12-22T11:25:59.527Z moonrise -2022-12-22T12:13:45.656Z sunrise -2022-12-22T16:37:29.550Z Moon culminates 34.34 degrees above the horizon -2022-12-22T17:23:26.468Z Sun culminates 37.98 degrees above the horizon -2022-12-22T21:46:25.826Z moonset +2022-12-21T21:47:54.455Z December solstice +2022-12-21T22:32:37.152Z sunset +2022-12-22T11:25:59.530Z moonrise +2022-12-22T12:13:45.658Z sunrise +2022-12-22T16:37:29.551Z Moon culminates 34.34 degrees above the horizon +2022-12-22T17:23:26.469Z Sun culminates 37.98 degrees above the horizon +2022-12-22T21:46:25.825Z moonset 2022-12-22T22:33:07.752Z sunset 2022-12-23T10:17:27.423Z new moon -2022-12-23T12:14:14.232Z sunrise -2022-12-23T12:36:42.252Z moonrise -2022-12-23T17:23:56.410Z Sun culminates 37.99 degrees above the horizon -2022-12-23T17:43:56.165Z Moon culminates 33.15 degrees above the horizon -2022-12-23T22:33:39.590Z sunset -2022-12-23T22:51:07.045Z moonset +2022-12-23T12:14:14.234Z sunrise +2022-12-23T12:36:42.255Z moonrise +2022-12-23T17:23:56.411Z Sun culminates 37.99 degrees above the horizon +2022-12-23T17:43:56.166Z Moon culminates 33.15 degrees above the horizon +2022-12-23T22:33:39.589Z sunset +2022-12-23T22:51:07.044Z moonset 2022-12-24T08:28:08.875Z lunar perigee at 358261 km -2022-12-24T12:14:41.553Z sunrise -2022-12-24T13:42:03.529Z moonrise +2022-12-24T12:14:41.555Z sunrise +2022-12-24T13:42:03.531Z moonrise 2022-12-24T17:24:26.325Z Sun culminates 38.01 degrees above the horizon 2022-12-24T18:50:55.565Z Moon culminates 34.24 degrees above the horizon -2022-12-24T22:34:12.626Z sunset -2022-12-25T00:02:19.095Z moonset +2022-12-24T22:34:12.624Z sunset +2022-12-25T00:02:19.093Z moonset 2022-12-25T12:15:07.584Z sunrise -2022-12-25T14:38:52.927Z moonrise -2022-12-25T17:24:56.172Z Sun culminates 38.04 degrees above the horizon +2022-12-25T14:38:52.928Z moonrise +2022-12-25T17:24:56.171Z Sun culminates 38.04 degrees above the horizon 2022-12-25T19:54:52.009Z Moon culminates 37.44 degrees above the horizon -2022-12-25T22:34:46.817Z sunset -2022-12-26T01:15:24.592Z moonset +2022-12-25T22:34:46.816Z sunset +2022-12-26T01:15:24.590Z moonset 2022-12-26T03:07:15.911Z Venus aphelion at 0.7282 AU -2022-12-26T12:15:32.287Z sunrise +2022-12-26T12:15:32.286Z sunrise 2022-12-26T15:26:46.474Z moonrise -2022-12-26T17:25:25.913Z Sun culminates 38.07 degrees above the horizon -2022-12-26T20:53:39.777Z Moon culminates 42.28 degrees above the horizon -2022-12-26T22:35:22.123Z sunset -2022-12-27T02:26:24.081Z moonset -2022-12-27T12:15:55.629Z sunrise -2022-12-27T16:07:17.147Z moonrise -2022-12-27T17:25:55.510Z Sun culminates 38.11 degrees above the horizon +2022-12-26T17:25:25.912Z Sun culminates 38.07 degrees above the horizon +2022-12-26T20:53:39.776Z Moon culminates 42.28 degrees above the horizon +2022-12-26T22:35:22.122Z sunset +2022-12-27T02:26:24.079Z moonset +2022-12-27T12:15:55.628Z sunrise +2022-12-27T16:07:17.148Z moonrise +2022-12-27T17:25:55.509Z Sun culminates 38.11 degrees above the horizon 2022-12-27T21:47:05.758Z Moon culminates 48.17 degrees above the horizon 2022-12-27T22:35:58.501Z sunset -2022-12-28T03:33:27.981Z moonset -2022-12-28T12:16:17.578Z sunrise -2022-12-28T16:42:34.791Z moonrise -2022-12-28T17:26:24.927Z Sun culminates 38.16 degrees above the horizon +2022-12-28T03:33:27.980Z moonset +2022-12-28T12:16:17.576Z sunrise +2022-12-28T16:42:34.792Z moonrise +2022-12-28T17:26:24.926Z Sun culminates 38.16 degrees above the horizon 2022-12-28T22:36:09.058Z Moon culminates 54.60 degrees above the horizon 2022-12-28T22:36:35.910Z sunset -2022-12-29T04:36:39.032Z moonset -2022-12-29T12:16:38.106Z sunrise -2022-12-29T17:14:42.615Z moonrise -2022-12-29T17:26:54.130Z Sun culminates 38.22 degrees above the horizon +2022-12-29T04:36:39.031Z moonset +2022-12-29T12:16:38.104Z sunrise +2022-12-29T17:14:42.616Z moonrise +2022-12-29T17:26:54.129Z Sun culminates 38.22 degrees above the horizon 2022-12-29T22:37:14.308Z sunset 2022-12-29T23:22:16.233Z Moon culminates 61.14 degrees above the horizon 2022-12-30T01:21:10.428Z first quarter -2022-12-30T05:36:56.904Z moonset -2022-12-30T12:16:57.185Z sunrise -2022-12-30T17:27:23.083Z Sun culminates 38.29 degrees above the horizon -2022-12-30T17:45:26.637Z moonrise +2022-12-30T05:36:56.903Z moonset +2022-12-30T12:16:57.184Z sunrise +2022-12-30T17:27:23.082Z Sun culminates 38.29 degrees above the horizon +2022-12-30T17:45:26.638Z moonrise 2022-12-30T22:37:53.653Z sunset 2022-12-31T00:06:55.715Z Moon culminates 67.49 degrees above the horizon -2022-12-31T06:35:35.919Z moonset +2022-12-31T06:35:35.918Z moonset 2022-12-31T12:17:14.792Z sunrise -2022-12-31T17:27:51.754Z Sun culminates 38.36 degrees above the horizon -2022-12-31T18:16:18.763Z moonrise +2022-12-31T17:27:51.753Z Sun culminates 38.36 degrees above the horizon +2022-12-31T18:16:18.764Z moonrise 2022-12-31T22:38:33.903Z sunset -2023-01-01T00:51:26.949Z Moon culminates 73.38 degrees above the horizon -2023-01-01T07:33:40.816Z moonset +2023-01-01T00:51:26.948Z Moon culminates 73.38 degrees above the horizon +2023-01-01T07:33:40.815Z moonset 2023-01-01T12:17:30.907Z sunrise -2023-01-01T17:28:20.113Z Sun culminates 38.44 degrees above the horizon +2023-01-01T17:28:20.112Z Sun culminates 38.44 degrees above the horizon 2023-01-01T18:48:42.129Z moonrise -2023-01-01T22:39:15.017Z sunset +2023-01-01T22:39:15.016Z sunset 2023-01-02T01:36:55.048Z Moon culminates 78.61 degrees above the horizon -2023-01-02T08:31:51.360Z moonset -2023-01-02T12:17:45.511Z sunrise -2023-01-02T17:28:48.129Z Sun culminates 38.53 degrees above the horizon +2023-01-02T08:31:51.359Z moonset +2023-01-02T12:17:45.510Z sunrise +2023-01-02T17:28:48.128Z Sun culminates 38.53 degrees above the horizon 2023-01-02T19:23:53.534Z moonrise -2023-01-02T20:04:41.469Z Venus moves from Sagittarius to Capricornus +2023-01-02T20:04:42.111Z Venus moves from Sagittarius to Capricornus 2023-01-02T20:13:44.879Z Mercury perihelion at 0.3075 AU -2023-01-02T22:39:56.954Z sunset +2023-01-02T22:39:56.952Z sunset 2023-01-03T02:24:05.030Z Moon culminates 82.95 degrees above the horizon -2023-01-03T09:30:09.787Z moonset +2023-01-03T09:30:09.786Z moonset 2023-01-03T12:17:58.586Z sunrise -2023-01-03T17:29:15.775Z Sun culminates 38.62 degrees above the horizon +2023-01-03T17:29:15.774Z Sun culminates 38.62 degrees above the horizon 2023-01-03T20:02:59.734Z moonrise -2023-01-03T22:40:39.672Z sunset -2023-01-04T03:13:13.762Z Moon culminates 86.20 degrees above the horizon -2023-01-04T10:27:52.895Z moonset +2023-01-03T22:40:39.671Z sunset +2023-01-04T03:13:13.761Z Moon culminates 86.20 degrees above the horizon +2023-01-04T10:27:52.894Z moonset 2023-01-04T12:18:10.120Z sunrise 2023-01-04T15:45:13.803Z Earth perihelion at 0.9833 AU -2023-01-04T17:29:43.023Z Sun culminates 38.73 degrees above the horizon -2023-01-04T20:46:45.557Z moonrise -2023-01-04T22:41:23.134Z sunset -2023-01-05T04:04:02.552Z Moon culminates 88.19 degrees above the horizon +2023-01-04T17:29:43.022Z Sun culminates 38.73 degrees above the horizon +2023-01-04T20:46:45.556Z moonrise +2023-01-04T22:41:23.132Z sunset +2023-01-05T04:04:02.551Z Moon culminates 88.19 degrees above the horizon 2023-01-05T11:23:37.585Z moonset 2023-01-05T12:18:20.100Z sunrise 2023-01-05T17:30:09.848Z Sun culminates 38.84 degrees above the horizon -2023-01-05T21:35:16.419Z moonrise -2023-01-05T22:42:07.298Z sunset -2023-01-06T04:55:37.679Z Moon culminates 88.79 degrees above the horizon +2023-01-05T21:35:16.418Z moonrise +2023-01-05T22:42:07.297Z sunset +2023-01-06T04:55:37.678Z Moon culminates 88.79 degrees above the horizon 2023-01-06T12:15:46.717Z moonset 2023-01-06T12:18:28.516Z sunrise 2023-01-06T17:30:36.226Z Sun culminates 38.95 degrees above the horizon -2023-01-06T22:27:46.671Z moonrise -2023-01-06T22:42:52.127Z sunset +2023-01-06T22:27:46.670Z moonrise +2023-01-06T22:42:52.126Z sunset 2023-01-06T23:08:38.767Z full moon 2023-01-07T05:46:45.013Z Moon culminates 88.00 degrees above the horizon 2023-01-07T12:18:35.359Z sunrise 2023-01-07T12:49:37.651Z Mercury inferior conjunction -2023-01-07T13:03:06.084Z moonset +2023-01-07T13:03:06.085Z moonset 2023-01-07T17:31:02.134Z Sun culminates 39.08 degrees above the horizon -2023-01-07T22:43:37.582Z sunset +2023-01-07T22:43:37.581Z sunset 2023-01-07T23:22:48.855Z moonrise 2023-01-08T06:36:14.982Z Moon culminates 85.90 degrees above the horizon 2023-01-08T09:17:44.455Z lunar apogee at 406448 km -2023-01-08T12:18:40.622Z sunrise -2023-01-08T13:45:09.397Z moonset +2023-01-08T12:18:40.623Z sunrise +2023-01-08T13:45:09.398Z moonset 2023-01-08T17:31:27.548Z Sun culminates 39.21 degrees above the horizon -2023-01-08T22:44:23.625Z sunset +2023-01-08T22:44:23.624Z sunset 2023-01-09T00:18:44.959Z moonrise 2023-01-09T07:23:24.444Z Moon culminates 82.65 degrees above the horizon -2023-01-09T12:18:44.300Z sunrise -2023-01-09T14:22:18.146Z moonset +2023-01-09T12:18:44.301Z sunrise +2023-01-09T14:22:18.147Z moonset 2023-01-09T17:31:52.447Z Sun culminates 39.35 degrees above the horizon -2023-01-09T22:45:10.219Z sunset +2023-01-09T22:45:10.218Z sunset 2023-01-10T01:14:20.497Z moonrise 2023-01-10T08:08:05.050Z Moon culminates 78.46 degrees above the horizon -2023-01-10T12:18:46.388Z sunrise -2023-01-10T14:55:25.082Z moonset +2023-01-10T12:18:46.389Z sunrise +2023-01-10T14:55:25.083Z moonset 2023-01-10T17:32:16.811Z Sun culminates 39.50 degrees above the horizon -2023-01-10T22:45:57.325Z sunset +2023-01-10T22:45:57.324Z sunset 2023-01-11T02:09:02.227Z moonrise 2023-01-11T08:50:39.231Z Moon culminates 73.53 degrees above the horizon 2023-01-11T12:18:46.884Z sunrise @@ -3889,418 +3889,418 @@ 2023-01-12T22:47:32.924Z sunset 2023-01-13T03:56:45.639Z moonrise 2023-01-13T10:12:41.211Z Moon culminates 62.25 degrees above the horizon -2023-01-13T12:18:43.087Z sunrise +2023-01-13T12:18:43.086Z sunrise 2023-01-13T16:22:02.245Z moonset -2023-01-13T17:33:26.487Z Sun culminates 39.98 degrees above the horizon -2023-01-13T22:48:21.340Z sunset +2023-01-13T17:33:26.486Z Sun culminates 39.98 degrees above the horizon +2023-01-13T22:48:21.341Z sunset 2023-01-14T04:51:26.221Z moonrise 2023-01-14T10:54:18.482Z Moon culminates 56.26 degrees above the horizon -2023-01-14T12:18:38.793Z sunrise +2023-01-14T12:18:38.792Z sunrise 2023-01-14T16:50:45.928Z moonset 2023-01-14T17:33:48.507Z Sun culminates 40.16 degrees above the horizon -2023-01-14T22:49:10.116Z sunset +2023-01-14T22:49:10.118Z sunset 2023-01-15T02:11:00.808Z third quarter -2023-01-15T05:48:11.290Z moonrise -2023-01-15T11:38:02.544Z Moon culminates 50.29 degrees above the horizon -2023-01-15T12:18:32.902Z sunrise -2023-01-15T17:21:44.032Z moonset +2023-01-15T05:48:11.291Z moonrise +2023-01-15T11:38:02.545Z Moon culminates 50.29 degrees above the horizon +2023-01-15T12:18:32.900Z sunrise +2023-01-15T17:21:44.033Z moonset 2023-01-15T17:34:09.892Z Sun culminates 40.34 degrees above the horizon -2023-01-15T22:49:59.213Z sunset -2023-01-16T06:48:12.983Z moonrise -2023-01-16T12:18:25.415Z sunrise -2023-01-16T12:25:18.992Z Moon culminates 44.61 degrees above the horizon -2023-01-16T17:34:30.623Z Sun culminates 40.53 degrees above the horizon -2023-01-16T17:56:41.498Z moonset -2023-01-16T22:50:48.590Z sunset -2023-01-17T07:52:22.035Z moonrise -2023-01-17T12:18:16.333Z sunrise -2023-01-17T13:17:30.102Z Moon culminates 39.58 degrees above the horizon -2023-01-17T17:34:50.681Z Sun culminates 40.72 degrees above the horizon -2023-01-17T18:37:43.217Z moonset -2023-01-17T22:51:38.207Z sunset -2023-01-18T09:00:28.131Z moonrise +2023-01-15T22:49:59.215Z sunset +2023-01-16T06:48:12.984Z moonrise +2023-01-16T12:18:25.413Z sunrise +2023-01-16T12:25:18.993Z Moon culminates 44.61 degrees above the horizon +2023-01-16T17:34:30.624Z Sun culminates 40.53 degrees above the horizon +2023-01-16T17:56:41.499Z moonset +2023-01-16T22:50:48.593Z sunset +2023-01-17T07:52:22.037Z moonrise +2023-01-17T12:18:16.332Z sunrise +2023-01-17T13:17:30.103Z Moon culminates 39.58 degrees above the horizon +2023-01-17T17:34:50.682Z Sun culminates 40.72 degrees above the horizon +2023-01-17T18:37:43.218Z moonset +2023-01-17T22:51:38.210Z sunset +2023-01-18T09:00:28.134Z moonrise 2023-01-18T12:18:05.660Z sunrise -2023-01-18T14:15:29.373Z Moon culminates 35.69 degrees above the horizon +2023-01-18T14:15:29.374Z Moon culminates 35.69 degrees above the horizon 2023-01-18T14:44:39.420Z Pluto conjunction -2023-01-18T17:35:10.047Z Sun culminates 40.93 degrees above the horizon -2023-01-18T19:27:00.628Z moonset -2023-01-18T22:52:28.026Z sunset -2023-01-19T10:10:31.123Z moonrise -2023-01-19T12:17:53.399Z sunrise -2023-01-19T15:18:57.188Z Moon culminates 33.45 degrees above the horizon -2023-01-19T17:35:28.704Z Sun culminates 41.14 degrees above the horizon +2023-01-18T17:35:10.049Z Sun culminates 40.93 degrees above the horizon +2023-01-18T19:27:00.629Z moonset +2023-01-18T22:52:28.028Z sunset +2023-01-19T10:10:31.126Z moonrise +2023-01-19T12:17:53.400Z sunrise +2023-01-19T15:18:57.189Z Moon culminates 33.45 degrees above the horizon +2023-01-19T17:35:28.705Z Sun culminates 41.14 degrees above the horizon 2023-01-19T20:26:01.775Z moonset 2023-01-19T22:53:18.004Z sunset -2023-01-20T11:18:35.721Z moonrise -2023-01-20T12:17:39.554Z sunrise +2023-01-20T11:18:35.722Z moonrise +2023-01-20T12:17:39.555Z sunrise 2023-01-20T13:17:34.752Z Jupiter perihelion at 4.9510 AU -2023-01-20T16:25:43.424Z Moon culminates 33.34 degrees above the horizon +2023-01-20T16:25:43.425Z Moon culminates 33.34 degrees above the horizon 2023-01-20T17:35:46.632Z Sun culminates 41.35 degrees above the horizon -2023-01-20T21:34:06.067Z moonset -2023-01-20T22:54:08.102Z sunset -2023-01-21T12:17:24.130Z sunrise -2023-01-21T12:20:28.648Z moonrise -2023-01-21T17:32:14.609Z Moon culminates 35.50 degrees above the horizon +2023-01-20T21:34:06.066Z moonset +2023-01-20T22:54:08.101Z sunset +2023-01-21T12:17:24.131Z sunrise +2023-01-21T12:20:28.649Z moonrise +2023-01-21T17:32:14.608Z Moon culminates 35.50 degrees above the horizon 2023-01-21T17:36:03.815Z Sun culminates 41.57 degrees above the horizon 2023-01-21T20:53:50.241Z new moon 2023-01-21T20:57:06.735Z lunar perigee at 356562 km -2023-01-21T22:47:42.558Z moonset -2023-01-21T22:54:58.280Z sunset +2023-01-21T22:47:42.556Z moonset +2023-01-21T22:54:58.279Z sunset 2023-01-22T12:17:07.134Z sunrise 2023-01-22T13:13:54.724Z moonrise -2023-01-22T17:36:20.236Z Sun culminates 41.80 degrees above the horizon -2023-01-22T18:35:14.825Z Moon culminates 39.68 degrees above the horizon -2023-01-22T22:55:48.500Z sunset -2023-01-23T00:02:04.315Z moonset -2023-01-23T12:16:48.571Z sunrise +2023-01-22T17:36:20.235Z Sun culminates 41.80 degrees above the horizon +2023-01-22T18:35:14.824Z Moon culminates 39.68 degrees above the horizon +2023-01-22T22:55:48.499Z sunset +2023-01-23T00:02:04.313Z moonset +2023-01-23T12:16:48.570Z sunrise 2023-01-23T13:59:11.971Z moonrise -2023-01-23T17:36:35.881Z Sun culminates 42.03 degrees above the horizon -2023-01-23T19:33:09.761Z Moon culminates 45.34 degrees above the horizon -2023-01-23T22:56:38.726Z sunset -2023-01-24T01:13:40.789Z moonset -2023-01-24T12:16:28.449Z sunrise -2023-01-24T14:38:06.666Z moonrise -2023-01-24T17:36:50.735Z Sun culminates 42.27 degrees above the horizon +2023-01-23T17:36:35.880Z Sun culminates 42.03 degrees above the horizon +2023-01-23T19:33:09.760Z Moon culminates 45.34 degrees above the horizon +2023-01-23T22:56:38.724Z sunset +2023-01-24T01:13:40.787Z moonset +2023-01-24T12:16:28.447Z sunrise +2023-01-24T14:38:06.667Z moonrise +2023-01-24T17:36:50.734Z Sun culminates 42.27 degrees above the horizon 2023-01-24T20:26:08.413Z Moon culminates 51.85 degrees above the horizon -2023-01-24T21:19:33.161Z Venus moves from Capricornus to Aquarius -2023-01-24T22:57:28.922Z sunset -2023-01-25T02:21:16.215Z moonset -2023-01-25T12:16:06.778Z sunrise -2023-01-25T15:12:45.356Z moonrise -2023-01-25T17:37:04.788Z Sun culminates 42.52 degrees above the horizon +2023-01-24T21:19:33.803Z Venus moves from Capricornus to Aquarius +2023-01-24T22:57:28.921Z sunset +2023-01-25T02:21:16.213Z moonset +2023-01-25T12:16:06.777Z sunrise +2023-01-25T15:12:45.357Z moonrise +2023-01-25T17:37:04.786Z Sun culminates 42.52 degrees above the horizon 2023-01-25T21:15:18.344Z Moon culminates 58.67 degrees above the horizon -2023-01-25T22:58:19.055Z sunset -2023-01-26T03:25:12.343Z moonset -2023-01-26T12:15:43.570Z sunrise -2023-01-26T15:45:04.264Z moonrise -2023-01-26T17:37:18.028Z Sun culminates 42.77 degrees above the horizon +2023-01-25T22:58:19.054Z sunset +2023-01-26T03:25:12.341Z moonset +2023-01-26T12:15:43.569Z sunrise +2023-01-26T15:45:04.266Z moonrise +2023-01-26T17:37:18.027Z Sun culminates 42.77 degrees above the horizon 2023-01-26T22:02:05.910Z Moon culminates 65.37 degrees above the horizon -2023-01-26T22:59:09.093Z sunset -2023-01-27T04:26:32.871Z moonset -2023-01-27T12:15:18.838Z sunrise -2023-01-27T16:16:44.187Z moonrise -2023-01-27T17:37:30.448Z Sun culminates 43.02 degrees above the horizon +2023-01-26T22:59:09.092Z sunset +2023-01-27T04:26:32.870Z moonset +2023-01-27T12:15:18.837Z sunrise +2023-01-27T16:16:44.189Z moonrise +2023-01-27T17:37:30.447Z Sun culminates 43.02 degrees above the horizon 2023-01-27T22:47:55.041Z Moon culminates 71.64 degrees above the horizon -2023-01-27T22:59:59.007Z sunset -2023-01-28T05:26:25.521Z moonset -2023-01-28T12:14:52.598Z sunrise +2023-01-27T22:59:59.006Z sunset +2023-01-28T05:26:25.519Z moonset +2023-01-28T12:14:52.597Z sunrise 2023-01-28T15:19:26.282Z first quarter -2023-01-28T16:49:14.174Z moonrise -2023-01-28T17:37:42.042Z Sun culminates 43.29 degrees above the horizon -2023-01-28T23:00:48.769Z sunset +2023-01-28T16:49:14.175Z moonrise +2023-01-28T17:37:42.041Z Sun culminates 43.29 degrees above the horizon +2023-01-28T23:00:48.768Z sunset 2023-01-28T23:33:57.651Z Moon culminates 77.22 degrees above the horizon -2023-01-29T06:25:40.053Z moonset +2023-01-29T06:25:40.051Z moonset 2023-01-29T12:14:24.866Z sunrise -2023-01-29T17:23:55.093Z moonrise -2023-01-29T17:37:52.805Z Sun culminates 43.55 degrees above the horizon -2023-01-29T23:01:38.353Z sunset +2023-01-29T17:23:55.094Z moonrise +2023-01-29T17:37:52.804Z Sun culminates 43.55 degrees above the horizon +2023-01-29T23:01:38.351Z sunset 2023-01-30T00:21:07.551Z Moon culminates 81.90 degrees above the horizon 2023-01-30T05:58:07.293Z Mercury max morning elongation: 24.96 degrees from Sun -2023-01-30T07:24:33.975Z moonset +2023-01-30T07:24:33.972Z moonset 2023-01-30T12:13:55.661Z sunrise -2023-01-30T17:38:02.735Z Sun culminates 43.83 degrees above the horizon -2023-01-30T18:01:58.707Z moonrise -2023-01-30T23:02:27.735Z sunset -2023-01-31T01:09:53.757Z Moon culminates 85.50 degrees above the horizon -2023-01-31T08:22:43.541Z moonset +2023-01-30T17:38:02.734Z Sun culminates 43.83 degrees above the horizon +2023-01-30T18:01:58.708Z moonrise +2023-01-30T23:02:27.734Z sunset +2023-01-31T01:09:53.756Z Moon culminates 85.50 degrees above the horizon +2023-01-31T08:22:43.539Z moonset 2023-01-31T12:13:25.004Z sunrise -2023-01-31T17:38:11.831Z Sun culminates 44.10 degrees above the horizon +2023-01-31T17:38:11.830Z Sun culminates 44.10 degrees above the horizon 2023-01-31T18:44:19.579Z moonrise -2023-01-31T23:03:16.895Z sunset -2023-02-01T02:00:13.582Z Moon culminates 87.86 degrees above the horizon -2023-02-01T09:19:04.976Z moonset +2023-01-31T23:03:16.894Z sunset +2023-02-01T02:00:13.581Z Moon culminates 87.86 degrees above the horizon +2023-02-01T09:19:04.974Z moonset 2023-02-01T12:12:52.916Z sunrise -2023-02-01T17:38:20.094Z Sun culminates 44.39 degrees above the horizon +2023-02-01T17:38:20.093Z Sun culminates 44.39 degrees above the horizon 2023-02-01T19:31:20.124Z moonrise -2023-02-01T23:04:05.813Z sunset -2023-02-02T02:51:30.366Z Moon culminates 88.87 degrees above the horizon -2023-02-02T10:12:12.639Z moonset -2023-02-02T12:12:19.421Z sunrise +2023-02-01T23:04:05.812Z sunset +2023-02-02T02:51:30.365Z Moon culminates 88.87 degrees above the horizon +2023-02-02T10:12:12.637Z moonset +2023-02-02T12:12:19.420Z sunrise 2023-02-02T17:38:27.527Z Sun culminates 44.68 degrees above the horizon -2023-02-02T20:22:36.276Z moonrise +2023-02-02T20:22:36.275Z moonrise 2023-02-02T23:04:54.471Z sunset -2023-02-03T03:42:42.092Z Moon culminates 88.48 degrees above the horizon -2023-02-03T11:00:50.922Z moonset +2023-02-03T03:42:42.091Z Moon culminates 88.48 degrees above the horizon +2023-02-03T11:00:50.921Z moonset 2023-02-03T12:11:44.541Z sunrise -2023-02-03T17:38:34.136Z Sun culminates 44.97 degrees above the horizon -2023-02-03T21:16:57.764Z moonrise +2023-02-03T17:38:34.135Z Sun culminates 44.97 degrees above the horizon +2023-02-03T21:16:57.763Z moonrise 2023-02-03T23:05:42.856Z sunset -2023-02-04T04:32:41.388Z Moon culminates 86.74 degrees above the horizon +2023-02-04T04:32:41.387Z Moon culminates 86.74 degrees above the horizon 2023-02-04T08:56:48.811Z lunar apogee at 406466 km -2023-02-04T11:44:22.226Z moonset -2023-02-04T12:11:08.303Z sunrise +2023-02-04T11:44:22.225Z moonset +2023-02-04T12:11:08.302Z sunrise 2023-02-04T17:38:39.924Z Sun culminates 45.27 degrees above the horizon 2023-02-04T22:12:50.627Z moonrise 2023-02-04T23:06:30.954Z sunset 2023-02-05T05:20:37.729Z Moon culminates 83.80 degrees above the horizon 2023-02-05T12:10:30.731Z sunrise -2023-02-05T12:22:54.595Z moonset +2023-02-05T12:22:54.594Z moonset 2023-02-05T17:38:44.901Z Sun culminates 45.57 degrees above the horizon 2023-02-05T18:29:18.297Z full moon 2023-02-05T23:07:18.753Z sunset 2023-02-05T23:08:50.595Z moonrise -2023-02-05T23:21:36.043Z Jupiter moves from Pisces to Cetus +2023-02-05T23:21:40.029Z Jupiter moves from Pisces to Cetus 2023-02-06T06:06:10.441Z Moon culminates 79.83 degrees above the horizon 2023-02-06T12:09:51.852Z sunrise -2023-02-06T12:57:10.564Z moonset +2023-02-06T12:57:10.563Z moonset 2023-02-06T17:38:49.073Z Sun culminates 45.87 degrees above the horizon 2023-02-06T23:08:06.245Z sunset 2023-02-07T00:04:07.083Z moonrise 2023-02-07T06:49:29.252Z Moon culminates 75.05 degrees above the horizon -2023-02-07T12:09:11.693Z sunrise +2023-02-07T12:09:11.692Z sunrise 2023-02-07T13:28:10.672Z moonset 2023-02-07T17:38:52.450Z Sun culminates 46.19 degrees above the horizon 2023-02-07T23:08:53.419Z sunset 2023-02-08T00:58:29.183Z moonrise 2023-02-08T07:31:07.571Z Moon culminates 69.69 degrees above the horizon -2023-02-08T12:08:30.281Z sunrise +2023-02-08T12:08:30.280Z sunrise 2023-02-08T13:57:01.766Z moonset 2023-02-08T17:38:55.041Z Sun culminates 46.50 degrees above the horizon 2023-02-08T23:09:40.269Z sunset 2023-02-09T01:52:19.357Z moonrise 2023-02-09T08:11:54.959Z Moon culminates 63.92 degrees above the horizon -2023-02-09T12:07:47.642Z sunrise +2023-02-09T12:07:47.640Z sunrise 2023-02-09T14:24:52.381Z moonset 2023-02-09T17:38:56.856Z Sun culminates 46.82 degrees above the horizon -2023-02-09T23:10:26.787Z sunset +2023-02-09T23:10:26.788Z sunset 2023-02-10T02:46:23.535Z moonrise -2023-02-10T08:52:52.044Z Moon culminates 57.97 degrees above the horizon -2023-02-10T12:07:03.804Z sunrise +2023-02-10T08:52:52.045Z Moon culminates 57.97 degrees above the horizon +2023-02-10T12:07:03.802Z sunrise 2023-02-10T14:52:53.546Z moonset 2023-02-10T17:38:57.906Z Sun culminates 47.14 degrees above the horizon -2023-02-10T23:11:12.967Z sunset +2023-02-10T23:11:12.969Z sunset 2023-02-11T03:41:41.770Z moonrise -2023-02-11T08:04:31.763Z Mercury moves from Sagittarius to Capricornus -2023-02-11T09:35:07.927Z Moon culminates 52.02 degrees above the horizon -2023-02-11T12:06:18.795Z sunrise -2023-02-11T15:22:22.896Z moonset +2023-02-11T08:04:32.352Z Mercury moves from Sagittarius to Capricornus +2023-02-11T09:35:07.928Z Moon culminates 52.02 degrees above the horizon +2023-02-11T12:06:18.792Z sunrise +2023-02-11T15:22:22.897Z moonset 2023-02-11T17:38:58.201Z Sun culminates 47.47 degrees above the horizon -2023-02-11T23:11:58.803Z sunset -2023-02-12T04:39:18.509Z moonrise -2023-02-12T10:19:58.117Z Moon culminates 46.33 degrees above the horizon -2023-02-12T12:05:32.640Z sunrise -2023-02-12T15:54:50.376Z moonset +2023-02-11T23:11:58.805Z sunset +2023-02-12T04:39:18.510Z moonrise +2023-02-12T10:19:58.118Z Moon culminates 46.33 degrees above the horizon +2023-02-12T12:05:32.637Z sunrise +2023-02-12T15:54:50.377Z moonset 2023-02-12T17:38:57.752Z Sun culminates 47.80 degrees above the horizon -2023-02-12T23:12:44.289Z sunset -2023-02-13T05:40:07.869Z moonrise -2023-02-13T11:08:39.288Z Moon culminates 41.17 degrees above the horizon -2023-02-13T12:04:45.367Z sunrise -2023-02-13T12:26:06.828Z Saturn moves from Capricornus to Aquarius +2023-02-12T23:12:44.292Z sunset +2023-02-13T05:40:07.871Z moonrise +2023-02-13T11:08:39.290Z Moon culminates 41.17 degrees above the horizon +2023-02-13T12:04:45.363Z sunrise +2023-02-13T12:26:13.503Z Saturn moves from Capricornus to Aquarius 2023-02-13T16:01:21.114Z third quarter -2023-02-13T16:32:02.852Z moonset +2023-02-13T16:32:02.854Z moonset 2023-02-13T17:38:56.568Z Sun culminates 48.14 degrees above the horizon -2023-02-13T23:13:29.418Z sunset -2023-02-14T06:44:27.720Z moonrise -2023-02-14T12:02:15.047Z Moon culminates 36.92 degrees above the horizon -2023-02-14T12:03:57.001Z sunrise -2023-02-14T17:16:00.981Z moonset +2023-02-13T23:13:29.421Z sunset +2023-02-14T06:44:27.722Z moonrise +2023-02-14T12:02:15.050Z Moon culminates 36.92 degrees above the horizon +2023-02-14T12:03:56.999Z sunrise +2023-02-14T17:16:00.983Z moonset 2023-02-14T17:38:54.661Z Sun culminates 48.48 degrees above the horizon -2023-02-14T23:14:14.185Z sunset -2023-02-15T07:51:22.166Z moonrise -2023-02-15T12:03:07.571Z sunrise -2023-02-15T13:01:07.261Z Moon culminates 34.03 degrees above the horizon +2023-02-14T23:14:14.188Z sunset +2023-02-15T07:51:22.168Z moonrise +2023-02-15T12:03:07.569Z sunrise +2023-02-15T13:01:07.263Z Moon culminates 34.03 degrees above the horizon 2023-02-15T17:38:52.040Z Sun culminates 48.82 degrees above the horizon -2023-02-15T18:08:34.583Z moonset +2023-02-15T18:08:34.586Z moonset 2023-02-15T19:51:16.257Z Mercury aphelion at 0.4667 AU -2023-02-15T23:14:58.584Z sunset -2023-02-16T00:28:14.449Z Venus moves from Aquarius to Pisces -2023-02-16T08:58:15.598Z moonrise -2023-02-16T12:02:17.100Z sunrise -2023-02-16T14:04:19.391Z Moon culminates 32.95 degrees above the horizon +2023-02-15T23:14:58.586Z sunset +2023-02-16T00:28:15.008Z Venus moves from Aquarius to Pisces +2023-02-16T08:58:15.600Z moonrise +2023-02-16T12:02:17.099Z sunrise +2023-02-16T14:04:19.393Z Moon culminates 32.95 degrees above the horizon 2023-02-16T16:50:12.195Z Saturn conjunction 2023-02-16T17:38:48.714Z Sun culminates 49.17 degrees above the horizon -2023-02-16T19:10:23.971Z moonset -2023-02-16T23:15:42.607Z sunset -2023-02-17T10:01:27.880Z moonrise +2023-02-16T19:10:23.972Z moonset +2023-02-16T23:15:42.609Z sunset +2023-02-17T10:01:27.881Z moonrise 2023-02-17T12:01:25.616Z sunrise -2023-02-17T15:09:24.959Z Moon culminates 33.99 degrees above the horizon +2023-02-17T15:09:24.960Z Moon culminates 33.99 degrees above the horizon 2023-02-17T17:38:44.694Z Sun culminates 49.52 degrees above the horizon -2023-02-17T20:19:52.981Z moonset +2023-02-17T20:19:52.982Z moonset 2023-02-17T23:16:26.250Z sunset 2023-02-18T10:57:58.829Z moonrise 2023-02-18T12:00:33.143Z sunrise 2023-02-18T16:13:17.669Z Moon culminates 37.15 degrees above the horizon 2023-02-18T17:38:39.989Z Sun culminates 49.87 degrees above the horizon -2023-02-18T21:33:16.469Z moonset +2023-02-18T21:33:16.468Z moonset 2023-02-18T23:17:09.504Z sunset -2023-02-19T05:16:52.225Z Jupiter moves from Cetus to Pisces +2023-02-19T05:16:55.984Z Jupiter moves from Cetus to Pisces 2023-02-19T09:05:04.955Z lunar perigee at 358258 km -2023-02-19T11:46:51.008Z moonrise +2023-02-19T11:46:51.007Z moonrise 2023-02-19T11:59:39.706Z sunrise 2023-02-19T17:13:36.841Z Moon culminates 42.11 degrees above the horizon -2023-02-19T17:38:34.609Z Sun culminates 50.22 degrees above the horizon -2023-02-19T22:46:32.380Z moonset -2023-02-19T23:17:52.367Z sunset +2023-02-19T17:38:34.608Z Sun culminates 50.22 degrees above the horizon +2023-02-19T22:46:32.379Z moonset +2023-02-19T23:17:52.366Z sunset 2023-02-20T07:06:26.316Z new moon -2023-02-20T11:58:45.330Z sunrise -2023-02-20T12:28:59.081Z moonrise -2023-02-20T17:38:28.564Z Sun culminates 50.58 degrees above the horizon -2023-02-20T18:09:33.606Z Moon culminates 48.34 degrees above the horizon +2023-02-20T11:58:45.329Z sunrise +2023-02-20T12:28:59.080Z moonrise +2023-02-20T17:38:28.563Z Sun culminates 50.58 degrees above the horizon +2023-02-20T18:09:33.605Z Moon culminates 48.34 degrees above the horizon 2023-02-20T23:18:34.832Z sunset -2023-02-20T23:57:10.997Z moonset -2023-02-21T11:57:50.038Z sunrise -2023-02-21T13:06:10.108Z moonrise -2023-02-21T17:38:21.864Z Sun culminates 50.94 degrees above the horizon -2023-02-21T19:01:36.211Z Moon culminates 55.24 degrees above the horizon +2023-02-20T23:57:10.996Z moonset +2023-02-21T11:57:50.037Z sunrise +2023-02-21T13:06:10.107Z moonrise +2023-02-21T17:38:21.863Z Sun culminates 50.94 degrees above the horizon +2023-02-21T19:01:36.210Z Moon culminates 55.24 degrees above the horizon 2023-02-21T23:19:16.898Z sunset -2023-02-22T01:04:33.258Z moonset -2023-02-22T11:56:53.857Z sunrise -2023-02-22T13:40:18.562Z moonrise +2023-02-22T01:04:33.257Z moonset +2023-02-22T11:56:53.855Z sunrise +2023-02-22T13:40:18.563Z moonrise 2023-02-22T17:38:14.520Z Sun culminates 51.31 degrees above the horizon 2023-02-22T19:50:52.442Z Moon culminates 62.30 degrees above the horizon 2023-02-22T23:19:58.562Z sunset 2023-02-23T02:09:09.570Z moonset -2023-02-23T11:55:56.809Z sunrise -2023-02-23T14:13:09.173Z moonrise -2023-02-23T17:38:06.546Z Sun culminates 51.67 degrees above the horizon -2023-02-23T20:38:40.354Z Moon culminates 69.07 degrees above the horizon +2023-02-23T11:55:56.808Z sunrise +2023-02-23T14:13:09.174Z moonrise +2023-02-23T17:38:06.545Z Sun culminates 51.67 degrees above the horizon +2023-02-23T20:38:40.355Z Moon culminates 69.07 degrees above the horizon 2023-02-23T23:20:39.824Z sunset 2023-02-24T03:11:54.541Z moonset -2023-02-24T11:54:58.923Z sunrise -2023-02-24T14:46:15.237Z moonrise +2023-02-24T11:54:58.922Z sunrise +2023-02-24T14:46:15.238Z moonrise 2023-02-24T17:37:57.953Z Sun culminates 52.04 degrees above the horizon -2023-02-24T21:26:12.025Z Moon culminates 75.20 degrees above the horizon +2023-02-24T21:26:12.026Z Moon culminates 75.20 degrees above the horizon 2023-02-24T23:21:20.683Z sunset 2023-02-25T04:13:36.030Z moonset -2023-02-25T11:54:00.224Z sunrise -2023-02-25T15:21:00.938Z moonrise +2023-02-25T11:54:00.223Z sunrise +2023-02-25T15:21:00.939Z moonrise 2023-02-25T17:37:48.756Z Sun culminates 52.41 degrees above the horizon 2023-02-25T22:14:24.271Z Moon culminates 80.44 degrees above the horizon -2023-02-25T23:22:01.141Z sunset -2023-02-26T03:57:32.769Z Venus moves from Pisces to Cetus -2023-02-26T05:14:35.487Z moonset +2023-02-25T23:22:01.140Z sunset +2023-02-26T03:57:33.411Z Venus moves from Pisces to Cetus +2023-02-26T05:14:35.486Z moonset 2023-02-26T11:53:00.739Z sunrise -2023-02-26T15:58:41.250Z moonrise -2023-02-26T17:37:38.970Z Sun culminates 52.79 degrees above the horizon +2023-02-26T15:58:41.251Z moonrise +2023-02-26T17:37:38.969Z Sun culminates 52.79 degrees above the horizon 2023-02-26T23:03:51.119Z Moon culminates 84.57 degrees above the horizon -2023-02-26T23:22:41.201Z sunset -2023-02-27T06:14:36.135Z moonset +2023-02-26T23:22:41.200Z sunset +2023-02-27T06:14:36.134Z moonset 2023-02-27T08:06:16.319Z first quarter 2023-02-27T11:52:00.496Z sunrise -2023-02-27T12:13:24.906Z Venus moves from Cetus to Pisces +2023-02-27T12:13:25.527Z Venus moves from Cetus to Pisces 2023-02-27T16:40:15.952Z moonrise 2023-02-27T17:37:28.610Z Sun culminates 53.16 degrees above the horizon -2023-02-27T23:23:20.867Z sunset +2023-02-27T23:23:20.866Z sunset 2023-02-27T23:54:37.064Z Moon culminates 87.43 degrees above the horizon -2023-02-28T07:12:41.845Z moonset +2023-02-28T07:12:41.844Z moonset 2023-02-28T11:50:59.524Z sunrise 2023-02-28T17:26:17.051Z moonrise 2023-02-28T17:37:17.694Z Sun culminates 53.54 degrees above the horizon 2023-02-28T23:24:00.145Z sunset -2023-03-01T00:46:14.432Z Moon culminates 88.91 degrees above the horizon -2023-03-01T02:54:16.974Z Pluto moves from Sagittarius to Capricornus -2023-03-01T04:46:35.714Z Mercury moves from Capricornus to Aquarius -2023-03-01T08:07:32.282Z moonset +2023-03-01T00:46:14.431Z Moon culminates 88.91 degrees above the horizon +2023-03-01T02:54:47.281Z Pluto moves from Sagittarius to Capricornus +2023-03-01T04:46:36.200Z Mercury moves from Capricornus to Aquarius +2023-03-01T08:07:32.281Z moonset 2023-03-01T11:49:57.852Z sunrise 2023-03-01T17:37:06.241Z Sun culminates 53.92 degrees above the horizon 2023-03-01T18:16:34.801Z moonrise -2023-03-01T23:24:39.044Z sunset +2023-03-01T23:24:39.043Z sunset 2023-03-02T01:37:49.962Z Moon culminates 88.96 degrees above the horizon -2023-03-02T08:57:52.350Z moonset +2023-03-02T08:57:52.349Z moonset 2023-03-02T11:48:55.510Z sunrise 2023-03-02T17:36:54.269Z Sun culminates 54.30 degrees above the horizon -2023-03-02T19:10:14.099Z moonrise +2023-03-02T19:10:14.100Z moonrise 2023-03-02T23:25:17.571Z sunset 2023-03-03T02:28:21.783Z Moon culminates 87.63 degrees above the horizon -2023-03-03T09:43:00.581Z moonset +2023-03-03T09:43:00.580Z moonset 2023-03-03T11:47:52.528Z sunrise 2023-03-03T17:36:41.799Z Sun culminates 54.68 degrees above the horizon 2023-03-03T18:00:16.881Z lunar apogee at 405878 km -2023-03-03T20:05:50.613Z moonrise +2023-03-03T20:05:50.614Z moonrise 2023-03-03T23:25:55.738Z sunset 2023-03-04T03:16:59.894Z Moon culminates 85.04 degrees above the horizon -2023-03-04T10:22:59.763Z moonset -2023-03-04T11:46:48.937Z sunrise -2023-03-04T12:35:58.235Z Neptune moves from Aquarius to Pisces +2023-03-04T10:22:59.762Z moonset +2023-03-04T11:46:48.936Z sunrise +2023-03-04T12:36:18.339Z Neptune moves from Aquarius to Pisces 2023-03-04T17:36:28.852Z Sun culminates 55.07 degrees above the horizon -2023-03-04T21:02:00.586Z moonrise -2023-03-04T23:26:33.556Z sunset +2023-03-04T21:02:00.587Z moonrise +2023-03-04T23:26:33.557Z sunset 2023-03-05T04:03:20.012Z Moon culminates 81.35 degrees above the horizon -2023-03-05T10:58:28.439Z moonset -2023-03-05T11:45:44.767Z sunrise +2023-03-05T10:58:28.438Z moonset +2023-03-05T11:45:44.766Z sunrise 2023-03-05T17:36:15.451Z Sun culminates 55.45 degrees above the horizon -2023-03-05T21:57:46.495Z moonrise -2023-03-05T23:27:11.040Z sunset +2023-03-05T21:57:46.496Z moonrise +2023-03-05T23:27:11.041Z sunset 2023-03-06T04:47:26.291Z Moon culminates 76.77 degrees above the horizon -2023-03-06T11:30:25.010Z moonset -2023-03-06T11:44:40.050Z sunrise +2023-03-06T11:30:25.009Z moonset +2023-03-06T11:44:40.049Z sunrise 2023-03-06T17:36:01.617Z Sun culminates 55.84 degrees above the horizon 2023-03-06T22:52:47.104Z moonrise -2023-03-06T23:27:48.202Z sunset +2023-03-06T23:27:48.203Z sunset 2023-03-07T05:29:46.244Z Moon culminates 71.50 degrees above the horizon -2023-03-07T11:43:34.917Z sunrise -2023-03-07T11:59:55.168Z moonset +2023-03-07T11:43:34.916Z sunrise +2023-03-07T11:59:55.167Z moonset 2023-03-07T12:41:04.264Z full moon 2023-03-07T17:35:47.374Z Sun culminates 56.23 degrees above the horizon -2023-03-07T23:28:25.058Z sunset -2023-03-07T23:47:14.138Z moonrise +2023-03-07T23:28:25.059Z sunset +2023-03-07T23:47:14.139Z moonrise 2023-03-08T06:11:03.659Z Moon culminates 65.75 degrees above the horizon -2023-03-08T11:42:29.199Z sunrise -2023-03-08T12:28:06.010Z moonset +2023-03-08T11:42:29.198Z sunrise +2023-03-08T12:28:06.009Z moonset 2023-03-08T17:35:32.745Z Sun culminates 56.62 degrees above the horizon -2023-03-08T23:29:01.624Z sunset -2023-03-09T00:41:43.389Z moonrise +2023-03-08T23:29:01.625Z sunset +2023-03-09T00:41:43.390Z moonrise 2023-03-09T06:52:13.109Z Moon culminates 59.74 degrees above the horizon -2023-03-09T11:41:23.027Z sunrise -2023-03-09T12:56:05.670Z moonset -2023-03-09T17:35:17.754Z Sun culminates 57.01 degrees above the horizon -2023-03-09T23:29:37.914Z sunset -2023-03-10T01:37:05.300Z moonrise -2023-03-10T07:34:16.676Z Moon culminates 53.68 degrees above the horizon -2023-03-10T11:40:16.433Z sunrise -2023-03-10T13:25:06.334Z moonset -2023-03-10T17:35:02.423Z Sun culminates 57.40 degrees above the horizon -2023-03-10T23:30:13.944Z sunset -2023-03-11T02:34:15.435Z moonrise -2023-03-11T08:18:21.544Z Moon culminates 47.83 degrees above the horizon -2023-03-11T11:39:09.447Z sunrise +2023-03-09T11:41:23.025Z sunrise +2023-03-09T12:56:05.669Z moonset +2023-03-09T17:35:17.753Z Sun culminates 57.01 degrees above the horizon +2023-03-09T23:29:37.915Z sunset +2023-03-10T01:37:05.301Z moonrise +2023-03-10T07:34:16.677Z Moon culminates 53.68 degrees above the horizon +2023-03-10T11:40:16.431Z sunrise +2023-03-10T13:25:06.333Z moonset +2023-03-10T17:35:02.422Z Sun culminates 57.40 degrees above the horizon +2023-03-10T23:30:13.946Z sunset +2023-03-11T02:34:15.437Z moonrise +2023-03-11T08:18:21.545Z Moon culminates 47.83 degrees above the horizon +2023-03-11T11:39:09.444Z sunrise 2023-03-11T13:56:28.862Z moonset 2023-03-11T17:34:46.775Z Sun culminates 57.79 degrees above the horizon -2023-03-11T23:30:49.730Z sunset -2023-03-12T03:34:01.766Z moonrise -2023-03-12T09:05:35.615Z Moon culminates 42.47 degrees above the horizon -2023-03-12T11:38:02.099Z sunrise -2023-03-12T14:31:46.865Z moonset +2023-03-11T23:30:49.733Z sunset +2023-03-12T03:34:01.769Z moonrise +2023-03-12T09:05:35.617Z Moon culminates 42.47 degrees above the horizon +2023-03-12T11:38:02.096Z sunrise +2023-03-12T14:31:46.866Z moonset 2023-03-12T17:34:30.834Z Sun culminates 58.19 degrees above the horizon -2023-03-12T23:31:25.287Z sunset -2023-03-13T04:36:44.224Z moonrise -2023-03-13T09:56:57.038Z Moon culminates 37.94 degrees above the horizon -2023-03-13T11:36:54.418Z sunrise -2023-03-13T15:12:45.730Z moonset +2023-03-12T23:31:25.290Z sunset +2023-03-13T04:36:44.228Z moonrise +2023-03-13T09:56:57.040Z Moon culminates 37.94 degrees above the horizon +2023-03-13T11:36:54.415Z sunrise +2023-03-13T15:12:45.731Z moonset 2023-03-13T17:34:14.620Z Sun culminates 58.58 degrees above the horizon -2023-03-13T23:32:00.627Z sunset -2023-03-14T05:41:45.665Z moonrise -2023-03-14T10:52:53.698Z Moon culminates 34.62 degrees above the horizon -2023-03-14T11:35:46.436Z sunrise -2023-03-14T16:01:07.509Z moonset +2023-03-13T23:32:00.630Z sunset +2023-03-14T05:41:45.669Z moonrise +2023-03-14T10:52:53.701Z Moon culminates 34.62 degrees above the horizon +2023-03-14T11:35:46.433Z sunrise +2023-03-14T16:01:07.511Z moonset 2023-03-14T17:33:58.156Z Sun culminates 58.97 degrees above the horizon -2023-03-14T23:32:35.765Z sunset +2023-03-14T23:32:35.768Z sunset 2023-03-15T02:08:51.801Z third quarter -2023-03-15T06:47:08.370Z moonrise -2023-03-15T11:34:38.179Z sunrise -2023-03-15T11:52:55.628Z Moon culminates 32.92 degrees above the horizon -2023-03-15T16:57:51.414Z moonset +2023-03-15T06:47:08.374Z moonrise +2023-03-15T11:34:38.176Z sunrise +2023-03-15T11:52:55.631Z Moon culminates 32.92 degrees above the horizon +2023-03-15T16:57:51.416Z moonset 2023-03-15T17:33:41.461Z Sun culminates 59.37 degrees above the horizon -2023-03-15T23:33:10.712Z sunset +2023-03-15T23:33:10.714Z sunset 2023-03-15T23:45:31.751Z Neptune conjunction -2023-03-16T03:21:34.574Z Venus moves from Pisces to Aries -2023-03-16T07:49:50.413Z moonrise -2023-03-16T11:33:29.676Z sunrise -2023-03-16T12:55:19.963Z Moon culminates 33.13 degrees above the horizon +2023-03-16T03:21:35.213Z Venus moves from Pisces to Aries +2023-03-16T07:49:50.416Z moonrise +2023-03-16T11:33:29.674Z sunrise +2023-03-16T12:55:19.965Z Moon culminates 33.13 degrees above the horizon 2023-03-16T17:33:24.556Z Sun culminates 59.76 degrees above the horizon -2023-03-16T18:02:19.153Z moonset -2023-03-16T21:51:47.684Z Mercury moves from Aquarius to Pisces -2023-03-16T23:33:45.479Z sunset -2023-03-17T08:46:59.447Z moonrise +2023-03-16T18:02:19.154Z moonset +2023-03-16T21:51:48.006Z Mercury moves from Aquarius to Pisces +2023-03-16T23:33:45.481Z sunset +2023-03-17T08:46:59.449Z moonrise 2023-03-17T10:29:25.485Z Mercury superior conjunction -2023-03-17T11:32:20.955Z sunrise -2023-03-17T13:57:36.588Z Moon culminates 35.37 degrees above the horizon +2023-03-17T11:32:20.954Z sunrise +2023-03-17T13:57:36.590Z Moon culminates 35.37 degrees above the horizon 2023-03-17T17:33:07.459Z Sun culminates 60.16 degrees above the horizon -2023-03-17T19:11:56.294Z moonset -2023-03-17T23:34:20.077Z sunset -2023-03-18T09:37:12.062Z moonrise +2023-03-17T19:11:56.295Z moonset +2023-03-17T23:34:20.078Z sunset +2023-03-18T09:37:12.063Z moonrise 2023-03-18T11:31:12.042Z sunrise -2023-03-18T14:57:30.510Z Moon culminates 39.46 degrees above the horizon +2023-03-18T14:57:30.511Z Moon culminates 39.46 degrees above the horizon 2023-03-18T17:32:50.189Z Sun culminates 60.55 degrees above the horizon 2023-03-18T20:23:15.104Z moonset 2023-03-18T23:34:54.416Z sunset @@ -4309,31 +4309,31 @@ 2023-03-19T15:12:51.422Z lunar perigee at 362686 km 2023-03-19T15:53:52.680Z Moon culminates 45.04 degrees above the horizon 2023-03-19T17:32:32.763Z Sun culminates 60.95 degrees above the horizon -2023-03-19T21:33:32.011Z moonset +2023-03-19T21:33:32.012Z moonset 2023-03-19T23:35:28.703Z sunset -2023-03-20T10:59:15.990Z moonrise +2023-03-20T10:59:15.989Z moonrise 2023-03-20T11:28:53.748Z sunrise 2023-03-20T16:46:45.681Z Moon culminates 51.61 degrees above the horizon 2023-03-20T17:32:15.198Z Sun culminates 61.34 degrees above the horizon -2023-03-20T21:24:24.091Z March equinox +2023-03-20T21:24:23.770Z March equinox 2023-03-20T22:41:34.303Z moonset 2023-03-20T23:36:02.849Z sunset 2023-03-21T11:27:44.417Z sunrise -2023-03-21T11:34:17.680Z moonrise +2023-03-21T11:34:17.679Z moonrise 2023-03-21T17:23:44.262Z new moon 2023-03-21T17:31:57.512Z Sun culminates 61.74 degrees above the horizon 2023-03-21T17:36:59.064Z Moon culminates 58.66 degrees above the horizon 2023-03-21T23:36:36.862Z sunset -2023-03-21T23:47:24.481Z moonset -2023-03-22T11:26:34.996Z sunrise +2023-03-21T23:47:24.482Z moonset +2023-03-22T11:26:34.995Z sunrise 2023-03-22T12:07:37.228Z moonrise 2023-03-22T17:31:39.722Z Sun culminates 62.13 degrees above the horizon -2023-03-22T18:25:39.454Z Mercury moves from Pisces to Cetus +2023-03-22T18:25:39.859Z Mercury moves from Pisces to Cetus 2023-03-22T18:25:41.959Z Moon culminates 65.71 degrees above the horizon -2023-03-22T23:37:10.751Z sunset -2023-03-23T00:51:42.311Z moonset -2023-03-23T11:16:50.755Z Mercury moves from Cetus to Pisces -2023-03-23T11:25:25.510Z sunrise +2023-03-22T23:37:10.752Z sunset +2023-03-23T00:51:42.312Z moonset +2023-03-23T11:16:51.128Z Mercury moves from Cetus to Pisces +2023-03-23T11:25:25.509Z sunrise 2023-03-23T12:40:49.140Z moonrise 2023-03-23T17:31:21.843Z Sun culminates 62.53 degrees above the horizon 2023-03-23T19:14:04.227Z Moon culminates 72.36 degrees above the horizon @@ -4344,151 +4344,151 @@ 2023-03-24T17:31:03.893Z Sun culminates 62.92 degrees above the horizon 2023-03-24T20:03:04.377Z Moon culminates 78.23 degrees above the horizon 2023-03-24T23:38:18.192Z sunset -2023-03-25T02:58:14.458Z moonset +2023-03-25T02:58:14.459Z moonset 2023-03-25T11:23:06.441Z sunrise 2023-03-25T13:52:28.466Z moonrise 2023-03-25T17:30:45.888Z Sun culminates 63.32 degrees above the horizon 2023-03-25T20:53:19.916Z Moon culminates 83.04 degrees above the horizon 2023-03-25T23:38:51.761Z sunset 2023-03-26T04:00:37.049Z moonset -2023-03-26T11:21:56.910Z sunrise -2023-03-26T11:56:15.232Z Mars moves from Taurus to Gemini -2023-03-26T14:33:19.815Z moonrise +2023-03-26T11:21:56.909Z sunrise +2023-03-26T11:56:16.847Z Mars moves from Taurus to Gemini +2023-03-26T14:33:19.814Z moonrise 2023-03-26T17:30:27.846Z Sun culminates 63.71 degrees above the horizon 2023-03-26T21:44:58.728Z Moon culminates 86.57 degrees above the horizon 2023-03-26T23:39:25.241Z sunset 2023-03-27T05:01:21.126Z moonset 2023-03-27T11:20:47.414Z sunrise -2023-03-27T15:18:34.098Z moonrise +2023-03-27T15:18:34.097Z moonrise 2023-03-27T17:30:09.784Z Sun culminates 64.10 degrees above the horizon 2023-03-27T22:37:34.664Z Moon culminates 88.67 degrees above the horizon 2023-03-27T23:39:58.641Z sunset -2023-03-28T05:58:57.738Z moonset +2023-03-28T05:58:57.739Z moonset 2023-03-28T11:19:37.980Z sunrise 2023-03-28T16:08:10.913Z moonrise 2023-03-28T17:29:51.721Z Sun culminates 64.49 degrees above the horizon -2023-03-28T23:30:13.092Z Moon culminates 89.29 degrees above the horizon +2023-03-28T23:30:13.093Z Moon culminates 89.29 degrees above the horizon 2023-03-28T23:40:31.972Z sunset 2023-03-29T02:33:04.833Z first quarter -2023-03-29T06:51:58.200Z moonset +2023-03-29T06:51:58.202Z moonset 2023-03-29T11:18:28.635Z sunrise 2023-03-29T17:01:22.753Z moonrise 2023-03-29T17:29:33.676Z Sun culminates 64.88 degrees above the horizon -2023-03-29T23:41:05.245Z sunset -2023-03-30T00:21:48.322Z Moon culminates 88.46 degrees above the horizon -2023-03-30T07:39:28.111Z moonset +2023-03-29T23:41:05.246Z sunset +2023-03-30T00:21:48.323Z Moon culminates 88.46 degrees above the horizon +2023-03-30T07:39:28.112Z moonset 2023-03-30T11:17:19.407Z sunrise 2023-03-30T17:29:15.668Z Sun culminates 65.27 degrees above the horizon 2023-03-30T17:56:48.141Z moonrise 2023-03-30T23:41:38.472Z sunset 2023-03-31T01:11:25.851Z Moon culminates 86.30 degrees above the horizon -2023-03-31T08:21:22.806Z moonset -2023-03-31T11:16:10.324Z sunrise +2023-03-31T08:21:22.807Z moonset +2023-03-31T11:16:10.323Z sunrise 2023-03-31T11:18:13.590Z lunar apogee at 404909 km 2023-03-31T17:28:57.717Z Sun culminates 65.66 degrees above the horizon 2023-03-31T18:53:01.219Z moonrise 2023-03-31T19:29:35.550Z Mercury perihelion at 0.3075 AU -2023-03-31T23:42:11.664Z sunset -2023-04-01T01:58:37.930Z Moon culminates 82.98 degrees above the horizon +2023-03-31T23:42:11.665Z sunset +2023-04-01T01:58:37.931Z Moon culminates 82.98 degrees above the horizon 2023-04-01T08:58:19.510Z moonset -2023-04-01T11:15:01.413Z sunrise +2023-04-01T11:15:01.412Z sunrise 2023-04-01T17:28:39.845Z Sun culminates 66.04 degrees above the horizon -2023-04-01T19:48:59.792Z moonrise -2023-04-01T23:42:44.836Z sunset -2023-04-02T02:43:26.928Z Moon culminates 78.69 degrees above the horizon +2023-04-01T19:48:59.793Z moonrise +2023-04-01T23:42:44.837Z sunset +2023-04-02T02:43:26.929Z Moon culminates 78.69 degrees above the horizon 2023-04-02T09:31:19.076Z moonset -2023-04-02T11:13:52.704Z sunrise -2023-04-02T17:28:22.073Z Sun culminates 66.43 degrees above the horizon -2023-04-02T20:44:17.906Z moonrise -2023-04-02T23:43:18.002Z sunset +2023-04-02T11:13:52.703Z sunrise +2023-04-02T17:28:22.072Z Sun culminates 66.43 degrees above the horizon +2023-04-02T20:44:17.907Z moonrise +2023-04-02T23:43:18.003Z sunset 2023-04-03T03:26:19.862Z Moon culminates 73.63 degrees above the horizon -2023-04-03T09:57:23.361Z Mercury moves from Pisces to Aries +2023-04-03T09:57:23.817Z Mercury moves from Pisces to Aries 2023-04-03T10:01:30.717Z moonset -2023-04-03T11:12:44.226Z sunrise +2023-04-03T11:12:44.225Z sunrise 2023-04-03T17:28:04.422Z Sun culminates 66.81 degrees above the horizon -2023-04-03T21:39:03.680Z moonrise -2023-04-03T23:43:51.176Z sunset -2023-04-04T04:08:00.547Z Moon culminates 67.99 degrees above the horizon -2023-04-04T10:30:04.406Z moonset -2023-04-04T11:11:36.009Z sunrise +2023-04-03T21:39:03.681Z moonrise +2023-04-03T23:43:51.177Z sunset +2023-04-04T04:08:00.548Z Moon culminates 67.99 degrees above the horizon +2023-04-04T10:30:04.405Z moonset +2023-04-04T11:11:36.008Z sunrise 2023-04-04T17:27:46.914Z Sun culminates 67.19 degrees above the horizon -2023-04-04T22:33:50.472Z moonrise -2023-04-04T23:44:24.372Z sunset +2023-04-04T22:33:50.473Z moonrise +2023-04-04T23:44:24.373Z sunset 2023-04-05T04:49:23.464Z Moon culminates 61.98 degrees above the horizon -2023-04-05T10:58:09.692Z moonset -2023-04-05T11:10:28.081Z sunrise +2023-04-05T10:58:09.690Z moonset +2023-04-05T11:10:28.080Z sunrise 2023-04-05T17:27:29.573Z Sun culminates 67.57 degrees above the horizon -2023-04-05T23:29:27.200Z moonrise -2023-04-05T23:44:57.606Z sunset +2023-04-05T23:29:27.202Z moonrise +2023-04-05T23:44:57.607Z sunset 2023-04-06T04:35:10.129Z full moon 2023-04-06T05:31:30.102Z Moon culminates 55.81 degrees above the horizon -2023-04-06T11:09:20.474Z sunrise -2023-04-06T11:26:58.360Z moonset +2023-04-06T11:09:20.472Z sunrise +2023-04-06T11:26:58.359Z moonset 2023-04-06T17:27:12.420Z Sun culminates 67.95 degrees above the horizon -2023-04-06T23:45:30.892Z sunset -2023-04-07T00:26:48.750Z moonrise -2023-04-07T04:29:52.241Z Venus moves from Aries to Taurus +2023-04-06T23:45:30.894Z sunset +2023-04-07T00:26:48.752Z moonrise +2023-04-07T04:29:52.880Z Venus moves from Aries to Taurus 2023-04-07T06:15:26.416Z Moon culminates 49.73 degrees above the horizon -2023-04-07T11:08:13.215Z sunrise -2023-04-07T11:57:48.839Z moonset +2023-04-07T11:08:13.214Z sunrise +2023-04-07T11:57:48.838Z moonset 2023-04-07T17:26:55.477Z Sun culminates 68.33 degrees above the horizon -2023-04-07T23:46:04.244Z sunset -2023-04-08T01:26:43.606Z moonrise -2023-04-08T07:02:18.629Z Moon culminates 44.06 degrees above the horizon -2023-04-08T11:07:06.336Z sunrise -2023-04-08T12:32:10.216Z moonset +2023-04-07T23:46:04.247Z sunset +2023-04-08T01:26:43.608Z moonrise +2023-04-08T07:02:18.630Z Moon culminates 44.06 degrees above the horizon +2023-04-08T11:07:06.333Z sunrise +2023-04-08T12:32:10.215Z moonset 2023-04-08T17:26:38.766Z Sun culminates 68.70 degrees above the horizon -2023-04-08T23:46:37.676Z sunset -2023-04-09T02:29:34.322Z moonrise -2023-04-09T07:53:03.521Z Moon culminates 39.13 degrees above the horizon -2023-04-09T11:05:59.864Z sunrise -2023-04-09T13:11:41.980Z moonset +2023-04-08T23:46:37.679Z sunset +2023-04-09T02:29:34.325Z moonrise +2023-04-09T07:53:03.523Z Moon culminates 39.13 degrees above the horizon +2023-04-09T11:05:59.861Z sunrise +2023-04-09T13:11:41.979Z moonset 2023-04-09T17:26:22.307Z Sun culminates 69.07 degrees above the horizon -2023-04-09T23:47:11.201Z sunset -2023-04-10T03:34:49.451Z moonrise -2023-04-10T08:48:09.626Z Moon culminates 35.36 degrees above the horizon -2023-04-10T11:04:53.828Z sunrise -2023-04-10T13:58:01.776Z moonset +2023-04-09T23:47:11.203Z sunset +2023-04-10T03:34:49.455Z moonrise +2023-04-10T08:48:09.628Z Moon culminates 35.36 degrees above the horizon +2023-04-10T11:04:53.825Z sunrise +2023-04-10T13:58:01.775Z moonset 2023-04-10T17:26:06.121Z Sun culminates 69.44 degrees above the horizon -2023-04-10T23:47:44.828Z sunset -2023-04-11T04:40:38.991Z moonrise -2023-04-11T09:47:11.717Z Moon culminates 33.12 degrees above the horizon -2023-04-11T11:03:48.258Z sunrise -2023-04-11T14:52:11.918Z moonset +2023-04-10T23:47:44.831Z sunset +2023-04-11T04:40:38.995Z moonrise +2023-04-11T09:47:11.719Z Moon culminates 33.12 degrees above the horizon +2023-04-11T11:03:48.255Z sunrise +2023-04-11T14:52:11.917Z moonset 2023-04-11T17:25:50.226Z Sun culminates 69.81 degrees above the horizon 2023-04-11T22:09:29.682Z Jupiter conjunction 2023-04-11T22:12:52.059Z Mercury max evening elongation: 19.49 degrees from Sun -2023-04-11T23:48:18.568Z sunset -2023-04-12T05:44:05.307Z moonrise -2023-04-12T10:48:35.776Z Moon culminates 32.74 degrees above the horizon -2023-04-12T11:02:43.180Z sunrise -2023-04-12T15:53:50.259Z moonset -2023-04-12T17:25:34.642Z Sun culminates 70.18 degrees above the horizon -2023-04-12T23:48:52.429Z sunset -2023-04-13T06:42:10.690Z moonrise +2023-04-11T23:48:18.570Z sunset +2023-04-12T05:44:05.311Z moonrise +2023-04-12T10:48:35.778Z Moon culminates 32.74 degrees above the horizon +2023-04-12T11:02:43.178Z sunrise +2023-04-12T15:53:50.258Z moonset +2023-04-12T17:25:34.641Z Sun culminates 70.18 degrees above the horizon +2023-04-12T23:48:52.430Z sunset +2023-04-13T06:42:10.694Z moonrise 2023-04-13T09:11:59.739Z third quarter -2023-04-13T11:01:38.623Z sunrise -2023-04-13T11:50:00.255Z Moon culminates 34.32 degrees above the horizon -2023-04-13T17:00:47.026Z moonset -2023-04-13T17:25:19.384Z Sun culminates 70.54 degrees above the horizon +2023-04-13T11:01:38.621Z sunrise +2023-04-13T11:50:00.257Z Moon culminates 34.32 degrees above the horizon +2023-04-13T17:00:47.025Z moonset +2023-04-13T17:25:19.383Z Sun culminates 70.54 degrees above the horizon 2023-04-13T23:49:26.417Z sunset -2023-04-14T07:33:18.530Z moonrise -2023-04-14T11:00:34.614Z sunrise -2023-04-14T12:49:12.912Z Moon culminates 37.74 degrees above the horizon -2023-04-14T17:25:04.469Z Sun culminates 70.90 degrees above the horizon +2023-04-14T07:33:18.533Z moonrise +2023-04-14T11:00:34.612Z sunrise +2023-04-14T12:49:12.913Z Moon culminates 37.74 degrees above the horizon +2023-04-14T17:25:04.468Z Sun culminates 70.90 degrees above the horizon 2023-04-14T18:09:52.692Z moonset -2023-04-14T23:50:00.536Z sunset -2023-04-15T08:17:37.275Z moonrise +2023-04-14T23:50:00.537Z sunset +2023-04-15T08:17:37.277Z moonrise 2023-04-15T10:59:31.177Z sunrise -2023-04-15T13:45:01.082Z Moon culminates 42.68 degrees above the horizon +2023-04-15T13:45:01.083Z Moon culminates 42.68 degrees above the horizon 2023-04-15T17:24:49.912Z Sun culminates 71.26 degrees above the horizon 2023-04-15T19:18:26.770Z moonset -2023-04-15T23:50:34.792Z sunset +2023-04-15T23:50:34.791Z sunset 2023-04-16T02:23:13.826Z lunar perigee at 367956 km -2023-04-16T08:56:25.109Z moonrise +2023-04-16T08:56:25.110Z moonrise 2023-04-16T10:58:28.340Z sunrise 2023-04-16T14:37:21.463Z Moon culminates 48.73 degrees above the horizon -2023-04-16T17:24:35.727Z Sun culminates 71.61 degrees above the horizon +2023-04-16T17:24:35.726Z Sun culminates 71.61 degrees above the horizon 2023-04-16T20:25:10.049Z moonset 2023-04-16T23:51:09.184Z sunset 2023-04-17T09:31:25.290Z moonrise @@ -4509,78 +4509,78 @@ 2023-04-19T17:02:44.355Z Moon culminates 69.25 degrees above the horizon 2023-04-19T17:23:55.523Z Sun culminates 72.66 degrees above the horizon 2023-04-19T23:36:36.168Z moonset -2023-04-19T23:52:53.190Z sunset +2023-04-19T23:52:53.191Z sunset 2023-04-20T04:13:06.247Z new moon -2023-04-20T10:54:23.456Z sunrise -2023-04-20T11:10:14.425Z moonrise +2023-04-20T10:54:23.455Z sunrise +2023-04-20T11:10:14.424Z moonrise 2023-04-20T17:23:42.942Z Sun culminates 73.01 degrees above the horizon 2023-04-20T17:51:08.993Z Moon culminates 75.53 degrees above the horizon -2023-04-20T23:53:28.130Z sunset -2023-04-21T00:39:49.523Z moonset -2023-04-21T10:53:23.964Z sunrise -2023-04-21T11:46:03.704Z moonrise -2023-04-21T17:23:30.788Z Sun culminates 73.35 degrees above the horizon -2023-04-21T18:41:03.645Z Moon culminates 80.93 degrees above the horizon +2023-04-20T23:53:28.131Z sunset +2023-04-21T00:39:49.524Z moonset +2023-04-21T10:53:23.963Z sunrise +2023-04-21T11:46:03.702Z moonrise +2023-04-21T17:23:30.787Z Sun culminates 73.35 degrees above the horizon +2023-04-21T18:41:03.644Z Moon culminates 80.93 degrees above the horizon 2023-04-21T23:54:03.201Z sunset 2023-04-22T01:43:10.035Z moonset -2023-04-22T10:52:25.208Z sunrise -2023-04-22T12:25:28.929Z moonrise -2023-04-22T17:23:19.068Z Sun culminates 73.68 degrees above the horizon -2023-04-22T19:32:46.442Z Moon culminates 85.15 degrees above the horizon +2023-04-22T10:52:25.207Z sunrise +2023-04-22T12:25:28.927Z moonrise +2023-04-22T17:23:19.067Z Sun culminates 73.68 degrees above the horizon +2023-04-22T19:32:46.441Z Moon culminates 85.15 degrees above the horizon 2023-04-22T23:54:38.397Z sunset -2023-04-23T02:45:47.787Z moonset -2023-04-23T10:51:27.210Z sunrise -2023-04-23T13:09:22.523Z moonrise -2023-04-23T17:23:07.791Z Sun culminates 74.02 degrees above the horizon -2023-04-23T20:25:57.795Z Moon culminates 87.97 degrees above the horizon -2023-04-23T23:55:13.714Z sunset -2023-04-24T03:46:07.258Z moonset -2023-04-24T10:50:29.990Z sunrise -2023-04-24T13:57:58.220Z moonrise -2023-04-24T17:22:56.966Z Sun culminates 74.35 degrees above the horizon +2023-04-23T02:45:47.788Z moonset +2023-04-23T10:51:27.209Z sunrise +2023-04-23T13:09:22.520Z moonrise +2023-04-23T17:23:07.790Z Sun culminates 74.02 degrees above the horizon +2023-04-23T20:25:57.794Z Moon culminates 87.97 degrees above the horizon +2023-04-23T23:55:13.713Z sunset +2023-04-24T03:46:07.259Z moonset +2023-04-24T10:50:29.989Z sunrise +2023-04-24T13:57:58.217Z moonrise +2023-04-24T17:22:56.965Z Sun culminates 74.35 degrees above the horizon 2023-04-24T21:19:41.146Z Moon culminates 89.27 degrees above the horizon 2023-04-24T23:55:49.146Z sunset -2023-04-25T04:42:16.579Z moonset -2023-04-25T10:49:33.573Z sunrise -2023-04-25T14:50:37.770Z moonrise +2023-04-25T04:42:16.581Z moonset +2023-04-25T10:49:33.571Z sunrise +2023-04-25T14:50:37.767Z moonrise 2023-04-25T17:22:46.600Z Sun culminates 74.68 degrees above the horizon 2023-04-25T22:12:39.423Z Moon culminates 89.04 degrees above the horizon 2023-04-25T23:56:24.688Z sunset -2023-04-26T05:32:51.258Z moonset -2023-04-26T10:48:37.979Z sunrise -2023-04-26T15:45:58.167Z moonrise -2023-04-26T17:22:36.704Z Sun culminates 75.00 degrees above the horizon -2023-04-26T23:03:41.995Z Moon culminates 87.39 degrees above the horizon +2023-04-26T05:32:51.260Z moonset +2023-04-26T10:48:37.977Z sunrise +2023-04-26T15:45:58.165Z moonrise +2023-04-26T17:22:36.703Z Sun culminates 75.00 degrees above the horizon +2023-04-26T23:03:41.996Z Moon culminates 87.39 degrees above the horizon 2023-04-26T23:57:00.334Z sunset -2023-04-27T06:17:23.303Z moonset -2023-04-27T10:47:43.231Z sunrise -2023-04-27T16:42:22.284Z moonrise +2023-04-27T06:17:23.306Z moonset +2023-04-27T10:47:43.230Z sunrise +2023-04-27T16:42:22.283Z moonrise 2023-04-27T17:22:27.284Z Sun culminates 75.32 degrees above the horizon 2023-04-27T21:20:40.716Z first quarter -2023-04-27T23:52:07.014Z Moon culminates 84.50 degrees above the horizon -2023-04-27T23:57:36.078Z sunset +2023-04-27T23:52:07.015Z Moon culminates 84.50 degrees above the horizon +2023-04-27T23:57:36.079Z sunset 2023-04-28T06:43:15.103Z lunar apogee at 404287 km -2023-04-28T06:56:19.533Z moonset -2023-04-28T10:46:49.354Z sunrise -2023-04-28T17:22:18.351Z Sun culminates 75.63 degrees above the horizon +2023-04-28T06:56:19.536Z moonset +2023-04-28T10:46:49.353Z sunrise +2023-04-28T17:22:18.350Z Sun culminates 75.63 degrees above the horizon 2023-04-28T17:38:33.939Z moonrise -2023-04-28T23:58:11.916Z sunset +2023-04-28T23:58:11.917Z sunset 2023-04-29T00:37:48.605Z Moon culminates 80.58 degrees above the horizon -2023-04-29T07:30:40.617Z moonset -2023-04-29T10:45:56.371Z sunrise -2023-04-29T17:22:09.913Z Sun culminates 75.95 degrees above the horizon +2023-04-29T07:30:40.619Z moonset +2023-04-29T10:45:56.369Z sunrise +2023-04-29T17:22:09.912Z Sun culminates 75.95 degrees above the horizon 2023-04-29T18:33:56.787Z moonrise 2023-04-29T23:58:47.843Z sunset -2023-04-30T01:21:11.232Z Moon culminates 75.82 degrees above the horizon -2023-04-30T08:01:40.291Z moonset -2023-04-30T10:45:04.305Z sunrise +2023-04-30T01:21:11.233Z Moon culminates 75.82 degrees above the horizon +2023-04-30T08:01:40.292Z moonset +2023-04-30T10:45:04.303Z sunrise 2023-04-30T17:22:01.980Z Sun culminates 76.25 degrees above the horizon 2023-04-30T19:28:34.160Z moonrise -2023-04-30T23:59:23.852Z sunset +2023-04-30T23:59:23.853Z sunset 2023-05-01T02:02:59.778Z Moon culminates 70.42 degrees above the horizon 2023-05-01T08:30:33.733Z moonset -2023-05-01T10:44:13.180Z sunrise -2023-05-01T17:21:54.563Z Sun culminates 76.56 degrees above the horizon +2023-05-01T10:44:13.179Z sunrise +2023-05-01T17:21:54.562Z Sun culminates 76.56 degrees above the horizon 2023-05-01T20:22:59.343Z moonrise 2023-05-01T23:19:51.508Z Mercury inferior conjunction 2023-05-01T23:59:59.941Z sunset @@ -4594,323 +4594,323 @@ 2023-05-03T09:26:56.599Z moonset 2023-05-03T10:42:33.855Z sunrise 2023-05-03T17:21:41.312Z Sun culminates 77.15 degrees above the horizon -2023-05-03T22:14:51.731Z moonrise -2023-05-04T00:01:12.336Z sunset +2023-05-03T22:14:51.732Z moonrise +2023-05-04T00:01:12.337Z sunset 2023-05-04T04:09:09.221Z Moon culminates 52.23 degrees above the horizon -2023-05-04T09:56:59.430Z moonset -2023-05-04T10:41:45.703Z sunrise +2023-05-04T09:56:59.429Z moonset +2023-05-04T10:41:45.702Z sunrise 2023-05-04T17:21:35.498Z Sun culminates 77.44 degrees above the horizon -2023-05-04T23:14:20.181Z moonrise -2023-05-05T00:01:48.632Z sunset +2023-05-04T23:14:20.182Z moonrise +2023-05-05T00:01:48.634Z sunset 2023-05-05T04:55:18.019Z Moon culminates 46.27 degrees above the horizon -2023-05-05T10:30:12.734Z moonset -2023-05-05T10:40:58.590Z sunrise -2023-05-05T17:21:30.238Z Sun culminates 77.73 degrees above the horizon +2023-05-05T10:30:12.733Z moonset +2023-05-05T10:40:58.589Z sunrise +2023-05-05T17:21:30.239Z Sun culminates 77.73 degrees above the horizon 2023-05-05T17:22:57.180Z penumbral lunar eclipse 2023-05-05T17:34:38.440Z full moon -2023-05-06T00:02:24.987Z sunset -2023-05-06T00:17:09.406Z moonrise -2023-05-06T05:45:24.095Z Moon culminates 40.91 degrees above the horizon -2023-05-06T10:40:12.540Z sunrise -2023-05-06T11:08:18.716Z moonset +2023-05-06T00:02:24.989Z sunset +2023-05-06T00:17:09.408Z moonrise +2023-05-06T05:45:24.096Z Moon culminates 40.91 degrees above the horizon +2023-05-06T10:40:12.539Z sunrise +2023-05-06T11:08:18.715Z moonset 2023-05-06T17:21:25.541Z Sun culminates 78.01 degrees above the horizon -2023-05-07T00:03:01.394Z sunset -2023-05-07T01:23:08.582Z moonrise -2023-05-07T06:40:09.580Z Moon culminates 36.56 degrees above the horizon -2023-05-07T10:39:27.577Z sunrise -2023-05-07T11:53:03.355Z moonset +2023-05-07T00:03:01.396Z sunset +2023-05-07T01:23:08.584Z moonrise +2023-05-07T06:40:09.581Z Moon culminates 36.56 degrees above the horizon +2023-05-07T10:39:27.575Z sunrise +2023-05-07T11:53:03.354Z moonset 2023-05-07T17:21:21.414Z Sun culminates 78.29 degrees above the horizon -2023-05-08T00:03:37.843Z sunset -2023-05-08T01:11:04.343Z Venus moves from Taurus to Gemini -2023-05-08T02:30:42.225Z moonrise -2023-05-08T07:39:22.898Z Moon culminates 33.68 degrees above the horizon -2023-05-08T10:38:43.723Z sunrise -2023-05-08T12:45:45.544Z moonset +2023-05-08T00:03:37.846Z sunset +2023-05-08T01:11:05.065Z Venus moves from Taurus to Gemini +2023-05-08T02:30:42.228Z moonrise +2023-05-08T07:39:22.899Z Moon culminates 33.68 degrees above the horizon +2023-05-08T10:38:43.721Z sunrise +2023-05-08T12:45:45.542Z moonset 2023-05-08T17:21:17.863Z Sun culminates 78.56 degrees above the horizon -2023-05-09T00:04:14.327Z sunset -2023-05-09T03:36:44.924Z moonrise -2023-05-09T08:41:34.334Z Moon culminates 32.65 degrees above the horizon -2023-05-09T10:38:01.000Z sunrise -2023-05-09T13:46:22.941Z moonset -2023-05-09T17:21:14.895Z Sun culminates 78.83 degrees above the horizon +2023-05-09T00:04:14.329Z sunset +2023-05-09T03:36:44.927Z moonrise +2023-05-09T08:41:34.335Z Moon culminates 32.65 degrees above the horizon +2023-05-09T10:38:00.998Z sunrise +2023-05-09T13:46:22.939Z moonset +2023-05-09T17:21:14.894Z Sun culminates 78.83 degrees above the horizon 2023-05-09T19:58:12.153Z Uranus conjunction -2023-05-10T00:04:50.833Z sunset -2023-05-10T04:37:44.547Z moonrise -2023-05-10T09:44:09.468Z Moon culminates 33.65 degrees above the horizon -2023-05-10T10:37:19.431Z sunrise -2023-05-10T14:52:53.503Z moonset -2023-05-10T17:21:12.514Z Sun culminates 79.09 degrees above the horizon +2023-05-10T00:04:50.834Z sunset +2023-05-10T04:37:44.550Z moonrise +2023-05-10T09:44:09.469Z Moon culminates 33.65 degrees above the horizon +2023-05-10T10:37:19.428Z sunrise +2023-05-10T14:52:53.501Z moonset +2023-05-10T17:21:12.513Z Sun culminates 79.09 degrees above the horizon 2023-05-11T00:05:27.349Z sunset 2023-05-11T05:06:56.858Z lunar perigee at 369333 km -2023-05-11T05:31:24.160Z moonrise -2023-05-11T10:36:39.034Z sunrise +2023-05-11T05:31:24.163Z moonrise +2023-05-11T10:36:39.033Z sunrise 2023-05-11T10:44:31.332Z Moon culminates 36.56 degrees above the horizon -2023-05-11T16:01:53.773Z moonset -2023-05-11T17:21:10.722Z Sun culminates 79.35 degrees above the horizon +2023-05-11T16:01:53.771Z moonset +2023-05-11T17:21:10.721Z Sun culminates 79.35 degrees above the horizon 2023-05-12T00:06:03.858Z sunset -2023-05-12T06:17:29.311Z moonrise -2023-05-12T10:35:59.831Z sunrise +2023-05-12T06:17:29.313Z moonrise +2023-05-12T10:35:59.830Z sunrise 2023-05-12T11:41:05.444Z Moon culminates 41.06 degrees above the horizon 2023-05-12T14:28:55.331Z third quarter -2023-05-12T17:10:18.836Z moonset -2023-05-12T17:21:09.522Z Sun culminates 79.60 degrees above the horizon -2023-05-13T00:06:40.346Z sunset -2023-05-13T06:57:14.826Z moonrise +2023-05-12T17:10:18.834Z moonset +2023-05-12T17:21:09.520Z Sun culminates 79.60 degrees above the horizon +2023-05-13T00:06:40.344Z sunset +2023-05-13T06:57:14.827Z moonrise 2023-05-13T10:35:21.840Z sunrise 2023-05-13T12:33:38.063Z Moon culminates 46.74 degrees above the horizon -2023-05-13T17:21:08.912Z Sun culminates 79.85 degrees above the horizon -2023-05-13T18:16:31.570Z moonset -2023-05-14T00:07:16.791Z sunset -2023-05-14T07:32:29.743Z moonrise +2023-05-13T17:21:08.911Z Sun culminates 79.85 degrees above the horizon +2023-05-13T18:16:31.568Z moonset +2023-05-14T00:07:16.790Z sunset +2023-05-14T07:32:29.744Z moonrise 2023-05-14T10:34:45.077Z sunrise 2023-05-14T13:22:53.694Z Moon culminates 53.15 degrees above the horizon -2023-05-14T17:21:08.893Z Sun culminates 80.09 degrees above the horizon +2023-05-14T17:21:08.892Z Sun culminates 80.09 degrees above the horizon 2023-05-14T19:07:06.673Z Mercury aphelion at 0.4667 AU -2023-05-14T19:20:22.183Z moonset -2023-05-15T00:07:53.176Z sunset -2023-05-15T08:05:03.937Z moonrise +2023-05-14T19:20:22.181Z moonset +2023-05-15T00:07:53.175Z sunset +2023-05-15T08:05:03.939Z moonrise 2023-05-15T10:34:09.558Z sunrise 2023-05-15T14:10:04.739Z Moon culminates 59.92 degrees above the horizon 2023-05-15T17:21:09.459Z Sun culminates 80.33 degrees above the horizon -2023-05-15T20:22:33.280Z moonset -2023-05-16T00:08:29.478Z sunset -2023-05-16T08:36:37.835Z moonrise +2023-05-15T20:22:33.279Z moonset +2023-05-16T00:08:29.476Z sunset +2023-05-16T08:36:37.836Z moonrise 2023-05-16T10:33:35.297Z sunrise 2023-05-16T14:56:30.531Z Moon culminates 66.66 degrees above the horizon -2023-05-16T17:21:10.608Z Sun culminates 80.56 degrees above the horizon -2023-05-16T21:24:05.393Z moonset -2023-05-17T00:09:05.673Z sunset -2023-05-17T03:09:50.452Z Mars moves from Gemini to Cancer -2023-05-17T09:08:43.293Z moonrise +2023-05-16T17:21:10.607Z Sun culminates 80.56 degrees above the horizon +2023-05-16T21:24:05.392Z moonset +2023-05-17T00:09:05.672Z sunset +2023-05-17T03:09:51.881Z Mars moves from Gemini to Cancer +2023-05-17T09:08:43.294Z moonrise 2023-05-17T10:33:02.305Z sunrise 2023-05-17T15:43:25.295Z Moon culminates 73.05 degrees above the horizon -2023-05-17T17:21:12.331Z Sun culminates 80.79 degrees above the horizon -2023-05-17T22:25:51.189Z moonset -2023-05-18T00:09:41.736Z sunset +2023-05-17T17:21:12.330Z Sun culminates 80.79 degrees above the horizon +2023-05-17T22:25:51.188Z moonset +2023-05-18T00:09:41.735Z sunset 2023-05-18T09:42:46.619Z moonrise 2023-05-18T10:32:30.593Z sunrise 2023-05-18T16:31:49.153Z Moon culminates 78.76 degrees above the horizon -2023-05-18T17:21:14.621Z Sun culminates 81.01 degrees above the horizon -2023-05-18T23:01:43.607Z Jupiter moves from Pisces to Aries -2023-05-18T23:28:14.305Z moonset -2023-05-19T00:10:17.641Z sunset -2023-05-19T10:20:08.138Z moonrise -2023-05-19T10:32:00.170Z sunrise +2023-05-18T17:21:14.620Z Sun culminates 81.01 degrees above the horizon +2023-05-18T23:01:47.758Z Jupiter moves from Pisces to Aries +2023-05-18T23:28:14.303Z moonset +2023-05-19T00:10:17.640Z sunset +2023-05-19T10:20:08.137Z moonrise +2023-05-19T10:32:00.169Z sunrise 2023-05-19T15:53:52.944Z new moon -2023-05-19T17:21:17.468Z Sun culminates 81.22 degrees above the horizon -2023-05-19T17:22:17.645Z Moon culminates 83.46 degrees above the horizon -2023-05-20T00:10:53.360Z sunset -2023-05-20T00:30:50.923Z moonset -2023-05-20T10:31:31.044Z sunrise -2023-05-20T11:01:54.035Z moonrise -2023-05-20T17:21:20.863Z Sun culminates 81.43 degrees above the horizon -2023-05-20T18:14:49.741Z Moon culminates 86.89 degrees above the horizon -2023-05-21T00:11:28.864Z sunset -2023-05-21T01:32:21.583Z moonset -2023-05-21T10:31:03.222Z sunrise -2023-05-21T11:48:38.732Z moonrise -2023-05-21T17:21:24.792Z Sun culminates 81.64 degrees above the horizon -2023-05-21T19:08:40.929Z Moon culminates 88.85 degrees above the horizon -2023-05-22T00:12:04.122Z sunset +2023-05-19T17:21:17.467Z Sun culminates 81.22 degrees above the horizon +2023-05-19T17:22:17.644Z Moon culminates 83.46 degrees above the horizon +2023-05-20T00:10:53.359Z sunset +2023-05-20T00:30:50.922Z moonset +2023-05-20T10:31:31.043Z sunrise +2023-05-20T11:01:54.033Z moonrise +2023-05-20T17:21:20.862Z Sun culminates 81.43 degrees above the horizon +2023-05-20T18:14:49.740Z Moon culminates 86.89 degrees above the horizon +2023-05-21T00:11:28.863Z sunset +2023-05-21T01:32:21.582Z moonset +2023-05-21T10:31:03.221Z sunrise +2023-05-21T11:48:38.729Z moonrise +2023-05-21T17:21:24.791Z Sun culminates 81.64 degrees above the horizon +2023-05-21T19:08:40.927Z Moon culminates 88.85 degrees above the horizon +2023-05-22T00:12:04.121Z sunset 2023-05-22T02:30:47.553Z moonset -2023-05-22T10:30:36.710Z sunrise -2023-05-22T12:40:04.577Z moonrise -2023-05-22T17:21:29.245Z Sun culminates 81.84 degrees above the horizon -2023-05-22T20:02:31.780Z Moon culminates 89.26 degrees above the horizon -2023-05-23T00:12:39.104Z sunset -2023-05-23T03:24:14.410Z moonset -2023-05-23T10:30:11.514Z sunrise -2023-05-23T13:34:56.931Z moonrise -2023-05-23T17:21:34.208Z Sun culminates 82.03 degrees above the horizon -2023-05-23T20:54:54.569Z Moon culminates 88.17 degrees above the horizon -2023-05-24T00:13:13.779Z sunset -2023-05-24T04:11:37.390Z moonset -2023-05-24T10:29:47.639Z sunrise -2023-05-24T14:31:28.666Z moonrise -2023-05-24T17:21:39.669Z Sun culminates 82.22 degrees above the horizon +2023-05-22T10:30:36.709Z sunrise +2023-05-22T12:40:04.575Z moonrise +2023-05-22T17:21:29.244Z Sun culminates 81.84 degrees above the horizon +2023-05-22T20:02:31.779Z Moon culminates 89.26 degrees above the horizon +2023-05-23T00:12:39.103Z sunset +2023-05-23T03:24:14.411Z moonset +2023-05-23T10:30:11.513Z sunrise +2023-05-23T13:34:56.929Z moonrise +2023-05-23T17:21:34.207Z Sun culminates 82.03 degrees above the horizon +2023-05-23T20:54:54.568Z Moon culminates 88.17 degrees above the horizon +2023-05-24T00:13:13.778Z sunset +2023-05-24T04:11:37.391Z moonset +2023-05-24T10:29:47.638Z sunrise +2023-05-24T14:31:28.664Z moonrise +2023-05-24T17:21:39.668Z Sun culminates 82.22 degrees above the horizon 2023-05-24T21:44:44.216Z Moon culminates 85.75 degrees above the horizon 2023-05-25T00:13:48.116Z sunset -2023-05-25T04:52:56.854Z moonset -2023-05-25T10:29:25.089Z sunrise -2023-05-25T15:28:01.895Z moonrise +2023-05-25T04:52:56.855Z moonset +2023-05-25T10:29:25.088Z sunrise +2023-05-25T15:28:01.893Z moonrise 2023-05-25T17:21:45.613Z Sun culminates 82.40 degrees above the horizon 2023-05-25T22:31:35.270Z Moon culminates 82.21 degrees above the horizon 2023-05-26T00:14:22.084Z sunset 2023-05-26T01:37:36.426Z lunar apogee at 404497 km -2023-05-26T05:29:02.081Z moonset -2023-05-26T10:29:03.870Z sunrise -2023-05-26T16:23:38.610Z moonrise +2023-05-26T05:29:02.082Z moonset +2023-05-26T10:29:03.869Z sunrise +2023-05-26T16:23:38.609Z moonrise 2023-05-26T17:21:52.029Z Sun culminates 82.57 degrees above the horizon 2023-05-26T23:15:40.464Z Moon culminates 77.79 degrees above the horizon 2023-05-27T00:14:55.653Z sunset -2023-05-27T06:01:05.703Z moonset +2023-05-27T06:01:05.704Z moonset 2023-05-27T10:28:43.984Z sunrise 2023-05-27T15:23:01.246Z first quarter 2023-05-27T17:18:07.427Z moonrise -2023-05-27T17:21:58.904Z Sun culminates 82.74 degrees above the horizon +2023-05-27T17:21:58.903Z Sun culminates 82.74 degrees above the horizon 2023-05-27T23:57:39.775Z Moon culminates 72.67 degrees above the horizon 2023-05-28T00:15:28.793Z sunset -2023-05-28T06:30:25.877Z moonset +2023-05-28T06:30:25.878Z moonset 2023-05-28T10:28:25.437Z sunrise -2023-05-28T17:22:06.224Z Sun culminates 82.90 degrees above the horizon +2023-05-28T17:22:06.223Z Sun culminates 82.90 degrees above the horizon 2023-05-28T18:11:54.647Z moonrise -2023-05-29T00:16:01.476Z sunset +2023-05-29T00:16:01.475Z sunset 2023-05-29T00:38:29.651Z Moon culminates 67.05 degrees above the horizon 2023-05-29T05:36:39.534Z Mercury max morning elongation: 24.89 degrees from Sun 2023-05-29T06:58:19.299Z moonset 2023-05-29T10:28:08.232Z sunrise -2023-05-29T17:22:13.977Z Sun culminates 83.06 degrees above the horizon +2023-05-29T17:22:13.976Z Sun culminates 83.06 degrees above the horizon 2023-05-29T19:05:51.779Z moonrise -2023-05-30T00:16:33.672Z sunset +2023-05-30T00:16:33.671Z sunset 2023-05-30T01:19:16.396Z Moon culminates 61.08 degrees above the horizon 2023-05-30T07:26:01.659Z moonset -2023-05-30T10:27:52.372Z sunrise +2023-05-30T10:27:52.373Z sunrise 2023-05-30T17:22:22.150Z Sun culminates 83.21 degrees above the horizon 2023-05-30T19:47:19.274Z Mars aphelion at 1.6659 AU 2023-05-30T20:01:05.011Z moonrise -2023-05-31T00:17:05.354Z sunset +2023-05-31T00:17:05.353Z sunset 2023-05-31T02:01:13.287Z Moon culminates 54.96 degrees above the horizon 2023-05-31T07:54:52.115Z moonset -2023-05-31T10:27:37.860Z sunrise -2023-05-31T17:22:30.732Z Sun culminates 83.35 degrees above the horizon -2023-05-31T20:58:45.568Z moonrise +2023-05-31T10:27:37.861Z sunrise +2023-05-31T17:22:30.733Z Sun culminates 83.35 degrees above the horizon +2023-05-31T20:58:45.569Z moonrise 2023-06-01T00:17:36.495Z sunset -2023-06-01T02:45:38.907Z Moon culminates 48.92 degrees above the horizon -2023-06-01T08:26:19.479Z moonset -2023-06-01T10:27:24.698Z sunrise -2023-06-01T17:22:39.711Z Sun culminates 83.49 degrees above the horizon +2023-06-01T02:45:38.908Z Moon culminates 48.92 degrees above the horizon +2023-06-01T08:26:19.480Z moonset +2023-06-01T10:27:24.699Z sunrise +2023-06-01T17:22:39.712Z Sun culminates 83.49 degrees above the horizon 2023-06-01T21:59:55.642Z moonrise 2023-06-02T00:18:07.069Z sunset -2023-06-02T03:33:52.542Z Moon culminates 43.25 degrees above the horizon -2023-06-02T09:02:07.521Z moonset -2023-06-02T10:27:12.888Z sunrise -2023-06-02T17:22:49.073Z Sun culminates 83.62 degrees above the horizon -2023-06-02T23:05:02.242Z moonrise -2023-06-03T00:18:37.049Z sunset -2023-06-03T04:27:00.370Z Moon culminates 38.36 degrees above the horizon -2023-06-03T07:02:53.131Z Venus moves from Gemini to Cancer +2023-06-02T03:33:52.543Z Moon culminates 43.25 degrees above the horizon +2023-06-02T09:02:07.522Z moonset +2023-06-02T10:27:12.889Z sunrise +2023-06-02T17:22:49.074Z Sun culminates 83.62 degrees above the horizon +2023-06-02T23:05:02.243Z moonrise +2023-06-03T00:18:37.050Z sunset +2023-06-03T04:27:00.371Z Moon culminates 38.36 degrees above the horizon +2023-06-03T07:02:53.965Z Venus moves from Gemini to Cancer 2023-06-03T09:44:13.331Z moonset -2023-06-03T10:27:02.430Z sunrise -2023-06-03T17:22:58.806Z Sun culminates 83.74 degrees above the horizon -2023-06-04T00:13:16.216Z moonrise -2023-06-04T00:19:06.410Z sunset +2023-06-03T10:27:02.431Z sunrise +2023-06-03T17:22:58.807Z Sun culminates 83.74 degrees above the horizon +2023-06-04T00:13:16.218Z moonrise +2023-06-04T00:19:06.412Z sunset 2023-06-04T03:42:15.013Z full moon -2023-06-04T05:25:26.385Z Moon culminates 34.74 degrees above the horizon +2023-06-04T05:25:26.386Z Moon culminates 34.74 degrees above the horizon 2023-06-04T10:26:53.325Z sunrise -2023-06-04T10:34:25.926Z moonset +2023-06-04T10:34:25.925Z moonset 2023-06-04T11:00:38.401Z Venus max evening elongation: 45.40 degrees from Sun -2023-06-04T17:23:08.897Z Sun culminates 83.86 degrees above the horizon -2023-06-05T00:19:35.126Z sunset -2023-06-05T01:21:58.341Z moonrise +2023-06-04T17:23:08.898Z Sun culminates 83.86 degrees above the horizon +2023-06-05T00:19:35.127Z sunset +2023-06-05T01:21:58.342Z moonrise 2023-06-05T06:28:13.985Z Moon culminates 32.88 degrees above the horizon -2023-06-05T10:26:45.571Z sunrise -2023-06-05T11:33:31.859Z moonset +2023-06-05T10:26:45.570Z sunrise +2023-06-05T11:33:31.858Z moonset 2023-06-05T17:23:19.332Z Sun culminates 83.97 degrees above the horizon -2023-06-06T00:20:03.169Z sunset -2023-06-06T02:27:08.526Z moonrise +2023-06-06T00:20:03.170Z sunset +2023-06-06T02:27:08.527Z moonrise 2023-06-06T07:32:52.463Z Moon culminates 33.11 degrees above the horizon -2023-06-06T10:26:39.165Z sunrise -2023-06-06T12:40:08.339Z moonset +2023-06-06T10:26:39.164Z sunrise +2023-06-06T12:40:08.337Z moonset 2023-06-06T17:23:30.095Z Sun culminates 84.08 degrees above the horizon -2023-06-06T17:49:52.331Z Mercury moves from Aries to Taurus +2023-06-06T17:49:52.890Z Mercury moves from Aries to Taurus 2023-06-06T23:06:02.754Z lunar perigee at 364852 km 2023-06-07T00:20:30.512Z sunset -2023-06-07T03:25:18.421Z moonrise +2023-06-07T03:25:18.422Z moonrise 2023-06-07T08:36:08.128Z Moon culminates 35.43 degrees above the horizon -2023-06-07T10:26:34.105Z sunrise -2023-06-07T13:50:42.709Z moonset -2023-06-07T17:23:41.171Z Sun culminates 84.18 degrees above the horizon -2023-06-08T00:20:57.128Z sunset -2023-06-08T04:15:11.223Z moonrise -2023-06-08T09:35:34.026Z Moon culminates 39.56 degrees above the horizon -2023-06-08T10:26:30.385Z sunrise -2023-06-08T15:01:17.370Z moonset -2023-06-08T17:23:52.543Z Sun culminates 84.27 degrees above the horizon -2023-06-09T00:21:22.988Z sunset -2023-06-09T04:57:37.046Z moonrise +2023-06-07T10:26:34.103Z sunrise +2023-06-07T13:50:42.707Z moonset +2023-06-07T17:23:41.170Z Sun culminates 84.18 degrees above the horizon +2023-06-08T00:20:57.127Z sunset +2023-06-08T04:15:11.224Z moonrise +2023-06-08T09:35:34.025Z Moon culminates 39.56 degrees above the horizon +2023-06-08T10:26:30.384Z sunrise +2023-06-08T15:01:17.368Z moonset +2023-06-08T17:23:52.542Z Sun culminates 84.27 degrees above the horizon +2023-06-09T00:21:22.986Z sunset +2023-06-09T04:57:37.047Z moonrise 2023-06-09T10:26:27.999Z sunrise -2023-06-09T10:30:19.242Z Moon culminates 45.02 degrees above the horizon -2023-06-09T16:09:21.674Z moonset -2023-06-09T17:24:04.194Z Sun culminates 84.35 degrees above the horizon -2023-06-10T00:21:48.062Z sunset -2023-06-10T05:34:26.988Z moonrise +2023-06-09T10:30:19.241Z Moon culminates 45.02 degrees above the horizon +2023-06-09T16:09:21.672Z moonset +2023-06-09T17:24:04.193Z Sun culminates 84.35 degrees above the horizon +2023-06-10T00:21:48.059Z sunset +2023-06-10T05:34:26.989Z moonrise 2023-06-10T10:26:26.941Z sunrise 2023-06-10T11:20:54.048Z Moon culminates 51.31 degrees above the horizon -2023-06-10T17:14:16.831Z moonset -2023-06-10T17:24:16.103Z Sun culminates 84.43 degrees above the horizon +2023-06-10T17:14:16.829Z moonset +2023-06-10T17:24:16.102Z Sun culminates 84.43 degrees above the horizon 2023-06-10T19:31:58.002Z third quarter -2023-06-11T00:22:12.321Z sunset -2023-06-11T06:07:41.387Z moonrise -2023-06-11T10:26:27.198Z sunrise +2023-06-11T00:22:12.319Z sunset +2023-06-11T06:07:41.389Z moonrise +2023-06-11T10:26:27.200Z sunrise 2023-06-11T12:08:31.158Z Moon culminates 58.00 degrees above the horizon 2023-06-11T17:24:28.252Z Sun culminates 84.50 degrees above the horizon -2023-06-11T18:16:38.642Z moonset -2023-06-12T00:22:35.736Z sunset -2023-06-12T06:39:10.019Z moonrise -2023-06-12T10:26:28.761Z sunrise +2023-06-11T18:16:38.641Z moonset +2023-06-12T00:22:35.734Z sunset +2023-06-12T06:39:10.020Z moonrise +2023-06-12T10:26:28.762Z sunrise 2023-06-12T12:54:36.143Z Moon culminates 64.71 degrees above the horizon -2023-06-12T17:24:40.619Z Sun culminates 84.57 degrees above the horizon -2023-06-12T19:17:33.703Z moonset -2023-06-13T00:22:58.276Z sunset -2023-06-13T07:10:30.696Z moonrise -2023-06-13T10:26:31.613Z sunrise +2023-06-12T17:24:40.618Z Sun culminates 84.57 degrees above the horizon +2023-06-12T19:17:33.702Z moonset +2023-06-13T00:22:58.274Z sunset +2023-06-13T07:10:30.697Z moonrise +2023-06-13T10:26:31.614Z sunrise 2023-06-13T13:40:31.777Z Moon culminates 71.13 degrees above the horizon -2023-06-13T17:24:53.180Z Sun culminates 84.62 degrees above the horizon -2023-06-13T20:18:08.704Z moonset -2023-06-14T00:23:19.911Z sunset -2023-06-14T07:43:13.391Z moonrise +2023-06-13T17:24:53.179Z Sun culminates 84.62 degrees above the horizon +2023-06-13T20:18:08.703Z moonset +2023-06-14T00:23:19.909Z sunset +2023-06-14T07:43:13.392Z moonrise 2023-06-14T10:26:35.738Z sunrise 2023-06-14T14:27:29.367Z Moon culminates 76.98 degrees above the horizon -2023-06-14T17:25:05.912Z Sun culminates 84.68 degrees above the horizon -2023-06-14T21:19:08.859Z moonset -2023-06-15T00:23:40.609Z sunset +2023-06-14T17:25:05.911Z Sun culminates 84.68 degrees above the horizon +2023-06-14T21:19:08.858Z moonset +2023-06-15T00:23:40.608Z sunset 2023-06-15T08:18:42.727Z moonrise 2023-06-15T10:26:41.116Z sunrise -2023-06-15T15:16:20.258Z Moon culminates 81.95 degrees above the horizon -2023-06-15T17:25:18.788Z Sun culminates 84.72 degrees above the horizon -2023-06-15T22:20:39.246Z moonset -2023-06-16T00:24:00.340Z sunset +2023-06-15T15:16:20.257Z Moon culminates 81.95 degrees above the horizon +2023-06-15T17:25:18.787Z Sun culminates 84.72 degrees above the horizon +2023-06-15T22:20:39.245Z moonset +2023-06-16T00:24:00.338Z sunset 2023-06-16T08:58:14.160Z moonrise -2023-06-16T10:26:47.728Z sunrise -2023-06-16T16:07:24.622Z Moon culminates 85.79 degrees above the horizon -2023-06-16T17:25:31.783Z Sun culminates 84.76 degrees above the horizon -2023-06-16T23:21:50.822Z moonset -2023-06-17T00:24:19.070Z sunset -2023-06-17T09:42:40.387Z moonrise -2023-06-17T10:26:55.549Z sunrise -2023-06-17T17:00:20.622Z Moon culminates 88.26 degrees above the horizon -2023-06-17T17:25:44.868Z Sun culminates 84.79 degrees above the horizon -2023-06-18T00:21:03.114Z moonset -2023-06-18T00:24:36.770Z sunset +2023-06-16T10:26:47.727Z sunrise +2023-06-16T16:07:24.621Z Moon culminates 85.79 degrees above the horizon +2023-06-16T17:25:31.782Z Sun culminates 84.76 degrees above the horizon +2023-06-16T23:21:50.820Z moonset +2023-06-17T00:24:19.069Z sunset +2023-06-17T09:42:40.386Z moonrise +2023-06-17T10:26:55.548Z sunrise +2023-06-17T17:00:20.621Z Moon culminates 88.26 degrees above the horizon +2023-06-17T17:25:44.867Z Sun culminates 84.79 degrees above the horizon +2023-06-18T00:21:03.112Z moonset +2023-06-18T00:24:36.769Z sunset 2023-06-18T04:37:49.260Z new moon -2023-06-18T10:27:04.556Z sunrise -2023-06-18T10:32:09.789Z moonrise -2023-06-18T17:25:58.016Z Sun culminates 84.81 degrees above the horizon -2023-06-18T17:54:03.568Z Moon culminates 89.22 degrees above the horizon -2023-06-19T00:24:53.408Z sunset -2023-06-19T01:16:15.216Z moonset -2023-06-19T10:27:14.723Z sunrise +2023-06-18T10:27:04.555Z sunrise +2023-06-18T10:32:09.788Z moonrise +2023-06-18T17:25:58.015Z Sun culminates 84.81 degrees above the horizon +2023-06-18T17:54:03.567Z Moon culminates 89.22 degrees above the horizon +2023-06-19T00:24:53.407Z sunset +2023-06-19T01:16:15.215Z moonset +2023-06-19T10:27:14.722Z sunrise 2023-06-19T11:25:50.654Z moonrise -2023-06-19T17:26:11.199Z Sun culminates 84.83 degrees above the horizon -2023-06-19T18:47:03.967Z Moon culminates 88.66 degrees above the horizon -2023-06-20T00:25:08.953Z sunset -2023-06-20T02:05:54.320Z moonset +2023-06-19T17:26:11.198Z Sun culminates 84.83 degrees above the horizon +2023-06-19T18:47:03.966Z Moon culminates 88.66 degrees above the horizon +2023-06-20T00:25:08.952Z sunset +2023-06-20T02:05:54.319Z moonset 2023-06-20T10:27:26.024Z sunrise -2023-06-20T10:55:30.684Z Mars moves from Cancer to Leo -2023-06-20T12:22:01.456Z moonrise -2023-06-20T17:26:24.388Z Sun culminates 84.84 degrees above the horizon +2023-06-20T10:55:32.077Z Mars moves from Cancer to Leo +2023-06-20T12:22:01.455Z moonrise +2023-06-20T17:26:24.387Z Sun culminates 84.84 degrees above the horizon 2023-06-20T19:37:59.401Z Moon culminates 86.71 degrees above the horizon -2023-06-21T00:25:23.375Z sunset -2023-06-21T02:49:28.566Z moonset +2023-06-21T00:25:23.374Z sunset +2023-06-21T02:49:28.565Z moonset 2023-06-21T10:27:38.432Z sunrise 2023-06-21T13:18:49.338Z moonrise -2023-06-21T14:57:21.801Z June solstice +2023-06-21T14:57:22.411Z June solstice 2023-06-21T17:26:37.554Z Sun culminates 84.84 degrees above the horizon -2023-06-21T20:26:01.246Z Moon culminates 83.55 degrees above the horizon +2023-06-21T20:26:01.245Z Moon culminates 83.55 degrees above the horizon 2023-06-22T00:25:36.645Z sunset -2023-06-22T03:27:24.996Z moonset +2023-06-22T03:27:24.995Z moonset 2023-06-22T10:27:51.920Z sunrise -2023-06-22T14:14:51.059Z moonrise +2023-06-22T14:14:51.058Z moonrise 2023-06-22T17:26:50.672Z Sun culminates 84.84 degrees above the horizon 2023-06-22T18:29:50.698Z lunar apogee at 405374 km 2023-06-22T21:11:02.569Z Moon culminates 79.42 degrees above the horizon @@ -4918,76 +4918,76 @@ 2023-06-23T04:00:46.143Z moonset 2023-06-23T10:28:06.460Z sunrise 2023-06-23T15:09:31.696Z moonrise -2023-06-23T17:27:03.713Z Sun culminates 84.82 degrees above the horizon +2023-06-23T17:27:03.712Z Sun culminates 84.82 degrees above the horizon 2023-06-23T21:53:30.508Z Moon culminates 74.56 degrees above the horizon -2023-06-24T00:25:59.626Z sunset +2023-06-24T00:25:59.625Z sunset 2023-06-24T04:30:47.538Z moonset -2023-06-24T10:28:22.024Z sunrise +2023-06-24T10:28:22.025Z sunrise 2023-06-24T16:03:00.987Z moonrise 2023-06-24T17:27:16.651Z Sun culminates 84.81 degrees above the horizon 2023-06-24T22:34:14.224Z Moon culminates 69.16 degrees above the horizon 2023-06-25T00:26:09.286Z sunset -2023-06-25T04:58:45.734Z moonset -2023-06-25T10:28:38.585Z sunrise +2023-06-25T04:58:45.733Z moonset +2023-06-25T10:28:38.586Z sunrise 2023-06-25T16:56:00.676Z moonrise 2023-06-25T17:27:29.462Z Sun culminates 84.78 degrees above the horizon 2023-06-25T23:14:15.851Z Moon culminates 63.40 degrees above the horizon -2023-06-26T00:26:17.698Z sunset +2023-06-26T00:26:17.697Z sunset 2023-06-26T05:25:55.649Z moonset 2023-06-26T07:50:26.438Z first quarter -2023-06-26T10:28:56.115Z sunrise +2023-06-26T10:28:56.117Z sunrise 2023-06-26T17:27:42.122Z Sun culminates 84.75 degrees above the horizon 2023-06-26T17:49:32.629Z moonrise -2023-06-26T23:18:08.007Z Venus moves from Cancer to Leo -2023-06-26T23:54:46.045Z Moon culminates 57.44 degrees above the horizon -2023-06-27T00:26:24.842Z sunset -2023-06-27T05:35:51.280Z Mercury moves from Taurus to Gemini +2023-06-26T23:18:09.223Z Venus moves from Cancer to Leo +2023-06-26T23:54:46.046Z Moon culminates 57.44 degrees above the horizon +2023-06-27T00:26:24.840Z sunset +2023-06-27T05:35:51.653Z Mercury moves from Taurus to Gemini 2023-06-27T05:53:33.512Z moonset -2023-06-27T10:29:14.586Z sunrise -2023-06-27T17:27:54.608Z Sun culminates 84.71 degrees above the horizon -2023-06-27T18:44:49.659Z moonrise +2023-06-27T10:29:14.589Z sunrise +2023-06-27T17:27:54.609Z Sun culminates 84.71 degrees above the horizon +2023-06-27T18:44:49.660Z moonrise 2023-06-27T18:45:26.220Z Mercury perihelion at 0.3075 AU -2023-06-28T00:26:30.699Z sunset -2023-06-28T00:37:02.547Z Moon culminates 51.46 degrees above the horizon -2023-06-28T06:23:02.739Z moonset -2023-06-28T10:29:33.972Z sunrise -2023-06-28T17:28:06.899Z Sun culminates 84.67 degrees above the horizon -2023-06-28T19:43:05.664Z moonrise -2023-06-29T00:26:35.256Z sunset -2023-06-29T01:22:28.601Z Moon culminates 45.70 degrees above the horizon -2023-06-29T06:56:00.859Z moonset -2023-06-29T10:29:54.247Z sunrise -2023-06-29T17:28:18.975Z Sun culminates 84.61 degrees above the horizon -2023-06-29T20:45:18.075Z moonrise -2023-06-30T00:26:38.499Z sunset -2023-06-30T02:12:26.091Z Moon culminates 40.49 degrees above the horizon -2023-06-30T07:34:23.981Z moonset -2023-06-30T10:30:15.383Z sunrise -2023-06-30T17:28:30.816Z Sun culminates 84.56 degrees above the horizon -2023-06-30T21:51:34.463Z moonrise +2023-06-28T00:26:30.698Z sunset +2023-06-28T00:37:02.548Z Moon culminates 51.46 degrees above the horizon +2023-06-28T06:23:02.740Z moonset +2023-06-28T10:29:33.976Z sunrise +2023-06-28T17:28:06.900Z Sun culminates 84.67 degrees above the horizon +2023-06-28T19:43:05.665Z moonrise +2023-06-29T00:26:35.255Z sunset +2023-06-29T01:22:28.602Z Moon culminates 45.70 degrees above the horizon +2023-06-29T06:56:00.860Z moonset +2023-06-29T10:29:54.251Z sunrise +2023-06-29T17:28:18.976Z Sun culminates 84.61 degrees above the horizon +2023-06-29T20:45:18.078Z moonrise +2023-06-30T00:26:38.498Z sunset +2023-06-30T02:12:26.093Z Moon culminates 40.49 degrees above the horizon +2023-06-30T07:34:23.982Z moonset +2023-06-30T10:30:15.386Z sunrise +2023-06-30T17:28:30.818Z Sun culminates 84.56 degrees above the horizon +2023-06-30T21:51:34.466Z moonrise 2023-07-01T00:26:40.416Z sunset -2023-07-01T03:07:55.725Z Moon culminates 36.26 degrees above the horizon +2023-07-01T03:07:55.727Z Moon culminates 36.26 degrees above the horizon 2023-07-01T04:52:28.222Z Mercury superior conjunction -2023-07-01T08:20:19.515Z moonset -2023-07-01T10:30:37.354Z sunrise -2023-07-01T17:28:42.405Z Sun culminates 84.49 degrees above the horizon -2023-07-01T23:00:26.034Z moonrise -2023-07-02T00:26:40.999Z sunset -2023-07-02T04:08:59.124Z Moon culminates 33.52 degrees above the horizon -2023-07-02T09:15:29.530Z moonset -2023-07-02T10:31:00.133Z sunrise -2023-07-02T17:28:53.723Z Sun culminates 84.42 degrees above the horizon -2023-07-03T00:08:26.977Z moonrise -2023-07-03T00:26:40.239Z sunset -2023-07-03T05:13:58.609Z Moon culminates 32.76 degrees above the horizon +2023-07-01T08:20:19.516Z moonset +2023-07-01T10:30:37.356Z sunrise +2023-07-01T17:28:42.406Z Sun culminates 84.49 degrees above the horizon +2023-07-01T23:00:26.037Z moonrise +2023-07-02T00:26:41.000Z sunset +2023-07-02T04:08:59.126Z Moon culminates 33.52 degrees above the horizon +2023-07-02T09:15:29.532Z moonset +2023-07-02T10:31:00.135Z sunrise +2023-07-02T17:28:53.724Z Sun culminates 84.42 degrees above the horizon +2023-07-03T00:08:26.979Z moonrise +2023-07-03T00:26:40.240Z sunset +2023-07-03T05:13:58.611Z Moon culminates 32.76 degrees above the horizon 2023-07-03T10:19:56.345Z moonset 2023-07-03T10:31:23.695Z sunrise 2023-07-03T11:39:08.830Z full moon 2023-07-03T17:29:04.754Z Sun culminates 84.34 degrees above the horizon -2023-07-04T00:26:38.128Z sunset -2023-07-04T01:11:22.695Z moonrise -2023-07-04T06:19:43.834Z Moon culminates 34.21 degrees above the horizon -2023-07-04T10:31:48.012Z sunrise +2023-07-04T00:26:38.129Z sunset +2023-07-04T01:11:22.696Z moonrise +2023-07-04T06:19:43.835Z Moon culminates 34.21 degrees above the horizon +2023-07-04T10:31:48.011Z sunrise 2023-07-04T11:31:02.116Z moonset 2023-07-04T17:29:15.480Z Sun culminates 84.25 degrees above the horizon 2023-07-04T22:25:37.759Z lunar perigee at 360140 km @@ -4995,72 +4995,72 @@ 2023-07-05T02:06:23.349Z moonrise 2023-07-05T07:22:53.656Z Moon culminates 37.74 degrees above the horizon 2023-07-05T10:32:13.058Z sunrise -2023-07-05T12:44:20.751Z moonset +2023-07-05T12:44:20.750Z moonset 2023-07-05T17:29:25.887Z Sun culminates 84.16 degrees above the horizon -2023-07-06T00:26:29.831Z sunset +2023-07-06T00:26:29.830Z sunset 2023-07-06T02:53:10.162Z moonrise -2023-07-06T08:21:28.737Z Moon culminates 42.91 degrees above the horizon +2023-07-06T08:21:28.736Z Moon culminates 42.91 degrees above the horizon 2023-07-06T10:32:38.808Z sunrise -2023-07-06T13:56:01.322Z moonset -2023-07-06T17:29:35.958Z Sun culminates 84.06 degrees above the horizon +2023-07-06T13:56:01.321Z moonset +2023-07-06T17:29:35.957Z Sun culminates 84.06 degrees above the horizon 2023-07-06T18:18:06.184Z Earth aphelion at 1.0167 AU -2023-07-07T00:26:23.633Z sunset +2023-07-07T00:26:23.631Z sunset 2023-07-07T03:33:11.075Z moonrise -2023-07-07T09:15:14.830Z Moon culminates 49.16 degrees above the horizon -2023-07-07T10:33:05.235Z sunrise -2023-07-07T15:04:16.390Z moonset -2023-07-07T17:29:45.677Z Sun culminates 83.96 degrees above the horizon -2023-07-08T00:26:16.063Z sunset +2023-07-07T09:15:14.829Z Moon culminates 49.16 degrees above the horizon +2023-07-07T10:33:05.236Z sunrise +2023-07-07T15:04:16.389Z moonset +2023-07-07T17:29:45.676Z Sun culminates 83.96 degrees above the horizon +2023-07-08T00:26:16.060Z sunset 2023-07-08T04:08:29.774Z moonrise -2023-07-08T09:53:37.512Z Pluto moves from Capricornus to Sagittarius +2023-07-08T09:53:01.916Z Pluto moves from Capricornus to Sagittarius 2023-07-08T10:05:07.822Z Moon culminates 55.95 degrees above the horizon -2023-07-08T10:33:32.312Z sunrise -2023-07-08T16:09:07.492Z moonset -2023-07-08T17:29:55.029Z Sun culminates 83.84 degrees above the horizon -2023-07-09T00:26:07.116Z sunset +2023-07-08T10:33:32.313Z sunrise +2023-07-08T16:09:07.491Z moonset +2023-07-08T17:29:55.028Z Sun culminates 83.84 degrees above the horizon +2023-07-09T00:26:07.114Z sunset 2023-07-09T04:41:06.376Z moonrise -2023-07-09T10:34:00.011Z sunrise +2023-07-09T10:34:00.012Z sunrise 2023-07-09T10:52:32.284Z Moon culminates 62.83 degrees above the horizon 2023-07-09T17:11:32.438Z moonset -2023-07-09T17:30:03.999Z Sun culminates 83.73 degrees above the horizon -2023-07-10T00:25:56.791Z sunset +2023-07-09T17:30:03.998Z Sun culminates 83.73 degrees above the horizon +2023-07-10T00:25:56.789Z sunset 2023-07-10T01:48:26.480Z third quarter -2023-07-10T03:26:57.861Z Mercury moves from Gemini to Cancer -2023-07-10T05:12:47.431Z moonrise -2023-07-10T10:34:28.304Z sunrise +2023-07-10T03:26:58.280Z Mercury moves from Gemini to Cancer +2023-07-10T05:12:47.432Z moonrise +2023-07-10T10:34:28.305Z sunrise 2023-07-10T11:38:56.171Z Moon culminates 69.44 degrees above the horizon 2023-07-10T11:41:54.500Z Venus peak magnitude -4.69 in evening sky -2023-07-10T17:30:12.570Z Sun culminates 83.60 degrees above the horizon +2023-07-10T17:30:12.569Z Sun culminates 83.60 degrees above the horizon 2023-07-10T18:12:42.634Z moonset -2023-07-11T00:25:45.085Z sunset +2023-07-11T00:25:45.084Z sunset 2023-07-11T05:45:08.297Z moonrise 2023-07-11T10:34:57.161Z sunrise 2023-07-11T12:25:38.420Z Moon culminates 75.49 degrees above the horizon -2023-07-11T17:30:20.727Z Sun culminates 83.47 degrees above the horizon -2023-07-11T19:13:36.030Z moonset +2023-07-11T17:30:20.726Z Sun culminates 83.47 degrees above the horizon +2023-07-11T19:13:36.029Z moonset 2023-07-12T00:25:31.996Z sunset 2023-07-12T06:19:37.045Z moonrise 2023-07-12T10:35:26.550Z sunrise 2023-07-12T13:13:40.875Z Moon culminates 80.70 degrees above the horizon -2023-07-12T17:30:28.453Z Sun culminates 83.33 degrees above the horizon -2023-07-12T20:14:37.802Z moonset +2023-07-12T17:30:28.452Z Sun culminates 83.33 degrees above the horizon +2023-07-12T20:14:37.801Z moonset 2023-07-13T00:25:17.524Z sunset 2023-07-13T06:57:34.020Z moonrise 2023-07-13T10:35:56.439Z sunrise -2023-07-13T14:03:39.068Z Moon culminates 84.85 degrees above the horizon +2023-07-13T14:03:39.067Z Moon culminates 84.85 degrees above the horizon 2023-07-13T17:30:35.731Z Sun culminates 83.19 degrees above the horizon -2023-07-13T21:15:25.352Z moonset +2023-07-13T21:15:25.351Z moonset 2023-07-14T00:25:01.666Z sunset 2023-07-14T07:40:02.972Z moonrise -2023-07-14T10:36:26.797Z sunrise -2023-07-14T14:55:31.689Z Moon culminates 87.70 degrees above the horizon -2023-07-14T17:30:42.545Z Sun culminates 83.04 degrees above the horizon -2023-07-14T22:14:44.211Z moonset +2023-07-14T10:36:26.796Z sunrise +2023-07-14T14:55:31.688Z Moon culminates 87.70 degrees above the horizon +2023-07-14T17:30:42.544Z Sun culminates 83.04 degrees above the horizon +2023-07-14T22:14:44.210Z moonset 2023-07-15T00:24:44.421Z sunset 2023-07-15T08:27:32.763Z moonrise -2023-07-15T10:36:57.589Z sunrise -2023-07-15T15:48:35.112Z Moon culminates 89.11 degrees above the horizon -2023-07-15T17:30:48.877Z Sun culminates 82.88 degrees above the horizon +2023-07-15T10:36:57.588Z sunrise +2023-07-15T15:48:35.111Z Moon culminates 89.11 degrees above the horizon +2023-07-15T17:30:48.876Z Sun culminates 82.88 degrees above the horizon 2023-07-15T23:10:46.716Z moonset 2023-07-16T00:24:25.790Z sunset 2023-07-16T09:19:37.809Z moonrise @@ -5068,212 +5068,212 @@ 2023-07-16T16:41:32.551Z Moon culminates 89.01 degrees above the horizon 2023-07-16T17:30:54.710Z Sun culminates 82.72 degrees above the horizon 2023-07-17T00:01:53.080Z moonset -2023-07-17T00:24:05.773Z sunset +2023-07-17T00:24:05.772Z sunset 2023-07-17T10:14:55.924Z moonrise -2023-07-17T10:38:00.342Z sunrise +2023-07-17T10:38:00.343Z sunrise 2023-07-17T17:31:00.029Z Sun culminates 82.55 degrees above the horizon 2023-07-17T17:32:59.761Z Moon culminates 87.48 degrees above the horizon 2023-07-17T18:32:31.679Z new moon -2023-07-18T00:23:44.369Z sunset +2023-07-18T00:23:44.368Z sunset 2023-07-18T00:47:10.619Z moonset -2023-07-18T10:38:32.237Z sunrise +2023-07-18T10:38:32.238Z sunrise 2023-07-18T11:11:35.614Z moonrise -2023-07-18T17:31:04.816Z Sun culminates 82.38 degrees above the horizon +2023-07-18T17:31:04.817Z Sun culminates 82.38 degrees above the horizon 2023-07-18T18:21:54.240Z Moon culminates 84.68 degrees above the horizon 2023-07-19T00:23:21.580Z sunset 2023-07-19T01:26:45.017Z moonset -2023-07-19T10:39:04.433Z sunrise +2023-07-19T10:39:04.434Z sunrise 2023-07-19T12:07:58.088Z moonrise 2023-07-19T17:31:09.058Z Sun culminates 82.20 degrees above the horizon -2023-07-19T19:07:51.164Z Moon culminates 80.83 degrees above the horizon +2023-07-19T19:07:51.165Z Moon culminates 80.83 degrees above the horizon 2023-07-20T00:22:57.409Z sunset 2023-07-20T02:01:24.687Z moonset 2023-07-20T06:55:24.363Z lunar apogee at 406279 km -2023-07-20T10:39:36.899Z sunrise -2023-07-20T13:03:06.063Z moonrise +2023-07-20T10:39:36.900Z sunrise +2023-07-20T13:03:06.064Z moonrise 2023-07-20T17:31:12.739Z Sun culminates 82.01 degrees above the horizon 2023-07-20T19:51:02.085Z Moon culminates 76.17 degrees above the horizon 2023-07-21T00:22:31.860Z sunset -2023-07-21T01:25:58.603Z Mercury moves from Cancer to Leo -2023-07-21T02:32:18.137Z moonset -2023-07-21T10:40:09.603Z sunrise -2023-07-21T13:56:48.700Z moonrise -2023-07-21T17:31:15.846Z Sun culminates 81.82 degrees above the horizon +2023-07-21T01:25:59.105Z Mercury moves from Cancer to Leo +2023-07-21T02:32:18.136Z moonset +2023-07-21T10:40:09.604Z sunrise +2023-07-21T13:56:48.701Z moonrise +2023-07-21T17:31:15.847Z Sun culminates 81.82 degrees above the horizon 2023-07-21T20:32:04.697Z Moon culminates 70.93 degrees above the horizon 2023-07-22T00:22:04.938Z sunset -2023-07-22T03:00:38.596Z moonset +2023-07-22T03:00:38.595Z moonset 2023-07-22T03:36:41.142Z Pluto opposition -2023-07-22T10:40:42.516Z sunrise -2023-07-22T14:49:31.932Z moonrise -2023-07-22T17:31:18.369Z Sun culminates 81.62 degrees above the horizon +2023-07-22T10:40:42.517Z sunrise +2023-07-22T14:49:31.933Z moonrise +2023-07-22T17:31:18.370Z Sun culminates 81.62 degrees above the horizon 2023-07-22T21:11:52.724Z Moon culminates 65.30 degrees above the horizon -2023-07-23T00:21:36.650Z sunset -2023-07-23T03:27:38.190Z moonset -2023-07-23T10:41:15.609Z sunrise -2023-07-23T15:42:06.133Z moonrise -2023-07-23T17:31:20.297Z Sun culminates 81.42 degrees above the horizon +2023-07-23T00:21:36.649Z sunset +2023-07-23T03:27:38.189Z moonset +2023-07-23T10:41:15.611Z sunrise +2023-07-23T15:42:06.134Z moonrise +2023-07-23T17:31:20.298Z Sun culminates 81.42 degrees above the horizon 2023-07-23T21:51:29.760Z Moon culminates 59.45 degrees above the horizon -2023-07-24T00:21:07.004Z sunset -2023-07-24T03:54:28.725Z moonset -2023-07-24T10:41:48.856Z sunrise -2023-07-24T16:35:36.283Z moonrise +2023-07-24T00:21:07.002Z sunset +2023-07-24T03:54:28.724Z moonset +2023-07-24T10:41:48.858Z sunrise +2023-07-24T16:35:36.284Z moonrise 2023-07-24T17:31:21.623Z Sun culminates 81.21 degrees above the horizon 2023-07-24T22:32:06.842Z Moon culminates 53.56 degrees above the horizon -2023-07-25T00:20:36.010Z sunset -2023-07-25T04:22:26.171Z moonset -2023-07-25T10:42:22.231Z sunrise -2023-07-25T17:31:13.705Z moonrise -2023-07-25T17:31:22.338Z Sun culminates 81.00 degrees above the horizon +2023-07-25T00:20:36.008Z sunset +2023-07-25T04:22:26.170Z moonset +2023-07-25T10:42:22.234Z sunrise +2023-07-25T17:31:13.707Z moonrise +2023-07-25T17:31:22.339Z Sun culminates 81.00 degrees above the horizon 2023-07-25T22:07:27.366Z first quarter -2023-07-25T23:15:01.605Z Moon culminates 47.82 degrees above the horizon -2023-07-26T00:20:03.680Z sunset -2023-07-26T04:52:57.066Z moonset -2023-07-26T10:42:55.711Z sunrise -2023-07-26T17:31:22.439Z Sun culminates 80.78 degrees above the horizon -2023-07-26T18:30:04.699Z moonrise -2023-07-27T00:01:35.586Z Moon culminates 42.48 degrees above the horizon -2023-07-27T00:19:30.029Z sunset +2023-07-25T23:15:01.606Z Moon culminates 47.82 degrees above the horizon +2023-07-26T00:20:03.679Z sunset +2023-07-26T04:52:57.065Z moonset +2023-07-26T10:42:55.714Z sunrise +2023-07-26T17:31:22.440Z Sun culminates 80.78 degrees above the horizon +2023-07-26T18:30:04.702Z moonrise +2023-07-27T00:01:35.588Z Moon culminates 42.48 degrees above the horizon +2023-07-27T00:19:30.027Z sunset 2023-07-27T05:27:44.934Z moonset -2023-07-27T10:43:29.274Z sunrise -2023-07-27T17:31:21.922Z Sun culminates 80.55 degrees above the horizon -2023-07-27T19:32:48.931Z moonrise -2023-07-28T00:18:55.070Z sunset -2023-07-28T00:53:04.022Z Moon culminates 37.90 degrees above the horizon -2023-07-28T06:08:51.774Z moonset -2023-07-28T10:44:02.901Z sunrise -2023-07-28T17:31:20.785Z Sun culminates 80.32 degrees above the horizon -2023-07-28T20:39:02.351Z moonrise +2023-07-27T10:43:29.278Z sunrise +2023-07-27T17:31:21.923Z Sun culminates 80.55 degrees above the horizon +2023-07-27T19:32:48.935Z moonrise +2023-07-28T00:18:55.069Z sunset +2023-07-28T00:53:04.025Z Moon culminates 37.90 degrees above the horizon +2023-07-28T06:08:51.775Z moonset +2023-07-28T10:44:02.905Z sunrise +2023-07-28T17:31:20.787Z Sun culminates 80.32 degrees above the horizon +2023-07-28T20:39:02.355Z moonrise 2023-07-29T00:18:18.822Z sunset -2023-07-29T01:50:10.848Z Moon culminates 34.50 degrees above the horizon -2023-07-29T06:58:22.312Z moonset -2023-07-29T10:44:36.573Z sunrise -2023-07-29T17:31:19.030Z Sun culminates 80.09 degrees above the horizon -2023-07-29T21:46:37.726Z moonrise -2023-07-30T00:17:41.302Z sunset -2023-07-30T02:52:28.582Z Moon culminates 32.77 degrees above the horizon -2023-07-30T07:57:33.148Z moonset -2023-07-30T10:45:10.272Z sunrise -2023-07-30T17:31:16.656Z Sun culminates 79.85 degrees above the horizon -2023-07-30T22:51:52.488Z moonrise -2023-07-31T00:17:02.529Z sunset -2023-07-31T03:57:49.438Z Moon culminates 33.14 degrees above the horizon -2023-07-31T09:05:33.927Z moonset +2023-07-29T01:50:10.850Z Moon culminates 34.50 degrees above the horizon +2023-07-29T06:58:22.313Z moonset +2023-07-29T10:44:36.576Z sunrise +2023-07-29T17:31:19.032Z Sun culminates 80.09 degrees above the horizon +2023-07-29T21:46:37.731Z moonrise +2023-07-30T00:17:41.303Z sunset +2023-07-30T02:52:28.584Z Moon culminates 32.77 degrees above the horizon +2023-07-30T07:57:33.149Z moonset +2023-07-30T10:45:10.274Z sunrise +2023-07-30T17:31:16.658Z Sun culminates 79.85 degrees above the horizon +2023-07-30T22:51:52.491Z moonrise +2023-07-31T00:17:02.531Z sunset +2023-07-31T03:57:49.439Z Moon culminates 33.14 degrees above the horizon +2023-07-31T09:05:33.928Z moonset 2023-07-31T10:45:43.985Z sunrise -2023-07-31T17:31:13.667Z Sun culminates 79.60 degrees above the horizon -2023-07-31T23:51:04.483Z moonrise -2023-08-01T00:16:22.524Z sunset -2023-08-01T05:02:56.496Z Moon culminates 35.71 degrees above the horizon +2023-07-31T17:31:13.668Z Sun culminates 79.60 degrees above the horizon +2023-07-31T23:51:04.486Z moonrise +2023-08-01T00:16:22.526Z sunset +2023-08-01T05:02:56.498Z Moon culminates 35.71 degrees above the horizon 2023-08-01T10:18:58.000Z moonset 2023-08-01T10:46:17.695Z sunrise -2023-08-01T17:31:10.065Z Sun culminates 79.35 degrees above the horizon +2023-08-01T17:31:10.066Z Sun culminates 79.35 degrees above the horizon 2023-08-01T18:32:08.784Z full moon -2023-08-02T00:15:41.307Z sunset -2023-08-02T00:42:26.146Z moonrise +2023-08-02T00:15:41.308Z sunset +2023-08-02T00:42:26.147Z moonrise 2023-08-02T05:52:17.598Z lunar perigee at 357302 km 2023-08-02T06:04:55.071Z Moon culminates 40.26 degrees above the horizon -2023-08-02T10:46:51.392Z sunrise -2023-08-02T11:33:17.276Z moonset +2023-08-02T10:46:51.391Z sunrise +2023-08-02T11:33:17.275Z moonset 2023-08-02T17:31:05.856Z Sun culminates 79.09 degrees above the horizon 2023-08-03T00:14:58.899Z sunset -2023-08-03T01:26:25.050Z moonrise +2023-08-03T01:26:25.051Z moonrise 2023-08-03T07:02:24.146Z Moon culminates 46.26 degrees above the horizon -2023-08-03T10:47:25.063Z sunrise +2023-08-03T10:47:25.062Z sunrise 2023-08-03T12:45:19.793Z moonset -2023-08-03T17:31:01.043Z Sun culminates 78.83 degrees above the horizon +2023-08-03T17:31:01.043Z Sun culminates 78.84 degrees above the horizon 2023-08-04T00:14:15.321Z sunset 2023-08-04T02:04:44.626Z moonrise 2023-08-04T07:55:36.258Z Moon culminates 53.13 degrees above the horizon -2023-08-04T10:47:58.699Z sunrise -2023-08-04T13:53:58.859Z moonset -2023-08-04T17:30:55.634Z Sun culminates 78.57 degrees above the horizon -2023-08-05T00:13:30.594Z sunset -2023-08-05T02:39:26.304Z moonrise +2023-08-04T10:47:58.698Z sunrise +2023-08-04T13:53:58.858Z moonset +2023-08-04T17:30:55.633Z Sun culminates 78.57 degrees above the horizon +2023-08-05T00:13:30.593Z sunset +2023-08-05T02:39:26.305Z moonrise 2023-08-05T08:45:37.846Z Moon culminates 60.29 degrees above the horizon -2023-08-05T10:48:32.289Z sunrise +2023-08-05T10:48:32.290Z sunrise 2023-08-05T14:59:37.496Z moonset 2023-08-05T17:30:49.633Z Sun culminates 78.30 degrees above the horizon 2023-08-06T00:12:44.740Z sunset 2023-08-06T03:12:23.810Z moonrise 2023-08-06T09:33:53.302Z Moon culminates 67.29 degrees above the horizon -2023-08-06T10:49:05.826Z sunrise +2023-08-06T10:49:05.827Z sunrise 2023-08-06T16:03:16.115Z moonset 2023-08-06T17:30:43.048Z Sun culminates 78.03 degrees above the horizon 2023-08-07T00:11:57.782Z sunset -2023-08-07T01:00:33.385Z Mercury moves from Leo to Sextans +2023-08-07T01:00:33.825Z Mercury moves from Leo to Sextans 2023-08-07T03:45:18.843Z moonrise 2023-08-07T10:21:44.288Z Moon culminates 73.75 degrees above the horizon 2023-08-07T10:49:39.300Z sunrise 2023-08-07T17:05:54.519Z moonset 2023-08-07T17:30:35.885Z Sun culminates 77.75 degrees above the horizon -2023-08-07T18:54:54.031Z Mercury moves from Sextans to Leo -2023-08-08T00:11:09.741Z sunset +2023-08-07T18:54:54.822Z Mercury moves from Sextans to Leo +2023-08-08T00:11:09.742Z sunset 2023-08-08T00:20:58.100Z Venus aphelion at 0.7282 AU -2023-08-08T04:19:43.663Z moonrise +2023-08-08T04:19:43.662Z moonrise 2023-08-08T10:29:01.120Z third quarter 2023-08-08T10:50:12.701Z sunrise -2023-08-08T11:10:18.257Z Moon culminates 79.37 degrees above the horizon +2023-08-08T11:10:18.256Z Moon culminates 79.37 degrees above the horizon 2023-08-08T17:30:28.151Z Sun culminates 77.47 degrees above the horizon -2023-08-08T18:08:07.124Z moonset -2023-08-09T00:10:20.641Z sunset -2023-08-09T04:57:02.028Z moonrise -2023-08-09T10:50:46.020Z sunrise -2023-08-09T12:00:19.163Z Moon culminates 83.92 degrees above the horizon +2023-08-08T18:08:07.123Z moonset +2023-08-09T00:10:20.642Z sunset +2023-08-09T04:57:02.027Z moonrise +2023-08-09T10:50:46.019Z sunrise +2023-08-09T12:00:19.162Z Moon culminates 83.92 degrees above the horizon 2023-08-09T17:30:19.851Z Sun culminates 77.18 degrees above the horizon -2023-08-09T19:09:46.014Z moonset -2023-08-10T00:09:30.502Z sunset +2023-08-09T19:09:46.013Z moonset +2023-08-10T00:09:30.504Z sunset 2023-08-10T01:47:34.986Z Mercury max evening elongation: 27.40 degrees from Sun -2023-08-10T05:38:23.543Z moonrise -2023-08-10T10:51:19.247Z sunrise -2023-08-10T12:51:57.976Z Moon culminates 87.18 degrees above the horizon +2023-08-10T05:38:23.541Z moonrise +2023-08-10T10:51:19.246Z sunrise +2023-08-10T12:51:57.975Z Moon culminates 87.18 degrees above the horizon 2023-08-10T17:30:10.992Z Sun culminates 76.89 degrees above the horizon 2023-08-10T18:22:57.089Z Mercury aphelion at 0.4667 AU 2023-08-10T20:09:54.256Z moonset -2023-08-11T00:08:39.347Z sunset -2023-08-11T06:24:29.200Z moonrise -2023-08-11T10:51:52.372Z sunrise -2023-08-11T13:44:46.540Z Moon culminates 89.00 degrees above the horizon +2023-08-11T00:08:39.349Z sunset +2023-08-11T06:24:29.198Z moonrise +2023-08-11T10:51:52.370Z sunrise +2023-08-11T13:44:46.539Z Moon culminates 89.00 degrees above the horizon 2023-08-11T17:30:01.580Z Sun culminates 76.59 degrees above the horizon -2023-08-11T21:06:58.442Z moonset -2023-08-12T00:07:47.197Z sunset -2023-08-12T07:15:12.709Z moonrise -2023-08-12T10:52:25.384Z sunrise -2023-08-12T14:37:42.430Z Moon culminates 89.33 degrees above the horizon +2023-08-11T21:06:58.443Z moonset +2023-08-12T00:07:47.198Z sunset +2023-08-12T07:15:12.707Z moonrise +2023-08-12T10:52:25.382Z sunrise +2023-08-12T14:37:42.429Z Moon culminates 89.33 degrees above the horizon 2023-08-12T17:29:51.619Z Sun culminates 76.29 degrees above the horizon -2023-08-12T21:59:22.840Z moonset -2023-08-12T23:36:58.232Z Venus moves from Leo to Cancer -2023-08-13T00:06:54.072Z sunset -2023-08-13T08:09:32.347Z moonrise -2023-08-13T10:52:58.273Z sunrise +2023-08-12T21:59:22.841Z moonset +2023-08-12T23:36:57.038Z Venus moves from Leo to Cancer +2023-08-13T00:06:54.073Z sunset +2023-08-13T08:09:32.345Z moonrise +2023-08-13T10:52:58.272Z sunrise 2023-08-13T11:08:23.839Z Venus inferior conjunction 2023-08-13T15:29:28.701Z Moon culminates 88.19 degrees above the horizon 2023-08-13T17:29:41.114Z Sun culminates 75.99 degrees above the horizon -2023-08-13T22:46:07.852Z moonset -2023-08-14T00:05:59.993Z sunset -2023-08-14T09:05:48.085Z moonrise -2023-08-14T10:53:31.030Z sunrise +2023-08-13T22:46:07.853Z moonset +2023-08-14T00:05:59.994Z sunset +2023-08-14T09:05:48.084Z moonrise +2023-08-14T10:53:31.029Z sunrise 2023-08-14T16:19:00.636Z Moon culminates 85.73 degrees above the horizon 2023-08-14T17:29:30.072Z Sun culminates 75.68 degrees above the horizon -2023-08-14T23:27:07.592Z moonset -2023-08-15T00:05:04.980Z sunset +2023-08-14T23:27:07.593Z moonset +2023-08-15T00:05:04.981Z sunset 2023-08-15T10:02:18.575Z moonrise -2023-08-15T10:54:03.645Z sunrise +2023-08-15T10:54:03.644Z sunrise 2023-08-15T17:05:44.570Z Moon culminates 82.16 degrees above the horizon 2023-08-15T17:29:18.498Z Sun culminates 75.37 degrees above the horizon -2023-08-16T00:03:00.756Z moonset -2023-08-16T00:04:09.054Z sunset +2023-08-16T00:03:00.757Z moonset +2023-08-16T00:04:09.055Z sunset 2023-08-16T09:38:53.971Z new moon 2023-08-16T10:54:36.108Z sunrise 2023-08-16T10:57:53.810Z moonrise 2023-08-16T11:54:07.565Z lunar apogee at 406625 km 2023-08-16T17:29:06.396Z Sun culminates 75.06 degrees above the horizon 2023-08-16T17:49:41.366Z Moon culminates 77.70 degrees above the horizon -2023-08-17T00:03:12.234Z sunset -2023-08-17T00:34:50.053Z moonset +2023-08-17T00:03:12.235Z sunset +2023-08-17T00:34:50.054Z moonset 2023-08-17T10:55:08.412Z sunrise 2023-08-17T11:52:07.056Z moonrise 2023-08-17T17:28:53.774Z Sun culminates 74.74 degrees above the horizon -2023-08-17T18:31:19.084Z Moon culminates 72.58 degrees above the horizon -2023-08-17T21:32:28.913Z Mars moves from Leo to Virgo +2023-08-17T18:31:19.085Z Moon culminates 72.58 degrees above the horizon +2023-08-17T21:32:30.152Z Mars moves from Leo to Virgo 2023-08-18T00:02:14.542Z sunset 2023-08-18T01:03:45.568Z moonset 2023-08-18T10:55:40.549Z sunrise @@ -5283,406 +5283,406 @@ 2023-08-19T00:01:15.997Z sunset 2023-08-19T01:30:56.860Z moonset 2023-08-19T10:56:12.513Z sunrise -2023-08-19T13:37:38.917Z moonrise +2023-08-19T13:37:38.918Z moonrise 2023-08-19T17:28:26.996Z Sun culminates 74.09 degrees above the horizon 2023-08-19T19:50:50.048Z Moon culminates 61.19 degrees above the horizon 2023-08-20T00:00:16.621Z sunset -2023-08-20T01:57:32.003Z moonset +2023-08-20T01:57:32.002Z moonset 2023-08-20T10:56:44.299Z sunrise 2023-08-20T14:30:29.362Z moonrise 2023-08-20T17:28:12.856Z Sun culminates 73.76 degrees above the horizon 2023-08-20T20:30:42.450Z Moon culminates 55.30 degrees above the horizon -2023-08-20T23:59:16.437Z sunset -2023-08-21T02:24:40.680Z moonset -2023-08-21T10:57:15.902Z sunrise -2023-08-21T15:24:43.035Z moonrise +2023-08-20T23:59:16.436Z sunset +2023-08-21T02:24:40.679Z moonset +2023-08-21T10:57:15.903Z sunrise +2023-08-21T15:24:43.036Z moonrise 2023-08-21T17:27:58.228Z Sun culminates 73.43 degrees above the horizon -2023-08-21T21:12:09.369Z Moon culminates 49.53 degrees above the horizon -2023-08-21T23:58:15.466Z sunset -2023-08-22T02:53:39.409Z moonset -2023-08-22T10:57:47.322Z sunrise -2023-08-22T16:21:21.341Z moonrise -2023-08-22T17:27:43.122Z Sun culminates 73.10 degrees above the horizon +2023-08-21T21:12:09.370Z Moon culminates 49.53 degrees above the horizon +2023-08-21T23:58:15.465Z sunset +2023-08-22T02:53:39.408Z moonset +2023-08-22T10:57:47.323Z sunrise +2023-08-22T16:21:21.343Z moonrise +2023-08-22T17:27:43.123Z Sun culminates 73.10 degrees above the horizon 2023-08-22T21:56:23.890Z Moon culminates 44.12 degrees above the horizon -2023-08-22T23:57:13.733Z sunset +2023-08-22T23:57:13.731Z sunset 2023-08-23T03:25:57.423Z moonset -2023-08-23T10:58:18.556Z sunrise -2023-08-23T17:21:10.162Z moonrise +2023-08-23T10:58:18.559Z sunrise +2023-08-23T17:21:10.164Z moonrise 2023-08-23T17:27:27.552Z Sun culminates 72.76 degrees above the horizon -2023-08-23T22:44:37.701Z Moon culminates 39.33 degrees above the horizon -2023-08-23T23:56:11.261Z sunset -2023-08-24T04:03:20.480Z moonset +2023-08-23T22:44:37.702Z Moon culminates 39.33 degrees above the horizon +2023-08-23T23:56:11.260Z sunset +2023-08-24T04:03:20.479Z moonset 2023-08-24T09:57:52.006Z first quarter -2023-08-24T10:58:49.607Z sunrise -2023-08-24T17:27:11.529Z Sun culminates 72.42 degrees above the horizon -2023-08-24T18:24:14.263Z moonrise -2023-08-24T23:37:46.180Z Moon culminates 35.52 degrees above the horizon -2023-08-24T23:55:08.077Z sunset -2023-08-25T04:47:45.568Z moonset -2023-08-25T10:59:20.477Z sunrise +2023-08-24T10:58:49.610Z sunrise +2023-08-24T17:27:11.530Z Sun culminates 72.42 degrees above the horizon +2023-08-24T18:24:14.267Z moonrise +2023-08-24T23:37:46.182Z Moon culminates 35.52 degrees above the horizon +2023-08-24T23:55:08.076Z sunset +2023-08-25T04:47:45.567Z moonset +2023-08-25T10:59:20.480Z sunrise 2023-08-25T17:26:55.070Z Sun culminates 72.07 degrees above the horizon -2023-08-25T19:29:23.864Z moonrise -2023-08-25T23:54:04.206Z sunset -2023-08-26T00:36:00.566Z Moon culminates 33.12 degrees above the horizon -2023-08-26T05:40:53.248Z moonset -2023-08-26T10:59:51.170Z sunrise -2023-08-26T17:26:38.188Z Sun culminates 71.73 degrees above the horizon -2023-08-26T20:33:59.444Z moonrise +2023-08-25T19:29:23.869Z moonrise +2023-08-25T23:54:04.205Z sunset +2023-08-26T00:36:00.568Z Moon culminates 33.12 degrees above the horizon +2023-08-26T05:40:53.247Z moonset +2023-08-26T10:59:51.172Z sunrise +2023-08-26T17:26:38.189Z Sun culminates 71.73 degrees above the horizon +2023-08-26T20:33:59.449Z moonrise 2023-08-26T23:52:59.675Z sunset -2023-08-27T01:38:16.450Z Moon culminates 32.53 degrees above the horizon -2023-08-27T06:43:09.167Z moonset +2023-08-27T01:38:16.452Z Moon culminates 32.53 degrees above the horizon +2023-08-27T06:43:09.166Z moonset 2023-08-27T08:13:20.816Z Saturn opposition -2023-08-27T11:00:21.692Z sunrise -2023-08-27T17:26:20.902Z Sun culminates 71.38 degrees above the horizon -2023-08-27T21:34:36.950Z moonrise -2023-08-27T23:51:54.512Z sunset -2023-08-28T02:42:10.533Z Moon culminates 34.03 degrees above the horizon -2023-08-28T07:52:46.650Z moonset +2023-08-27T11:00:21.693Z sunrise +2023-08-27T17:26:20.903Z Sun culminates 71.38 degrees above the horizon +2023-08-27T21:34:36.954Z moonrise +2023-08-27T23:51:54.513Z sunset +2023-08-28T02:42:10.534Z Moon culminates 34.03 degrees above the horizon +2023-08-28T07:52:46.648Z moonset 2023-08-28T11:00:52.049Z sunrise -2023-08-28T17:26:03.228Z Sun culminates 71.02 degrees above the horizon -2023-08-28T22:28:45.181Z moonrise -2023-08-28T23:50:48.745Z sunset -2023-08-29T03:44:52.675Z Moon culminates 37.61 degrees above the horizon -2023-08-29T09:06:06.832Z moonset -2023-08-29T11:01:22.250Z sunrise +2023-08-28T17:26:03.229Z Sun culminates 71.02 degrees above the horizon +2023-08-28T22:28:45.184Z moonrise +2023-08-28T23:50:48.747Z sunset +2023-08-29T03:44:52.676Z Moon culminates 37.61 degrees above the horizon +2023-08-29T09:06:06.830Z moonset +2023-08-29T11:01:22.249Z sunrise 2023-08-29T17:25:45.186Z Sun culminates 70.67 degrees above the horizon -2023-08-29T23:15:49.145Z moonrise -2023-08-29T23:49:42.404Z sunset -2023-08-30T04:44:21.860Z Moon culminates 42.94 degrees above the horizon -2023-08-30T10:19:28.067Z moonset -2023-08-30T11:01:52.305Z sunrise +2023-08-29T23:15:49.147Z moonrise +2023-08-29T23:49:42.405Z sunset +2023-08-30T04:44:21.861Z Moon culminates 42.94 degrees above the horizon +2023-08-30T10:19:28.065Z moonset +2023-08-30T11:01:52.303Z sunrise 2023-08-30T15:54:34.204Z lunar perigee at 357172 km 2023-08-30T17:25:26.794Z Sun culminates 70.31 degrees above the horizon -2023-08-30T23:48:35.515Z sunset -2023-08-30T23:56:51.345Z moonrise +2023-08-30T23:48:35.516Z sunset +2023-08-30T23:56:51.346Z moonrise 2023-08-31T01:36:08.472Z full moon 2023-08-31T05:40:02.502Z Moon culminates 49.53 degrees above the horizon -2023-08-31T11:02:22.224Z sunrise -2023-08-31T11:30:40.408Z moonset +2023-08-31T11:02:22.223Z sunrise +2023-08-31T11:30:40.407Z moonset 2023-08-31T17:25:08.073Z Sun culminates 69.95 degrees above the horizon -2023-08-31T23:47:28.107Z sunset -2023-09-01T00:33:38.126Z moonrise +2023-08-31T23:47:28.108Z sunset +2023-09-01T00:33:38.127Z moonrise 2023-09-01T06:32:28.530Z Moon culminates 56.79 degrees above the horizon -2023-09-01T11:02:52.020Z sunrise -2023-09-01T12:39:15.844Z moonset +2023-09-01T11:02:52.019Z sunrise +2023-09-01T12:39:15.843Z moonset 2023-09-01T17:24:49.043Z Sun culminates 69.59 degrees above the horizon -2023-09-01T23:46:20.210Z sunset -2023-09-02T01:08:02.139Z moonrise +2023-09-01T23:46:20.211Z sunset +2023-09-02T01:08:02.140Z moonrise 2023-09-02T07:22:49.197Z Moon culminates 64.16 degrees above the horizon -2023-09-02T11:03:21.706Z sunrise -2023-09-02T13:45:47.582Z moonset +2023-09-02T11:03:21.705Z sunrise +2023-09-02T13:45:47.581Z moonset 2023-09-02T17:24:29.724Z Sun culminates 69.23 degrees above the horizon -2023-09-02T23:45:11.851Z sunset -2023-09-03T01:41:48.591Z moonrise +2023-09-02T23:45:11.852Z sunset +2023-09-03T01:41:48.592Z moonrise 2023-09-03T08:12:21.996Z Moon culminates 71.16 degrees above the horizon -2023-09-03T11:03:51.294Z sunrise -2023-09-03T14:51:05.933Z moonset +2023-09-03T11:03:51.293Z sunrise +2023-09-03T14:51:05.932Z moonset 2023-09-03T17:24:10.138Z Sun culminates 68.86 degrees above the horizon -2023-09-03T23:44:03.059Z sunset +2023-09-03T23:44:03.060Z sunset 2023-09-04T02:16:33.785Z moonrise -2023-09-04T09:02:15.789Z Moon culminates 77.39 degrees above the horizon -2023-09-04T11:04:20.797Z sunrise -2023-09-04T15:55:45.716Z moonset +2023-09-04T09:02:15.788Z Moon culminates 77.39 degrees above the horizon +2023-09-04T11:04:20.796Z sunrise +2023-09-04T15:55:45.715Z moonset 2023-09-04T17:23:50.305Z Sun culminates 68.49 degrees above the horizon -2023-09-04T23:42:53.863Z sunset -2023-09-05T02:53:45.448Z moonrise -2023-09-05T09:53:18.725Z Moon culminates 82.56 degrees above the horizon -2023-09-05T11:04:50.227Z sunrise -2023-09-05T16:59:43.773Z moonset +2023-09-04T23:42:53.865Z sunset +2023-09-05T02:53:45.447Z moonrise +2023-09-05T09:53:18.723Z Moon culminates 82.56 degrees above the horizon +2023-09-05T11:04:50.226Z sunrise +2023-09-05T16:59:43.772Z moonset 2023-09-05T17:23:30.245Z Sun culminates 68.12 degrees above the horizon -2023-09-05T23:41:44.292Z sunset -2023-09-06T03:34:38.262Z moonrise -2023-09-06T10:45:47.494Z Moon culminates 86.40 degrees above the horizon +2023-09-05T23:41:44.294Z sunset +2023-09-06T03:34:38.259Z moonrise +2023-09-06T10:45:47.491Z Moon culminates 86.40 degrees above the horizon 2023-09-06T11:02:09.084Z Mercury inferior conjunction -2023-09-06T11:05:19.597Z sunrise -2023-09-06T17:23:09.978Z Sun culminates 67.75 degrees above the horizon -2023-09-06T18:02:08.065Z moonset -2023-09-06T19:48:20.981Z Mercury moves from Leo to Sextans +2023-09-06T11:05:19.595Z sunrise +2023-09-06T17:23:09.979Z Sun culminates 67.75 degrees above the horizon +2023-09-06T18:02:08.063Z moonset +2023-09-06T19:48:20.042Z Mercury moves from Leo to Sextans 2023-09-06T22:21:42.724Z third quarter -2023-09-06T23:40:34.372Z sunset -2023-09-07T04:20:01.243Z moonrise -2023-09-07T11:05:48.916Z sunrise -2023-09-07T11:39:20.268Z Moon culminates 88.76 degrees above the horizon -2023-09-07T17:22:49.524Z Sun culminates 67.38 degrees above the horizon -2023-09-07T19:01:26.689Z moonset -2023-09-07T23:39:24.133Z sunset -2023-09-08T05:09:59.808Z moonrise -2023-09-08T11:06:18.197Z sunrise -2023-09-08T12:33:00.180Z Moon culminates 89.57 degrees above the horizon +2023-09-06T23:40:34.375Z sunset +2023-09-07T04:20:01.239Z moonrise +2023-09-07T11:05:48.914Z sunrise +2023-09-07T11:39:20.265Z Moon culminates 88.76 degrees above the horizon +2023-09-07T17:22:49.525Z Sun culminates 67.38 degrees above the horizon +2023-09-07T19:01:26.688Z moonset +2023-09-07T23:39:24.135Z sunset +2023-09-08T05:09:59.804Z moonrise +2023-09-08T11:06:18.194Z sunrise +2023-09-08T12:33:00.178Z Moon culminates 89.57 degrees above the horizon 2023-09-08T17:22:28.902Z Sun culminates 67.00 degrees above the horizon 2023-09-08T19:56:00.529Z moonset -2023-09-08T23:38:13.599Z sunset -2023-09-09T06:03:45.151Z moonrise -2023-09-09T11:06:47.447Z sunrise -2023-09-09T13:25:33.443Z Moon culminates 88.87 degrees above the horizon +2023-09-08T23:38:13.602Z sunset +2023-09-09T06:03:45.147Z moonrise +2023-09-09T11:06:47.445Z sunrise +2023-09-09T13:25:33.441Z Moon culminates 88.87 degrees above the horizon 2023-09-09T17:22:08.128Z Sun culminates 66.63 degrees above the horizon -2023-09-09T20:44:43.608Z moonset -2023-09-09T23:37:02.799Z sunset -2023-09-10T06:59:46.210Z moonrise -2023-09-10T11:07:16.678Z sunrise -2023-09-10T14:15:55.265Z Moon culminates 86.79 degrees above the horizon +2023-09-09T20:44:43.609Z moonset +2023-09-09T23:37:02.801Z sunset +2023-09-10T06:59:46.206Z moonrise +2023-09-10T11:07:16.677Z sunrise +2023-09-10T14:15:55.264Z Moon culminates 86.79 degrees above the horizon 2023-09-10T17:21:47.221Z Sun culminates 66.25 degrees above the horizon -2023-09-10T21:27:24.399Z moonset -2023-09-10T23:35:51.756Z sunset -2023-09-11T07:56:23.093Z moonrise -2023-09-11T11:07:45.898Z sunrise -2023-09-11T15:03:29.376Z Moon culminates 83.52 degrees above the horizon -2023-09-11T17:21:26.198Z Sun culminates 65.87 degrees above the horizon -2023-09-11T22:04:38.916Z moonset -2023-09-11T23:34:40.497Z sunset -2023-09-12T06:07:28.435Z Mercury moves from Sextans to Leo -2023-09-12T08:52:20.735Z moonrise -2023-09-12T11:08:15.116Z sunrise +2023-09-10T21:27:24.400Z moonset +2023-09-10T23:35:51.758Z sunset +2023-09-11T07:56:23.090Z moonrise +2023-09-11T11:07:45.897Z sunrise +2023-09-11T15:03:29.375Z Moon culminates 83.52 degrees above the horizon +2023-09-11T17:21:26.199Z Sun culminates 65.87 degrees above the horizon +2023-09-11T22:04:38.918Z moonset +2023-09-11T23:34:40.499Z sunset +2023-09-12T06:07:27.943Z Mercury moves from Sextans to Leo +2023-09-12T08:52:20.733Z moonrise +2023-09-12T11:08:15.114Z sunrise 2023-09-12T15:41:42.932Z lunar apogee at 406279 km 2023-09-12T15:48:12.976Z Moon culminates 79.29 degrees above the horizon 2023-09-12T17:21:05.076Z Sun culminates 65.49 degrees above the horizon -2023-09-12T22:37:29.830Z moonset -2023-09-12T23:33:29.046Z sunset -2023-09-13T09:47:04.374Z moonrise -2023-09-13T11:08:44.338Z sunrise +2023-09-12T22:37:29.832Z moonset +2023-09-12T23:33:29.047Z sunset +2023-09-13T09:47:04.373Z moonrise +2023-09-13T11:08:44.337Z sunrise 2023-09-13T16:30:30.490Z Moon culminates 74.32 degrees above the horizon 2023-09-13T17:20:43.870Z Sun culminates 65.11 degrees above the horizon -2023-09-13T23:07:08.296Z moonset -2023-09-13T23:32:17.427Z sunset -2023-09-14T10:40:36.976Z moonrise -2023-09-14T11:09:13.575Z sunrise +2023-09-13T23:07:08.297Z moonset +2023-09-13T23:32:17.428Z sunset +2023-09-14T10:40:36.975Z moonrise +2023-09-14T11:09:13.574Z sunrise 2023-09-14T17:11:04.060Z Moon culminates 68.82 degrees above the horizon 2023-09-14T17:20:22.596Z Sun culminates 64.72 degrees above the horizon -2023-09-14T23:31:05.663Z sunset -2023-09-14T23:34:44.612Z moonset +2023-09-14T23:31:05.664Z sunset +2023-09-14T23:34:44.613Z moonset 2023-09-15T01:40:30.487Z new moon -2023-09-15T11:09:42.833Z sunrise -2023-09-15T11:33:28.758Z moonrise +2023-09-15T11:09:42.832Z sunrise +2023-09-15T11:33:28.757Z moonrise 2023-09-15T17:20:01.271Z Sun culminates 64.34 degrees above the horizon 2023-09-15T17:50:46.095Z Moon culminates 63.00 degrees above the horizon -2023-09-15T23:29:53.780Z sunset +2023-09-15T23:29:53.781Z sunset 2023-09-16T00:01:26.228Z moonset 2023-09-16T11:10:12.120Z sunrise -2023-09-16T12:26:26.633Z moonrise +2023-09-16T12:26:26.632Z moonrise 2023-09-16T17:19:39.911Z Sun culminates 63.95 degrees above the horizon 2023-09-16T18:30:35.139Z Moon culminates 57.05 degrees above the horizon -2023-09-16T23:28:41.800Z sunset +2023-09-16T23:28:41.801Z sunset 2023-09-17T00:28:20.043Z moonset 2023-09-17T03:15:14.623Z Venus peak magnitude -4.76 in morning sky -2023-09-17T11:10:41.446Z sunrise +2023-09-17T11:10:41.445Z sunrise 2023-09-17T13:20:25.651Z moonrise 2023-09-17T17:19:18.531Z Sun culminates 63.57 degrees above the horizon 2023-09-17T19:11:34.059Z Moon culminates 51.17 degrees above the horizon 2023-09-17T23:27:29.748Z sunset 2023-09-18T00:56:36.822Z moonset -2023-09-18T11:11:10.818Z sunrise +2023-09-18T11:11:10.819Z sunrise 2023-09-18T14:16:20.576Z moonrise 2023-09-18T17:18:57.149Z Sun culminates 63.18 degrees above the horizon 2023-09-18T19:54:48.457Z Moon culminates 45.60 degrees above the horizon 2023-09-18T23:26:17.648Z sunset 2023-09-19T01:27:36.264Z moonset 2023-09-19T11:07:37.217Z Neptune opposition -2023-09-19T11:11:40.247Z sunrise -2023-09-19T15:14:53.718Z moonrise +2023-09-19T11:11:40.248Z sunrise +2023-09-19T15:14:53.719Z moonrise 2023-09-19T17:18:35.782Z Sun culminates 62.79 degrees above the horizon 2023-09-19T20:41:22.402Z Moon culminates 40.59 degrees above the horizon -2023-09-19T23:25:05.526Z sunset +2023-09-19T23:25:05.525Z sunset 2023-09-20T02:02:50.690Z moonset -2023-09-20T11:12:09.743Z sunrise -2023-09-20T16:16:15.114Z moonrise +2023-09-20T11:12:09.744Z sunrise +2023-09-20T16:16:15.116Z moonrise 2023-09-20T17:18:14.448Z Sun culminates 62.40 degrees above the horizon -2023-09-20T21:32:07.709Z Moon culminates 36.48 degrees above the horizon -2023-09-20T23:23:53.405Z sunset +2023-09-20T21:32:07.710Z Moon culminates 36.48 degrees above the horizon +2023-09-20T23:23:53.404Z sunset 2023-09-21T02:44:02.712Z moonset -2023-09-21T11:12:39.317Z sunrise +2023-09-21T11:12:39.318Z sunrise 2023-09-21T17:17:53.164Z Sun culminates 62.02 degrees above the horizon -2023-09-21T17:19:36.267Z moonrise -2023-09-21T22:27:23.961Z Moon culminates 33.61 degrees above the horizon -2023-09-21T23:22:41.314Z sunset +2023-09-21T17:19:36.269Z moonrise +2023-09-21T22:27:23.962Z Moon culminates 33.61 degrees above the horizon +2023-09-21T23:22:41.312Z sunset 2023-09-22T03:32:47.973Z moonset -2023-09-22T11:13:08.980Z sunrise +2023-09-22T11:13:08.981Z sunrise 2023-09-22T13:17:24.230Z Mercury max morning elongation: 17.86 degrees from Sun 2023-09-22T17:17:31.951Z Sun culminates 61.63 degrees above the horizon -2023-09-22T18:22:53.836Z moonrise +2023-09-22T18:22:53.839Z moonrise 2023-09-22T19:32:21.462Z first quarter -2023-09-22T23:21:29.278Z sunset -2023-09-22T23:26:33.979Z Moon culminates 32.37 degrees above the horizon +2023-09-22T23:21:29.277Z sunset +2023-09-22T23:26:33.980Z Moon culminates 32.37 degrees above the horizon 2023-09-23T04:29:54.811Z moonset -2023-09-23T06:50:00.524Z September equinox -2023-09-23T11:13:38.745Z sunrise +2023-09-23T06:49:59.173Z September equinox +2023-09-23T11:13:38.746Z sunrise 2023-09-23T17:17:10.830Z Sun culminates 61.24 degrees above the horizon 2023-09-23T18:01:16.890Z Mercury perihelion at 0.3075 AU -2023-09-23T19:23:14.356Z moonrise +2023-09-23T19:23:14.359Z moonrise 2023-09-23T23:20:17.324Z sunset -2023-09-24T00:27:54.496Z Moon culminates 33.02 degrees above the horizon -2023-09-24T05:34:34.455Z moonset +2023-09-24T00:27:54.497Z Moon culminates 33.02 degrees above the horizon +2023-09-24T05:34:34.454Z moonset 2023-09-24T11:14:08.627Z sunrise 2023-09-24T17:16:49.819Z Sun culminates 60.85 degrees above the horizon -2023-09-24T20:18:06.690Z moonrise +2023-09-24T20:18:06.692Z moonrise 2023-09-24T23:19:05.483Z sunset 2023-09-25T01:29:05.147Z Moon culminates 35.65 degrees above the horizon -2023-09-25T03:21:42.721Z Venus moves from Cancer to Leo -2023-09-25T06:44:12.258Z moonset -2023-09-25T11:14:38.639Z sunrise +2023-09-25T03:21:43.916Z Venus moves from Cancer to Leo +2023-09-25T06:44:12.256Z moonset +2023-09-25T11:14:38.638Z sunrise 2023-09-25T17:16:28.943Z Sun culminates 60.46 degrees above the horizon -2023-09-25T21:06:28.272Z moonrise -2023-09-25T23:17:53.781Z sunset +2023-09-25T21:06:28.274Z moonrise +2023-09-25T23:17:53.782Z sunset 2023-09-26T02:28:06.523Z Moon culminates 40.10 degrees above the horizon -2023-09-26T07:55:33.796Z moonset -2023-09-26T11:15:08.797Z sunrise +2023-09-26T07:55:33.794Z moonset +2023-09-26T11:15:08.796Z sunrise 2023-09-26T17:16:08.223Z Sun culminates 60.07 degrees above the horizon -2023-09-26T21:48:50.738Z moonrise -2023-09-26T23:16:42.249Z sunset -2023-09-27T03:24:03.183Z Moon culminates 46.01 degrees above the horizon -2023-09-27T09:06:13.806Z moonset -2023-09-27T11:15:39.118Z sunrise +2023-09-26T21:48:50.740Z moonrise +2023-09-26T23:16:42.251Z sunset +2023-09-27T03:24:03.182Z Moon culminates 46.01 degrees above the horizon +2023-09-27T09:06:13.804Z moonset +2023-09-27T11:15:39.116Z sunrise 2023-09-27T17:15:47.682Z Sun culminates 59.68 degrees above the horizon -2023-09-27T22:26:41.246Z moonrise -2023-09-27T23:15:30.917Z sunset +2023-09-27T22:26:41.247Z moonrise +2023-09-27T23:15:30.919Z sunset 2023-09-28T00:59:13.114Z lunar perigee at 359903 km 2023-09-28T04:17:05.979Z Moon culminates 52.92 degrees above the horizon -2023-09-28T10:15:13.853Z moonset -2023-09-28T11:16:09.619Z sunrise +2023-09-28T10:15:13.851Z moonset +2023-09-28T11:16:09.617Z sunrise 2023-09-28T17:15:27.345Z Sun culminates 59.29 degrees above the horizon -2023-09-28T23:01:44.762Z moonrise -2023-09-28T23:14:19.914Z sunset +2023-09-28T23:01:44.763Z moonrise +2023-09-28T23:14:19.916Z sunset 2023-09-29T05:08:08.825Z Moon culminates 60.31 degrees above the horizon 2023-09-29T09:58:02.608Z full moon -2023-09-29T11:16:40.317Z sunrise -2023-09-29T11:22:44.193Z moonset -2023-09-29T17:15:07.234Z Sun culminates 58.91 degrees above the horizon -2023-09-29T23:13:09.069Z sunset -2023-09-29T23:35:45.397Z moonrise +2023-09-29T11:16:40.316Z sunrise +2023-09-29T11:22:44.192Z moonset +2023-09-29T17:15:07.235Z Sun culminates 58.91 degrees above the horizon +2023-09-29T23:13:09.071Z sunset +2023-09-29T23:35:45.398Z moonrise 2023-09-30T05:58:23.224Z Moon culminates 67.65 degrees above the horizon -2023-09-30T11:17:11.233Z sunrise -2023-09-30T12:29:25.861Z moonset +2023-09-30T11:17:11.231Z sunrise +2023-09-30T12:29:25.860Z moonset 2023-09-30T17:14:47.376Z Sun culminates 58.52 degrees above the horizon -2023-09-30T23:11:58.514Z sunset -2023-10-01T00:10:21.572Z moonrise -2023-10-01T03:32:59.194Z Mercury moves from Leo to Virgo +2023-09-30T23:11:58.515Z sunset +2023-10-01T00:10:21.573Z moonrise +2023-10-01T03:32:59.671Z Mercury moves from Leo to Virgo 2023-10-01T06:48:59.205Z Moon culminates 74.48 degrees above the horizon -2023-10-01T11:17:42.382Z sunrise -2023-10-01T13:35:55.246Z moonset +2023-10-01T11:17:42.381Z sunrise +2023-10-01T13:35:55.244Z moonset 2023-10-01T17:14:27.792Z Sun culminates 58.13 degrees above the horizon -2023-10-01T23:10:48.279Z sunset -2023-10-02T00:47:05.446Z moonrise -2023-10-02T07:40:50.475Z Moon culminates 80.37 degrees above the horizon -2023-10-02T11:18:13.784Z sunrise -2023-10-02T14:42:15.394Z moonset +2023-10-01T23:10:48.280Z sunset +2023-10-02T00:47:05.447Z moonrise +2023-10-02T07:40:50.474Z Moon culminates 80.37 degrees above the horizon +2023-10-02T11:18:13.782Z sunrise +2023-10-02T14:42:15.392Z moonset 2023-10-02T17:14:08.509Z Sun culminates 57.74 degrees above the horizon -2023-10-02T23:09:38.393Z sunset +2023-10-02T23:09:38.395Z sunset 2023-10-03T01:27:19.062Z moonrise -2023-10-03T08:34:20.540Z Moon culminates 84.99 degrees above the horizon -2023-10-03T11:18:45.455Z sunrise -2023-10-03T15:47:36.899Z moonset +2023-10-03T08:34:20.538Z Moon culminates 84.99 degrees above the horizon +2023-10-03T11:18:45.453Z sunrise +2023-10-03T15:47:36.896Z moonset 2023-10-03T17:13:49.548Z Sun culminates 57.36 degrees above the horizon -2023-10-03T23:08:28.888Z sunset -2023-10-04T02:12:02.234Z moonrise -2023-10-04T09:29:11.639Z Moon culminates 88.10 degrees above the horizon -2023-10-04T11:19:17.410Z sunrise -2023-10-04T16:50:19.195Z moonset +2023-10-03T23:08:28.890Z sunset +2023-10-04T02:12:02.233Z moonrise +2023-10-04T09:29:11.637Z Moon culminates 88.10 degrees above the horizon +2023-10-04T11:19:17.408Z sunrise +2023-10-04T16:50:19.192Z moonset 2023-10-04T17:13:30.933Z Sun culminates 56.97 degrees above the horizon -2023-10-04T23:07:19.794Z sunset -2023-10-05T03:01:32.721Z moonrise -2023-10-05T10:24:24.625Z Moon culminates 89.57 degrees above the horizon -2023-10-05T11:19:49.665Z sunrise +2023-10-04T23:07:19.797Z sunset +2023-10-05T03:01:32.718Z moonrise +2023-10-05T10:24:24.622Z Moon culminates 89.57 degrees above the horizon +2023-10-05T11:19:49.662Z sunrise 2023-10-05T17:13:12.687Z Sun culminates 56.59 degrees above the horizon -2023-10-05T17:48:22.268Z moonset -2023-10-05T23:06:11.141Z sunset -2023-10-06T03:55:10.485Z moonrise -2023-10-06T11:18:36.892Z Moon culminates 89.43 degrees above the horizon -2023-10-06T11:20:22.234Z sunrise +2023-10-05T17:48:22.266Z moonset +2023-10-05T23:06:11.143Z sunset +2023-10-06T03:55:10.481Z moonrise +2023-10-06T11:18:36.890Z Moon culminates 89.43 degrees above the horizon +2023-10-06T11:20:22.231Z sunrise 2023-10-06T13:48:24.382Z third quarter -2023-10-06T17:12:54.831Z Sun culminates 56.20 degrees above the horizon -2023-10-06T18:40:16.104Z moonset -2023-10-06T23:05:02.957Z sunset -2023-10-07T04:51:24.932Z moonrise -2023-10-07T11:20:55.128Z sunrise -2023-10-07T12:10:32.503Z Moon culminates 87.80 degrees above the horizon +2023-10-06T17:12:54.830Z Sun culminates 56.20 degrees above the horizon +2023-10-06T18:40:16.102Z moonset +2023-10-06T23:05:02.960Z sunset +2023-10-07T04:51:24.928Z moonrise +2023-10-07T11:20:55.125Z sunrise +2023-10-07T12:10:32.501Z Moon culminates 87.80 degrees above the horizon 2023-10-07T17:12:37.385Z Sun culminates 55.82 degrees above the horizon 2023-10-07T19:25:33.299Z moonset -2023-10-07T23:03:55.273Z sunset -2023-10-08T05:48:29.090Z moonrise -2023-10-08T11:21:28.359Z sunrise -2023-10-08T12:59:26.750Z Moon culminates 84.90 degrees above the horizon +2023-10-07T23:03:55.275Z sunset +2023-10-08T05:48:29.087Z moonrise +2023-10-08T11:21:28.357Z sunrise +2023-10-08T12:59:26.749Z Moon culminates 84.90 degrees above the horizon 2023-10-08T17:12:20.369Z Sun culminates 55.44 degrees above the horizon -2023-10-08T20:04:45.755Z moonset -2023-10-08T23:02:48.116Z sunset -2023-10-09T06:44:58.629Z moonrise -2023-10-09T11:22:01.938Z sunrise -2023-10-09T13:45:13.163Z Moon culminates 80.96 degrees above the horizon +2023-10-08T20:04:45.754Z moonset +2023-10-08T23:02:48.118Z sunset +2023-10-09T06:44:58.627Z moonrise +2023-10-09T11:22:01.936Z sunrise +2023-10-09T13:45:13.162Z Moon culminates 80.96 degrees above the horizon 2023-10-09T17:12:03.802Z Sun culminates 55.06 degrees above the horizon 2023-10-09T20:38:59.888Z moonset -2023-10-09T23:01:41.514Z sunset +2023-10-09T23:01:41.515Z sunset 2023-10-10T03:41:36.477Z lunar apogee at 405415 km -2023-10-10T07:40:11.835Z moonrise -2023-10-10T11:22:35.772Z sunrise -2023-10-10T14:28:16.229Z Moon culminates 76.21 degrees above the horizon +2023-10-10T07:40:11.833Z moonrise +2023-10-10T11:22:35.771Z sunrise +2023-10-10T14:28:16.228Z Moon culminates 76.21 degrees above the horizon 2023-10-10T17:11:47.703Z Sun culminates 54.68 degrees above the horizon 2023-10-10T21:09:33.219Z moonset -2023-10-10T23:00:35.494Z sunset -2023-10-11T08:34:08.131Z moonrise -2023-10-11T11:23:10.070Z sunrise +2023-10-10T23:00:35.495Z sunset +2023-10-11T08:34:08.129Z moonrise +2023-10-11T11:23:10.068Z sunrise 2023-10-11T15:09:19.895Z Moon culminates 70.86 degrees above the horizon 2023-10-11T17:11:32.087Z Sun culminates 54.30 degrees above the horizon -2023-10-11T21:37:41.803Z moonset -2023-10-11T22:59:30.082Z sunset -2023-10-12T09:27:16.626Z moonrise -2023-10-12T11:23:44.737Z sunrise +2023-10-11T21:37:41.804Z moonset +2023-10-11T22:59:30.084Z sunset +2023-10-12T09:27:16.625Z moonrise +2023-10-12T11:23:44.736Z sunrise 2023-10-12T15:49:18.540Z Moon culminates 65.10 degrees above the horizon 2023-10-12T17:11:16.971Z Sun culminates 53.93 degrees above the horizon -2023-10-12T22:04:36.979Z moonset -2023-10-12T22:58:25.305Z sunset -2023-10-13T10:20:24.268Z moonrise +2023-10-12T22:04:36.980Z moonset +2023-10-12T22:58:25.307Z sunset +2023-10-13T10:20:24.267Z moonrise 2023-10-13T11:24:19.779Z sunrise 2023-10-13T16:29:11.975Z Moon culminates 59.12 degrees above the horizon 2023-10-13T17:11:02.371Z Sun culminates 53.55 degrees above the horizon -2023-10-13T22:31:27.339Z moonset -2023-10-13T22:57:21.189Z sunset -2023-10-14T11:14:26.472Z moonrise +2023-10-13T22:31:27.340Z moonset +2023-10-13T22:57:21.190Z sunset +2023-10-14T11:14:26.471Z moonrise 2023-10-14T11:24:55.201Z sunrise -2023-10-14T17:10:03.251Z Moon culminates 53.12 degrees above the horizon +2023-10-14T17:10:03.252Z Moon culminates 53.12 degrees above the horizon 2023-10-14T17:10:48.301Z Sun culminates 53.18 degrees above the horizon -2023-10-14T17:26:24.593Z partial solar eclipse peak at 52.98 degrees altitude +2023-10-14T17:26:24.595Z partial solar eclipse peak at 52.98 degrees altitude 2023-10-14T17:55:48.311Z new moon -2023-10-14T22:56:17.758Z sunset -2023-10-14T22:59:23.067Z moonset +2023-10-14T22:56:17.759Z sunset +2023-10-14T22:59:23.068Z moonset 2023-10-15T11:25:31.007Z sunrise 2023-10-15T12:10:18.547Z moonrise -2023-10-15T17:10:34.775Z Sun culminates 52.81 degrees above the horizon -2023-10-15T17:52:57.026Z Moon culminates 47.34 degrees above the horizon -2023-10-15T22:55:15.037Z sunset -2023-10-15T23:29:40.898Z moonset -2023-10-16T11:26:07.198Z sunrise -2023-10-16T13:08:44.071Z moonrise +2023-10-15T17:10:34.776Z Sun culminates 52.81 degrees above the horizon +2023-10-15T17:52:57.027Z Moon culminates 47.34 degrees above the horizon +2023-10-15T22:55:15.038Z sunset +2023-10-15T23:29:40.899Z moonset +2023-10-16T11:26:07.199Z sunrise +2023-10-16T13:08:44.072Z moonrise 2023-10-16T17:10:21.809Z Sun culminates 52.44 degrees above the horizon -2023-10-16T18:38:55.622Z Moon culminates 42.04 degrees above the horizon +2023-10-16T18:38:55.623Z Moon culminates 42.04 degrees above the horizon 2023-10-16T22:54:13.053Z sunset -2023-10-17T00:03:47.816Z moonset -2023-10-17T11:26:43.779Z sunrise -2023-10-17T14:09:56.267Z moonrise +2023-10-17T00:03:47.817Z moonset +2023-10-17T11:26:43.780Z sunrise +2023-10-17T14:09:56.268Z moonrise 2023-10-17T17:10:09.415Z Sun culminates 52.08 degrees above the horizon -2023-10-17T19:28:49.283Z Moon culminates 37.57 degrees above the horizon -2023-10-17T22:53:11.830Z sunset -2023-10-18T00:43:19.576Z moonset -2023-10-18T11:27:20.750Z sunrise -2023-10-18T15:13:12.940Z moonrise +2023-10-17T19:28:49.284Z Moon culminates 37.57 degrees above the horizon +2023-10-17T22:53:11.829Z sunset +2023-10-18T00:43:19.578Z moonset +2023-10-18T11:27:20.752Z sunrise +2023-10-18T15:13:12.941Z moonrise 2023-10-18T17:09:57.607Z Sun culminates 51.71 degrees above the horizon -2023-10-18T20:22:58.151Z Moon culminates 34.27 degrees above the horizon -2023-10-18T22:52:11.393Z sunset -2023-10-19T01:29:46.660Z moonset -2023-10-19T11:27:58.115Z sunrise -2023-10-19T16:16:39.124Z moonrise +2023-10-18T20:22:58.152Z Moon culminates 34.27 degrees above the horizon +2023-10-18T22:52:11.392Z sunset +2023-10-19T01:29:46.661Z moonset +2023-10-19T11:27:58.116Z sunrise +2023-10-19T16:16:39.126Z moonrise 2023-10-19T17:09:46.399Z Sun culminates 51.35 degrees above the horizon -2023-10-19T21:20:50.043Z Moon culminates 32.51 degrees above the horizon -2023-10-19T22:51:11.769Z sunset -2023-10-20T02:24:00.427Z moonset +2023-10-19T21:20:50.044Z Moon culminates 32.51 degrees above the horizon +2023-10-19T22:51:11.768Z sunset +2023-10-20T02:24:00.428Z moonset 2023-10-20T05:19:54.839Z Mercury superior conjunction -2023-10-20T11:28:35.874Z sunrise +2023-10-20T11:28:35.875Z sunrise 2023-10-20T17:09:35.806Z Sun culminates 50.99 degrees above the horizon -2023-10-20T17:17:26.264Z moonrise -2023-10-20T22:20:51.078Z Moon culminates 32.55 degrees above the horizon -2023-10-20T22:50:12.984Z sunset +2023-10-20T17:17:26.265Z moonrise +2023-10-20T22:20:51.079Z Moon culminates 32.55 degrees above the horizon +2023-10-20T22:50:12.983Z sunset 2023-10-21T03:25:28.814Z moonset 2023-10-21T11:29:14.029Z sunrise 2023-10-21T17:09:25.841Z Sun culminates 50.63 degrees above the horizon -2023-10-21T18:12:58.522Z moonrise -2023-10-21T22:49:15.066Z sunset +2023-10-21T18:12:58.523Z moonrise +2023-10-21T22:49:15.065Z sunset 2023-10-21T23:20:50.017Z Moon culminates 34.49 degrees above the horizon 2023-10-22T03:29:58.708Z first quarter 2023-10-22T04:32:02.371Z moonset @@ -5691,177 +5691,177 @@ 2023-10-22T19:02:00.663Z moonrise 2023-10-22T22:48:18.042Z sunset 2023-10-23T00:18:50.529Z Moon culminates 38.22 degrees above the horizon -2023-10-23T05:40:45.136Z moonset +2023-10-23T05:40:45.135Z moonset 2023-10-23T11:30:31.536Z sunrise 2023-10-23T17:09:07.859Z Sun culminates 49.93 degrees above the horizon -2023-10-23T19:44:51.563Z moonrise -2023-10-23T22:47:21.941Z sunset +2023-10-23T19:44:51.562Z moonrise +2023-10-23T22:47:21.942Z sunset 2023-10-23T23:14:59.787Z Venus max morning elongation: 46.41 degrees from Sun -2023-10-24T01:13:53.488Z Moon culminates 43.43 degrees above the horizon -2023-10-24T01:20:00.813Z Mars moves from Virgo to Libra -2023-10-24T06:49:15.215Z moonset -2023-10-24T11:31:10.893Z sunrise +2023-10-24T01:13:53.487Z Moon culminates 43.43 degrees above the horizon +2023-10-24T01:20:01.907Z Mars moves from Virgo to Libra +2023-10-24T06:49:15.214Z moonset +2023-10-24T11:31:10.892Z sunrise 2023-10-24T17:08:59.872Z Sun culminates 49.58 degrees above the horizon 2023-10-24T20:22:50.381Z moonrise -2023-10-24T22:46:26.793Z sunset -2023-10-25T02:06:03.441Z Moon culminates 49.76 degrees above the horizon -2023-10-25T07:56:28.196Z moonset -2023-10-25T11:31:50.656Z sunrise +2023-10-24T22:46:26.794Z sunset +2023-10-25T02:06:03.440Z Moon culminates 49.76 degrees above the horizon +2023-10-25T07:56:28.195Z moonset +2023-10-25T11:31:50.654Z sunrise 2023-10-25T17:08:52.576Z Sun culminates 49.24 degrees above the horizon -2023-10-25T20:57:38.484Z moonrise -2023-10-25T22:45:32.625Z sunset -2023-10-26T02:56:09.706Z Moon culminates 56.78 degrees above the horizon +2023-10-25T20:57:38.485Z moonrise +2023-10-25T22:45:32.628Z sunset +2023-10-26T02:56:09.705Z Moon culminates 56.78 degrees above the horizon 2023-10-26T03:02:53.036Z lunar perigee at 364863 km -2023-10-26T09:02:29.069Z moonset -2023-10-26T11:32:30.827Z sunrise -2023-10-26T17:08:45.987Z Sun culminates 48.89 degrees above the horizon -2023-10-26T21:30:58.892Z moonrise -2023-10-26T22:44:39.469Z sunset -2023-10-27T03:45:23.386Z Moon culminates 64.04 degrees above the horizon -2023-10-27T05:57:45.936Z Mercury moves from Virgo to Libra -2023-10-27T10:08:00.947Z moonset -2023-10-27T11:33:11.410Z sunrise +2023-10-26T09:02:29.068Z moonset +2023-10-26T11:32:30.826Z sunrise +2023-10-26T17:08:45.988Z Sun culminates 48.89 degrees above the horizon +2023-10-26T21:30:58.893Z moonrise +2023-10-26T22:44:39.472Z sunset +2023-10-27T03:45:23.387Z Moon culminates 64.04 degrees above the horizon +2023-10-27T05:57:46.413Z Mercury moves from Virgo to Libra +2023-10-27T10:08:00.946Z moonset +2023-10-27T11:33:11.409Z sunrise 2023-10-27T17:08:40.123Z Sun culminates 48.56 degrees above the horizon -2023-10-27T22:04:30.614Z moonrise -2023-10-27T22:43:47.354Z sunset +2023-10-27T22:04:30.615Z moonrise +2023-10-27T22:43:47.356Z sunset 2023-10-28T04:34:59.625Z Moon culminates 71.10 degrees above the horizon 2023-10-28T11:13:52.293Z moonset -2023-10-28T11:33:52.408Z sunrise +2023-10-28T11:33:52.407Z sunrise 2023-10-28T17:08:34.998Z Sun culminates 48.22 degrees above the horizon 2023-10-28T20:13:57.079Z partial lunar eclipse 2023-10-28T20:24:33.233Z full moon -2023-10-28T22:39:48.951Z moonrise -2023-10-28T22:42:56.309Z sunset +2023-10-28T22:39:48.953Z moonrise +2023-10-28T22:42:56.311Z sunset 2023-10-29T05:26:03.415Z Moon culminates 77.51 degrees above the horizon -2023-10-29T11:34:33.823Z sunrise -2023-10-29T12:20:26.907Z moonset +2023-10-29T11:34:33.822Z sunrise +2023-10-29T12:20:26.906Z moonset 2023-10-29T17:08:30.628Z Sun culminates 47.89 degrees above the horizon -2023-10-29T22:42:06.364Z sunset -2023-10-29T23:18:24.058Z moonrise +2023-10-29T22:42:06.365Z sunset +2023-10-29T23:18:24.059Z moonrise 2023-10-30T06:19:14.567Z Moon culminates 82.86 degrees above the horizon -2023-10-30T11:35:15.656Z sunrise -2023-10-30T13:27:16.965Z moonset +2023-10-30T11:35:15.655Z sunrise +2023-10-30T13:27:16.964Z moonset 2023-10-30T17:08:27.030Z Sun culminates 47.56 degrees above the horizon -2023-10-30T22:41:17.549Z sunset +2023-10-30T22:41:17.550Z sunset 2023-10-31T00:01:31.365Z moonrise -2023-10-31T07:14:31.366Z Moon culminates 86.80 degrees above the horizon -2023-10-31T11:35:57.906Z sunrise -2023-10-31T14:32:48.990Z moonset +2023-10-31T07:14:31.365Z Moon culminates 86.80 degrees above the horizon +2023-10-31T11:35:57.905Z sunrise +2023-10-31T14:32:48.988Z moonset 2023-10-31T17:08:24.217Z Sun culminates 47.23 degrees above the horizon -2023-10-31T22:40:29.893Z sunset +2023-10-31T22:40:29.894Z sunset 2023-11-01T00:49:50.565Z moonrise -2023-11-01T08:11:01.020Z Moon culminates 89.09 degrees above the horizon -2023-11-01T11:36:40.573Z sunrise -2023-11-01T15:34:42.317Z moonset +2023-11-01T08:11:01.019Z Moon culminates 89.09 degrees above the horizon +2023-11-01T11:36:40.572Z sunrise +2023-11-01T15:34:42.315Z moonset 2023-11-01T17:08:22.204Z Sun culminates 46.91 degrees above the horizon -2023-11-01T22:39:43.425Z sunset -2023-11-02T01:43:00.791Z moonrise -2023-11-02T09:07:10.393Z Moon culminates 89.68 degrees above the horizon -2023-11-02T11:37:23.653Z sunrise -2023-11-02T16:23:08.977Z Venus moves from Leo to Virgo -2023-11-02T16:30:44.054Z moonset -2023-11-02T17:08:21.003Z Sun culminates 46.60 degrees above the horizon -2023-11-02T22:38:58.175Z sunset -2023-11-03T02:39:34.898Z moonrise +2023-11-01T22:39:43.427Z sunset +2023-11-02T01:43:00.790Z moonrise +2023-11-02T09:07:10.391Z Moon culminates 89.68 degrees above the horizon +2023-11-02T11:37:23.651Z sunrise +2023-11-02T16:23:09.678Z Venus moves from Leo to Virgo +2023-11-02T16:30:44.052Z moonset +2023-11-02T17:08:21.002Z Sun culminates 46.60 degrees above the horizon +2023-11-02T22:38:58.177Z sunset +2023-11-03T02:39:34.897Z moonrise 2023-11-03T04:48:58.213Z Jupiter opposition -2023-11-03T10:01:19.546Z Moon culminates 88.64 degrees above the horizon -2023-11-03T11:38:07.141Z sunrise +2023-11-03T10:01:19.545Z Moon culminates 88.64 degrees above the horizon +2023-11-03T11:38:07.139Z sunrise 2023-11-03T17:08:20.625Z Sun culminates 46.28 degrees above the horizon -2023-11-03T17:19:44.963Z moonset -2023-11-03T22:38:14.171Z sunset -2023-11-04T03:37:30.325Z moonrise -2023-11-04T10:52:18.576Z Moon culminates 86.20 degrees above the horizon -2023-11-04T11:38:51.030Z sunrise +2023-11-03T17:19:44.962Z moonset +2023-11-03T22:38:14.172Z sunset +2023-11-04T03:37:30.324Z moonrise +2023-11-04T10:52:18.575Z Moon culminates 86.20 degrees above the horizon +2023-11-04T11:38:51.029Z sunrise 2023-11-04T17:08:21.081Z Sun culminates 45.97 degrees above the horizon -2023-11-04T18:01:54.078Z moonset -2023-11-04T22:37:31.439Z sunset -2023-11-05T04:34:58.957Z moonrise +2023-11-04T18:01:54.077Z moonset +2023-11-04T22:37:31.440Z sunset +2023-11-05T04:34:58.956Z moonrise 2023-11-05T08:37:32.577Z third quarter -2023-11-05T11:39:35.311Z sunrise +2023-11-05T11:39:35.310Z sunrise 2023-11-05T11:39:44.536Z Moon culminates 82.61 degrees above the horizon 2023-11-05T17:08:22.379Z Sun culminates 45.67 degrees above the horizon -2023-11-05T18:38:13.978Z moonset -2023-11-05T22:36:50.007Z sunset -2023-11-06T05:30:59.984Z moonrise -2023-11-06T11:40:19.974Z sunrise +2023-11-05T18:38:13.977Z moonset +2023-11-05T22:36:50.008Z sunset +2023-11-06T05:30:59.983Z moonrise +2023-11-06T11:40:19.973Z sunrise 2023-11-06T12:23:55.816Z Moon culminates 78.14 degrees above the horizon -2023-11-06T17:08:24.526Z Sun culminates 45.37 degrees above the horizon +2023-11-06T17:08:24.527Z Sun culminates 45.37 degrees above the horizon 2023-11-06T17:38:47.504Z Mercury aphelion at 0.4667 AU 2023-11-06T19:10:08.340Z moonset 2023-11-06T21:49:10.733Z lunar apogee at 404557 km -2023-11-06T22:36:09.899Z sunset +2023-11-06T22:36:09.900Z sunset 2023-11-07T06:25:23.252Z moonrise 2023-11-07T11:41:05.005Z sunrise 2023-11-07T13:05:37.184Z Moon culminates 73.01 degrees above the horizon 2023-11-07T17:08:27.529Z Sun culminates 45.07 degrees above the horizon 2023-11-07T19:39:01.718Z moonset -2023-11-07T22:35:31.139Z sunset +2023-11-07T22:35:31.141Z sunset 2023-11-08T07:18:36.149Z moonrise 2023-11-08T11:41:50.389Z sunrise 2023-11-08T13:45:46.947Z Moon culminates 67.40 degrees above the horizon 2023-11-08T17:08:31.390Z Sun culminates 44.78 degrees above the horizon 2023-11-08T20:06:12.652Z moonset -2023-11-08T22:34:53.751Z sunset +2023-11-08T22:34:53.753Z sunset 2023-11-09T08:11:28.690Z moonrise -2023-11-09T11:42:36.110Z sunrise +2023-11-09T11:42:36.109Z sunrise 2023-11-09T14:25:29.691Z Moon culminates 61.50 degrees above the horizon -2023-11-09T17:08:36.111Z Sun culminates 44.49 degrees above the horizon +2023-11-09T17:08:36.112Z Sun culminates 44.49 degrees above the horizon 2023-11-09T20:32:54.640Z moonset -2023-11-09T22:34:17.756Z sunset -2023-11-10T01:35:57.828Z Mercury moves from Libra to Scorpius +2023-11-09T22:34:17.757Z sunset +2023-11-10T01:35:58.367Z Mercury moves from Libra to Scorpius 2023-11-10T09:05:02.287Z moonrise 2023-11-10T11:43:22.146Z sunrise 2023-11-10T15:05:53.350Z Moon culminates 55.48 degrees above the horizon 2023-11-10T17:08:41.694Z Sun culminates 44.21 degrees above the horizon -2023-11-10T21:00:20.617Z moonset -2023-11-10T22:33:43.173Z sunset -2023-11-11T10:00:20.926Z moonrise -2023-11-11T11:44:08.478Z sunrise +2023-11-10T21:00:20.618Z moonset +2023-11-10T22:33:43.174Z sunset +2023-11-11T10:00:20.927Z moonrise +2023-11-11T11:44:08.479Z sunrise 2023-11-11T15:48:07.902Z Moon culminates 49.56 degrees above the horizon -2023-11-11T17:08:48.135Z Sun culminates 43.94 degrees above the horizon +2023-11-11T17:08:48.137Z Sun culminates 43.94 degrees above the horizon 2023-11-11T21:29:48.568Z moonset -2023-11-11T22:33:10.021Z sunset -2023-11-12T10:58:20.450Z moonrise -2023-11-12T11:44:55.082Z sunrise -2023-11-12T16:33:22.479Z Moon culminates 43.99 degrees above the horizon -2023-11-12T17:08:55.434Z Sun culminates 43.66 degrees above the horizon -2023-11-12T22:02:46.438Z moonset -2023-11-12T22:32:38.319Z sunset +2023-11-11T22:33:10.023Z sunset +2023-11-12T10:58:20.452Z moonrise +2023-11-12T11:44:55.083Z sunrise +2023-11-12T16:33:22.480Z Moon culminates 43.99 degrees above the horizon +2023-11-12T17:08:55.435Z Sun culminates 43.66 degrees above the horizon +2023-11-12T22:02:46.439Z moonset +2023-11-12T22:32:38.320Z sunset 2023-11-13T09:27:59.846Z new moon -2023-11-13T11:45:41.934Z sunrise -2023-11-13T11:59:30.583Z moonrise +2023-11-13T11:45:41.936Z sunrise +2023-11-13T11:59:30.585Z moonrise 2023-11-13T17:06:53.880Z Uranus opposition -2023-11-13T17:09:03.585Z Sun culminates 43.40 degrees above the horizon -2023-11-13T17:22:36.811Z Moon culminates 39.10 degrees above the horizon -2023-11-13T22:32:08.082Z sunset -2023-11-13T22:40:52.812Z moonset -2023-11-14T11:46:29.007Z sunrise -2023-11-14T13:03:27.190Z moonrise -2023-11-14T17:09:12.584Z Sun culminates 43.13 degrees above the horizon -2023-11-14T18:16:23.009Z Moon culminates 35.28 degrees above the horizon +2023-11-13T17:09:03.587Z Sun culminates 43.40 degrees above the horizon +2023-11-13T17:22:36.812Z Moon culminates 39.10 degrees above the horizon +2023-11-13T22:32:08.083Z sunset +2023-11-13T22:40:52.814Z moonset +2023-11-14T11:46:29.010Z sunrise +2023-11-14T13:03:27.193Z moonrise +2023-11-14T17:09:12.586Z Sun culminates 43.13 degrees above the horizon +2023-11-14T18:16:23.011Z Moon culminates 35.28 degrees above the horizon 2023-11-14T22:31:39.327Z sunset -2023-11-14T23:25:45.893Z moonset -2023-11-15T11:47:16.275Z sunrise -2023-11-15T14:08:25.393Z moonrise -2023-11-15T17:09:22.424Z Sun culminates 42.88 degrees above the horizon -2023-11-15T19:14:19.345Z Moon culminates 32.94 degrees above the horizon -2023-11-15T19:49:25.612Z Mercury moves from Scorpius to Ophiuchus -2023-11-15T22:31:12.067Z sunset -2023-11-16T00:18:31.159Z moonset -2023-11-16T11:48:03.708Z sunrise -2023-11-16T15:11:26.033Z moonrise +2023-11-14T23:25:45.895Z moonset +2023-11-15T11:47:16.277Z sunrise +2023-11-15T14:08:25.396Z moonrise +2023-11-15T17:09:22.425Z Sun culminates 42.88 degrees above the horizon +2023-11-15T19:14:19.347Z Moon culminates 32.94 degrees above the horizon +2023-11-15T19:49:26.108Z Mercury moves from Scorpius to Ophiuchus +2023-11-15T22:31:12.066Z sunset +2023-11-16T00:18:31.161Z moonset +2023-11-16T11:48:03.710Z sunrise +2023-11-16T15:11:26.035Z moonrise 2023-11-16T17:09:33.098Z Sun culminates 42.63 degrees above the horizon -2023-11-16T20:14:52.946Z Moon culminates 32.40 degrees above the horizon -2023-11-16T22:30:46.317Z sunset -2023-11-17T01:18:51.589Z moonset -2023-11-17T11:48:51.276Z sunrise -2023-11-17T16:09:21.834Z moonrise -2023-11-17T17:09:44.597Z Sun culminates 42.38 degrees above the horizon -2023-11-17T21:15:39.188Z Moon culminates 33.80 degrees above the horizon -2023-11-17T22:30:22.092Z sunset -2023-11-18T02:24:41.072Z moonset +2023-11-16T20:14:52.947Z Moon culminates 32.40 degrees above the horizon +2023-11-16T22:30:46.316Z sunset +2023-11-17T01:18:51.590Z moonset +2023-11-17T11:48:51.278Z sunrise +2023-11-17T16:09:21.835Z moonrise +2023-11-17T17:09:44.598Z Sun culminates 42.38 degrees above the horizon +2023-11-17T21:15:39.189Z Moon culminates 33.80 degrees above the horizon +2023-11-17T22:30:22.091Z sunset +2023-11-18T02:24:41.073Z moonset 2023-11-18T06:04:47.917Z Mars conjunction -2023-11-18T11:49:38.950Z sunrise +2023-11-18T11:49:38.951Z sunrise 2023-11-18T17:00:24.095Z moonrise 2023-11-18T17:09:56.915Z Sun culminates 42.14 degrees above the horizon 2023-11-18T22:14:19.982Z Moon culminates 37.02 degrees above the horizon @@ -5869,50 +5869,50 @@ 2023-11-19T03:32:49.626Z moonset 2023-11-19T11:50:26.699Z sunrise 2023-11-19T17:10:10.041Z Sun culminates 41.91 degrees above the horizon -2023-11-19T17:44:33.405Z moonrise -2023-11-19T22:29:38.268Z sunset -2023-11-19T23:09:37.917Z Moon culminates 41.77 degrees above the horizon +2023-11-19T17:44:33.404Z moonrise +2023-11-19T22:29:38.269Z sunset +2023-11-19T23:09:37.916Z Moon culminates 41.77 degrees above the horizon 2023-11-20T04:40:34.383Z moonset 2023-11-20T10:50:27.291Z first quarter 2023-11-20T11:51:14.492Z sunrise 2023-11-20T17:10:23.968Z Sun culminates 41.68 degrees above the horizon 2023-11-20T18:23:05.814Z moonrise -2023-11-20T22:29:18.697Z sunset -2023-11-21T00:01:28.595Z Moon culminates 47.66 degrees above the horizon +2023-11-20T22:29:18.698Z sunset +2023-11-21T00:01:28.594Z Moon culminates 47.66 degrees above the horizon 2023-11-21T05:46:36.112Z moonset -2023-11-21T11:52:02.298Z sunrise +2023-11-21T11:52:02.297Z sunrise 2023-11-21T17:10:38.686Z Sun culminates 41.46 degrees above the horizon -2023-11-21T18:57:46.212Z moonrise +2023-11-21T18:57:46.211Z moonrise 2023-11-21T20:58:22.032Z lunar perigee at 369809 km -2023-11-21T22:29:00.704Z sunset +2023-11-21T22:29:00.705Z sunset 2023-11-22T00:50:40.070Z Moon culminates 54.30 degrees above the horizon 2023-11-22T06:50:55.370Z moonset -2023-11-22T11:52:50.087Z sunrise +2023-11-22T11:52:50.086Z sunrise 2023-11-22T17:10:54.187Z Sun culminates 41.24 degrees above the horizon 2023-11-22T19:30:21.484Z moonrise -2023-11-22T22:28:44.300Z sunset +2023-11-22T22:28:44.302Z sunset 2023-11-23T01:38:26.650Z Moon culminates 61.28 degrees above the horizon -2023-11-23T07:54:20.276Z moonset -2023-11-23T11:53:37.828Z sunrise -2023-11-23T17:11:10.461Z Sun culminates 41.03 degrees above the horizon +2023-11-23T07:54:20.277Z moonset +2023-11-23T11:53:37.827Z sunrise +2023-11-23T17:11:10.462Z Sun culminates 41.03 degrees above the horizon 2023-11-23T20:02:32.888Z moonrise -2023-11-23T22:28:29.499Z sunset +2023-11-23T22:28:29.501Z sunset 2023-11-24T02:26:10.202Z Moon culminates 68.24 degrees above the horizon -2023-11-24T08:57:53.782Z moonset +2023-11-24T08:57:53.783Z moonset 2023-11-24T11:54:25.491Z sunrise -2023-11-24T17:11:27.499Z Sun culminates 40.83 degrees above the horizon +2023-11-24T17:11:27.500Z Sun culminates 40.83 degrees above the horizon 2023-11-24T20:35:57.363Z moonrise -2023-11-24T22:28:16.311Z sunset -2023-11-25T03:15:07.613Z Moon culminates 74.78 degrees above the horizon -2023-11-25T05:00:04.553Z Mars moves from Libra to Scorpius +2023-11-24T22:28:16.313Z sunset +2023-11-25T03:15:07.614Z Moon culminates 74.78 degrees above the horizon +2023-11-25T05:00:06.162Z Mars moves from Libra to Scorpius 2023-11-25T10:02:25.622Z moonset 2023-11-25T11:55:13.045Z sunrise -2023-11-25T17:11:45.291Z Sun culminates 40.63 degrees above the horizon +2023-11-25T17:11:45.292Z Sun culminates 40.63 degrees above the horizon 2023-11-25T21:12:09.424Z moonrise 2023-11-25T22:28:04.747Z sunset -2023-11-26T04:06:18.412Z Moon culminates 80.53 degrees above the horizon -2023-11-26T11:08:05.017Z moonset -2023-11-26T11:56:00.459Z sunrise +2023-11-26T04:06:18.413Z Moon culminates 80.53 degrees above the horizon +2023-11-26T11:08:05.018Z moonset +2023-11-26T11:56:00.460Z sunrise 2023-11-26T17:12:03.826Z Sun culminates 40.44 degrees above the horizon 2023-11-26T21:52:36.998Z moonrise 2023-11-26T22:27:54.815Z sunset @@ -5921,47 +5921,47 @@ 2023-11-27T11:56:47.703Z sunrise 2023-11-27T12:13:56.171Z moonset 2023-11-27T17:12:23.092Z Sun culminates 40.25 degrees above the horizon -2023-11-27T22:27:46.524Z sunset +2023-11-27T22:27:46.523Z sunset 2023-11-27T22:38:25.158Z moonrise -2023-11-28T05:56:12.298Z Moon culminates 88.16 degrees above the horizon -2023-11-28T11:57:34.743Z sunrise +2023-11-28T05:56:12.297Z Moon culminates 88.16 degrees above the horizon +2023-11-28T11:57:34.742Z sunrise 2023-11-28T12:34:35.491Z Venus perihelion at 0.7184 AU 2023-11-28T13:17:53.792Z moonset -2023-11-28T13:32:05.881Z Neptune moves from Pisces to Aquarius -2023-11-28T17:12:43.078Z Sun culminates 40.08 degrees above the horizon -2023-11-28T21:51:57.268Z Mercury moves from Ophiuchus to Sagittarius -2023-11-28T22:27:39.881Z sunset +2023-11-28T13:28:08.719Z Neptune moves from Pisces to Aquarius +2023-11-28T17:12:43.077Z Sun culminates 40.08 degrees above the horizon +2023-11-28T21:51:57.898Z Mercury moves from Ophiuchus to Sagittarius +2023-11-28T22:27:39.880Z sunset 2023-11-28T23:29:47.665Z moonrise -2023-11-29T06:53:09.272Z Moon culminates 89.53 degrees above the horizon +2023-11-29T06:53:09.271Z Moon culminates 89.53 degrees above the horizon 2023-11-29T11:58:21.545Z sunrise 2023-11-29T14:17:20.398Z moonset 2023-11-29T17:13:03.768Z Sun culminates 39.91 degrees above the horizon 2023-11-29T22:27:34.893Z sunset -2023-11-30T00:25:43.508Z moonrise +2023-11-30T00:25:43.507Z moonrise 2023-11-30T07:49:05.788Z Moon culminates 89.19 degrees above the horizon -2023-11-30T11:59:08.077Z sunrise +2023-11-30T11:59:08.076Z sunrise 2023-11-30T15:10:14.240Z moonset 2023-11-30T17:13:25.149Z Sun culminates 39.74 degrees above the horizon -2023-11-30T22:27:31.565Z sunset -2023-12-01T01:24:08.450Z moonrise +2023-11-30T22:27:31.564Z sunset +2023-12-01T01:24:08.449Z moonrise 2023-12-01T08:42:19.444Z Moon culminates 87.30 degrees above the horizon -2023-12-01T11:59:54.301Z sunrise +2023-12-01T11:59:54.300Z sunrise 2023-12-01T15:55:55.948Z moonset 2023-12-01T17:13:47.205Z Sun culminates 39.58 degrees above the horizon -2023-12-01T22:27:29.899Z sunset +2023-12-01T22:27:29.900Z sunset 2023-12-02T02:22:46.201Z moonrise 2023-12-02T09:31:53.938Z Moon culminates 84.12 degrees above the horizon -2023-12-02T12:00:40.181Z sunrise -2023-12-02T16:35:02.641Z moonset +2023-12-02T12:00:40.180Z sunrise +2023-12-02T16:35:02.640Z moonset 2023-12-02T17:14:09.917Z Sun culminates 39.43 degrees above the horizon 2023-12-02T22:27:29.899Z sunset 2023-12-03T03:20:00.878Z moonrise -2023-12-03T10:17:45.658Z Moon culminates 79.96 degrees above the horizon +2023-12-03T10:17:45.657Z Moon culminates 79.96 degrees above the horizon 2023-12-03T12:01:25.678Z sunrise -2023-12-03T17:08:52.583Z moonset +2023-12-03T17:08:52.582Z moonset 2023-12-03T17:14:33.268Z Sun culminates 39.29 degrees above the horizon 2023-12-03T22:27:31.563Z sunset -2023-12-04T04:15:16.432Z moonrise +2023-12-04T04:15:16.433Z moonrise 2023-12-04T11:00:29.722Z Moon culminates 75.06 degrees above the horizon 2023-12-04T12:02:10.755Z sunrise 2023-12-04T14:31:57.215Z Mercury max evening elongation: 21.27 degrees from Sun @@ -5969,83 +5969,83 @@ 2023-12-04T17:38:54.541Z moonset 2023-12-04T18:41:38.261Z lunar apogee at 404334 km 2023-12-04T22:27:34.888Z sunset -2023-12-05T05:08:47.040Z moonrise +2023-12-05T05:08:47.041Z moonrise 2023-12-05T05:49:58.993Z third quarter 2023-12-05T11:41:02.677Z Moon culminates 69.65 degrees above the horizon 2023-12-05T12:02:55.369Z sunrise -2023-12-05T14:54:54.313Z Mars moves from Scorpius to Ophiuchus +2023-12-05T14:54:55.366Z Mars moves from Scorpius to Ophiuchus 2023-12-05T17:15:21.796Z Sun culminates 39.02 degrees above the horizon -2023-12-05T18:06:33.277Z moonset -2023-12-05T22:27:39.869Z sunset -2023-12-06T06:01:18.942Z moonrise +2023-12-05T18:06:33.276Z moonset +2023-12-05T22:27:39.870Z sunset +2023-12-06T06:01:18.943Z moonrise 2023-12-06T12:03:39.479Z sunrise 2023-12-06T12:20:30.959Z Moon culminates 63.90 degrees above the horizon -2023-12-06T17:15:46.926Z Sun culminates 38.90 degrees above the horizon -2023-12-06T18:33:07.077Z moonset -2023-12-06T22:27:46.499Z sunset -2023-12-07T06:53:55.807Z moonrise +2023-12-06T17:15:46.927Z Sun culminates 38.90 degrees above the horizon +2023-12-06T18:33:07.076Z moonset +2023-12-06T22:27:46.500Z sunset +2023-12-07T06:53:55.808Z moonrise 2023-12-07T12:04:23.042Z sunrise 2023-12-07T13:00:05.791Z Moon culminates 57.98 degrees above the horizon -2023-12-07T17:16:12.599Z Sun culminates 38.79 degrees above the horizon +2023-12-07T17:16:12.600Z Sun culminates 38.79 degrees above the horizon 2023-12-07T18:59:51.303Z moonset -2023-12-07T22:27:54.767Z sunset -2023-12-08T07:47:48.962Z moonrise -2023-12-08T12:05:06.013Z sunrise +2023-12-07T22:27:54.768Z sunset +2023-12-08T07:47:48.963Z moonrise +2023-12-08T12:05:06.014Z sunrise 2023-12-08T13:41:01.800Z Moon culminates 52.06 degrees above the horizon -2023-12-08T17:16:38.785Z Sun culminates 38.68 degrees above the horizon -2023-12-08T19:28:04.373Z moonset -2023-12-08T22:28:04.660Z sunset -2023-12-09T08:44:08.532Z moonrise -2023-12-09T12:05:48.348Z sunrise -2023-12-09T13:59:52.740Z Neptune moves from Aquarius to Pisces -2023-12-09T14:24:35.939Z Moon culminates 46.35 degrees above the horizon -2023-12-09T17:17:05.456Z Sun culminates 38.58 degrees above the horizon +2023-12-08T17:16:38.787Z Sun culminates 38.68 degrees above the horizon +2023-12-08T19:28:04.372Z moonset +2023-12-08T22:28:04.661Z sunset +2023-12-09T08:44:08.534Z moonrise +2023-12-09T12:05:48.349Z sunrise +2023-12-09T14:03:47.551Z Neptune moves from Aquarius to Pisces +2023-12-09T14:24:35.940Z Moon culminates 46.35 degrees above the horizon +2023-12-09T17:17:05.458Z Sun culminates 38.58 degrees above the horizon 2023-12-09T19:59:14.216Z moonset -2023-12-09T22:28:16.162Z sunset -2023-12-10T09:43:49.362Z moonrise -2023-12-10T12:06:30.000Z sunrise -2023-12-10T15:12:02.487Z Moon culminates 41.13 degrees above the horizon -2023-12-10T17:17:32.579Z Sun culminates 38.49 degrees above the horizon +2023-12-09T22:28:16.164Z sunset +2023-12-10T09:43:49.364Z moonrise +2023-12-10T12:06:30.001Z sunrise +2023-12-10T15:12:02.489Z Moon culminates 41.13 degrees above the horizon +2023-12-10T17:17:32.581Z Sun culminates 38.49 degrees above the horizon 2023-12-10T20:35:02.663Z moonset -2023-12-10T22:28:29.256Z sunset -2023-12-11T00:02:34.862Z Venus moves from Virgo to Libra -2023-12-11T10:47:05.340Z moonrise -2023-12-11T12:07:10.923Z sunrise -2023-12-11T16:04:18.589Z Moon culminates 36.79 degrees above the horizon -2023-12-11T17:18:00.121Z Sun culminates 38.40 degrees above the horizon -2023-12-11T21:17:21.452Z moonset -2023-12-11T22:28:43.921Z sunset -2023-12-12T11:52:53.235Z moonrise -2023-12-12T12:07:51.071Z sunrise -2023-12-12T17:01:36.402Z Moon culminates 33.76 degrees above the horizon -2023-12-12T17:18:28.047Z Sun culminates 38.33 degrees above the horizon +2023-12-10T22:28:29.258Z sunset +2023-12-11T00:02:35.491Z Venus moves from Virgo to Libra +2023-12-11T10:47:05.343Z moonrise +2023-12-11T12:07:10.925Z sunrise +2023-12-11T16:04:18.591Z Moon culminates 36.79 degrees above the horizon +2023-12-11T17:18:00.123Z Sun culminates 38.40 degrees above the horizon +2023-12-11T21:17:21.453Z moonset +2023-12-11T22:28:43.922Z sunset +2023-12-12T11:52:53.239Z moonrise +2023-12-12T12:07:51.074Z sunrise +2023-12-12T17:01:36.404Z Moon culminates 33.76 degrees above the horizon +2023-12-12T17:18:28.049Z Sun culminates 38.33 degrees above the horizon 2023-12-12T22:07:47.781Z moonset 2023-12-12T22:29:00.134Z sunset 2023-12-12T23:32:34.487Z new moon -2023-12-13T12:08:30.397Z sunrise -2023-12-13T12:58:31.292Z moonrise -2023-12-13T17:18:56.322Z Sun culminates 38.26 degrees above the horizon -2023-12-13T18:02:50.893Z Moon culminates 32.46 degrees above the horizon -2023-12-13T22:29:17.871Z sunset +2023-12-13T12:08:30.400Z sunrise +2023-12-13T12:58:31.296Z moonrise +2023-12-13T17:18:56.324Z Sun culminates 38.26 degrees above the horizon +2023-12-13T18:02:50.895Z Moon culminates 32.46 degrees above the horizon +2023-12-13T22:29:17.870Z sunset 2023-12-13T23:06:50.602Z moonset -2023-12-14T12:09:08.854Z sunrise -2023-12-14T14:00:19.927Z moonrise -2023-12-14T17:19:24.910Z Sun culminates 38.20 degrees above the horizon -2023-12-14T19:05:35.775Z Moon culminates 33.17 degrees above the horizon -2023-12-14T22:29:37.105Z sunset +2023-12-14T12:09:08.856Z sunrise +2023-12-14T14:00:19.930Z moonrise +2023-12-14T17:19:24.911Z Sun culminates 38.20 degrees above the horizon +2023-12-14T19:05:35.776Z Moon culminates 33.17 degrees above the horizon +2023-12-14T22:29:37.104Z sunset 2023-12-15T00:12:54.721Z moonset -2023-12-15T12:09:46.396Z sunrise -2023-12-15T14:55:25.203Z moonrise +2023-12-15T12:09:46.397Z sunrise +2023-12-15T14:55:25.205Z moonrise 2023-12-15T17:19:53.774Z Sun culminates 38.14 degrees above the horizon -2023-12-15T20:06:56.099Z Moon culminates 35.87 degrees above the horizon -2023-12-15T22:29:57.810Z sunset -2023-12-16T01:22:34.335Z moonset -2023-12-16T12:10:22.977Z sunrise -2023-12-16T15:42:54.780Z moonrise +2023-12-15T20:06:56.100Z Moon culminates 35.87 degrees above the horizon +2023-12-15T22:29:57.809Z sunset +2023-12-16T01:22:34.334Z moonset +2023-12-16T12:10:22.978Z sunrise +2023-12-16T15:42:54.781Z moonrise 2023-12-16T17:20:22.877Z Sun culminates 38.10 degrees above the horizon 2023-12-16T18:51:18.122Z lunar perigee at 367891 km 2023-12-16T21:04:46.294Z Moon culminates 40.29 degrees above the horizon -2023-12-16T22:30:19.957Z sunset +2023-12-16T22:30:19.956Z sunset 2023-12-17T02:32:14.561Z moonset 2023-12-17T12:10:58.553Z sunrise 2023-12-17T16:23:44.256Z moonrise @@ -6053,32 +6053,32 @@ 2023-12-17T21:58:28.308Z Moon culminates 45.97 degrees above the horizon 2023-12-17T22:30:43.517Z sunset 2023-12-18T03:39:46.426Z moonset -2023-12-18T12:11:33.082Z sunrise +2023-12-18T12:11:33.081Z sunrise 2023-12-18T16:59:39.774Z moonrise -2023-12-18T17:21:21.657Z Sun culminates 38.03 degrees above the horizon -2023-12-18T22:31:08.461Z sunset +2023-12-18T17:21:21.656Z Sun culminates 38.03 degrees above the horizon +2023-12-18T22:31:08.462Z sunset 2023-12-18T22:48:36.448Z Moon culminates 52.47 degrees above the horizon -2023-12-19T04:44:43.363Z moonset -2023-12-19T12:12:06.522Z sunrise +2023-12-19T04:44:43.362Z moonset +2023-12-19T12:12:06.521Z sunrise 2023-12-19T17:21:51.262Z Sun culminates 38.00 degrees above the horizon 2023-12-19T17:32:35.865Z moonrise 2023-12-19T18:39:48.982Z first quarter -2023-12-19T22:31:34.759Z sunset +2023-12-19T22:31:34.760Z sunset 2023-12-19T23:36:23.783Z Moon culminates 59.35 degrees above the horizon 2023-12-20T05:47:46.364Z moonset -2023-12-20T12:12:38.835Z sunrise +2023-12-20T12:12:38.834Z sunrise 2023-12-20T17:17:07.559Z Mercury perihelion at 0.3075 AU 2023-12-20T17:22:20.964Z Sun culminates 37.99 degrees above the horizon 2023-12-20T18:04:19.955Z moonrise -2023-12-20T22:32:02.381Z sunset -2023-12-21T00:23:16.419Z Moon culminates 66.24 degrees above the horizon +2023-12-20T22:32:02.382Z sunset +2023-12-21T00:23:16.420Z Moon culminates 66.24 degrees above the horizon 2023-12-21T06:50:03.980Z moonset 2023-12-21T12:13:09.984Z sunrise 2023-12-21T17:22:50.731Z Sun culminates 37.98 degrees above the horizon 2023-12-21T18:36:31.929Z moonrise 2023-12-21T22:32:31.294Z sunset 2023-12-22T01:10:38.802Z Moon culminates 72.79 degrees above the horizon -2023-12-22T03:27:34.528Z December solstice +2023-12-22T03:27:34.200Z December solstice 2023-12-22T07:52:42.005Z moonset 2023-12-22T12:13:39.936Z sunrise 2023-12-22T17:23:20.528Z Sun culminates 37.98 degrees above the horizon @@ -6088,67 +6088,67 @@ 2023-12-23T01:59:43.367Z Moon culminates 78.68 degrees above the horizon 2023-12-23T08:56:18.337Z moonset 2023-12-23T12:14:08.658Z sunrise -2023-12-23T17:23:50.324Z Sun culminates 37.99 degrees above the horizon +2023-12-23T17:23:50.323Z Sun culminates 37.99 degrees above the horizon 2023-12-23T19:48:40.027Z moonrise -2023-12-23T22:33:32.866Z sunset -2023-12-24T02:51:17.940Z Moon culminates 83.57 degrees above the horizon +2023-12-23T22:33:32.865Z sunset +2023-12-24T02:51:17.939Z Moon culminates 83.57 degrees above the horizon 2023-12-24T10:00:38.520Z moonset 2023-12-24T12:14:36.119Z sunrise 2023-12-24T17:24:20.086Z Sun culminates 38.01 degrees above the horizon -2023-12-24T20:31:28.815Z moonrise -2023-12-24T22:34:05.459Z sunset -2023-12-25T03:45:29.003Z Moon culminates 87.14 degrees above the horizon +2023-12-24T20:31:28.813Z moonrise +2023-12-24T22:34:05.457Z sunset +2023-12-25T03:45:29.002Z Moon culminates 87.14 degrees above the horizon 2023-12-25T11:04:19.416Z moonset -2023-12-25T12:15:02.291Z sunrise +2023-12-25T12:15:02.292Z sunrise 2023-12-25T17:24:49.785Z Sun culminates 38.03 degrees above the horizon -2023-12-25T21:19:59.038Z moonrise -2023-12-25T22:34:39.213Z sunset -2023-12-25T23:51:00.592Z Mercury moves from Sagittarius to Ophiuchus -2023-12-26T04:41:28.229Z Moon culminates 89.14 degrees above the horizon +2023-12-25T21:19:59.036Z moonrise +2023-12-25T22:34:39.211Z sunset +2023-12-25T23:50:59.924Z Mercury moves from Sagittarius to Ophiuchus +2023-12-26T04:41:28.228Z Moon culminates 89.14 degrees above the horizon 2023-12-26T12:05:01.938Z moonset 2023-12-26T12:15:27.147Z sunrise 2023-12-26T17:25:19.390Z Sun culminates 38.06 degrees above the horizon -2023-12-26T22:13:50.462Z moonrise -2023-12-26T22:35:14.093Z sunset +2023-12-26T22:13:50.460Z moonrise +2023-12-26T22:35:14.091Z sunset 2023-12-27T00:33:52.937Z full moon -2023-12-27T05:37:38.255Z Moon culminates 89.46 degrees above the horizon +2023-12-27T05:37:38.254Z Moon culminates 89.46 degrees above the horizon 2023-12-27T12:15:50.661Z sunrise 2023-12-27T13:00:23.720Z moonset 2023-12-27T17:25:48.871Z Sun culminates 38.10 degrees above the horizon -2023-12-27T22:35:50.066Z sunset -2023-12-27T23:11:26.638Z moonrise +2023-12-27T22:35:50.065Z sunset +2023-12-27T23:11:26.636Z moonrise 2023-12-28T06:32:05.972Z Moon culminates 88.16 degrees above the horizon 2023-12-28T12:16:12.809Z sunrise 2023-12-28T13:49:00.860Z moonset -2023-12-28T17:26:18.199Z Sun culminates 38.15 degrees above the horizon -2023-12-28T22:36:27.097Z sunset -2023-12-29T00:10:27.006Z moonrise +2023-12-28T17:26:18.198Z Sun culminates 38.15 degrees above the horizon +2023-12-28T22:36:27.096Z sunset +2023-12-29T00:10:27.005Z moonrise 2023-12-29T07:23:25.547Z Moon culminates 85.44 degrees above the horizon 2023-12-29T12:16:33.567Z sunrise 2023-12-29T14:30:50.612Z moonset 2023-12-29T17:26:47.344Z Sun culminates 38.21 degrees above the horizon -2023-12-29T22:37:05.151Z sunset -2023-12-30T01:08:45.274Z moonrise +2023-12-29T22:37:05.150Z sunset +2023-12-30T01:08:45.273Z moonrise 2023-12-30T08:11:02.234Z Moon culminates 81.60 degrees above the horizon 2023-12-30T12:16:52.913Z sunrise -2023-12-30T15:06:49.573Z moonset -2023-12-30T17:27:16.279Z Sun culminates 38.27 degrees above the horizon -2023-12-30T22:37:44.192Z sunset -2023-12-31T00:43:13.673Z Mars moves from Ophiuchus to Sagittarius -2023-12-31T02:05:09.653Z moonrise +2023-12-30T15:06:49.574Z moonset +2023-12-30T17:27:16.278Z Sun culminates 38.27 degrees above the horizon +2023-12-30T22:37:44.191Z sunset +2023-12-31T00:43:14.726Z Mars moves from Ophiuchus to Sagittarius +2023-12-31T02:05:09.652Z moonrise 2023-12-31T08:55:09.050Z Moon culminates 76.93 degrees above the horizon 2023-12-31T12:17:10.827Z sunrise 2023-12-31T15:38:19.677Z moonset 2023-12-31T17:27:44.973Z Sun culminates 38.34 degrees above the horizon 2023-12-31T22:38:24.182Z sunset -2023-12-31T22:55:33.449Z Venus moves from Libra to Scorpius +2023-12-31T22:55:34.078Z Venus moves from Libra to Scorpius 2024-01-01T02:59:27.224Z moonrise 2024-01-01T09:36:30.320Z Moon culminates 71.68 degrees above the horizon 2024-01-01T12:17:27.288Z sunrise 2024-01-01T15:29:10.138Z lunar apogee at 404897 km 2024-01-01T16:06:45.755Z moonset 2024-01-01T17:28:13.398Z Sun culminates 38.42 degrees above the horizon -2024-01-01T22:39:05.085Z sunset +2024-01-01T22:39:05.084Z sunset 2024-01-02T03:52:08.059Z moonrise 2024-01-02T10:16:06.598Z Moon culminates 66.07 degrees above the horizon 2024-01-02T12:17:42.277Z sunrise @@ -6156,694 +6156,694 @@ 2024-01-02T17:28:41.525Z Sun culminates 38.50 degrees above the horizon 2024-01-02T22:39:46.859Z sunset 2024-01-03T00:38:25.126Z Earth perihelion at 0.9833 AU -2024-01-03T03:08:48.677Z Pluto moves from Sagittarius to Capricornus +2024-01-03T03:09:14.256Z Pluto moves from Sagittarius to Capricornus 2024-01-03T04:44:07.665Z moonrise 2024-01-03T10:55:06.120Z Moon culminates 60.25 degrees above the horizon -2024-01-03T12:17:55.777Z sunrise +2024-01-03T12:17:55.776Z sunrise 2024-01-03T16:59:39.806Z moonset 2024-01-03T17:29:09.325Z Sun culminates 38.60 degrees above the horizon -2024-01-03T22:40:29.465Z sunset +2024-01-03T22:40:29.466Z sunset 2024-01-04T03:31:10.022Z third quarter -2024-01-04T05:36:34.732Z moonrise -2024-01-04T11:34:41.725Z Moon culminates 54.39 degrees above the horizon -2024-01-04T12:18:07.769Z sunrise +2024-01-04T05:36:34.733Z moonrise +2024-01-04T11:34:41.726Z Moon culminates 54.39 degrees above the horizon +2024-01-04T12:18:07.768Z sunrise 2024-01-04T17:26:38.381Z moonset 2024-01-04T17:29:36.769Z Sun culminates 38.70 degrees above the horizon -2024-01-04T22:41:12.861Z sunset -2024-01-05T03:11:32.992Z Venus moves from Scorpius to Ophiuchus -2024-01-05T06:30:42.759Z moonrise +2024-01-04T22:41:12.862Z sunset +2024-01-05T03:11:33.623Z Venus moves from Scorpius to Ophiuchus +2024-01-05T06:30:42.760Z moonrise 2024-01-05T12:16:10.341Z Moon culminates 48.68 degrees above the horizon -2024-01-05T12:18:18.237Z sunrise +2024-01-05T12:18:18.236Z sunrise 2024-01-05T17:30:03.826Z Sun culminates 38.81 degrees above the horizon 2024-01-05T17:55:45.598Z moonset -2024-01-05T22:41:57.003Z sunset -2024-01-06T07:27:40.527Z moonrise -2024-01-06T12:18:27.165Z sunrise -2024-01-06T13:00:51.448Z Moon culminates 43.32 degrees above the horizon -2024-01-06T17:30:30.466Z Sun culminates 38.93 degrees above the horizon +2024-01-05T22:41:57.005Z sunset +2024-01-06T07:27:40.528Z moonrise +2024-01-06T12:18:27.164Z sunrise +2024-01-06T13:00:51.449Z Moon culminates 43.32 degrees above the horizon +2024-01-06T17:30:30.467Z Sun culminates 38.93 degrees above the horizon 2024-01-06T18:28:37.476Z moonset -2024-01-06T22:42:41.848Z sunset -2024-01-07T08:28:14.624Z moonrise -2024-01-07T12:18:34.538Z sunrise -2024-01-07T13:49:59.671Z Moon culminates 38.61 degrees above the horizon -2024-01-07T17:30:56.661Z Sun culminates 39.05 degrees above the horizon +2024-01-06T22:42:41.850Z sunset +2024-01-07T08:28:14.626Z moonrise +2024-01-07T12:18:34.539Z sunrise +2024-01-07T13:49:59.672Z Moon culminates 38.61 degrees above the horizon +2024-01-07T17:30:56.662Z Sun culminates 39.05 degrees above the horizon 2024-01-07T19:07:06.565Z moonset -2024-01-07T22:43:27.349Z sunset -2024-01-08T09:32:18.355Z moonrise -2024-01-08T12:18:40.344Z sunrise -2024-01-08T14:44:25.129Z Moon culminates 34.96 degrees above the horizon -2024-01-08T17:31:22.379Z Sun culminates 39.18 degrees above the horizon -2024-01-08T19:53:11.989Z moonset -2024-01-08T22:44:13.460Z sunset -2024-01-09T10:38:14.257Z moonrise -2024-01-09T12:18:44.568Z sunrise -2024-01-09T15:43:59.382Z Moon culminates 32.81 degrees above the horizon -2024-01-09T17:31:47.591Z Sun culminates 39.32 degrees above the horizon +2024-01-07T22:43:27.351Z sunset +2024-01-08T09:32:18.358Z moonrise +2024-01-08T12:18:40.345Z sunrise +2024-01-08T14:44:25.130Z Moon culminates 34.96 degrees above the horizon +2024-01-08T17:31:22.380Z Sun culminates 39.18 degrees above the horizon +2024-01-08T19:53:11.990Z moonset +2024-01-08T22:44:13.462Z sunset +2024-01-09T10:38:14.261Z moonrise +2024-01-09T12:18:44.570Z sunrise +2024-01-09T15:43:59.383Z Moon culminates 32.81 degrees above the horizon +2024-01-09T17:31:47.593Z Sun culminates 39.32 degrees above the horizon 2024-01-09T20:48:21.264Z moonset -2024-01-09T22:45:00.135Z sunset -2024-01-10T11:42:48.138Z moonrise -2024-01-10T12:18:47.201Z sunrise -2024-01-10T13:53:45.071Z Mercury moves from Ophiuchus to Sagittarius -2024-01-10T16:47:04.417Z Moon culminates 32.57 degrees above the horizon -2024-01-10T17:32:12.269Z Sun culminates 39.46 degrees above the horizon +2024-01-09T22:45:00.136Z sunset +2024-01-10T11:42:48.141Z moonrise +2024-01-10T12:18:47.203Z sunrise +2024-01-10T13:53:45.917Z Mercury moves from Ophiuchus to Sagittarius +2024-01-10T16:47:04.418Z Moon culminates 32.57 degrees above the horizon +2024-01-10T17:32:12.270Z Sun culminates 39.46 degrees above the horizon 2024-01-10T21:52:21.984Z moonset 2024-01-10T22:45:47.326Z sunset 2024-01-11T11:57:57.262Z new moon -2024-01-11T12:18:48.230Z sunrise -2024-01-11T12:42:19.798Z moonrise -2024-01-11T17:32:36.382Z Sun culminates 39.62 degrees above the horizon +2024-01-11T12:18:48.232Z sunrise +2024-01-11T12:42:19.800Z moonrise +2024-01-11T17:32:36.383Z Sun culminates 39.62 degrees above the horizon 2024-01-11T17:50:46.229Z Moon culminates 34.45 degrees above the horizon -2024-01-11T22:46:34.985Z sunset -2024-01-11T23:02:36.665Z moonset -2024-01-12T12:18:47.648Z sunrise -2024-01-12T13:34:34.114Z moonrise +2024-01-11T22:46:34.984Z sunset +2024-01-11T23:02:36.664Z moonset +2024-01-12T12:18:47.649Z sunrise +2024-01-12T13:34:34.116Z moonrise 2024-01-12T14:40:14.154Z Mercury max morning elongation: 23.50 degrees from Sun 2024-01-12T17:32:59.904Z Sun culminates 39.78 degrees above the horizon 2024-01-12T18:52:08.903Z Moon culminates 38.31 degrees above the horizon -2024-01-12T22:47:23.066Z sunset -2024-01-13T00:15:00.106Z moonset +2024-01-12T22:47:23.065Z sunset +2024-01-13T00:15:00.105Z moonset 2024-01-13T10:35:40.379Z lunar perigee at 362256 km 2024-01-13T12:18:45.445Z sunrise -2024-01-13T14:19:26.352Z moonrise -2024-01-13T17:33:22.808Z Sun culminates 39.94 degrees above the horizon +2024-01-13T14:19:26.353Z moonrise +2024-01-13T17:33:22.807Z Sun culminates 39.94 degrees above the horizon 2024-01-13T19:49:31.319Z Moon culminates 43.75 degrees above the horizon -2024-01-13T22:48:11.524Z sunset -2024-01-14T01:26:06.609Z moonset -2024-01-14T12:18:41.618Z sunrise +2024-01-13T22:48:11.523Z sunset +2024-01-14T01:26:06.608Z moonset +2024-01-14T12:18:41.617Z sunrise 2024-01-14T14:58:20.989Z moonrise -2024-01-14T17:33:45.068Z Sun culminates 40.12 degrees above the horizon +2024-01-14T17:33:45.067Z Sun culminates 40.12 degrees above the horizon 2024-01-14T20:42:44.983Z Moon culminates 50.25 degrees above the horizon -2024-01-14T22:49:00.314Z sunset -2024-01-15T02:34:23.216Z moonset -2024-01-15T12:18:36.160Z sunrise +2024-01-14T22:49:00.313Z sunset +2024-01-15T02:34:23.215Z moonset +2024-01-15T12:18:36.159Z sunrise 2024-01-15T15:33:13.490Z moonrise -2024-01-15T17:34:06.662Z Sun culminates 40.30 degrees above the horizon +2024-01-15T17:34:06.661Z Sun culminates 40.30 degrees above the horizon 2024-01-15T21:32:44.474Z Moon culminates 57.27 degrees above the horizon 2024-01-15T22:49:49.393Z sunset -2024-01-16T03:39:55.476Z moonset -2024-01-16T12:18:29.072Z sunrise -2024-01-16T16:05:58.438Z moonrise +2024-01-16T03:39:55.475Z moonset +2024-01-16T12:18:29.071Z sunrise +2024-01-16T16:05:58.439Z moonrise 2024-01-16T17:34:27.567Z Sun culminates 40.48 degrees above the horizon 2024-01-16T22:20:51.990Z Moon culminates 64.36 degrees above the horizon 2024-01-16T22:50:38.720Z sunset -2024-01-17T04:43:40.392Z moonset -2024-01-17T12:18:20.354Z sunrise -2024-01-17T16:38:21.438Z moonrise -2024-01-17T17:34:47.766Z Sun culminates 40.68 degrees above the horizon -2024-01-17T22:51:28.255Z sunset -2024-01-17T23:08:34.334Z Moon culminates 71.13 degrees above the horizon +2024-01-17T04:43:40.391Z moonset +2024-01-17T12:18:20.353Z sunrise +2024-01-17T16:38:21.439Z moonrise +2024-01-17T17:34:47.765Z Sun culminates 40.68 degrees above the horizon +2024-01-17T22:51:28.254Z sunset +2024-01-17T23:08:34.335Z Moon culminates 71.13 degrees above the horizon 2024-01-18T03:53:11.286Z first quarter -2024-01-18T05:46:46.117Z moonset +2024-01-18T05:46:46.116Z moonset 2024-01-18T12:18:10.010Z sunrise -2024-01-18T17:12:01.058Z moonrise -2024-01-18T17:35:07.240Z Sun culminates 40.88 degrees above the horizon -2024-01-18T22:52:17.959Z sunset +2024-01-18T17:12:01.059Z moonrise +2024-01-18T17:35:07.239Z Sun culminates 40.88 degrees above the horizon +2024-01-18T22:52:17.958Z sunset 2024-01-18T23:57:09.669Z Moon culminates 77.25 degrees above the horizon -2024-01-19T06:50:03.017Z moonset +2024-01-19T06:50:03.016Z moonset 2024-01-19T12:17:58.047Z sunrise -2024-01-19T17:35:25.974Z Sun culminates 41.09 degrees above the horizon +2024-01-19T17:35:25.973Z Sun culminates 41.09 degrees above the horizon 2024-01-19T17:48:31.068Z moonrise -2024-01-19T22:53:07.795Z sunset -2024-01-20T00:47:36.430Z Moon culminates 82.41 degrees above the horizon -2024-01-20T07:53:40.058Z moonset -2024-01-20T12:17:44.471Z sunrise -2024-01-20T12:54:56.546Z Venus moves from Ophiuchus to Sagittarius +2024-01-19T22:53:07.794Z sunset +2024-01-20T00:47:36.429Z Moon culminates 82.41 degrees above the horizon +2024-01-20T07:53:40.057Z moonset +2024-01-20T12:17:44.472Z sunrise +2024-01-20T12:54:57.176Z Venus moves from Ophiuchus to Sagittarius 2024-01-20T13:46:32.352Z Pluto conjunction 2024-01-20T17:35:43.954Z Sun culminates 41.30 degrees above the horizon -2024-01-20T18:29:16.322Z moonrise -2024-01-20T22:53:57.730Z sunset -2024-01-21T01:40:19.865Z Moon culminates 86.33 degrees above the horizon -2024-01-21T08:56:47.203Z moonset -2024-01-21T12:17:29.294Z sunrise -2024-01-21T17:36:01.171Z Sun culminates 41.52 degrees above the horizon -2024-01-21T19:15:17.136Z moonrise -2024-01-21T22:54:47.729Z sunset -2024-01-22T02:34:58.635Z Moon culminates 88.78 degrees above the horizon -2024-01-22T09:57:36.980Z moonset -2024-01-22T12:17:12.527Z sunrise +2024-01-20T18:29:16.321Z moonrise +2024-01-20T22:53:57.728Z sunset +2024-01-21T01:40:19.864Z Moon culminates 86.33 degrees above the horizon +2024-01-21T08:56:47.202Z moonset +2024-01-21T12:17:29.295Z sunrise +2024-01-21T17:36:01.170Z Sun culminates 41.52 degrees above the horizon +2024-01-21T19:15:17.134Z moonrise +2024-01-21T22:54:47.726Z sunset +2024-01-22T02:34:58.633Z Moon culminates 88.78 degrees above the horizon +2024-01-22T09:57:36.979Z moonset +2024-01-22T12:17:12.528Z sunrise 2024-01-22T17:36:17.612Z Sun culminates 41.74 degrees above the horizon -2024-01-22T20:06:43.228Z moonrise -2024-01-22T22:55:37.761Z sunset -2024-01-23T03:30:22.408Z Moon culminates 89.61 degrees above the horizon -2024-01-23T10:53:59.235Z moonset +2024-01-22T20:06:43.226Z moonrise +2024-01-22T22:55:37.759Z sunset +2024-01-23T03:30:22.406Z Moon culminates 89.61 degrees above the horizon +2024-01-23T10:53:59.234Z moonset 2024-01-23T12:16:54.185Z sunrise 2024-01-23T17:36:33.272Z Sun culminates 41.98 degrees above the horizon -2024-01-23T21:02:33.730Z moonrise -2024-01-23T22:56:27.798Z sunset -2024-01-24T04:24:51.774Z Moon culminates 88.83 degrees above the horizon -2024-01-24T11:44:16.440Z moonset +2024-01-23T21:02:33.728Z moonrise +2024-01-23T22:56:27.796Z sunset +2024-01-24T04:24:51.772Z Moon culminates 88.83 degrees above the horizon +2024-01-24T11:44:16.439Z moonset 2024-01-24T12:16:34.281Z sunrise -2024-01-24T17:36:48.144Z Sun culminates 42.21 degrees above the horizon -2024-01-24T22:00:49.272Z moonrise -2024-01-24T22:57:17.812Z sunset -2024-01-25T05:16:55.008Z Moon culminates 86.57 degrees above the horizon +2024-01-24T17:36:48.143Z Sun culminates 42.21 degrees above the horizon +2024-01-24T22:00:49.270Z moonrise +2024-01-24T22:57:17.810Z sunset +2024-01-25T05:16:55.006Z Moon culminates 86.57 degrees above the horizon 2024-01-25T12:16:12.833Z sunrise 2024-01-25T12:27:59.517Z moonset 2024-01-25T17:37:02.223Z Sun culminates 42.46 degrees above the horizon 2024-01-25T17:54:44.610Z full moon -2024-01-25T22:58:07.778Z sunset -2024-01-25T22:59:18.801Z moonrise -2024-01-26T06:05:38.555Z Moon culminates 83.08 degrees above the horizon +2024-01-25T22:58:07.776Z sunset +2024-01-25T22:59:18.800Z moonrise +2024-01-26T06:05:38.554Z Moon culminates 83.08 degrees above the horizon 2024-01-26T12:15:49.857Z sunrise 2024-01-26T13:05:42.600Z moonset -2024-01-26T17:37:15.507Z Sun culminates 42.71 degrees above the horizon -2024-01-26T22:58:57.671Z sunset -2024-01-26T23:56:27.526Z moonrise +2024-01-26T17:37:15.506Z Sun culminates 42.71 degrees above the horizon +2024-01-26T22:58:57.670Z sunset +2024-01-26T23:56:27.525Z moonrise 2024-01-27T06:50:54.794Z Moon culminates 78.65 degrees above the horizon 2024-01-27T12:15:25.373Z sunrise -2024-01-27T13:38:34.903Z moonset +2024-01-27T13:38:34.902Z moonset 2024-01-27T17:37:27.991Z Sun culminates 42.96 degrees above the horizon -2024-01-27T22:59:47.470Z sunset -2024-01-28T00:51:35.942Z moonrise -2024-01-28T07:33:11.848Z Moon culminates 73.55 degrees above the horizon +2024-01-27T22:59:47.469Z sunset +2024-01-28T00:51:35.941Z moonrise +2024-01-28T07:33:11.847Z Moon culminates 73.55 degrees above the horizon 2024-01-28T12:14:59.399Z sunrise 2024-01-28T14:07:55.760Z moonset -2024-01-28T17:37:39.677Z Sun culminates 43.22 degrees above the horizon +2024-01-28T17:37:39.676Z Sun culminates 43.22 degrees above the horizon 2024-01-28T23:00:37.152Z sunset 2024-01-29T01:44:52.384Z moonrise -2024-01-29T08:13:19.068Z Moon culminates 68.01 degrees above the horizon +2024-01-29T08:13:19.067Z Moon culminates 68.01 degrees above the horizon 2024-01-29T08:15:12.366Z lunar apogee at 405765 km -2024-01-29T12:14:31.956Z sunrise +2024-01-29T12:14:31.955Z sunrise 2024-01-29T14:35:02.248Z moonset -2024-01-29T17:37:50.563Z Sun culminates 43.49 degrees above the horizon +2024-01-29T17:37:50.562Z Sun culminates 43.49 degrees above the horizon 2024-01-29T23:01:26.697Z sunset -2024-01-30T02:36:56.739Z moonrise +2024-01-30T02:36:56.738Z moonrise 2024-01-30T08:52:16.564Z Moon culminates 62.23 degrees above the horizon -2024-01-30T12:14:03.063Z sunrise +2024-01-30T12:14:03.061Z sunrise 2024-01-30T15:01:06.771Z moonset -2024-01-30T17:38:00.649Z Sun culminates 43.76 degrees above the horizon +2024-01-30T17:38:00.648Z Sun culminates 43.76 degrees above the horizon 2024-01-30T23:02:16.085Z sunset 2024-01-31T03:28:46.638Z moonrise -2024-01-31T09:31:10.161Z Moon culminates 56.40 degrees above the horizon -2024-01-31T12:13:32.741Z sunrise +2024-01-31T09:31:10.162Z Moon culminates 56.40 degrees above the horizon +2024-01-31T12:13:32.739Z sunrise 2024-01-31T15:27:20.011Z moonset 2024-01-31T17:38:09.935Z Sun culminates 44.04 degrees above the horizon -2024-01-31T23:03:05.296Z sunset +2024-01-31T23:03:05.297Z sunset 2024-02-01T04:21:28.134Z moonrise 2024-02-01T10:11:09.932Z Moon culminates 50.67 degrees above the horizon -2024-02-01T12:13:01.011Z sunrise +2024-02-01T12:13:01.009Z sunrise 2024-02-01T15:54:56.326Z moonset 2024-02-01T17:38:18.424Z Sun culminates 44.32 degrees above the horizon -2024-02-01T23:03:54.311Z sunset -2024-02-02T05:16:07.885Z moonrise -2024-02-02T10:53:29.598Z Moon culminates 45.25 degrees above the horizon -2024-02-02T12:12:27.895Z sunrise -2024-02-02T16:25:20.067Z moonset +2024-02-01T23:03:54.312Z sunset +2024-02-02T05:16:07.886Z moonrise +2024-02-02T10:53:29.599Z Moon culminates 45.25 degrees above the horizon +2024-02-02T12:12:27.892Z sunrise +2024-02-02T16:25:20.068Z moonset 2024-02-02T16:54:37.919Z Mercury aphelion at 0.4667 AU 2024-02-02T17:38:26.115Z Sun culminates 44.61 degrees above the horizon -2024-02-02T23:04:43.111Z sunset +2024-02-02T23:04:43.113Z sunset 2024-02-02T23:18:40.024Z third quarter -2024-02-03T06:13:41.814Z moonrise -2024-02-03T11:39:23.388Z Moon culminates 40.35 degrees above the horizon -2024-02-03T12:11:53.413Z sunrise -2024-02-03T17:00:10.888Z moonset +2024-02-03T06:13:41.816Z moonrise +2024-02-03T11:39:23.390Z Moon culminates 40.35 degrees above the horizon +2024-02-03T12:11:53.410Z sunrise +2024-02-03T17:00:10.889Z moonset 2024-02-03T17:38:33.011Z Sun culminates 44.90 degrees above the horizon -2024-02-03T23:05:31.676Z sunset -2024-02-04T07:14:34.561Z moonrise -2024-02-04T12:11:17.586Z sunrise -2024-02-04T12:29:55.552Z Moon culminates 36.30 degrees above the horizon +2024-02-03T23:05:31.679Z sunset +2024-02-04T07:14:34.563Z moonrise +2024-02-04T12:11:17.584Z sunrise +2024-02-04T12:29:55.554Z Moon culminates 36.30 degrees above the horizon 2024-02-04T17:38:39.111Z Sun culminates 45.19 degrees above the horizon -2024-02-04T17:41:23.045Z moonset -2024-02-04T23:06:19.989Z sunset -2024-02-05T00:25:21.968Z Mercury moves from Sagittarius to Capricornus -2024-02-05T08:18:08.294Z moonrise -2024-02-05T12:10:40.437Z sunrise -2024-02-05T13:25:37.564Z Moon culminates 33.47 degrees above the horizon -2024-02-05T17:38:44.417Z Sun culminates 45.50 degrees above the horizon -2024-02-05T18:30:47.567Z moonset -2024-02-05T23:07:08.030Z sunset -2024-02-06T09:22:16.941Z moonrise -2024-02-06T12:10:01.986Z sunrise -2024-02-06T14:25:55.831Z Moon culminates 32.29 degrees above the horizon -2024-02-06T17:38:48.932Z Sun culminates 45.80 degrees above the horizon -2024-02-06T19:29:24.377Z moonset -2024-02-06T23:07:55.781Z sunset -2024-02-07T10:23:45.945Z moonrise +2024-02-04T17:41:23.047Z moonset +2024-02-04T23:06:19.992Z sunset +2024-02-05T00:25:22.486Z Mercury moves from Sagittarius to Capricornus +2024-02-05T08:18:08.296Z moonrise +2024-02-05T12:10:40.435Z sunrise +2024-02-05T13:25:37.566Z Moon culminates 33.47 degrees above the horizon +2024-02-05T17:38:44.418Z Sun culminates 45.50 degrees above the horizon +2024-02-05T18:30:47.569Z moonset +2024-02-05T23:07:08.032Z sunset +2024-02-06T09:22:16.944Z moonrise +2024-02-06T12:10:01.985Z sunrise +2024-02-06T14:25:55.833Z Moon culminates 32.29 degrees above the horizon +2024-02-06T17:38:48.933Z Sun culminates 45.80 degrees above the horizon +2024-02-06T19:29:24.379Z moonset +2024-02-06T23:07:55.782Z sunset +2024-02-07T10:23:45.947Z moonrise 2024-02-07T12:09:22.254Z sunrise -2024-02-07T15:28:53.727Z Moon culminates 33.10 degrees above the horizon +2024-02-07T15:28:53.728Z Moon culminates 33.10 degrees above the horizon 2024-02-07T17:38:52.656Z Sun culminates 46.11 degrees above the horizon -2024-02-07T20:36:17.335Z moonset -2024-02-07T23:08:43.223Z sunset -2024-02-08T11:19:36.449Z moonrise -2024-02-08T12:08:41.263Z sunrise -2024-02-08T16:31:43.102Z Moon culminates 36.00 degrees above the horizon +2024-02-07T20:36:17.336Z moonset +2024-02-07T23:08:43.224Z sunset +2024-02-08T11:19:36.450Z moonrise +2024-02-08T12:08:41.264Z sunrise +2024-02-08T16:31:43.103Z Moon culminates 36.00 degrees above the horizon 2024-02-08T17:38:55.591Z Sun culminates 46.43 degrees above the horizon 2024-02-08T21:48:19.045Z moonset 2024-02-08T23:09:30.340Z sunset 2024-02-09T12:07:59.035Z sunrise 2024-02-09T12:08:30.309Z moonrise -2024-02-09T17:31:58.700Z Moon culminates 40.79 degrees above the horizon +2024-02-09T17:31:58.699Z Moon culminates 40.79 degrees above the horizon 2024-02-09T17:38:57.739Z Sun culminates 46.75 degrees above the horizon 2024-02-09T22:59:43.176Z new moon -2024-02-09T23:01:35.876Z moonset +2024-02-09T23:01:35.875Z moonset 2024-02-09T23:10:17.114Z sunset -2024-02-10T12:07:15.590Z sunrise -2024-02-10T12:50:59.756Z moonrise -2024-02-10T17:38:59.105Z Sun culminates 47.07 degrees above the horizon -2024-02-10T18:28:34.191Z Moon culminates 47.02 degrees above the horizon +2024-02-10T12:07:15.589Z sunrise +2024-02-10T12:50:59.755Z moonrise +2024-02-10T17:38:59.104Z Sun culminates 47.07 degrees above the horizon +2024-02-10T18:28:34.190Z Moon culminates 47.02 degrees above the horizon 2024-02-10T18:53:03.142Z lunar perigee at 358079 km 2024-02-10T23:11:03.531Z sunset -2024-02-11T00:13:21.263Z moonset -2024-02-11T12:06:30.950Z sunrise +2024-02-11T00:13:21.262Z moonset +2024-02-11T12:06:30.949Z sunrise 2024-02-11T13:28:39.917Z moonrise -2024-02-11T17:38:59.690Z Sun culminates 47.40 degrees above the horizon -2024-02-11T19:21:43.040Z Moon culminates 54.13 degrees above the horizon -2024-02-11T23:11:49.578Z sunset -2024-02-12T01:22:36.675Z moonset -2024-02-12T12:05:45.138Z sunrise -2024-02-12T14:03:23.609Z moonrise -2024-02-12T17:38:59.502Z Sun culminates 47.73 degrees above the horizon +2024-02-11T17:38:59.689Z Sun culminates 47.40 degrees above the horizon +2024-02-11T19:21:43.039Z Moon culminates 54.13 degrees above the horizon +2024-02-11T23:11:49.577Z sunset +2024-02-12T01:22:36.674Z moonset +2024-02-12T12:05:45.136Z sunrise +2024-02-12T14:03:23.610Z moonrise +2024-02-12T17:38:59.501Z Sun culminates 47.73 degrees above the horizon 2024-02-12T20:12:27.390Z Moon culminates 61.56 degrees above the horizon 2024-02-12T23:12:35.241Z sunset -2024-02-12T23:46:11.995Z Mars moves from Sagittarius to Capricornus -2024-02-13T02:29:42.894Z moonset -2024-02-13T12:04:58.176Z sunrise -2024-02-13T14:37:00.567Z moonrise -2024-02-13T17:38:58.545Z Sun culminates 48.06 degrees above the horizon +2024-02-12T23:46:13.048Z Mars moves from Sagittarius to Capricornus +2024-02-13T02:29:42.893Z moonset +2024-02-13T12:04:58.174Z sunrise +2024-02-13T14:37:00.568Z moonrise +2024-02-13T17:38:58.544Z Sun culminates 48.06 degrees above the horizon 2024-02-13T21:02:07.475Z Moon culminates 68.80 degrees above the horizon 2024-02-13T23:13:20.512Z sunset 2024-02-14T03:35:33.744Z moonset -2024-02-14T12:04:10.088Z sunrise -2024-02-14T15:11:13.350Z moonrise -2024-02-14T17:38:56.828Z Sun culminates 48.40 degrees above the horizon +2024-02-14T12:04:10.087Z sunrise +2024-02-14T15:11:13.351Z moonrise +2024-02-14T17:38:56.827Z Sun culminates 48.40 degrees above the horizon 2024-02-14T21:52:01.432Z Moon culminates 75.44 degrees above the horizon 2024-02-14T23:14:05.381Z sunset 2024-02-15T04:40:58.197Z moonset 2024-02-15T12:03:20.900Z sunrise -2024-02-15T15:47:38.194Z moonrise +2024-02-15T15:47:38.195Z moonrise 2024-02-15T17:38:54.359Z Sun culminates 48.74 degrees above the horizon -2024-02-15T22:43:11.177Z Moon culminates 81.10 degrees above the horizon +2024-02-15T22:43:11.176Z Moon culminates 81.10 degrees above the horizon 2024-02-15T23:14:49.841Z sunset -2024-02-16T05:46:11.843Z moonset +2024-02-16T05:46:11.842Z moonset 2024-02-16T12:02:30.638Z sunrise 2024-02-16T15:01:32.900Z first quarter -2024-02-16T15:22:12.005Z Venus moves from Sagittarius to Capricornus +2024-02-16T15:22:12.636Z Venus moves from Sagittarius to Capricornus 2024-02-16T16:27:42.372Z moonrise 2024-02-16T17:38:51.150Z Sun culminates 49.09 degrees above the horizon -2024-02-16T23:15:33.888Z sunset -2024-02-16T23:36:08.973Z Moon culminates 85.51 degrees above the horizon -2024-02-17T06:50:37.064Z moonset -2024-02-17T12:01:39.329Z sunrise -2024-02-17T17:12:32.307Z moonrise -2024-02-17T17:38:47.212Z Sun culminates 49.43 degrees above the horizon -2024-02-17T23:16:17.516Z sunset -2024-02-18T00:30:44.999Z Moon culminates 88.42 degrees above the horizon -2024-02-18T07:52:41.115Z moonset -2024-02-18T12:00:47.002Z sunrise +2024-02-16T23:15:33.887Z sunset +2024-02-16T23:36:08.972Z Moon culminates 85.51 degrees above the horizon +2024-02-17T06:50:37.062Z moonset +2024-02-17T12:01:39.330Z sunrise +2024-02-17T17:12:32.306Z moonrise +2024-02-17T17:38:47.211Z Sun culminates 49.43 degrees above the horizon +2024-02-17T23:16:17.515Z sunset +2024-02-18T00:30:44.998Z Moon culminates 88.42 degrees above the horizon +2024-02-18T07:52:41.113Z moonset +2024-02-18T12:00:47.003Z sunrise 2024-02-18T17:38:42.557Z Sun culminates 49.79 degrees above the horizon -2024-02-18T18:02:31.693Z moonrise -2024-02-18T23:17:00.725Z sunset -2024-02-19T01:26:03.796Z Moon culminates 89.72 degrees above the horizon -2024-02-19T08:50:24.193Z moonset +2024-02-18T18:02:31.692Z moonrise +2024-02-18T23:17:00.724Z sunset +2024-02-19T01:26:03.794Z Moon culminates 89.72 degrees above the horizon +2024-02-19T08:50:24.191Z moonset 2024-02-19T11:59:53.685Z sunrise 2024-02-19T17:38:37.201Z Sun culminates 50.14 degrees above the horizon -2024-02-19T18:57:01.148Z moonrise -2024-02-19T23:17:43.515Z sunset -2024-02-20T02:20:39.168Z Moon culminates 89.39 degrees above the horizon -2024-02-20T09:42:09.379Z moonset +2024-02-19T18:57:01.147Z moonrise +2024-02-19T23:17:43.514Z sunset +2024-02-20T02:20:39.166Z Moon culminates 89.39 degrees above the horizon +2024-02-20T09:42:09.378Z moonset 2024-02-20T11:58:59.407Z sunrise -2024-02-20T17:38:31.159Z Sun culminates 50.50 degrees above the horizon -2024-02-20T19:54:21.765Z moonrise -2024-02-20T23:18:25.889Z sunset -2024-02-21T03:13:05.257Z Moon culminates 87.55 degrees above the horizon -2024-02-21T10:27:20.359Z moonset +2024-02-20T17:38:31.158Z Sun culminates 50.50 degrees above the horizon +2024-02-20T19:54:21.764Z moonrise +2024-02-20T23:18:25.887Z sunset +2024-02-21T03:13:05.256Z Moon culminates 87.55 degrees above the horizon +2024-02-21T10:27:20.357Z moonset 2024-02-21T11:58:04.198Z sunrise -2024-02-21T15:52:48.393Z Mercury moves from Capricornus to Aquarius -2024-02-21T17:38:24.448Z Sun culminates 50.86 degrees above the horizon -2024-02-21T20:52:31.412Z moonrise -2024-02-21T23:19:07.849Z sunset -2024-02-22T04:02:25.849Z Moon culminates 84.42 degrees above the horizon -2024-02-22T11:06:22.676Z moonset +2024-02-21T15:52:48.828Z Mercury moves from Capricornus to Aquarius +2024-02-21T17:38:24.447Z Sun culminates 50.86 degrees above the horizon +2024-02-21T20:52:31.411Z moonrise +2024-02-21T23:19:07.848Z sunset +2024-02-22T04:02:25.848Z Moon culminates 84.42 degrees above the horizon +2024-02-22T11:06:22.674Z moonset 2024-02-22T11:57:08.090Z sunrise 2024-02-22T17:38:17.085Z Sun culminates 51.22 degrees above the horizon 2024-02-22T21:49:50.459Z moonrise -2024-02-22T23:19:49.403Z sunset -2024-02-23T04:48:25.697Z Moon culminates 80.25 degrees above the horizon -2024-02-23T11:40:19.783Z moonset +2024-02-22T23:19:49.402Z sunset +2024-02-23T04:48:25.696Z Moon culminates 80.25 degrees above the horizon +2024-02-23T11:40:19.782Z moonset 2024-02-23T11:56:11.112Z sunrise 2024-02-23T17:38:09.091Z Sun culminates 51.59 degrees above the horizon 2024-02-23T22:45:26.771Z moonrise 2024-02-23T23:20:30.556Z sunset -2024-02-24T05:31:24.418Z Moon culminates 75.33 degrees above the horizon -2024-02-24T11:55:13.297Z sunrise -2024-02-24T12:10:28.211Z moonset +2024-02-24T05:31:24.417Z Moon culminates 75.33 degrees above the horizon +2024-02-24T11:55:13.296Z sunrise +2024-02-24T12:10:28.210Z moonset 2024-02-24T12:31:11.515Z full moon 2024-02-24T17:38:00.484Z Sun culminates 51.95 degrees above the horizon 2024-02-24T23:21:11.318Z sunset 2024-02-24T23:39:14.732Z moonrise 2024-02-25T06:12:03.867Z Moon culminates 69.88 degrees above the horizon -2024-02-25T11:54:14.674Z sunrise -2024-02-25T12:38:03.511Z moonset +2024-02-25T11:54:14.673Z sunrise +2024-02-25T12:38:03.510Z moonset 2024-02-25T14:58:43.154Z lunar apogee at 406301 km 2024-02-25T17:37:51.284Z Sun culminates 52.32 degrees above the horizon -2024-02-25T23:21:51.697Z sunset +2024-02-25T23:21:51.698Z sunset 2024-02-26T00:31:41.851Z moonrise 2024-02-26T06:51:17.573Z Moon culminates 64.12 degrees above the horizon -2024-02-26T11:53:15.275Z sunrise +2024-02-26T11:53:15.274Z sunrise 2024-02-26T13:04:16.166Z moonset 2024-02-26T17:37:41.513Z Sun culminates 52.70 degrees above the horizon -2024-02-26T23:22:31.704Z sunset +2024-02-26T23:22:31.705Z sunset 2024-02-27T01:23:35.108Z moonrise 2024-02-27T07:30:04.810Z Moon culminates 58.25 degrees above the horizon -2024-02-27T11:52:15.133Z sunrise +2024-02-27T11:52:15.131Z sunrise 2024-02-27T13:30:13.258Z moonset 2024-02-27T17:37:31.190Z Sun culminates 53.07 degrees above the horizon -2024-02-27T23:23:11.348Z sunset -2024-02-28T02:15:51.045Z moonrise +2024-02-27T23:23:11.349Z sunset +2024-02-28T02:15:51.046Z moonrise 2024-02-28T08:09:28.304Z Moon culminates 52.45 degrees above the horizon 2024-02-28T08:26:13.159Z Mercury superior conjunction -2024-02-28T11:51:14.276Z sunrise +2024-02-28T11:51:14.274Z sunrise 2024-02-28T13:57:02.805Z moonset 2024-02-28T17:37:20.336Z Sun culminates 53.45 degrees above the horizon 2024-02-28T21:26:07.297Z Saturn conjunction -2024-02-28T23:23:50.640Z sunset -2024-02-29T03:09:28.201Z moonrise -2024-02-29T08:50:33.419Z Moon culminates 46.91 degrees above the horizon -2024-02-29T11:50:12.736Z sunrise +2024-02-28T23:23:50.641Z sunset +2024-02-29T03:09:28.203Z moonrise +2024-02-29T08:50:33.420Z Moon culminates 46.91 degrees above the horizon +2024-02-29T11:50:12.734Z sunrise 2024-02-29T14:25:59.133Z moonset 2024-02-29T17:37:08.972Z Sun culminates 53.83 degrees above the horizon -2024-02-29T23:24:29.590Z sunset -2024-03-01T04:05:18.206Z moonrise -2024-03-01T09:34:26.222Z Moon culminates 41.85 degrees above the horizon -2024-03-01T11:49:10.544Z sunrise -2024-03-01T14:58:27.859Z moonset +2024-02-29T23:24:29.592Z sunset +2024-03-01T04:05:18.208Z moonrise +2024-03-01T09:34:26.224Z Moon culminates 41.85 degrees above the horizon +2024-03-01T11:49:10.541Z sunrise +2024-03-01T14:58:27.860Z moonset 2024-03-01T17:36:57.118Z Sun culminates 54.21 degrees above the horizon -2024-03-01T23:25:08.208Z sunset -2024-03-02T05:03:51.238Z moonrise -2024-03-02T10:22:07.131Z Moon culminates 37.53 degrees above the horizon -2024-03-02T11:48:07.728Z sunrise -2024-03-02T15:36:07.624Z moonset +2024-03-01T23:25:08.210Z sunset +2024-03-02T05:03:51.241Z moonrise +2024-03-02T10:22:07.134Z Moon culminates 37.53 degrees above the horizon +2024-03-02T11:48:07.724Z sunrise +2024-03-02T15:36:07.626Z moonset 2024-03-02T17:36:44.793Z Sun culminates 54.59 degrees above the horizon -2024-03-02T23:25:46.503Z sunset -2024-03-03T06:04:53.618Z moonrise -2024-03-03T11:14:16.511Z Moon culminates 34.26 degrees above the horizon -2024-03-03T11:47:04.318Z sunrise +2024-03-02T23:25:46.506Z sunset +2024-03-03T06:04:53.622Z moonrise +2024-03-03T11:14:16.514Z Moon culminates 34.26 degrees above the horizon +2024-03-03T11:47:04.314Z sunrise 2024-03-03T15:24:07.707Z third quarter -2024-03-03T16:20:41.940Z moonset +2024-03-03T16:20:41.942Z moonset 2024-03-03T17:36:32.016Z Sun culminates 54.97 degrees above the horizon -2024-03-03T23:26:24.484Z sunset -2024-03-04T07:07:04.669Z moonrise -2024-03-04T11:46:00.342Z sunrise -2024-03-04T12:10:51.786Z Moon culminates 32.41 degrees above the horizon -2024-03-04T17:13:31.131Z moonset +2024-03-03T23:26:24.488Z sunset +2024-03-04T07:07:04.673Z moonrise +2024-03-04T11:46:00.339Z sunrise +2024-03-04T12:10:51.789Z Moon culminates 32.41 degrees above the horizon +2024-03-04T17:13:31.134Z moonset 2024-03-04T17:36:18.806Z Sun culminates 55.36 degrees above the horizon -2024-03-04T23:27:02.161Z sunset -2024-03-05T08:07:56.977Z moonrise -2024-03-05T11:44:55.830Z sunrise -2024-03-05T13:10:46.944Z Moon culminates 32.31 degrees above the horizon +2024-03-04T23:27:02.164Z sunset +2024-03-05T08:07:56.981Z moonrise +2024-03-05T11:44:55.827Z sunrise +2024-03-05T13:10:46.947Z Moon culminates 32.31 degrees above the horizon 2024-03-05T17:36:05.181Z Sun culminates 55.75 degrees above the horizon -2024-03-05T18:14:43.079Z moonset -2024-03-05T23:27:39.539Z sunset -2024-03-06T09:04:44.842Z moonrise -2024-03-06T11:43:50.907Z sunrise -2024-03-06T14:11:58.540Z Moon culminates 34.16 degrees above the horizon +2024-03-05T18:14:43.081Z moonset +2024-03-05T23:27:39.541Z sunset +2024-03-06T09:04:44.845Z moonrise +2024-03-06T11:43:50.906Z sunrise +2024-03-06T14:11:58.542Z Moon culminates 34.16 degrees above the horizon 2024-03-06T17:35:51.158Z Sun culminates 56.14 degrees above the horizon -2024-03-06T19:22:35.082Z moonset -2024-03-06T23:28:16.627Z sunset -2024-03-07T05:20:57.888Z Mercury moves from Aquarius to Pisces -2024-03-07T09:55:39.414Z moonrise -2024-03-07T11:42:45.401Z sunrise -2024-03-07T15:12:10.912Z Moon culminates 37.96 degrees above the horizon +2024-03-06T19:22:35.084Z moonset +2024-03-06T23:28:16.628Z sunset +2024-03-07T05:20:58.210Z Mercury moves from Aquarius to Pisces +2024-03-07T09:55:39.415Z moonrise +2024-03-07T11:42:45.400Z sunrise +2024-03-07T15:12:10.913Z Moon culminates 37.96 degrees above the horizon 2024-03-07T17:35:36.753Z Sun culminates 56.52 degrees above the horizon -2024-03-07T20:34:01.261Z moonset -2024-03-07T23:28:53.430Z sunset -2024-03-08T10:40:27.420Z moonrise +2024-03-07T20:34:01.263Z moonset +2024-03-07T23:28:53.431Z sunset +2024-03-08T10:40:27.419Z moonrise 2024-03-08T11:41:39.438Z sunrise 2024-03-08T16:09:52.524Z Moon culminates 43.44 degrees above the horizon 2024-03-08T17:35:21.984Z Sun culminates 56.92 degrees above the horizon -2024-03-08T21:46:01.137Z moonset +2024-03-08T21:46:01.138Z moonset 2024-03-08T23:29:29.956Z sunset -2024-03-09T11:20:11.723Z moonrise +2024-03-09T11:20:11.722Z moonrise 2024-03-09T11:40:33.045Z sunrise -2024-03-09T17:04:41.295Z Moon culminates 50.18 degrees above the horizon -2024-03-09T17:35:06.867Z Sun culminates 57.31 degrees above the horizon -2024-03-09T20:31:08.282Z Venus moves from Capricornus to Aquarius +2024-03-09T17:04:41.294Z Moon culminates 50.18 degrees above the horizon +2024-03-09T17:35:06.866Z Sun culminates 57.31 degrees above the horizon +2024-03-09T20:31:08.923Z Venus moves from Capricornus to Aquarius 2024-03-09T22:56:50.864Z moonset -2024-03-09T23:30:06.211Z sunset +2024-03-09T23:30:06.212Z sunset 2024-03-10T07:03:30.658Z lunar perigee at 356885 km 2024-03-10T09:00:58.308Z new moon -2024-03-10T11:39:26.247Z sunrise -2024-03-10T11:56:31.009Z moonrise -2024-03-10T17:34:51.417Z Sun culminates 57.70 degrees above the horizon +2024-03-10T11:39:26.246Z sunrise +2024-03-10T11:56:31.008Z moonrise +2024-03-10T17:34:51.416Z Sun culminates 57.70 degrees above the horizon 2024-03-10T17:57:12.736Z Moon culminates 57.63 degrees above the horizon -2024-03-10T23:30:42.203Z sunset +2024-03-10T23:30:42.204Z sunset 2024-03-11T00:06:10.780Z moonset -2024-03-11T11:38:19.069Z sunrise +2024-03-11T11:38:19.068Z sunrise 2024-03-11T12:31:12.168Z moonrise 2024-03-11T17:34:35.651Z Sun culminates 58.09 degrees above the horizon 2024-03-11T18:48:33.688Z Moon culminates 65.25 degrees above the horizon -2024-03-11T23:31:17.939Z sunset -2024-03-12T01:14:32.288Z moonset -2024-03-12T11:37:11.535Z sunrise -2024-03-12T13:05:59.766Z moonrise +2024-03-11T23:31:17.940Z sunset +2024-03-12T01:14:32.289Z moonset +2024-03-12T11:37:11.534Z sunrise +2024-03-12T13:05:59.765Z moonrise 2024-03-12T17:34:19.585Z Sun culminates 58.49 degrees above the horizon -2024-03-12T19:39:58.841Z Moon culminates 72.50 degrees above the horizon -2024-03-12T23:31:53.426Z sunset -2024-03-13T02:22:37.361Z moonset -2024-03-13T11:36:03.672Z sunrise +2024-03-12T19:39:58.842Z Moon culminates 72.50 degrees above the horizon +2024-03-12T23:31:53.427Z sunset +2024-03-13T02:22:37.362Z moonset +2024-03-13T11:36:03.671Z sunrise 2024-03-13T13:42:33.906Z moonrise 2024-03-13T17:34:03.237Z Sun culminates 58.88 degrees above the horizon 2024-03-13T20:32:32.401Z Moon culminates 78.91 degrees above the horizon -2024-03-13T23:32:28.674Z sunset -2024-03-14T03:30:42.988Z moonset +2024-03-13T23:32:28.675Z sunset +2024-03-14T03:30:42.989Z moonset 2024-03-14T11:34:55.505Z sunrise 2024-03-14T14:22:27.294Z moonrise -2024-03-14T17:33:46.623Z Sun culminates 59.27 degrees above the horizon +2024-03-14T17:33:46.624Z Sun culminates 59.27 degrees above the horizon 2024-03-14T21:26:51.313Z Moon culminates 84.07 degrees above the horizon 2024-03-14T23:33:03.691Z sunset 2024-03-15T04:38:13.764Z moonset 2024-03-15T11:33:47.061Z sunrise -2024-03-15T15:06:54.215Z moonrise +2024-03-15T15:06:54.213Z moonrise 2024-03-15T17:33:29.763Z Sun culminates 59.67 degrees above the horizon 2024-03-15T22:22:49.852Z Moon culminates 87.70 degrees above the horizon -2024-03-15T23:33:38.487Z sunset +2024-03-15T23:33:38.486Z sunset 2024-03-16T05:43:33.004Z moonset -2024-03-16T11:32:38.366Z sunrise -2024-03-16T15:56:28.786Z moonrise +2024-03-16T11:32:38.367Z sunrise +2024-03-16T15:56:28.784Z moonrise 2024-03-16T17:33:12.673Z Sun culminates 60.06 degrees above the horizon -2024-03-16T23:19:33.432Z Moon culminates 89.62 degrees above the horizon +2024-03-16T23:19:33.431Z Moon culminates 89.62 degrees above the horizon 2024-03-16T23:34:13.070Z sunset 2024-03-17T04:11:21.732Z first quarter 2024-03-17T06:44:28.077Z moonset 2024-03-17T11:28:35.689Z Neptune conjunction -2024-03-17T11:31:29.448Z sunrise +2024-03-17T11:31:29.449Z sunrise 2024-03-17T16:32:58.227Z Mercury perihelion at 0.3075 AU -2024-03-17T16:50:42.053Z moonrise -2024-03-17T17:32:55.373Z Sun culminates 60.46 degrees above the horizon -2024-03-17T23:34:47.354Z sunset -2024-03-18T00:15:32.643Z Moon culminates 89.82 degrees above the horizon +2024-03-17T16:50:42.051Z moonrise +2024-03-17T17:32:55.374Z Sun culminates 60.46 degrees above the horizon +2024-03-17T23:34:47.353Z sunset +2024-03-18T00:15:32.642Z Moon culminates 89.82 degrees above the horizon 2024-03-18T07:39:05.457Z moonset -2024-03-18T11:30:20.336Z sunrise +2024-03-18T11:30:20.337Z sunrise 2024-03-18T17:32:37.885Z Sun culminates 60.86 degrees above the horizon -2024-03-18T17:48:01.032Z moonrise -2024-03-18T23:35:21.549Z sunset -2024-03-19T01:09:16.274Z Moon culminates 88.42 degrees above the horizon +2024-03-18T17:48:01.031Z moonrise +2024-03-18T23:35:21.548Z sunset +2024-03-19T01:09:16.273Z Moon culminates 88.42 degrees above the horizon 2024-03-19T08:26:37.252Z moonset 2024-03-19T11:29:11.057Z sunrise -2024-03-19T15:37:50.953Z Mars moves from Capricornus to Aquarius +2024-03-19T15:37:51.996Z Mars moves from Capricornus to Aquarius 2024-03-19T17:32:20.228Z Sun culminates 61.25 degrees above the horizon 2024-03-19T18:46:22.855Z moonrise 2024-03-19T22:20:15.419Z Venus aphelion at 0.7282 AU 2024-03-19T23:35:55.569Z sunset 2024-03-20T01:59:43.676Z Moon culminates 85.64 degrees above the horizon -2024-03-20T03:06:23.283Z March equinox +2024-03-20T03:06:24.047Z March equinox 2024-03-20T09:07:26.332Z moonset 2024-03-20T11:28:01.640Z sunrise 2024-03-20T17:32:02.424Z Sun culminates 61.65 degrees above the horizon 2024-03-20T19:44:02.809Z moonrise 2024-03-20T23:36:29.430Z sunset -2024-03-21T02:46:37.593Z Moon culminates 81.77 degrees above the horizon +2024-03-21T02:46:37.592Z Moon culminates 81.77 degrees above the horizon 2024-03-21T09:42:39.752Z moonset 2024-03-21T11:26:52.115Z sunrise 2024-03-21T17:31:44.495Z Sun culminates 62.04 degrees above the horizon -2024-03-21T20:40:03.011Z moonrise +2024-03-21T20:40:03.012Z moonrise 2024-03-21T23:37:03.147Z sunset 2024-03-22T03:30:17.561Z Moon culminates 77.06 degrees above the horizon 2024-03-22T10:13:39.600Z moonset 2024-03-22T11:25:42.512Z sunrise 2024-03-22T17:31:26.465Z Sun culminates 62.43 degrees above the horizon 2024-03-22T21:34:13.328Z moonrise -2024-03-22T23:37:36.735Z sunset +2024-03-22T23:37:36.736Z sunset 2024-03-23T04:11:26.065Z Moon culminates 71.75 degrees above the horizon -2024-03-23T10:41:46.199Z moonset -2024-03-23T11:24:32.860Z sunrise +2024-03-23T10:41:46.198Z moonset +2024-03-23T11:24:32.859Z sunrise 2024-03-23T15:45:03.181Z lunar apogee at 406284 km 2024-03-23T17:31:08.357Z Sun culminates 62.83 degrees above the horizon -2024-03-23T22:26:57.967Z moonrise -2024-03-23T23:38:10.213Z sunset +2024-03-23T22:26:57.968Z moonrise +2024-03-23T23:38:10.214Z sunset 2024-03-24T04:50:56.926Z Moon culminates 66.05 degrees above the horizon -2024-03-24T11:08:12.907Z moonset -2024-03-24T11:23:23.190Z sunrise -2024-03-24T17:30:50.194Z Sun culminates 63.22 degrees above the horizon +2024-03-24T11:08:12.906Z moonset +2024-03-24T11:23:23.189Z sunrise +2024-03-24T17:30:50.195Z Sun culminates 63.22 degrees above the horizon 2024-03-24T22:32:33.926Z Mercury max evening elongation: 18.70 degrees from Sun -2024-03-24T23:19:01.072Z moonrise -2024-03-24T23:38:43.597Z sunset +2024-03-24T23:19:01.073Z moonrise +2024-03-24T23:38:43.598Z sunset 2024-03-25T05:29:48.699Z Moon culminates 60.17 degrees above the horizon 2024-03-25T07:01:02.717Z full moon 2024-03-25T07:12:49.852Z penumbral lunar eclipse -2024-03-25T11:22:13.532Z sunrise -2024-03-25T11:34:07.432Z moonset +2024-03-25T11:22:13.531Z sunrise +2024-03-25T11:34:07.431Z moonset 2024-03-25T17:30:32.002Z Sun culminates 63.61 degrees above the horizon -2024-03-25T23:39:16.904Z sunset -2024-03-26T00:11:16.116Z moonrise -2024-03-26T06:09:01.948Z Moon culminates 54.28 degrees above the horizon -2024-03-26T11:21:03.916Z sunrise -2024-03-26T12:00:35.937Z moonset +2024-03-25T23:39:16.906Z sunset +2024-03-26T00:11:16.117Z moonrise +2024-03-26T06:09:01.949Z Moon culminates 54.28 degrees above the horizon +2024-03-26T11:21:03.914Z sunrise +2024-03-26T12:00:35.936Z moonset 2024-03-26T17:30:13.802Z Sun culminates 64.01 degrees above the horizon -2024-03-26T23:39:50.153Z sunset -2024-03-27T01:04:38.102Z moonrise +2024-03-26T23:39:50.155Z sunset +2024-03-27T01:04:38.104Z moonrise 2024-03-27T06:49:38.232Z Moon culminates 48.60 degrees above the horizon -2024-03-27T11:19:54.372Z sunrise -2024-03-27T12:28:48.030Z moonset +2024-03-27T11:19:54.370Z sunrise +2024-03-27T12:28:48.029Z moonset 2024-03-27T17:29:55.620Z Sun culminates 64.40 degrees above the horizon -2024-03-27T23:40:23.360Z sunset -2024-03-28T01:59:55.323Z moonrise -2024-03-28T07:32:38.389Z Moon culminates 43.33 degrees above the horizon -2024-03-28T11:18:44.931Z sunrise -2024-03-28T13:00:01.337Z moonset +2024-03-27T23:40:23.362Z sunset +2024-03-28T01:59:55.326Z moonrise +2024-03-28T07:32:38.390Z Moon culminates 43.33 degrees above the horizon +2024-03-28T11:18:44.929Z sunrise +2024-03-28T13:00:01.336Z moonset 2024-03-28T17:29:37.478Z Sun culminates 64.79 degrees above the horizon -2024-03-28T23:40:56.542Z sunset -2024-03-29T02:57:36.939Z moonrise -2024-03-29T08:18:57.418Z Moon culminates 38.74 degrees above the horizon -2024-03-29T11:17:35.622Z sunrise +2024-03-28T23:40:56.545Z sunset +2024-03-29T02:57:36.942Z moonrise +2024-03-29T08:18:57.420Z Moon culminates 38.74 degrees above the horizon +2024-03-29T11:17:35.619Z sunrise 2024-03-29T13:35:43.458Z moonset 2024-03-29T17:29:19.399Z Sun culminates 65.17 degrees above the horizon -2024-03-29T23:41:29.713Z sunset -2024-03-30T03:57:34.425Z moonrise -2024-03-30T09:09:13.195Z Moon culminates 35.12 degrees above the horizon -2024-03-30T11:16:26.474Z sunrise +2024-03-29T23:41:29.717Z sunset +2024-03-30T03:57:34.430Z moonrise +2024-03-30T09:09:13.197Z Moon culminates 35.12 degrees above the horizon +2024-03-30T11:16:26.470Z sunrise 2024-03-30T14:17:26.615Z moonset 2024-03-30T17:29:01.405Z Sun culminates 65.56 degrees above the horizon -2024-03-30T23:42:02.890Z sunset -2024-03-31T04:58:41.940Z moonrise -2024-03-31T10:03:28.716Z Moon culminates 32.79 degrees above the horizon -2024-03-31T11:15:17.516Z sunrise +2024-03-30T23:42:02.893Z sunset +2024-03-31T04:58:41.946Z moonrise +2024-03-31T10:03:28.719Z Moon culminates 32.79 degrees above the horizon +2024-03-31T11:15:17.512Z sunrise 2024-03-31T15:06:27.733Z moonset 2024-03-31T17:28:43.517Z Sun culminates 65.95 degrees above the horizon -2024-03-31T23:42:36.083Z sunset -2024-04-01T05:58:53.503Z moonrise -2024-04-01T10:50:10.572Z Venus moves from Aquarius to Pisces -2024-04-01T11:00:55.357Z Moon culminates 32.05 degrees above the horizon -2024-04-01T11:14:08.776Z sunrise -2024-04-01T16:03:11.459Z moonset -2024-04-01T17:28:25.756Z Sun culminates 66.33 degrees above the horizon -2024-04-01T23:43:09.306Z sunset +2024-03-31T23:42:36.087Z sunset +2024-04-01T05:58:53.508Z moonrise +2024-04-01T10:50:11.161Z Venus moves from Aquarius to Pisces +2024-04-01T11:00:55.360Z Moon culminates 32.05 degrees above the horizon +2024-04-01T11:14:08.772Z sunrise +2024-04-01T16:03:11.461Z moonset +2024-04-01T17:28:25.755Z Sun culminates 66.33 degrees above the horizon +2024-04-01T23:43:09.309Z sunset 2024-04-02T03:15:20.042Z third quarter -2024-04-02T06:55:38.100Z moonrise -2024-04-02T11:13:00.282Z sunrise -2024-04-02T11:59:54.400Z Moon culminates 33.12 degrees above the horizon -2024-04-02T17:06:35.338Z moonset +2024-04-02T06:55:38.105Z moonrise +2024-04-02T11:13:00.278Z sunrise +2024-04-02T11:59:54.403Z Moon culminates 33.12 degrees above the horizon +2024-04-02T17:06:35.339Z moonset 2024-04-02T17:28:08.139Z Sun culminates 66.72 degrees above the horizon -2024-04-02T23:43:42.570Z sunset -2024-04-03T07:47:02.847Z moonrise -2024-04-03T11:11:52.061Z sunrise -2024-04-03T12:58:28.824Z Moon culminates 36.03 degrees above the horizon +2024-04-02T23:43:42.572Z sunset +2024-04-03T07:47:02.850Z moonrise +2024-04-03T11:11:52.058Z sunrise +2024-04-03T12:58:28.826Z Moon culminates 36.03 degrees above the horizon 2024-04-03T17:27:50.686Z Sun culminates 67.10 degrees above the horizon -2024-04-03T18:14:17.661Z moonset -2024-04-03T23:44:15.882Z sunset -2024-04-04T08:32:35.978Z moonrise -2024-04-04T11:10:44.139Z sunrise -2024-04-04T13:55:09.661Z Moon culminates 40.64 degrees above the horizon +2024-04-03T18:14:17.662Z moonset +2024-04-03T23:44:15.883Z sunset +2024-04-04T08:32:35.980Z moonrise +2024-04-04T11:10:44.138Z sunrise +2024-04-04T13:55:09.663Z Moon culminates 40.64 degrees above the horizon 2024-04-04T17:27:33.414Z Sun culminates 67.48 degrees above the horizon -2024-04-04T19:23:39.552Z moonset +2024-04-04T19:23:39.553Z moonset 2024-04-04T23:44:49.251Z sunset -2024-04-05T09:13:00.906Z moonrise -2024-04-05T11:09:36.544Z sunrise -2024-04-05T14:49:24.462Z Moon culminates 46.64 degrees above the horizon +2024-04-05T09:13:00.907Z moonrise +2024-04-05T11:09:36.543Z sunrise +2024-04-05T14:49:24.463Z Moon culminates 46.64 degrees above the horizon 2024-04-05T17:27:16.340Z Sun culminates 67.86 degrees above the horizon -2024-04-05T20:32:52.154Z moonset -2024-04-05T23:45:22.683Z sunset -2024-04-06T09:49:43.551Z moonrise -2024-04-06T11:08:29.299Z sunrise +2024-04-05T20:32:52.155Z moonset +2024-04-05T23:45:22.684Z sunset +2024-04-06T09:49:43.550Z moonrise +2024-04-06T11:08:29.298Z sunrise 2024-04-06T15:41:35.519Z Moon culminates 53.64 degrees above the horizon 2024-04-06T17:26:59.478Z Sun culminates 68.24 degrees above the horizon -2024-04-06T21:41:20.293Z moonset -2024-04-06T23:45:56.185Z sunset -2024-04-07T10:24:24.777Z moonrise +2024-04-06T21:41:20.294Z moonset +2024-04-06T23:45:56.186Z sunset +2024-04-07T10:24:24.776Z moonrise 2024-04-07T11:07:22.429Z sunrise 2024-04-07T16:32:41.163Z Moon culminates 61.16 degrees above the horizon 2024-04-07T17:26:42.844Z Sun culminates 68.61 degrees above the horizon 2024-04-07T17:51:12.831Z lunar perigee at 358840 km -2024-04-07T22:49:25.155Z moonset -2024-04-07T23:46:29.762Z sunset +2024-04-07T22:49:25.156Z moonset +2024-04-07T23:46:29.763Z sunset 2024-04-08T10:58:47.766Z moonrise 2024-04-08T11:06:15.958Z sunrise 2024-04-08T17:23:55.314Z Moon culminates 68.68 degrees above the horizon 2024-04-08T17:26:26.452Z Sun culminates 68.98 degrees above the horizon 2024-04-08T18:21:25.179Z new moon -2024-04-08T19:03:49.559Z partial solar eclipse peak at 58.90 degrees altitude -2024-04-08T23:47:03.418Z sunset -2024-04-08T23:57:50.826Z moonset -2024-04-09T11:05:09.910Z sunrise -2024-04-09T11:34:35.037Z moonrise +2024-04-08T19:03:49.558Z partial solar eclipse peak at 58.90 degrees altitude +2024-04-08T23:47:03.419Z sunset +2024-04-08T23:57:50.827Z moonset +2024-04-09T11:05:09.909Z sunrise +2024-04-09T11:34:35.036Z moonrise 2024-04-09T17:26:10.316Z Sun culminates 69.35 degrees above the horizon 2024-04-09T18:16:29.457Z Moon culminates 75.69 degrees above the horizon 2024-04-09T23:47:37.157Z sunset -2024-04-10T01:07:08.185Z moonset -2024-04-10T11:04:04.307Z sunrise -2024-04-10T12:13:26.637Z moonrise +2024-04-10T01:07:08.186Z moonset +2024-04-10T11:04:04.306Z sunrise +2024-04-10T12:13:26.636Z moonrise 2024-04-10T17:25:54.448Z Sun culminates 69.72 degrees above the horizon -2024-04-10T17:40:19.725Z Venus moves from Pisces to Cetus +2024-04-10T17:40:20.358Z Venus moves from Pisces to Cetus 2024-04-10T19:11:14.063Z Moon culminates 81.68 degrees above the horizon -2024-04-10T23:48:10.981Z sunset -2024-04-11T02:16:59.496Z moonset -2024-04-11T11:02:59.174Z sunrise -2024-04-11T12:56:51.176Z moonrise -2024-04-11T17:25:38.863Z Sun culminates 70.09 degrees above the horizon -2024-04-11T20:08:17.707Z Moon culminates 86.22 degrees above the horizon +2024-04-10T23:48:10.982Z sunset +2024-04-11T02:16:59.497Z moonset +2024-04-11T11:02:59.172Z sunrise +2024-04-11T12:56:51.173Z moonrise +2024-04-11T17:25:38.862Z Sun culminates 70.09 degrees above the horizon +2024-04-11T20:08:17.706Z Moon culminates 86.22 degrees above the horizon 2024-04-11T22:54:48.712Z Mercury inferior conjunction 2024-04-11T23:48:44.895Z sunset -2024-04-12T03:25:53.675Z moonset -2024-04-12T11:01:54.532Z sunrise -2024-04-12T13:45:43.468Z moonrise -2024-04-12T17:25:23.572Z Sun culminates 70.45 degrees above the horizon -2024-04-12T21:06:51.350Z Moon culminates 89.02 degrees above the horizon -2024-04-12T23:49:18.899Z sunset -2024-04-13T04:31:16.635Z moonset +2024-04-12T03:25:53.676Z moonset +2024-04-12T11:01:54.531Z sunrise +2024-04-12T13:45:43.464Z moonrise +2024-04-12T17:25:23.571Z Sun culminates 70.45 degrees above the horizon +2024-04-12T21:06:51.349Z Moon culminates 89.02 degrees above the horizon +2024-04-12T23:49:18.898Z sunset +2024-04-13T04:31:16.636Z moonset 2024-04-13T11:00:50.407Z sunrise -2024-04-13T14:39:53.592Z moonrise -2024-04-13T17:11:28.019Z Venus moves from Cetus to Pisces +2024-04-13T14:39:53.587Z moonrise +2024-04-13T17:11:28.672Z Venus moves from Cetus to Pisces 2024-04-13T17:25:08.588Z Sun culminates 70.82 degrees above the horizon -2024-04-13T22:05:14.689Z Moon culminates 89.97 degrees above the horizon -2024-04-13T23:49:52.995Z sunset -2024-04-14T05:30:30.452Z moonset +2024-04-13T22:05:14.688Z Moon culminates 89.97 degrees above the horizon +2024-04-13T23:49:52.994Z sunset +2024-04-14T05:30:30.454Z moonset 2024-04-14T10:59:46.823Z sunrise -2024-04-14T15:37:52.873Z moonrise +2024-04-14T15:37:52.869Z moonrise 2024-04-14T17:24:53.926Z Sun culminates 71.17 degrees above the horizon -2024-04-14T23:01:32.393Z Moon culminates 89.15 degrees above the horizon -2024-04-14T23:50:27.186Z sunset -2024-04-15T06:22:04.630Z moonset -2024-04-15T10:58:43.804Z sunrise -2024-04-15T16:37:23.668Z moonrise -2024-04-15T17:24:39.599Z Sun culminates 71.53 degrees above the horizon +2024-04-14T23:01:32.392Z Moon culminates 89.15 degrees above the horizon +2024-04-14T23:50:27.184Z sunset +2024-04-15T06:22:04.632Z moonset +2024-04-15T10:58:43.805Z sunrise +2024-04-15T16:37:23.665Z moonrise +2024-04-15T17:24:39.598Z Sun culminates 71.53 degrees above the horizon 2024-04-15T19:13:47.056Z first quarter -2024-04-15T23:51:01.474Z sunset -2024-04-15T23:54:19.379Z Moon culminates 86.80 degrees above the horizon -2024-04-16T07:06:00.992Z moonset +2024-04-15T23:51:01.473Z sunset +2024-04-15T23:54:19.378Z Moon culminates 86.80 degrees above the horizon +2024-04-16T07:06:00.994Z moonset 2024-04-16T10:57:41.377Z sunrise -2024-04-16T17:24:25.621Z Sun culminates 71.88 degrees above the horizon -2024-04-16T17:36:18.302Z moonrise -2024-04-16T23:51:35.863Z sunset +2024-04-16T17:24:25.620Z Sun culminates 71.88 degrees above the horizon +2024-04-16T17:36:18.300Z moonrise +2024-04-16T23:51:35.862Z sunset 2024-04-17T00:43:03.931Z Moon culminates 83.25 degrees above the horizon -2024-04-17T07:43:26.298Z moonset +2024-04-17T07:43:26.300Z moonset 2024-04-17T10:56:39.566Z sunrise -2024-04-17T17:24:12.007Z Sun culminates 72.23 degrees above the horizon -2024-04-17T18:33:21.239Z moonrise -2024-04-17T23:52:10.355Z sunset +2024-04-17T17:24:12.006Z Sun culminates 72.23 degrees above the horizon +2024-04-17T18:33:21.238Z moonrise +2024-04-17T23:52:10.354Z sunset 2024-04-18T01:28:02.070Z Moon culminates 78.77 degrees above the horizon -2024-04-18T08:15:52.164Z moonset +2024-04-18T08:15:52.165Z moonset 2024-04-18T10:55:38.399Z sunrise 2024-04-18T17:23:58.771Z Sun culminates 72.58 degrees above the horizon 2024-04-18T19:28:14.546Z moonrise 2024-04-18T23:52:44.954Z sunset 2024-04-19T02:09:59.299Z Moon culminates 73.64 degrees above the horizon -2024-04-19T08:44:49.734Z moonset +2024-04-19T08:44:49.735Z moonset 2024-04-19T10:54:37.901Z sunrise -2024-04-19T17:23:45.930Z Sun culminates 72.92 degrees above the horizon +2024-04-19T17:23:45.929Z Sun culminates 72.92 degrees above the horizon 2024-04-19T20:21:21.974Z moonrise 2024-04-19T23:53:19.666Z sunset 2024-04-20T02:09:35.605Z lunar apogee at 405613 km -2024-04-20T02:49:54.677Z Moon culminates 68.06 degrees above the horizon +2024-04-20T02:49:54.678Z Moon culminates 68.06 degrees above the horizon 2024-04-20T09:11:40.913Z moonset 2024-04-20T10:53:38.100Z sunrise 2024-04-20T17:23:33.498Z Sun culminates 73.27 degrees above the horizon @@ -6856,81 +6856,81 @@ 2024-04-21T22:05:38.788Z moonrise 2024-04-21T23:54:29.441Z sunset 2024-04-22T04:07:55.167Z Moon culminates 56.30 degrees above the horizon -2024-04-22T10:03:52.866Z moonset -2024-04-22T10:51:40.698Z sunrise -2024-04-22T17:23:09.929Z Sun culminates 73.94 degrees above the horizon -2024-04-22T22:58:45.631Z moonrise -2024-04-22T23:55:04.513Z sunset +2024-04-22T10:03:52.865Z moonset +2024-04-22T10:51:40.697Z sunrise +2024-04-22T17:23:09.928Z Sun culminates 73.94 degrees above the horizon +2024-04-22T22:58:45.632Z moonrise +2024-04-22T23:55:04.514Z sunset 2024-04-23T04:48:09.150Z Moon culminates 50.50 degrees above the horizon -2024-04-23T10:31:32.711Z moonset -2024-04-23T10:50:43.151Z sunrise +2024-04-23T10:31:32.710Z moonset +2024-04-23T10:50:43.150Z sunrise 2024-04-23T17:22:58.822Z Sun culminates 74.27 degrees above the horizon 2024-04-23T23:49:37.707Z full moon -2024-04-23T23:53:44.767Z moonrise -2024-04-23T23:55:39.714Z sunset -2024-04-24T02:10:04.169Z Mars moves from Aquarius to Pisces +2024-04-23T23:53:44.769Z moonrise +2024-04-23T23:55:39.715Z sunset +2024-04-24T02:10:05.140Z Mars moves from Aquarius to Pisces 2024-04-24T05:30:36.616Z Moon culminates 45.03 degrees above the horizon -2024-04-24T10:49:46.411Z sunrise -2024-04-24T11:01:54.674Z moonset +2024-04-24T10:49:46.409Z sunrise +2024-04-24T11:01:54.673Z moonset 2024-04-24T17:22:48.188Z Sun culminates 74.60 degrees above the horizon -2024-04-24T23:56:15.046Z sunset -2024-04-25T00:51:11.673Z moonrise -2024-04-25T06:16:14.455Z Moon culminates 40.14 degrees above the horizon -2024-04-25T10:48:50.504Z sunrise -2024-04-25T11:36:23.594Z moonset +2024-04-24T23:56:15.048Z sunset +2024-04-25T00:51:11.675Z moonrise +2024-04-25T06:16:14.456Z Moon culminates 40.14 degrees above the horizon +2024-04-25T10:48:50.502Z sunrise +2024-04-25T11:36:23.592Z moonset 2024-04-25T17:22:38.042Z Sun culminates 74.92 degrees above the horizon -2024-04-25T23:56:50.512Z sunset -2024-04-26T01:51:05.606Z moonrise +2024-04-25T23:56:50.514Z sunset +2024-04-26T01:51:05.609Z moonrise 2024-04-26T07:05:43.019Z Moon culminates 36.15 degrees above the horizon -2024-04-26T10:47:55.457Z sunrise -2024-04-26T12:16:29.006Z moonset +2024-04-26T10:47:55.455Z sunrise +2024-04-26T12:16:29.004Z moonset 2024-04-26T17:22:28.398Z Sun culminates 75.24 degrees above the horizon -2024-04-26T23:57:26.112Z sunset -2024-04-27T02:52:28.497Z moonrise -2024-04-27T07:59:08.769Z Moon culminates 33.38 degrees above the horizon -2024-04-27T10:47:01.297Z sunrise -2024-04-27T13:03:27.908Z moonset +2024-04-26T23:57:26.115Z sunset +2024-04-27T02:52:28.501Z moonrise +2024-04-27T07:59:08.771Z Moon culminates 33.38 degrees above the horizon +2024-04-27T10:47:01.294Z sunrise +2024-04-27T13:03:27.907Z moonset 2024-04-27T17:22:19.268Z Sun culminates 75.56 degrees above the horizon -2024-04-27T23:58:01.846Z sunset -2024-04-28T03:53:17.790Z moonrise -2024-04-28T08:55:46.892Z Moon culminates 32.15 degrees above the horizon -2024-04-28T10:46:08.050Z sunrise -2024-04-28T12:46:39.391Z Jupiter moves from Aries to Taurus -2024-04-28T13:57:50.876Z moonset -2024-04-28T17:22:10.665Z Sun culminates 75.87 degrees above the horizon -2024-04-28T23:58:37.712Z sunset -2024-04-29T04:50:56.704Z moonrise -2024-04-29T09:54:00.741Z Moon culminates 32.65 degrees above the horizon -2024-04-29T10:45:15.741Z sunrise -2024-04-29T14:58:46.979Z moonset -2024-04-29T17:22:02.599Z Sun culminates 76.18 degrees above the horizon -2024-04-29T23:59:13.706Z sunset -2024-04-30T05:43:18.152Z moonrise -2024-04-30T06:30:09.702Z Venus moves from Pisces to Aries -2024-04-30T10:44:24.395Z sunrise -2024-04-30T10:51:51.540Z Moon culminates 34.94 degrees above the horizon +2024-04-27T23:58:01.849Z sunset +2024-04-28T03:53:17.794Z moonrise +2024-04-28T08:55:46.893Z Moon culminates 32.15 degrees above the horizon +2024-04-28T10:46:08.047Z sunrise +2024-04-28T12:46:42.656Z Jupiter moves from Aries to Taurus +2024-04-28T13:57:50.874Z moonset +2024-04-28T17:22:10.664Z Sun culminates 75.87 degrees above the horizon +2024-04-28T23:58:37.715Z sunset +2024-04-29T04:50:56.709Z moonrise +2024-04-29T09:54:00.743Z Moon culminates 32.65 degrees above the horizon +2024-04-29T10:45:15.738Z sunrise +2024-04-29T14:58:46.978Z moonset +2024-04-29T17:22:02.598Z Sun culminates 76.18 degrees above the horizon +2024-04-29T23:59:13.708Z sunset +2024-04-30T05:43:18.156Z moonrise +2024-04-30T06:30:10.438Z Venus moves from Pisces to Aries +2024-04-30T10:44:24.392Z sunrise +2024-04-30T10:51:51.542Z Moon culminates 34.94 degrees above the horizon 2024-04-30T16:04:05.376Z moonset 2024-04-30T16:10:28.333Z Mercury aphelion at 0.4667 AU 2024-04-30T17:21:55.080Z Sun culminates 76.48 degrees above the horizon -2024-04-30T23:59:49.821Z sunset -2024-05-01T06:29:35.041Z moonrise -2024-05-01T10:43:34.036Z sunrise +2024-04-30T23:59:49.822Z sunset +2024-05-01T06:29:35.044Z moonrise +2024-05-01T10:43:34.033Z sunrise 2024-05-01T11:27:50.775Z third quarter -2024-05-01T11:47:44.964Z Moon culminates 38.90 degrees above the horizon -2024-05-01T17:11:10.569Z moonset -2024-05-01T17:21:48.117Z Sun culminates 76.78 degrees above the horizon +2024-05-01T11:47:44.965Z Moon culminates 38.90 degrees above the horizon +2024-05-01T17:11:10.568Z moonset +2024-05-01T17:21:48.116Z Sun culminates 76.78 degrees above the horizon 2024-05-02T00:00:26.049Z sunset -2024-05-02T07:10:20.506Z moonrise -2024-05-02T10:42:44.686Z sunrise -2024-05-02T12:41:02.093Z Moon culminates 44.26 degrees above the horizon +2024-05-02T07:10:20.508Z moonrise +2024-05-02T10:42:44.684Z sunrise +2024-05-02T12:41:02.094Z Moon culminates 44.26 degrees above the horizon 2024-05-02T17:21:41.715Z Sun culminates 77.08 degrees above the horizon -2024-05-02T18:18:09.782Z moonset +2024-05-02T18:18:09.781Z moonset 2024-05-03T00:01:02.381Z sunset -2024-05-03T07:46:55.584Z moonrise +2024-05-03T07:46:55.585Z moonrise 2024-05-03T10:41:56.367Z sunrise 2024-05-03T13:32:00.114Z Moon culminates 50.67 degrees above the horizon 2024-05-03T17:21:35.881Z Sun culminates 77.37 degrees above the horizon -2024-05-03T19:24:22.391Z moonset +2024-05-03T19:24:22.390Z moonset 2024-05-04T00:01:38.806Z sunset 2024-05-04T08:20:59.034Z moonrise 2024-05-04T10:41:09.101Z sunrise @@ -6938,7 +6938,7 @@ 2024-05-04T17:21:30.618Z Sun culminates 77.66 degrees above the horizon 2024-05-04T20:30:08.610Z moonset 2024-05-05T00:02:15.310Z sunset -2024-05-05T08:54:12.752Z moonrise +2024-05-05T08:54:12.753Z moonrise 2024-05-05T10:40:22.906Z sunrise 2024-05-05T15:11:03.135Z Moon culminates 65.12 degrees above the horizon 2024-05-05T17:21:25.928Z Sun culminates 77.94 degrees above the horizon @@ -6951,316 +6951,316 @@ 2024-05-06T17:21:21.813Z Sun culminates 78.22 degrees above the horizon 2024-05-06T22:43:52.701Z moonset 2024-05-07T00:03:28.497Z sunset -2024-05-07T10:05:00.900Z moonrise -2024-05-07T10:38:53.802Z sunrise -2024-05-07T16:54:48.445Z Moon culminates 78.76 degrees above the horizon -2024-05-07T17:21:18.273Z Sun culminates 78.49 degrees above the horizon +2024-05-07T10:05:00.899Z moonrise +2024-05-07T10:38:53.801Z sunrise +2024-05-07T16:54:48.444Z Moon culminates 78.76 degrees above the horizon +2024-05-07T17:21:18.272Z Sun culminates 78.49 degrees above the horizon 2024-05-07T23:53:03.020Z moonset 2024-05-08T00:04:05.146Z sunset 2024-05-08T03:22:28.287Z new moon -2024-05-08T10:38:10.926Z sunrise +2024-05-08T10:38:10.924Z sunrise 2024-05-08T10:42:34.172Z Mars perihelion at 1.3815 AU -2024-05-08T10:45:59.620Z moonrise -2024-05-08T17:21:15.305Z Sun culminates 78.76 degrees above the horizon -2024-05-08T17:50:52.169Z Moon culminates 84.08 degrees above the horizon -2024-05-09T00:04:41.808Z sunset +2024-05-08T10:45:59.618Z moonrise +2024-05-08T17:21:15.304Z Sun culminates 78.76 degrees above the horizon +2024-05-08T17:50:52.167Z Moon culminates 84.08 degrees above the horizon +2024-05-09T00:04:41.807Z sunset 2024-05-09T01:03:01.403Z moonset -2024-05-09T10:37:29.186Z sunrise -2024-05-09T11:32:36.852Z moonrise -2024-05-09T17:21:12.908Z Sun culminates 79.03 degrees above the horizon -2024-05-09T17:41:27.899Z Mars moves from Pisces to Cetus -2024-05-09T18:49:36.452Z Moon culminates 87.80 degrees above the horizon +2024-05-09T10:37:29.184Z sunrise +2024-05-09T11:32:36.848Z moonrise +2024-05-09T17:21:12.906Z Sun culminates 79.03 degrees above the horizon +2024-05-09T17:41:28.890Z Mars moves from Pisces to Cetus +2024-05-09T18:49:36.450Z Moon culminates 87.80 degrees above the horizon 2024-05-09T21:31:39.048Z Mercury max morning elongation: 26.36 degrees from Sun -2024-05-10T00:05:18.461Z sunset +2024-05-10T00:05:18.460Z sunset 2024-05-10T02:11:29.845Z moonset -2024-05-10T10:36:48.598Z sunrise -2024-05-10T12:25:21.083Z moonrise -2024-05-10T17:21:11.077Z Sun culminates 79.29 degrees above the horizon -2024-05-10T19:49:33.223Z Moon culminates 89.67 degrees above the horizon -2024-05-11T00:05:55.085Z sunset +2024-05-10T10:36:48.597Z sunrise +2024-05-10T12:25:21.079Z moonrise +2024-05-10T17:21:11.076Z Sun culminates 79.29 degrees above the horizon +2024-05-10T19:49:33.221Z Moon culminates 89.67 degrees above the horizon +2024-05-11T00:05:55.083Z sunset 2024-05-11T03:15:17.973Z moonset -2024-05-11T10:36:09.177Z sunrise -2024-05-11T13:23:13.136Z moonrise -2024-05-11T17:21:09.810Z Sun culminates 79.54 degrees above the horizon -2024-05-11T20:48:28.459Z Moon culminates 89.63 degrees above the horizon -2024-05-12T00:06:31.657Z sunset -2024-05-12T04:11:48.953Z moonset -2024-05-12T10:35:30.936Z sunrise -2024-05-12T14:23:52.166Z moonrise -2024-05-12T17:21:09.102Z Sun culminates 79.79 degrees above the horizon -2024-05-12T21:44:17.022Z Moon culminates 87.87 degrees above the horizon -2024-05-13T00:07:08.155Z sunset -2024-05-13T05:00:06.970Z moonset +2024-05-11T10:36:09.175Z sunrise +2024-05-11T13:23:13.131Z moonrise +2024-05-11T17:21:09.808Z Sun culminates 79.54 degrees above the horizon +2024-05-11T20:48:28.457Z Moon culminates 89.63 degrees above the horizon +2024-05-12T00:06:31.655Z sunset +2024-05-12T04:11:48.954Z moonset +2024-05-12T10:35:30.935Z sunrise +2024-05-12T14:23:52.162Z moonrise +2024-05-12T17:21:09.100Z Sun culminates 79.79 degrees above the horizon +2024-05-12T21:44:17.020Z Moon culminates 87.87 degrees above the horizon +2024-05-13T00:07:08.153Z sunset +2024-05-13T05:00:06.971Z moonset 2024-05-13T09:15:23.423Z Uranus conjunction 2024-05-13T10:34:53.889Z sunrise -2024-05-13T15:24:36.618Z moonrise -2024-05-13T16:33:34.740Z Mars moves from Cetus to Pisces -2024-05-13T17:21:08.949Z Sun culminates 80.03 degrees above the horizon -2024-05-13T22:35:49.304Z Moon culminates 84.71 degrees above the horizon -2024-05-14T00:07:44.557Z sunset -2024-05-14T05:40:53.141Z moonset +2024-05-13T15:24:36.614Z moonrise +2024-05-13T16:33:35.809Z Mars moves from Cetus to Pisces +2024-05-13T17:21:08.947Z Sun culminates 80.03 degrees above the horizon +2024-05-13T22:35:49.303Z Moon culminates 84.71 degrees above the horizon +2024-05-14T00:07:44.555Z sunset +2024-05-14T05:40:53.143Z moonset 2024-05-14T10:34:18.051Z sunrise -2024-05-14T16:23:31.561Z moonrise -2024-05-14T17:21:09.346Z Sun culminates 80.27 degrees above the horizon -2024-05-14T23:22:59.719Z Moon culminates 80.50 degrees above the horizon -2024-05-15T00:08:20.839Z sunset -2024-05-15T06:15:38.631Z moonset +2024-05-14T16:23:31.559Z moonrise +2024-05-14T17:21:09.345Z Sun culminates 80.27 degrees above the horizon +2024-05-14T23:22:59.718Z Moon culminates 80.50 degrees above the horizon +2024-05-15T00:08:20.837Z sunset +2024-05-15T06:15:38.632Z moonset 2024-05-15T10:33:43.436Z sunrise 2024-05-15T11:48:42.859Z first quarter -2024-05-15T17:19:53.066Z moonrise -2024-05-15T17:21:10.291Z Sun culminates 80.50 degrees above the horizon +2024-05-15T17:19:53.064Z moonrise +2024-05-15T17:21:10.290Z Sun culminates 80.50 degrees above the horizon 2024-05-16T00:06:27.506Z Moon culminates 75.55 degrees above the horizon -2024-05-16T00:08:56.980Z sunset -2024-05-16T06:46:04.386Z moonset +2024-05-16T00:08:56.979Z sunset +2024-05-16T06:46:04.388Z moonset 2024-05-16T10:33:10.057Z sunrise -2024-05-16T17:21:11.777Z Sun culminates 80.73 degrees above the horizon -2024-05-16T18:13:54.455Z moonrise -2024-05-17T00:09:32.958Z sunset +2024-05-16T17:21:11.776Z Sun culminates 80.73 degrees above the horizon +2024-05-16T18:13:54.454Z moonrise +2024-05-17T00:09:32.957Z sunset 2024-05-17T00:47:14.014Z Moon culminates 70.10 degrees above the horizon -2024-05-17T07:13:43.039Z moonset +2024-05-17T07:13:43.041Z moonset 2024-05-17T10:32:37.929Z sunrise -2024-05-17T17:21:13.803Z Sun culminates 80.96 degrees above the horizon +2024-05-17T17:21:13.802Z Sun culminates 80.96 degrees above the horizon 2024-05-17T18:59:28.733Z lunar apogee at 404628 km -2024-05-17T19:06:22.674Z moonrise -2024-05-18T00:10:08.751Z sunset +2024-05-17T19:06:22.673Z moonrise +2024-05-18T00:10:08.750Z sunset 2024-05-18T01:26:28.221Z Moon culminates 64.34 degrees above the horizon -2024-05-18T03:26:31.089Z Mercury moves from Pisces to Cetus -2024-05-18T07:39:56.097Z moonset +2024-05-18T03:26:31.658Z Mercury moves from Pisces to Cetus +2024-05-18T07:39:56.098Z moonset 2024-05-18T10:32:07.065Z sunrise -2024-05-18T14:50:34.832Z Venus moves from Aries to Taurus -2024-05-18T17:21:16.363Z Sun culminates 81.17 degrees above the horizon +2024-05-18T14:50:35.455Z Venus moves from Aries to Taurus +2024-05-18T17:21:16.362Z Sun culminates 81.17 degrees above the horizon 2024-05-18T18:48:59.371Z Jupiter conjunction -2024-05-18T19:58:20.368Z moonrise -2024-05-19T00:10:44.338Z sunset +2024-05-18T19:58:20.367Z moonrise +2024-05-19T00:10:44.337Z sunset 2024-05-19T02:05:20.529Z Moon culminates 58.46 degrees above the horizon 2024-05-19T08:05:57.828Z moonset 2024-05-19T10:31:37.479Z sunrise -2024-05-19T17:21:19.454Z Sun culminates 81.38 degrees above the horizon -2024-05-19T20:50:54.967Z moonrise -2024-05-19T21:23:29.609Z Mercury moves from Cetus to Aries -2024-05-20T00:11:19.698Z sunset +2024-05-19T17:21:19.453Z Sun culminates 81.38 degrees above the horizon +2024-05-19T20:50:54.966Z moonrise +2024-05-19T21:23:30.178Z Mercury moves from Cetus to Aries +2024-05-20T00:11:19.697Z sunset 2024-05-20T02:45:01.115Z Moon culminates 52.61 degrees above the horizon -2024-05-20T08:33:01.189Z moonset +2024-05-20T08:33:01.190Z moonset 2024-05-20T10:31:09.183Z sunrise 2024-05-20T17:21:23.072Z Sun culminates 81.59 degrees above the horizon 2024-05-20T21:45:10.594Z moonrise 2024-05-21T00:11:54.809Z sunset 2024-05-21T03:26:39.244Z Moon culminates 47.00 degrees above the horizon 2024-05-21T09:02:23.790Z moonset -2024-05-21T10:30:42.191Z sunrise -2024-05-21T17:21:27.212Z Sun culminates 81.79 degrees above the horizon -2024-05-21T22:41:57.538Z moonrise +2024-05-21T10:30:42.192Z sunrise +2024-05-21T17:21:27.213Z Sun culminates 81.79 degrees above the horizon +2024-05-21T22:41:57.539Z moonrise 2024-05-22T00:12:29.651Z sunset 2024-05-22T04:11:20.208Z Moon culminates 41.86 degrees above the horizon 2024-05-22T09:35:32.134Z moonset 2024-05-22T10:30:16.516Z sunrise 2024-05-22T17:21:31.872Z Sun culminates 81.98 degrees above the horizon -2024-05-22T23:41:34.713Z moonrise -2024-05-23T00:13:04.202Z sunset +2024-05-22T23:41:34.714Z moonrise +2024-05-23T00:13:04.203Z sunset 2024-05-23T04:59:56.248Z Moon culminates 37.49 degrees above the horizon -2024-05-23T09:00:51.292Z Uranus moves from Aries to Taurus +2024-05-23T09:01:04.476Z Uranus moves from Aries to Taurus 2024-05-23T10:14:00.465Z moonset -2024-05-23T10:29:52.169Z sunrise +2024-05-23T10:29:52.168Z sunrise 2024-05-23T13:53:43.373Z full moon -2024-05-23T17:21:37.044Z Sun culminates 82.17 degrees above the horizon -2024-05-24T00:13:38.441Z sunset -2024-05-24T00:43:25.104Z moonrise -2024-05-24T05:52:48.880Z Moon culminates 34.24 degrees above the horizon -2024-05-24T10:29:29.160Z sunrise -2024-05-24T10:59:17.080Z moonset +2024-05-23T17:21:37.045Z Sun culminates 82.17 degrees above the horizon +2024-05-24T00:13:38.442Z sunset +2024-05-24T00:43:25.106Z moonrise +2024-05-24T05:52:48.881Z Moon culminates 34.24 degrees above the horizon +2024-05-24T10:29:29.159Z sunrise +2024-05-24T10:59:17.079Z moonset 2024-05-24T17:21:42.724Z Sun culminates 82.35 degrees above the horizon -2024-05-25T00:14:12.344Z sunset -2024-05-25T01:45:37.676Z moonrise -2024-05-25T06:49:26.527Z Moon culminates 32.46 degrees above the horizon -2024-05-25T10:29:07.500Z sunrise -2024-05-25T11:52:11.108Z moonset +2024-05-25T00:14:12.346Z sunset +2024-05-25T01:45:37.678Z moonrise +2024-05-25T06:49:26.528Z Moon culminates 32.46 degrees above the horizon +2024-05-25T10:29:07.499Z sunrise +2024-05-25T11:52:11.107Z moonset 2024-05-25T17:21:48.905Z Sun culminates 82.53 degrees above the horizon -2024-05-26T00:14:45.889Z sunset -2024-05-26T02:45:24.716Z moonrise -2024-05-26T07:48:14.719Z Moon culminates 32.41 degrees above the horizon -2024-05-26T10:28:47.198Z sunrise -2024-05-26T12:52:09.125Z moonset +2024-05-26T00:14:45.890Z sunset +2024-05-26T02:45:24.719Z moonrise +2024-05-26T07:48:14.720Z Moon culminates 32.41 degrees above the horizon +2024-05-26T10:28:47.197Z sunrise +2024-05-26T12:52:09.124Z moonset 2024-05-26T17:21:55.578Z Sun culminates 82.70 degrees above the horizon -2024-05-27T00:15:19.049Z sunset -2024-05-27T03:40:07.243Z moonrise +2024-05-27T00:15:19.051Z sunset +2024-05-27T03:40:07.245Z moonrise 2024-05-27T08:47:00.453Z Moon culminates 34.21 degrees above the horizon -2024-05-27T10:28:28.262Z sunrise -2024-05-27T13:57:01.867Z moonset -2024-05-27T17:22:02.735Z Sun culminates 82.86 degrees above the horizon +2024-05-27T10:28:28.260Z sunrise +2024-05-27T13:57:01.866Z moonset +2024-05-27T17:22:02.734Z Sun culminates 82.86 degrees above the horizon 2024-05-28T00:15:51.801Z sunset -2024-05-28T04:28:24.609Z moonrise -2024-05-28T09:43:45.366Z Moon culminates 37.71 degrees above the horizon -2024-05-28T10:28:10.698Z sunrise -2024-05-28T15:03:55.022Z moonset -2024-05-28T17:22:10.365Z Sun culminates 83.02 degrees above the horizon +2024-05-28T04:28:24.610Z moonrise +2024-05-28T09:43:45.367Z Moon culminates 37.71 degrees above the horizon +2024-05-28T10:28:10.696Z sunrise +2024-05-28T15:03:55.021Z moonset +2024-05-28T17:22:10.364Z Sun culminates 83.02 degrees above the horizon 2024-05-29T00:16:24.115Z sunset -2024-05-29T05:10:30.741Z moonrise -2024-05-29T10:27:54.511Z sunrise +2024-05-29T05:10:30.742Z moonrise +2024-05-29T10:27:54.510Z sunrise 2024-05-29T10:37:29.135Z Moon culminates 42.66 degrees above the horizon -2024-05-29T16:10:29.425Z moonset -2024-05-29T17:22:18.456Z Sun culminates 83.17 degrees above the horizon -2024-05-30T00:16:55.964Z sunset -2024-05-30T05:47:41.646Z moonrise +2024-05-29T16:10:29.423Z moonset +2024-05-29T17:22:18.455Z Sun culminates 83.17 degrees above the horizon +2024-05-30T00:16:55.963Z sunset +2024-05-30T05:47:41.647Z moonrise 2024-05-30T10:27:39.704Z sunrise 2024-05-30T11:28:16.568Z Moon culminates 48.70 degrees above the horizon 2024-05-30T17:13:12.993Z third quarter -2024-05-30T17:15:44.665Z moonset -2024-05-30T17:22:26.995Z Sun culminates 83.32 degrees above the horizon -2024-05-30T19:19:40.365Z Mercury moves from Aries to Taurus -2024-05-31T00:17:27.317Z sunset -2024-05-31T06:21:37.331Z moonrise -2024-05-31T10:27:26.279Z sunrise +2024-05-30T17:15:44.663Z moonset +2024-05-30T17:22:26.994Z Sun culminates 83.32 degrees above the horizon +2024-05-30T19:19:40.790Z Mercury moves from Aries to Taurus +2024-05-31T00:17:27.315Z sunset +2024-05-31T06:21:37.332Z moonrise +2024-05-31T10:27:26.280Z sunrise 2024-05-31T12:16:59.207Z Moon culminates 55.45 degrees above the horizon 2024-05-31T17:22:35.967Z Sun culminates 83.46 degrees above the horizon -2024-05-31T18:19:52.271Z moonset -2024-06-01T00:17:58.144Z sunset -2024-06-01T06:54:01.203Z moonrise -2024-06-01T10:27:14.236Z sunrise +2024-05-31T18:19:52.270Z moonset +2024-06-01T00:17:58.142Z sunset +2024-06-01T06:54:01.204Z moonrise +2024-06-01T10:27:14.237Z sunrise 2024-06-01T13:04:53.349Z Moon culminates 62.54 degrees above the horizon 2024-06-01T17:22:45.356Z Sun culminates 83.59 degrees above the horizon -2024-06-01T19:23:46.665Z moonset -2024-06-02T00:18:28.413Z sunset +2024-06-01T19:23:46.664Z moonset +2024-06-02T00:18:28.411Z sunset 2024-06-02T07:16:41.166Z lunar perigee at 368092 km -2024-06-02T07:26:35.122Z moonrise -2024-06-02T10:27:03.572Z sunrise -2024-06-02T13:53:23.958Z Moon culminates 69.58 degrees above the horizon +2024-06-02T07:26:35.123Z moonrise +2024-06-02T10:27:03.573Z sunrise +2024-06-02T13:53:23.959Z Moon culminates 69.58 degrees above the horizon 2024-06-02T17:22:55.144Z Sun culminates 83.72 degrees above the horizon -2024-06-02T20:28:34.785Z moonset -2024-06-03T00:18:58.091Z sunset +2024-06-02T20:28:34.784Z moonset +2024-06-03T00:18:58.090Z sunset 2024-06-03T08:01:01.463Z moonrise -2024-06-03T10:26:54.281Z sunrise +2024-06-03T10:26:54.282Z sunrise 2024-06-03T14:43:52.095Z Moon culminates 76.18 degrees above the horizon 2024-06-03T17:23:05.311Z Sun culminates 83.83 degrees above the horizon -2024-06-03T21:35:06.253Z moonset -2024-06-04T00:19:27.145Z sunset +2024-06-03T21:35:06.252Z moonset +2024-06-04T00:19:27.144Z sunset 2024-06-04T08:39:04.298Z moonrise 2024-06-04T10:26:46.356Z sunrise 2024-06-04T14:57:59.993Z Venus superior conjunction -2024-06-04T15:37:19.261Z Moon culminates 81.89 degrees above the horizon -2024-06-04T17:23:15.836Z Sun culminates 83.95 degrees above the horizon -2024-06-04T22:43:19.527Z moonset -2024-06-05T00:19:55.540Z sunset +2024-06-04T15:37:19.260Z Moon culminates 81.89 degrees above the horizon +2024-06-04T17:23:15.835Z Sun culminates 83.95 degrees above the horizon +2024-06-04T22:43:19.526Z moonset +2024-06-05T00:19:55.539Z sunset 2024-06-05T09:22:21.417Z moonrise -2024-06-05T10:26:39.788Z sunrise -2024-06-05T16:34:04.366Z Moon culminates 86.28 degrees above the horizon -2024-06-05T17:23:26.696Z Sun culminates 84.05 degrees above the horizon -2024-06-05T23:51:50.073Z moonset -2024-06-06T00:20:23.241Z sunset -2024-06-06T10:11:58.555Z moonrise -2024-06-06T10:26:34.565Z sunrise +2024-06-05T10:26:39.787Z sunrise +2024-06-05T16:34:04.365Z Moon culminates 86.28 degrees above the horizon +2024-06-05T17:23:26.695Z Sun culminates 84.05 degrees above the horizon +2024-06-05T23:51:50.072Z moonset +2024-06-06T00:20:23.240Z sunset +2024-06-06T10:11:58.553Z moonrise +2024-06-06T10:26:34.563Z sunrise 2024-06-06T12:38:15.842Z new moon -2024-06-06T17:23:37.869Z Sun culminates 84.15 degrees above the horizon -2024-06-06T17:33:19.827Z Moon culminates 88.97 degrees above the horizon -2024-06-07T00:20:50.212Z sunset -2024-06-07T00:57:49.765Z moonset -2024-06-07T10:26:30.674Z sunrise -2024-06-07T11:07:48.042Z moonrise -2024-06-07T17:23:49.328Z Sun culminates 84.25 degrees above the horizon -2024-06-07T18:33:09.602Z Moon culminates 89.77 degrees above the horizon -2024-06-08T00:21:16.418Z sunset -2024-06-08T01:58:07.445Z moonset -2024-06-08T10:26:28.102Z sunrise -2024-06-08T12:08:03.664Z moonrise -2024-06-08T17:24:01.050Z Sun culminates 84.33 degrees above the horizon -2024-06-08T19:31:08.738Z Moon culminates 88.73 degrees above the horizon -2024-06-09T00:21:41.822Z sunset +2024-06-06T17:23:37.867Z Sun culminates 84.15 degrees above the horizon +2024-06-06T17:33:19.825Z Moon culminates 88.97 degrees above the horizon +2024-06-07T00:20:50.211Z sunset +2024-06-07T00:57:49.764Z moonset +2024-06-07T10:26:30.672Z sunrise +2024-06-07T11:07:48.040Z moonrise +2024-06-07T17:23:49.326Z Sun culminates 84.25 degrees above the horizon +2024-06-07T18:33:09.600Z Moon culminates 89.77 degrees above the horizon +2024-06-08T00:21:16.416Z sunset +2024-06-08T01:58:07.444Z moonset +2024-06-08T10:26:28.101Z sunrise +2024-06-08T12:08:03.660Z moonrise +2024-06-08T17:24:01.048Z Sun culminates 84.33 degrees above the horizon +2024-06-08T19:31:08.736Z Moon culminates 88.73 degrees above the horizon +2024-06-09T00:21:41.819Z sunset 2024-06-09T02:50:39.788Z moonset -2024-06-09T10:26:26.835Z sunrise -2024-06-09T13:09:54.308Z moonrise -2024-06-09T17:24:13.008Z Sun culminates 84.41 degrees above the horizon -2024-06-09T20:25:24.096Z Moon culminates 86.10 degrees above the horizon -2024-06-10T00:22:06.388Z sunset -2024-06-10T01:37:30.551Z Mars moves from Pisces to Aries +2024-06-09T10:26:26.834Z sunrise +2024-06-09T13:09:54.305Z moonrise +2024-06-09T17:24:13.006Z Sun culminates 84.41 degrees above the horizon +2024-06-09T20:25:24.095Z Moon culminates 86.10 degrees above the horizon +2024-06-10T00:22:06.385Z sunset +2024-06-10T01:37:31.785Z Mars moves from Pisces to Aries 2024-06-10T03:35:12.909Z moonset 2024-06-10T10:26:26.856Z sunrise -2024-06-10T14:10:42.178Z moonrise -2024-06-10T17:24:25.178Z Sun culminates 84.49 degrees above the horizon -2024-06-10T21:15:09.637Z Moon culminates 82.23 degrees above the horizon -2024-06-11T00:22:30.081Z sunset +2024-06-10T14:10:42.176Z moonrise +2024-06-10T17:24:25.177Z Sun culminates 84.49 degrees above the horizon +2024-06-10T21:15:09.635Z Moon culminates 82.23 degrees above the horizon +2024-06-11T00:22:30.079Z sunset 2024-06-11T04:12:53.826Z moonset 2024-06-11T10:26:28.150Z sunrise -2024-06-11T15:08:58.723Z moonrise -2024-06-11T17:24:37.534Z Sun culminates 84.55 degrees above the horizon -2024-06-11T22:00:40.755Z Moon culminates 77.48 degrees above the horizon -2024-06-12T00:22:52.869Z sunset +2024-06-11T15:08:58.721Z moonrise +2024-06-11T17:24:37.533Z Sun culminates 84.55 degrees above the horizon +2024-06-11T22:00:40.754Z Moon culminates 77.48 degrees above the horizon +2024-06-12T00:22:52.867Z sunset 2024-06-12T04:45:21.180Z moonset 2024-06-12T10:26:30.701Z sunrise -2024-06-12T16:04:28.623Z moonrise -2024-06-12T17:24:50.052Z Sun culminates 84.61 degrees above the horizon +2024-06-12T16:04:28.622Z moonrise +2024-06-12T17:24:50.051Z Sun culminates 84.61 degrees above the horizon 2024-06-12T22:42:49.766Z Moon culminates 72.16 degrees above the horizon -2024-06-13T00:23:14.719Z sunset +2024-06-13T00:23:14.717Z sunset 2024-06-13T05:14:13.761Z moonset 2024-06-13T10:26:34.491Z sunrise 2024-06-13T15:48:48.895Z Mercury perihelion at 0.3075 AU -2024-06-13T16:57:46.075Z moonrise -2024-06-13T17:25:02.707Z Sun culminates 84.66 degrees above the horizon +2024-06-13T16:57:46.074Z moonrise +2024-06-13T17:25:02.706Z Sun culminates 84.66 degrees above the horizon 2024-06-13T23:22:44.793Z Moon culminates 66.48 degrees above the horizon -2024-06-14T00:23:35.599Z sunset +2024-06-14T00:23:35.598Z sunset 2024-06-14T05:19:10.048Z first quarter -2024-06-14T05:40:59.974Z moonset +2024-06-14T05:40:59.975Z moonset 2024-06-14T10:26:39.503Z sunrise 2024-06-14T13:35:07.726Z lunar apogee at 404064 km 2024-06-14T16:18:25.859Z Mercury superior conjunction -2024-06-14T17:25:15.476Z Sun culminates 84.71 degrees above the horizon -2024-06-14T17:49:50.905Z moonrise +2024-06-14T17:25:15.475Z Sun culminates 84.71 degrees above the horizon +2024-06-14T17:49:50.904Z moonrise 2024-06-15T00:01:38.554Z Moon culminates 60.64 degrees above the horizon -2024-06-15T00:23:55.482Z sunset +2024-06-15T00:23:55.480Z sunset 2024-06-15T06:06:58.839Z moonset -2024-06-15T10:26:45.719Z sunrise +2024-06-15T10:26:45.720Z sunrise 2024-06-15T17:25:28.335Z Sun culminates 84.75 degrees above the horizon -2024-06-15T18:41:53.341Z moonrise -2024-06-16T00:24:14.339Z sunset +2024-06-15T18:41:53.340Z moonrise +2024-06-16T00:24:14.337Z sunset 2024-06-16T00:40:44.545Z Moon culminates 54.79 degrees above the horizon -2024-06-16T06:33:25.418Z moonset -2024-06-16T10:26:53.121Z sunrise +2024-06-16T06:33:25.419Z moonset +2024-06-16T10:26:53.122Z sunrise 2024-06-16T17:25:41.264Z Sun culminates 84.78 degrees above the horizon 2024-06-16T19:35:04.905Z moonrise -2024-06-17T00:24:32.144Z sunset +2024-06-17T00:24:32.143Z sunset 2024-06-17T01:21:16.459Z Moon culminates 49.11 degrees above the horizon -2024-06-17T07:01:37.402Z moonset -2024-06-17T10:27:01.691Z sunrise -2024-06-17T14:32:36.865Z Mercury moves from Taurus to Gemini -2024-06-17T15:45:36.900Z Venus moves from Taurus to Gemini +2024-06-17T07:01:37.403Z moonset +2024-06-17T10:27:01.693Z sunrise +2024-06-17T14:32:37.208Z Mercury moves from Taurus to Gemini +2024-06-17T15:45:37.532Z Venus moves from Taurus to Gemini 2024-06-17T17:25:54.240Z Sun culminates 84.81 degrees above the horizon -2024-06-17T20:30:29.761Z moonrise +2024-06-17T20:30:29.762Z moonrise 2024-06-18T00:24:48.874Z sunset -2024-06-18T02:04:27.001Z Moon culminates 43.79 degrees above the horizon -2024-06-18T07:33:01.079Z moonset -2024-06-18T10:27:11.411Z sunrise -2024-06-18T17:26:07.242Z Sun culminates 84.82 degrees above the horizon -2024-06-18T21:28:50.537Z moonrise +2024-06-18T02:04:27.002Z Moon culminates 43.79 degrees above the horizon +2024-06-18T07:33:01.080Z moonset +2024-06-18T10:27:11.413Z sunrise +2024-06-18T17:26:07.243Z Sun culminates 84.82 degrees above the horizon +2024-06-18T21:28:50.538Z moonrise 2024-06-19T00:25:04.507Z sunset -2024-06-19T02:51:22.149Z Moon culminates 39.10 degrees above the horizon -2024-06-19T08:09:13.982Z moonset -2024-06-19T10:27:22.263Z sunrise -2024-06-19T17:26:20.251Z Sun culminates 84.84 degrees above the horizon -2024-06-19T22:30:04.664Z moonrise -2024-06-20T00:25:19.020Z sunset -2024-06-20T03:42:46.574Z Moon culminates 35.37 degrees above the horizon -2024-06-20T08:51:57.957Z moonset -2024-06-20T10:27:34.226Z sunrise -2024-06-20T17:26:33.246Z Sun culminates 84.84 degrees above the horizon -2024-06-20T20:51:00.974Z June solstice -2024-06-20T23:32:56.710Z moonrise -2024-06-21T00:25:32.395Z sunset -2024-06-21T04:38:39.212Z Moon culminates 32.98 degrees above the horizon -2024-06-21T09:42:32.673Z moonset -2024-06-21T10:27:47.281Z sunrise -2024-06-21T17:26:46.209Z Sun culminates 84.84 degrees above the horizon -2024-06-22T00:25:44.611Z sunset -2024-06-22T00:34:52.224Z moonrise +2024-06-19T02:51:22.150Z Moon culminates 39.10 degrees above the horizon +2024-06-19T08:09:13.983Z moonset +2024-06-19T10:27:22.265Z sunrise +2024-06-19T17:26:20.252Z Sun culminates 84.84 degrees above the horizon +2024-06-19T22:30:04.666Z moonrise +2024-06-20T00:25:19.021Z sunset +2024-06-20T03:42:46.575Z Moon culminates 35.37 degrees above the horizon +2024-06-20T08:51:57.958Z moonset +2024-06-20T10:27:34.228Z sunrise +2024-06-20T17:26:33.247Z Sun culminates 84.84 degrees above the horizon +2024-06-20T20:50:58.360Z June solstice +2024-06-20T23:32:56.712Z moonrise +2024-06-21T00:25:32.396Z sunset +2024-06-21T04:38:39.214Z Moon culminates 32.98 degrees above the horizon +2024-06-21T09:42:32.674Z moonset +2024-06-21T10:27:47.282Z sunrise +2024-06-21T17:26:46.210Z Sun culminates 84.84 degrees above the horizon +2024-06-22T00:25:44.613Z sunset +2024-06-22T00:34:52.226Z moonrise 2024-06-22T01:08:24.981Z full moon -2024-06-22T05:37:50.307Z Moon culminates 32.27 degrees above the horizon +2024-06-22T05:37:50.308Z Moon culminates 32.27 degrees above the horizon 2024-06-22T10:28:01.409Z sunrise -2024-06-22T10:41:07.142Z moonset -2024-06-22T17:26:59.118Z Sun culminates 84.83 degrees above the horizon -2024-06-23T00:25:55.652Z sunset -2024-06-23T01:32:45.375Z moonrise -2024-06-23T06:38:06.830Z Moon culminates 33.45 degrees above the horizon +2024-06-22T10:41:07.143Z moonset +2024-06-22T17:26:59.119Z Sun culminates 84.83 degrees above the horizon +2024-06-23T00:25:55.653Z sunset +2024-06-23T01:32:45.377Z moonrise +2024-06-23T06:38:06.831Z Moon culminates 33.45 degrees above the horizon 2024-06-23T10:28:16.587Z sunrise 2024-06-23T11:45:59.975Z moonset -2024-06-23T17:27:11.956Z Sun culminates 84.81 degrees above the horizon -2024-06-24T00:26:05.499Z sunset +2024-06-23T17:27:11.957Z Sun culminates 84.81 degrees above the horizon +2024-06-24T00:26:05.500Z sunset 2024-06-24T02:24:24.022Z moonrise 2024-06-24T07:37:01.506Z Moon culminates 36.48 degrees above the horizon 2024-06-24T10:28:32.795Z sunrise @@ -7268,46 +7268,46 @@ 2024-06-24T17:27:24.703Z Sun culminates 84.79 degrees above the horizon 2024-06-25T00:26:14.135Z sunset 2024-06-25T03:09:19.673Z moonrise -2024-06-25T08:32:54.392Z Moon culminates 41.12 degrees above the horizon +2024-06-25T08:32:54.391Z Moon culminates 41.12 degrees above the horizon 2024-06-25T10:28:50.010Z sunrise 2024-06-25T14:02:17.441Z moonset 2024-06-25T17:27:37.338Z Sun culminates 84.76 degrees above the horizon -2024-06-26T00:26:21.543Z sunset +2024-06-26T00:26:21.542Z sunset 2024-06-26T03:48:29.609Z moonrise 2024-06-26T09:25:19.979Z Moon culminates 46.96 degrees above the horizon 2024-06-26T10:29:08.210Z sunrise -2024-06-26T15:08:54.168Z moonset +2024-06-26T15:08:54.167Z moonset 2024-06-26T17:27:49.842Z Sun culminates 84.72 degrees above the horizon -2024-06-27T00:26:27.707Z sunset -2024-06-27T04:23:31.583Z moonrise -2024-06-27T10:14:54.269Z Moon culminates 53.60 degrees above the horizon -2024-06-27T10:29:27.369Z sunrise +2024-06-27T00:26:27.705Z sunset +2024-06-27T04:23:31.582Z moonrise +2024-06-27T10:14:54.268Z Moon culminates 53.60 degrees above the horizon +2024-06-27T10:29:27.371Z sunrise 2024-06-27T11:29:02.827Z lunar perigee at 369276 km 2024-06-27T16:13:38.332Z moonset 2024-06-27T17:28:02.194Z Sun culminates 84.68 degrees above the horizon -2024-06-28T00:26:32.611Z sunset +2024-06-28T00:26:32.608Z sunset 2024-06-28T04:56:12.089Z moonrise -2024-06-28T10:29:47.463Z sunrise +2024-06-28T10:29:47.465Z sunrise 2024-06-28T11:02:48.242Z Moon culminates 60.62 degrees above the horizon 2024-06-28T17:17:13.144Z moonset -2024-06-28T17:28:14.374Z Sun culminates 84.63 degrees above the horizon +2024-06-28T17:28:14.373Z Sun culminates 84.63 degrees above the horizon 2024-06-28T21:53:55.854Z third quarter -2024-06-29T00:26:36.238Z sunset +2024-06-29T00:26:36.236Z sunset 2024-06-29T05:28:15.050Z moonrise -2024-06-29T10:30:08.464Z sunrise +2024-06-29T10:30:08.466Z sunrise 2024-06-29T11:50:26.764Z Moon culminates 67.63 degrees above the horizon 2024-06-29T17:28:26.359Z Sun culminates 84.57 degrees above the horizon 2024-06-29T18:20:46.555Z moonset -2024-06-30T00:26:38.576Z sunset +2024-06-30T00:26:38.574Z sunset 2024-06-30T06:01:22.117Z moonrise -2024-06-30T10:30:30.343Z sunrise +2024-06-30T10:30:30.345Z sunrise 2024-06-30T12:39:14.877Z Moon culminates 74.28 degrees above the horizon 2024-06-30T17:28:38.128Z Sun culminates 84.51 degrees above the horizon 2024-06-30T19:25:21.417Z moonset -2024-07-01T00:26:39.608Z sunset -2024-07-01T06:37:15.625Z moonrise -2024-07-01T09:02:49.836Z Mercury moves from Gemini to Cancer -2024-07-01T10:30:53.070Z sunrise +2024-07-01T00:26:39.607Z sunset +2024-07-01T06:37:15.626Z moonrise +2024-07-01T09:02:50.323Z Mercury moves from Gemini to Cancer +2024-07-01T10:30:53.071Z sunrise 2024-07-01T13:30:25.401Z Moon culminates 80.17 degrees above the horizon 2024-07-01T17:28:49.659Z Sun culminates 84.44 degrees above the horizon 2024-07-01T20:31:26.072Z moonset @@ -7318,216 +7318,216 @@ 2024-07-02T17:29:00.927Z Sun culminates 84.36 degrees above the horizon 2024-07-02T21:38:23.451Z moonset 2024-07-03T00:26:37.701Z sunset -2024-07-03T08:03:48.954Z moonrise +2024-07-03T08:03:48.953Z moonrise 2024-07-03T10:31:40.935Z sunrise -2024-07-03T15:21:53.572Z Moon culminates 88.18 degrees above the horizon -2024-07-03T17:29:11.910Z Sun culminates 84.27 degrees above the horizon +2024-07-03T15:21:53.571Z Moon culminates 88.18 degrees above the horizon +2024-07-03T17:29:11.909Z Sun culminates 84.27 degrees above the horizon 2024-07-03T22:44:13.937Z moonset 2024-07-04T00:26:34.736Z sunset -2024-07-04T08:56:26.351Z moonrise -2024-07-04T10:32:06.005Z sunrise -2024-07-04T16:20:44.853Z Moon culminates 89.68 degrees above the horizon +2024-07-04T08:56:26.350Z moonrise +2024-07-04T10:32:06.004Z sunrise +2024-07-04T16:20:44.852Z Moon culminates 89.68 degrees above the horizon 2024-07-04T17:29:22.582Z Sun culminates 84.18 degrees above the horizon -2024-07-04T23:46:02.901Z moonset +2024-07-04T23:46:02.900Z moonset 2024-07-05T00:26:30.411Z sunset 2024-07-05T04:43:09.258Z Earth aphelion at 1.0167 AU -2024-07-05T09:54:34.304Z moonrise -2024-07-05T10:32:31.786Z sunrise -2024-07-05T17:19:06.886Z Moon culminates 89.33 degrees above the horizon -2024-07-05T17:29:32.921Z Sun culminates 84.09 degrees above the horizon +2024-07-05T09:54:34.302Z moonrise +2024-07-05T10:32:31.785Z sunrise +2024-07-05T17:19:06.885Z Moon culminates 89.33 degrees above the horizon +2024-07-05T17:29:32.920Z Sun culminates 84.09 degrees above the horizon 2024-07-05T22:57:59.122Z new moon -2024-07-06T00:26:24.715Z sunset +2024-07-06T00:26:24.714Z sunset 2024-07-06T00:41:16.931Z moonset -2024-07-06T10:32:58.243Z sunrise -2024-07-06T10:55:50.814Z moonrise -2024-07-06T17:29:42.901Z Sun culminates 83.98 degrees above the horizon -2024-07-06T18:14:49.994Z Moon culminates 87.29 degrees above the horizon -2024-07-07T00:26:17.635Z sunset -2024-07-07T01:28:51.303Z moonset +2024-07-06T10:32:58.242Z sunrise +2024-07-06T10:55:50.813Z moonrise +2024-07-06T17:29:42.900Z Sun culminates 83.98 degrees above the horizon +2024-07-06T18:14:49.993Z Moon culminates 87.29 degrees above the horizon +2024-07-07T00:26:17.634Z sunset +2024-07-07T01:28:51.302Z moonset 2024-07-07T10:33:25.339Z sunrise -2024-07-07T11:57:25.036Z moonrise -2024-07-07T17:29:52.501Z Sun culminates 83.87 degrees above the horizon -2024-07-07T19:06:33.138Z Moon culminates 83.86 degrees above the horizon -2024-07-08T00:26:09.162Z sunset -2024-07-08T02:09:14.425Z moonset +2024-07-07T11:57:25.035Z moonrise +2024-07-07T17:29:52.500Z Sun culminates 83.87 degrees above the horizon +2024-07-07T19:06:33.137Z Moon culminates 83.86 degrees above the horizon +2024-07-08T00:26:09.161Z sunset +2024-07-08T02:09:14.424Z moonset 2024-07-08T10:33:53.039Z sunrise 2024-07-08T12:57:09.440Z moonrise -2024-07-08T17:30:01.696Z Sun culminates 83.75 degrees above the horizon -2024-07-08T19:53:59.313Z Moon culminates 79.38 degrees above the horizon -2024-07-09T00:25:59.287Z sunset -2024-07-09T02:43:47.578Z moonset +2024-07-08T17:30:01.695Z Sun culminates 83.75 degrees above the horizon +2024-07-08T19:53:59.312Z Moon culminates 79.38 degrees above the horizon +2024-07-09T00:25:59.286Z sunset +2024-07-09T02:43:47.577Z moonset 2024-07-09T10:34:21.308Z sunrise 2024-07-09T13:54:10.324Z moonrise -2024-07-09T17:30:10.466Z Sun culminates 83.63 degrees above the horizon +2024-07-09T17:30:10.465Z Sun culminates 83.63 degrees above the horizon 2024-07-09T20:37:40.261Z Moon culminates 74.21 degrees above the horizon -2024-07-10T00:25:48.002Z sunset -2024-07-10T03:13:12.444Z Venus moves from Gemini to Cancer -2024-07-10T03:14:05.997Z moonset +2024-07-10T00:25:48.000Z sunset +2024-07-10T03:13:13.075Z Venus moves from Gemini to Cancer +2024-07-10T03:14:05.996Z moonset 2024-07-10T05:28:02.354Z Venus perihelion at 0.7185 AU -2024-07-10T10:34:50.110Z sunrise +2024-07-10T10:34:50.111Z sunrise 2024-07-10T14:48:36.196Z moonrise 2024-07-10T17:30:18.790Z Sun culminates 83.50 degrees above the horizon -2024-07-10T21:18:33.898Z Moon culminates 68.60 degrees above the horizon -2024-07-11T00:25:35.301Z sunset +2024-07-10T21:18:33.897Z Moon culminates 68.60 degrees above the horizon +2024-07-11T00:25:35.300Z sunset 2024-07-11T03:41:39.689Z moonset -2024-07-11T10:35:19.412Z sunrise -2024-07-11T14:44:46.204Z Mars moves from Aries to Taurus -2024-07-11T15:41:13.133Z moonrise +2024-07-11T10:35:19.413Z sunrise +2024-07-11T14:44:47.278Z Mars moves from Aries to Taurus +2024-07-11T15:41:13.134Z moonrise 2024-07-11T17:30:26.649Z Sun culminates 83.37 degrees above the horizon 2024-07-11T21:57:48.566Z Moon culminates 62.78 degrees above the horizon -2024-07-12T00:25:21.181Z sunset +2024-07-12T00:25:21.180Z sunset 2024-07-12T04:07:49.471Z moonset 2024-07-12T08:10:15.416Z lunar apogee at 404349 km -2024-07-12T10:35:49.181Z sunrise -2024-07-12T16:33:05.303Z moonrise +2024-07-12T10:35:49.183Z sunrise +2024-07-12T16:33:05.304Z moonrise 2024-07-12T17:30:34.026Z Sun culminates 83.22 degrees above the horizon -2024-07-12T22:36:35.779Z Moon culminates 56.92 degrees above the horizon -2024-07-13T00:25:05.640Z sunset -2024-07-13T04:33:50.266Z moonset -2024-07-13T10:36:19.386Z sunrise -2024-07-13T17:25:23.210Z moonrise -2024-07-13T17:30:40.905Z Sun culminates 83.07 degrees above the horizon +2024-07-12T22:36:35.780Z Moon culminates 56.92 degrees above the horizon +2024-07-13T00:25:05.639Z sunset +2024-07-13T04:33:50.265Z moonset +2024-07-13T10:36:19.387Z sunrise +2024-07-13T17:25:23.211Z moonrise +2024-07-13T17:30:40.906Z Sun culminates 83.07 degrees above the horizon 2024-07-13T22:49:27.283Z first quarter -2024-07-13T23:16:08.223Z Moon culminates 51.19 degrees above the horizon -2024-07-14T00:24:48.679Z sunset -2024-07-14T05:00:57.042Z moonset -2024-07-14T10:36:49.994Z sunrise -2024-07-14T14:16:11.268Z Mercury moves from Cancer to Leo -2024-07-14T17:30:47.272Z Sun culminates 82.92 degrees above the horizon -2024-07-14T18:19:15.590Z moonrise -2024-07-14T23:57:39.350Z Moon culminates 45.76 degrees above the horizon -2024-07-15T00:24:30.300Z sunset +2024-07-13T23:16:08.224Z Moon culminates 51.19 degrees above the horizon +2024-07-14T00:24:48.678Z sunset +2024-07-14T05:00:57.041Z moonset +2024-07-14T10:36:49.996Z sunrise +2024-07-14T14:16:11.920Z Mercury moves from Cancer to Leo +2024-07-14T17:30:47.273Z Sun culminates 82.92 degrees above the horizon +2024-07-14T18:19:15.591Z moonrise +2024-07-14T23:57:39.351Z Moon culminates 45.76 degrees above the horizon +2024-07-15T00:24:30.299Z sunset 2024-07-15T05:30:31.294Z moonset -2024-07-15T10:37:20.978Z sunrise -2024-07-15T17:30:53.115Z Sun culminates 82.76 degrees above the horizon -2024-07-15T19:15:39.216Z moonrise -2024-07-16T00:24:10.508Z sunset -2024-07-16T00:42:20.891Z Moon culminates 40.84 degrees above the horizon -2024-07-16T06:04:06.231Z moonset -2024-07-16T10:37:52.309Z sunrise -2024-07-16T17:30:58.422Z Sun culminates 82.59 degrees above the horizon -2024-07-16T20:15:01.090Z moonrise +2024-07-15T10:37:20.981Z sunrise +2024-07-15T17:30:53.116Z Sun culminates 82.76 degrees above the horizon +2024-07-15T19:15:39.218Z moonrise +2024-07-16T00:24:10.507Z sunset +2024-07-16T00:42:20.893Z Moon culminates 40.84 degrees above the horizon +2024-07-16T06:04:06.232Z moonset +2024-07-16T10:37:52.312Z sunrise +2024-07-16T17:30:58.423Z Sun culminates 82.59 degrees above the horizon +2024-07-16T20:15:01.093Z moonrise 2024-07-17T00:23:49.310Z sunset -2024-07-17T01:31:14.000Z Moon culminates 36.72 degrees above the horizon -2024-07-17T06:43:26.533Z moonset -2024-07-17T10:38:23.961Z sunrise -2024-07-17T17:31:03.184Z Sun culminates 82.42 degrees above the horizon -2024-07-17T21:16:51.558Z moonrise +2024-07-17T01:31:14.002Z Moon culminates 36.72 degrees above the horizon +2024-07-17T06:43:26.534Z moonset +2024-07-17T10:38:23.964Z sunrise +2024-07-17T17:31:03.186Z Sun culminates 82.42 degrees above the horizon +2024-07-17T21:16:51.562Z moonrise 2024-07-18T00:23:26.713Z sunset -2024-07-18T02:24:49.995Z Moon culminates 33.74 degrees above the horizon -2024-07-18T07:30:13.901Z moonset -2024-07-18T10:38:55.908Z sunrise -2024-07-18T17:31:07.394Z Sun culminates 82.24 degrees above the horizon -2024-07-18T22:19:21.371Z moonrise -2024-07-19T00:23:02.728Z sunset -2024-07-19T03:22:43.145Z Moon culminates 32.29 degrees above the horizon -2024-07-19T08:25:28.170Z moonset -2024-07-19T10:39:28.126Z sunrise -2024-07-19T17:31:11.045Z Sun culminates 82.06 degrees above the horizon -2024-07-19T23:19:35.671Z moonrise -2024-07-20T00:22:37.365Z sunset -2024-07-20T04:23:14.386Z Moon culminates 32.66 degrees above the horizon -2024-07-20T09:28:32.632Z moonset -2024-07-20T10:40:00.592Z sunrise -2024-07-20T17:31:14.132Z Sun culminates 81.87 degrees above the horizon -2024-07-21T00:14:44.022Z moonrise -2024-07-21T00:22:10.636Z sunset -2024-07-21T05:23:54.789Z Moon culminates 34.99 degrees above the horizon +2024-07-18T02:24:49.997Z Moon culminates 33.74 degrees above the horizon +2024-07-18T07:30:13.902Z moonset +2024-07-18T10:38:55.911Z sunrise +2024-07-18T17:31:07.396Z Sun culminates 82.24 degrees above the horizon +2024-07-18T22:19:21.375Z moonrise +2024-07-19T00:23:02.729Z sunset +2024-07-19T03:22:43.147Z Moon culminates 32.29 degrees above the horizon +2024-07-19T08:25:28.171Z moonset +2024-07-19T10:39:28.128Z sunrise +2024-07-19T17:31:11.047Z Sun culminates 82.06 degrees above the horizon +2024-07-19T23:19:35.675Z moonrise +2024-07-20T00:22:37.366Z sunset +2024-07-20T04:23:14.388Z Moon culminates 32.66 degrees above the horizon +2024-07-20T09:28:32.633Z moonset +2024-07-20T10:40:00.593Z sunrise +2024-07-20T17:31:14.133Z Sun culminates 81.87 degrees above the horizon +2024-07-21T00:14:44.024Z moonrise +2024-07-21T00:22:10.638Z sunset +2024-07-21T05:23:54.791Z Moon culminates 34.99 degrees above the horizon 2024-07-21T10:17:40.740Z full moon -2024-07-21T10:36:54.236Z moonset +2024-07-21T10:36:54.237Z moonset 2024-07-21T10:40:33.285Z sunrise -2024-07-21T17:31:16.649Z Sun culminates 81.67 degrees above the horizon -2024-07-22T00:21:42.555Z sunset -2024-07-22T01:03:19.323Z moonrise -2024-07-22T06:22:27.576Z Moon culminates 39.13 degrees above the horizon +2024-07-21T17:31:16.650Z Sun culminates 81.67 degrees above the horizon +2024-07-22T00:21:42.557Z sunset +2024-07-22T01:03:19.324Z moonrise +2024-07-22T06:22:27.577Z Moon culminates 39.13 degrees above the horizon 2024-07-22T06:43:00.752Z Mercury max evening elongation: 26.94 degrees from Sun 2024-07-22T10:41:06.182Z sunrise -2024-07-22T11:47:05.746Z moonset +2024-07-22T11:47:05.747Z moonset 2024-07-22T17:31:18.595Z Sun culminates 81.47 degrees above the horizon 2024-07-23T00:21:13.136Z sunset 2024-07-23T01:45:36.946Z moonrise 2024-07-23T05:22:02.928Z Pluto opposition 2024-07-23T07:17:41.483Z Moon culminates 44.74 degrees above the horizon 2024-07-23T10:41:39.265Z sunrise -2024-07-23T12:56:24.952Z moonset +2024-07-23T12:56:24.953Z moonset 2024-07-23T17:31:19.964Z Sun culminates 81.26 degrees above the horizon -2024-07-24T00:20:42.391Z sunset -2024-07-24T02:22:58.115Z moonrise +2024-07-24T00:20:42.390Z sunset +2024-07-24T02:22:58.114Z moonrise 2024-07-24T05:40:57.587Z lunar perigee at 364906 km 2024-07-24T08:09:39.465Z Moon culminates 51.35 degrees above the horizon -2024-07-24T10:42:12.514Z sunrise -2024-07-24T14:03:44.139Z moonset -2024-07-24T17:31:20.756Z Sun culminates 81.05 degrees above the horizon -2024-07-25T00:20:10.335Z sunset +2024-07-24T10:42:12.515Z sunrise +2024-07-24T14:03:44.140Z moonset +2024-07-24T17:31:20.755Z Sun culminates 81.05 degrees above the horizon +2024-07-25T00:20:10.334Z sunset 2024-07-25T02:57:07.783Z moonrise 2024-07-25T08:59:15.674Z Moon culminates 58.48 degrees above the horizon -2024-07-25T10:42:45.911Z sunrise -2024-07-25T15:09:16.056Z moonset +2024-07-25T10:42:45.912Z sunrise +2024-07-25T15:09:16.057Z moonset 2024-07-25T17:31:20.967Z Sun culminates 80.83 degrees above the horizon -2024-07-26T00:19:36.983Z sunset +2024-07-26T00:19:36.982Z sunset 2024-07-26T03:29:52.612Z moonrise -2024-07-26T06:23:57.986Z Venus moves from Cancer to Leo +2024-07-26T06:23:58.639Z Venus moves from Cancer to Leo 2024-07-26T09:47:48.672Z Moon culminates 65.69 degrees above the horizon -2024-07-26T10:43:19.436Z sunrise -2024-07-26T16:13:56.047Z moonset +2024-07-26T10:43:19.437Z sunrise +2024-07-26T16:13:56.048Z moonset 2024-07-26T17:31:20.598Z Sun culminates 80.61 degrees above the horizon 2024-07-27T00:19:02.350Z sunset 2024-07-27T04:02:55.821Z moonrise 2024-07-27T10:36:42.519Z Moon culminates 72.57 degrees above the horizon -2024-07-27T10:43:53.072Z sunrise +2024-07-27T10:43:53.073Z sunrise 2024-07-27T15:26:18.746Z Mercury aphelion at 0.4667 AU -2024-07-27T17:18:46.661Z moonset +2024-07-27T17:18:46.662Z moonset 2024-07-27T17:31:19.645Z Sun culminates 80.38 degrees above the horizon 2024-07-28T00:18:26.454Z sunset 2024-07-28T02:52:03.032Z third quarter -2024-07-28T04:37:58.881Z moonrise +2024-07-28T04:37:58.880Z moonrise 2024-07-28T10:44:26.799Z sunrise 2024-07-28T11:27:13.105Z Moon culminates 78.74 degrees above the horizon 2024-07-28T17:31:18.108Z Sun culminates 80.14 degrees above the horizon -2024-07-28T18:24:27.209Z moonset -2024-07-29T00:17:49.308Z sunset -2024-07-29T05:16:41.606Z moonrise +2024-07-28T18:24:27.210Z moonset +2024-07-29T00:17:49.309Z sunset +2024-07-29T05:16:41.604Z moonrise 2024-07-29T10:45:00.597Z sunrise 2024-07-29T12:20:13.313Z Moon culminates 83.83 degrees above the horizon 2024-07-29T17:31:15.984Z Sun culminates 79.91 degrees above the horizon -2024-07-29T19:30:44.958Z moonset -2024-07-30T00:17:10.930Z sunset -2024-07-30T06:00:32.896Z moonrise -2024-07-30T10:45:34.447Z sunrise -2024-07-30T13:15:54.105Z Moon culminates 87.51 degrees above the horizon +2024-07-29T19:30:44.959Z moonset +2024-07-30T00:17:10.931Z sunset +2024-07-30T06:00:32.894Z moonrise +2024-07-30T10:45:34.446Z sunrise +2024-07-30T13:15:54.104Z Moon culminates 87.51 degrees above the horizon 2024-07-30T17:31:13.272Z Sun culminates 79.66 degrees above the horizon -2024-07-30T20:36:15.196Z moonset -2024-07-31T00:16:31.335Z sunset -2024-07-31T06:50:25.906Z moonrise -2024-07-31T10:46:08.328Z sunrise -2024-07-31T14:13:28.356Z Moon culminates 89.52 degrees above the horizon +2024-07-30T20:36:15.197Z moonset +2024-07-31T00:16:31.337Z sunset +2024-07-31T06:50:25.904Z moonrise +2024-07-31T10:46:08.326Z sunrise +2024-07-31T14:13:28.355Z Moon culminates 89.52 degrees above the horizon 2024-07-31T17:31:09.969Z Sun culminates 79.41 degrees above the horizon -2024-07-31T21:38:32.731Z moonset -2024-08-01T00:15:50.540Z sunset -2024-08-01T07:46:03.316Z moonrise -2024-08-01T10:46:42.220Z sunrise +2024-07-31T21:38:32.732Z moonset +2024-08-01T00:15:50.541Z sunset +2024-08-01T07:46:03.314Z moonrise +2024-08-01T10:46:42.218Z sunrise 2024-08-01T15:11:14.845Z Moon culminates 89.75 degrees above the horizon 2024-08-01T17:31:06.073Z Sun culminates 79.16 degrees above the horizon 2024-08-01T22:35:08.082Z moonset -2024-08-02T00:15:08.559Z sunset -2024-08-02T08:45:41.878Z moonrise -2024-08-02T10:47:16.103Z sunrise -2024-08-02T16:07:13.057Z Moon culminates 88.26 degrees above the horizon +2024-08-02T00:15:08.560Z sunset +2024-08-02T08:45:41.876Z moonrise +2024-08-02T10:47:16.101Z sunrise +2024-08-02T16:07:13.056Z Moon culminates 88.26 degrees above the horizon 2024-08-02T17:31:01.582Z Sun culminates 78.90 degrees above the horizon -2024-08-02T23:24:34.775Z moonset -2024-08-03T00:14:25.408Z sunset -2024-08-03T09:46:46.612Z moonrise -2024-08-03T10:47:49.957Z sunrise +2024-08-02T23:24:34.776Z moonset +2024-08-03T00:14:25.409Z sunset +2024-08-03T09:46:46.611Z moonrise +2024-08-03T10:47:49.955Z sunrise 2024-08-03T16:59:50.325Z Moon culminates 85.28 degrees above the horizon -2024-08-03T17:30:56.494Z Sun culminates 78.64 degrees above the horizon -2024-08-04T00:06:53.322Z moonset -2024-08-04T00:13:41.103Z sunset -2024-08-04T10:46:56.894Z moonrise -2024-08-04T10:48:23.763Z sunrise +2024-08-03T17:30:56.493Z Sun culminates 78.64 degrees above the horizon +2024-08-04T00:06:53.323Z moonset +2024-08-04T00:13:41.104Z sunset +2024-08-04T10:46:56.893Z moonrise +2024-08-04T10:48:23.762Z sunrise 2024-08-04T11:13:40.668Z new moon 2024-08-04T17:30:50.806Z Sun culminates 78.37 degrees above the horizon 2024-08-04T17:48:28.355Z Moon culminates 81.14 degrees above the horizon -2024-08-05T00:12:55.659Z sunset +2024-08-05T00:12:55.660Z sunset 2024-08-05T00:43:06.043Z moonset 2024-08-05T10:48:57.502Z sunrise 2024-08-05T11:44:51.905Z moonrise @@ -7535,9 +7535,9 @@ 2024-08-05T18:33:19.389Z Moon culminates 76.17 degrees above the horizon 2024-08-06T00:12:09.093Z sunset 2024-08-06T01:14:39.633Z moonset -2024-08-06T10:49:31.157Z sunrise +2024-08-06T10:49:31.158Z sunrise 2024-08-06T12:40:14.445Z moonrise -2024-08-06T16:58:37.199Z Mercury moves from Leo to Sextans +2024-08-06T16:58:39.189Z Mercury moves from Leo to Sextans 2024-08-06T17:30:37.631Z Sun culminates 77.82 degrees above the horizon 2024-08-06T19:15:07.754Z Moon culminates 70.66 degrees above the horizon 2024-08-07T00:11:21.420Z sunset @@ -7546,86 +7546,86 @@ 2024-08-07T13:33:31.942Z moonrise 2024-08-07T17:30:30.144Z Sun culminates 77.53 degrees above the horizon 2024-08-07T19:54:53.080Z Moon culminates 64.86 degrees above the horizon -2024-08-08T00:10:32.659Z sunset -2024-08-08T02:09:30.926Z moonset +2024-08-08T00:10:32.660Z sunset +2024-08-08T02:09:30.925Z moonset 2024-08-08T10:50:38.153Z sunrise -2024-08-08T14:25:36.263Z moonrise +2024-08-08T14:25:36.264Z moonrise 2024-08-08T17:30:22.058Z Sun culminates 77.25 degrees above the horizon 2024-08-08T20:33:40.732Z Moon culminates 58.98 degrees above the horizon -2024-08-09T00:09:42.829Z sunset +2024-08-09T00:09:42.828Z sunset 2024-08-09T01:31:09.837Z lunar apogee at 405285 km 2024-08-09T02:35:21.165Z moonset -2024-08-09T10:51:11.464Z sunrise -2024-08-09T15:17:29.981Z moonrise +2024-08-09T10:51:11.465Z sunrise +2024-08-09T15:17:29.982Z moonrise 2024-08-09T17:30:13.378Z Sun culminates 76.96 degrees above the horizon 2024-08-09T21:12:38.121Z Moon culminates 53.18 degrees above the horizon 2024-08-10T00:08:51.947Z sunset -2024-08-10T03:01:42.773Z moonset -2024-08-10T10:51:44.634Z sunrise -2024-08-10T16:10:17.614Z moonrise +2024-08-10T03:01:42.772Z moonset +2024-08-10T10:51:44.635Z sunrise +2024-08-10T16:10:17.616Z moonrise 2024-08-10T17:30:04.107Z Sun culminates 76.66 degrees above the horizon 2024-08-10T21:52:53.817Z Moon culminates 47.64 degrees above the horizon -2024-08-11T00:08:00.035Z sunset -2024-08-11T03:29:50.079Z moonset -2024-08-11T10:52:17.653Z sunrise -2024-08-11T12:56:42.680Z Mercury moves from Sextans to Leo -2024-08-11T17:04:57.429Z moonrise +2024-08-11T00:08:00.034Z sunset +2024-08-11T03:29:50.078Z moonset +2024-08-11T10:52:17.655Z sunrise +2024-08-11T12:56:40.798Z Mercury moves from Sextans to Leo +2024-08-11T17:04:57.431Z moonrise 2024-08-11T17:29:54.251Z Sun culminates 76.37 degrees above the horizon 2024-08-11T22:35:36.423Z Moon culminates 42.56 degrees above the horizon -2024-08-12T00:07:07.114Z sunset -2024-08-12T04:01:06.657Z moonset -2024-08-12T10:52:50.513Z sunrise +2024-08-12T00:07:07.113Z sunset +2024-08-12T04:01:06.656Z moonset +2024-08-12T10:52:50.515Z sunrise 2024-08-12T15:19:24.209Z first quarter -2024-08-12T17:29:43.817Z Sun culminates 76.06 degrees above the horizon -2024-08-12T18:02:08.956Z moonrise -2024-08-12T23:21:49.864Z Moon culminates 38.15 degrees above the horizon -2024-08-13T00:06:13.207Z sunset -2024-08-13T04:37:08.302Z moonset -2024-08-13T10:53:23.206Z sunrise -2024-08-13T17:29:32.814Z Sun culminates 75.76 degrees above the horizon -2024-08-13T19:01:52.864Z moonrise -2024-08-14T00:05:18.337Z sunset -2024-08-14T00:12:21.327Z Moon culminates 34.71 degrees above the horizon +2024-08-12T17:29:43.818Z Sun culminates 76.06 degrees above the horizon +2024-08-12T18:02:08.959Z moonrise +2024-08-12T23:21:49.865Z Moon culminates 38.15 degrees above the horizon +2024-08-13T00:06:13.206Z sunset +2024-08-13T04:37:08.301Z moonset +2024-08-13T10:53:23.208Z sunrise +2024-08-13T17:29:32.815Z Sun culminates 75.76 degrees above the horizon +2024-08-13T19:01:52.868Z moonrise +2024-08-14T00:05:18.336Z sunset +2024-08-14T00:12:21.328Z Moon culminates 34.71 degrees above the horizon 2024-08-14T05:19:37.828Z moonset -2024-08-14T10:53:55.728Z sunrise -2024-08-14T17:29:21.252Z Sun culminates 75.45 degrees above the horizon -2024-08-14T20:03:07.190Z moonrise +2024-08-14T10:53:55.731Z sunrise +2024-08-14T17:29:21.254Z Sun culminates 75.45 degrees above the horizon +2024-08-14T20:03:07.195Z moonrise 2024-08-15T00:04:22.529Z sunset -2024-08-15T01:07:20.143Z Moon culminates 32.58 degrees above the horizon +2024-08-15T01:07:20.145Z Moon culminates 32.58 degrees above the horizon 2024-08-15T06:10:02.177Z moonset -2024-08-15T10:54:28.076Z sunrise -2024-08-15T17:29:09.143Z Sun culminates 75.13 degrees above the horizon -2024-08-15T21:03:39.938Z moonrise -2024-08-16T00:03:25.809Z sunset -2024-08-16T02:05:55.309Z Moon culminates 32.11 degrees above the horizon +2024-08-15T10:54:28.078Z sunrise +2024-08-15T17:29:09.144Z Sun culminates 75.13 degrees above the horizon +2024-08-15T21:03:39.943Z moonrise +2024-08-16T00:03:25.810Z sunset +2024-08-16T02:05:55.311Z Moon culminates 32.11 degrees above the horizon 2024-08-16T07:08:47.132Z moonset -2024-08-16T10:55:00.248Z sunrise -2024-08-16T17:28:56.498Z Sun culminates 74.82 degrees above the horizon -2024-08-16T22:00:45.752Z moonrise -2024-08-17T00:02:28.203Z sunset -2024-08-17T03:06:13.768Z Moon culminates 33.51 degrees above the horizon +2024-08-16T10:55:00.249Z sunrise +2024-08-16T17:28:56.499Z Sun culminates 74.82 degrees above the horizon +2024-08-16T22:00:45.757Z moonrise +2024-08-17T00:02:28.204Z sunset +2024-08-17T03:06:13.770Z Moon culminates 33.51 degrees above the horizon 2024-08-17T08:14:33.298Z moonset -2024-08-17T10:55:32.244Z sunrise -2024-08-17T17:28:43.331Z Sun culminates 74.49 degrees above the horizon -2024-08-17T22:52:18.890Z moonrise -2024-08-18T00:01:29.737Z sunset -2024-08-18T04:05:57.855Z Moon culminates 36.84 degrees above the horizon +2024-08-17T10:55:32.245Z sunrise +2024-08-17T17:28:43.332Z Sun culminates 74.49 degrees above the horizon +2024-08-17T22:52:18.893Z moonrise +2024-08-18T00:01:29.739Z sunset +2024-08-18T04:05:57.857Z Moon culminates 36.84 degrees above the horizon 2024-08-18T09:24:27.199Z moonset 2024-08-18T10:56:04.066Z sunrise -2024-08-18T17:28:29.657Z Sun culminates 74.17 degrees above the horizon -2024-08-18T23:37:43.989Z moonrise -2024-08-19T00:00:30.439Z sunset +2024-08-18T17:28:29.658Z Sun culminates 74.17 degrees above the horizon +2024-08-18T23:37:43.991Z moonrise +2024-08-19T00:00:30.441Z sunset 2024-08-19T01:50:25.155Z Mercury inferior conjunction -2024-08-19T05:03:22.941Z Moon culminates 41.88 degrees above the horizon +2024-08-19T05:03:22.942Z Moon culminates 41.88 degrees above the horizon 2024-08-19T10:35:21.291Z moonset 2024-08-19T10:56:35.716Z sunrise 2024-08-19T17:28:15.492Z Sun culminates 73.84 degrees above the horizon 2024-08-19T18:26:18.287Z full moon -2024-08-19T23:59:30.337Z sunset -2024-08-20T00:17:48.282Z moonrise -2024-08-20T05:57:51.575Z Moon culminates 48.24 degrees above the horizon -2024-08-20T10:57:07.200Z sunrise -2024-08-20T11:45:14.474Z moonset +2024-08-19T23:59:30.338Z sunset +2024-08-20T00:17:48.283Z moonrise +2024-08-20T05:57:51.576Z Moon culminates 48.24 degrees above the horizon +2024-08-20T10:57:07.199Z sunrise +2024-08-20T11:45:14.473Z moonset 2024-08-20T17:28:00.851Z Sun culminates 73.51 degrees above the horizon 2024-08-20T23:58:29.457Z sunset 2024-08-21T00:54:03.133Z moonrise @@ -7646,91 +7646,91 @@ 2024-08-23T10:58:40.703Z sunrise 2024-08-23T15:07:44.569Z moonset 2024-08-23T17:27:14.237Z Sun culminates 72.50 degrees above the horizon -2024-08-23T23:55:22.424Z sunset -2024-08-24T02:37:16.128Z moonrise -2024-08-24T09:09:29.002Z Venus moves from Leo to Virgo +2024-08-23T23:55:22.425Z sunset +2024-08-24T02:37:16.127Z moonrise +2024-08-24T09:09:29.654Z Venus moves from Leo to Virgo 2024-08-24T09:21:59.711Z Moon culminates 76.92 degrees above the horizon 2024-08-24T10:59:11.576Z sunrise 2024-08-24T16:15:07.649Z moonset -2024-08-24T17:26:57.858Z Sun culminates 72.16 degrees above the horizon -2024-08-24T23:54:18.707Z sunset -2024-08-25T03:15:32.458Z moonrise -2024-08-25T10:15:24.667Z Moon culminates 82.53 degrees above the horizon -2024-08-25T10:59:42.312Z sunrise +2024-08-24T17:26:57.859Z Sun culminates 72.16 degrees above the horizon +2024-08-24T23:54:18.708Z sunset +2024-08-25T03:15:32.456Z moonrise +2024-08-25T10:15:24.666Z Moon culminates 82.53 degrees above the horizon +2024-08-25T10:59:42.311Z sunrise 2024-08-25T17:22:50.405Z moonset -2024-08-25T17:26:41.088Z Sun culminates 71.81 degrees above the horizon -2024-08-25T23:53:14.349Z sunset -2024-08-26T03:58:23.340Z moonrise +2024-08-25T17:26:41.089Z Sun culminates 71.81 degrees above the horizon +2024-08-25T23:53:14.351Z sunset +2024-08-26T03:58:23.337Z moonrise 2024-08-26T09:26:20.617Z third quarter -2024-08-26T11:00:12.917Z sunrise -2024-08-26T11:11:09.570Z Moon culminates 86.74 degrees above the horizon +2024-08-26T11:00:12.916Z sunrise +2024-08-26T11:11:09.568Z Moon culminates 86.74 degrees above the horizon 2024-08-26T17:26:23.942Z Sun culminates 71.46 degrees above the horizon 2024-08-26T18:29:40.923Z moonset -2024-08-26T23:52:09.377Z sunset -2024-08-27T04:46:50.313Z moonrise -2024-08-27T11:00:43.395Z sunrise -2024-08-27T12:08:39.752Z Moon culminates 89.27 degrees above the horizon +2024-08-26T23:52:09.380Z sunset +2024-08-27T04:46:50.309Z moonrise +2024-08-27T11:00:43.393Z sunrise +2024-08-27T12:08:39.750Z Moon culminates 89.27 degrees above the horizon 2024-08-27T17:26:06.435Z Sun culminates 71.11 degrees above the horizon 2024-08-27T19:33:25.944Z moonset -2024-08-27T23:51:03.818Z sunset -2024-08-28T05:40:54.213Z moonrise -2024-08-28T11:01:13.752Z sunrise -2024-08-28T13:06:28.088Z Moon culminates 89.99 degrees above the horizon -2024-08-28T17:25:48.583Z Sun culminates 70.76 degrees above the horizon +2024-08-27T23:51:03.821Z sunset +2024-08-28T05:40:54.208Z moonrise +2024-08-28T11:01:13.750Z sunrise +2024-08-28T13:06:28.086Z Moon culminates 89.99 degrees above the horizon +2024-08-28T17:25:48.584Z Sun culminates 70.76 degrees above the horizon 2024-08-28T20:31:39.178Z moonset -2024-08-28T23:49:57.697Z sunset -2024-08-29T06:39:15.632Z moonrise -2024-08-29T11:01:43.991Z sunrise -2024-08-29T14:02:43.426Z Moon culminates 89.01 degrees above the horizon -2024-08-29T17:25:30.401Z Sun culminates 70.40 degrees above the horizon -2024-08-29T21:22:46.889Z moonset -2024-08-29T23:48:51.038Z sunset -2024-08-30T07:39:36.771Z moonrise -2024-08-30T11:02:14.117Z sunrise -2024-08-30T14:55:53.643Z Moon culminates 86.47 degrees above the horizon +2024-08-28T23:49:57.700Z sunset +2024-08-29T06:39:15.628Z moonrise +2024-08-29T11:01:43.989Z sunrise +2024-08-29T14:02:43.425Z Moon culminates 89.01 degrees above the horizon +2024-08-29T17:25:30.402Z Sun culminates 70.40 degrees above the horizon +2024-08-29T21:22:46.890Z moonset +2024-08-29T23:48:51.041Z sunset +2024-08-30T07:39:36.768Z moonrise +2024-08-30T11:02:14.115Z sunrise +2024-08-30T14:55:53.642Z Moon culminates 86.47 degrees above the horizon 2024-08-30T17:25:11.903Z Sun culminates 70.04 degrees above the horizon -2024-08-30T22:06:38.677Z moonset -2024-08-30T23:47:43.867Z sunset -2024-08-31T08:39:38.910Z moonrise -2024-08-31T11:02:44.133Z sunrise -2024-08-31T15:45:14.128Z Moon culminates 82.68 degrees above the horizon +2024-08-30T22:06:38.679Z moonset +2024-08-30T23:47:43.870Z sunset +2024-08-31T08:39:38.907Z moonrise +2024-08-31T11:02:44.131Z sunrise +2024-08-31T15:45:14.127Z Moon culminates 82.68 degrees above the horizon 2024-08-31T17:24:53.103Z Sun culminates 69.68 degrees above the horizon -2024-08-31T22:44:09.153Z moonset -2024-08-31T23:46:36.208Z sunset -2024-09-01T09:37:51.073Z moonrise -2024-09-01T11:03:14.043Z sunrise +2024-08-31T22:44:09.154Z moonset +2024-08-31T23:46:36.209Z sunset +2024-09-01T09:37:51.071Z moonrise +2024-09-01T11:03:14.041Z sunrise 2024-09-01T16:30:48.762Z Moon culminates 77.97 degrees above the horizon 2024-09-01T17:24:34.014Z Sun culminates 69.32 degrees above the horizon -2024-09-01T23:16:41.853Z moonset -2024-09-01T23:45:28.083Z sunset -2024-09-02T10:33:42.141Z moonrise -2024-09-02T11:03:43.850Z sunrise +2024-09-01T23:16:41.855Z moonset +2024-09-01T23:45:28.084Z sunset +2024-09-02T10:33:42.140Z moonrise +2024-09-02T11:03:43.849Z sunrise 2024-09-02T17:13:14.567Z Moon culminates 72.61 degrees above the horizon 2024-09-02T17:24:14.650Z Sun culminates 68.95 degrees above the horizon -2024-09-02T23:44:19.516Z sunset -2024-09-02T23:45:43.481Z moonset +2024-09-02T23:44:19.517Z sunset +2024-09-02T23:45:43.482Z moonset 2024-09-03T01:56:13.047Z new moon -2024-09-03T11:04:13.560Z sunrise +2024-09-03T11:04:13.559Z sunrise 2024-09-03T11:27:27.082Z moonrise 2024-09-03T17:23:55.025Z Sun culminates 68.58 degrees above the horizon 2024-09-03T17:53:25.445Z Moon culminates 66.88 degrees above the horizon -2024-09-03T23:43:10.530Z sunset +2024-09-03T23:43:10.531Z sunset 2024-09-04T00:12:33.507Z moonset -2024-09-04T11:04:43.175Z sunrise +2024-09-04T11:04:43.174Z sunrise 2024-09-04T12:19:47.855Z moonrise 2024-09-04T17:23:35.153Z Sun culminates 68.21 degrees above the horizon 2024-09-04T18:32:21.815Z Moon culminates 60.98 degrees above the horizon -2024-09-04T23:42:01.149Z sunset -2024-09-05T00:38:23.508Z moonset +2024-09-04T23:42:01.150Z sunset +2024-09-05T00:38:23.509Z moonset 2024-09-05T02:33:28.778Z Mercury max morning elongation: 18.05 degrees from Sun 2024-09-05T11:05:12.701Z sunrise 2024-09-05T13:11:38.980Z moonrise 2024-09-05T14:54:09.145Z lunar apogee at 406199 km -2024-09-05T15:02:53.644Z Mars moves from Taurus to Gemini +2024-09-05T15:02:54.965Z Mars moves from Taurus to Gemini 2024-09-05T17:23:15.047Z Sun culminates 67.84 degrees above the horizon 2024-09-05T19:11:05.960Z Moon culminates 55.11 degrees above the horizon 2024-09-05T23:40:51.396Z sunset -2024-09-06T01:04:20.843Z moonset +2024-09-06T01:04:20.844Z moonset 2024-09-06T11:05:42.144Z sunrise 2024-09-06T14:03:58.238Z moonrise 2024-09-06T17:22:54.722Z Sun culminates 67.47 degrees above the horizon @@ -7738,184 +7738,184 @@ 2024-09-06T23:39:41.294Z sunset 2024-09-07T01:31:33.777Z moonset 2024-09-07T11:06:11.510Z sunrise -2024-09-07T14:57:39.195Z moonrise +2024-09-07T14:57:39.196Z moonrise 2024-09-07T17:22:34.194Z Sun culminates 67.09 degrees above the horizon 2024-09-07T20:32:08.026Z Moon culminates 44.20 degrees above the horizon 2024-09-07T23:38:30.867Z sunset -2024-09-08T02:01:16.615Z moonset +2024-09-08T02:01:16.614Z moonset 2024-09-08T04:19:41.919Z Saturn opposition -2024-09-08T11:06:40.805Z sunrise -2024-09-08T15:53:21.536Z moonrise +2024-09-08T11:06:40.806Z sunrise +2024-09-08T15:53:21.537Z moonrise 2024-09-08T17:22:13.479Z Sun culminates 66.72 degrees above the horizon 2024-09-08T21:16:27.133Z Moon culminates 39.55 degrees above the horizon 2024-09-08T23:37:20.141Z sunset -2024-09-09T02:34:53.247Z moonset -2024-09-09T11:07:10.039Z sunrise +2024-09-09T02:34:53.246Z moonset +2024-09-09T11:07:10.040Z sunrise 2024-09-09T15:04:39.562Z Mercury perihelion at 0.3075 AU -2024-09-09T16:51:16.168Z moonrise +2024-09-09T16:51:16.170Z moonrise 2024-09-09T17:21:52.594Z Sun culminates 66.34 degrees above the horizon -2024-09-09T22:04:25.598Z Moon culminates 35.77 degrees above the horizon -2024-09-09T23:36:09.141Z sunset +2024-09-09T22:04:25.599Z Moon culminates 35.77 degrees above the horizon +2024-09-09T23:36:09.140Z sunset 2024-09-10T03:13:55.683Z moonset -2024-09-10T11:07:39.220Z sunrise +2024-09-10T11:07:39.221Z sunrise 2024-09-10T17:21:31.556Z Sun culminates 65.96 degrees above the horizon -2024-09-10T17:50:46.332Z moonrise -2024-09-10T22:56:25.340Z Moon culminates 33.15 degrees above the horizon -2024-09-10T23:34:57.893Z sunset -2024-09-11T03:59:51.217Z moonset +2024-09-10T17:50:46.335Z moonrise +2024-09-10T22:56:25.341Z Moon culminates 33.15 degrees above the horizon +2024-09-10T23:34:57.892Z sunset +2024-09-11T03:59:51.216Z moonset 2024-09-11T06:06:14.983Z first quarter -2024-09-11T11:08:08.359Z sunrise +2024-09-11T11:08:08.361Z sunrise 2024-09-11T17:21:10.384Z Sun culminates 65.58 degrees above the horizon -2024-09-11T18:50:16.156Z moonrise -2024-09-11T23:33:46.423Z sunset -2024-09-11T23:52:04.374Z Moon culminates 31.98 degrees above the horizon -2024-09-12T04:53:32.158Z moonset -2024-09-12T11:08:37.469Z sunrise +2024-09-11T18:50:16.160Z moonrise +2024-09-11T23:33:46.422Z sunset +2024-09-11T23:52:04.376Z Moon culminates 31.98 degrees above the horizon +2024-09-12T04:53:32.157Z moonset +2024-09-12T11:08:37.470Z sunrise 2024-09-12T17:20:49.098Z Sun culminates 65.20 degrees above the horizon -2024-09-12T19:47:27.578Z moonrise -2024-09-12T23:32:34.760Z sunset -2024-09-13T00:50:07.887Z Moon culminates 32.51 degrees above the horizon -2024-09-13T05:54:36.022Z moonset -2024-09-13T11:09:06.561Z sunrise +2024-09-12T19:47:27.581Z moonrise +2024-09-12T23:32:34.759Z sunset +2024-09-13T00:50:07.888Z Moon culminates 32.51 degrees above the horizon +2024-09-13T05:54:36.021Z moonset +2024-09-13T11:09:06.562Z sunrise 2024-09-13T17:20:27.719Z Sun culminates 64.81 degrees above the horizon -2024-09-13T20:40:12.338Z moonrise +2024-09-13T20:40:12.342Z moonrise 2024-09-13T23:31:22.930Z sunset -2024-09-14T01:48:45.355Z Moon culminates 34.89 degrees above the horizon -2024-09-14T07:01:10.434Z moonset +2024-09-14T01:48:45.356Z Moon culminates 34.89 degrees above the horizon +2024-09-14T07:01:10.433Z moonset 2024-09-14T11:09:35.651Z sunrise 2024-09-14T17:20:06.268Z Sun culminates 64.43 degrees above the horizon -2024-09-14T21:27:26.191Z moonrise -2024-09-14T23:30:10.964Z sunset -2024-09-15T02:46:12.609Z Moon culminates 39.05 degrees above the horizon -2024-09-15T08:10:34.431Z moonset +2024-09-14T21:27:26.193Z moonrise +2024-09-14T23:30:10.965Z sunset +2024-09-15T02:46:12.610Z Moon culminates 39.05 degrees above the horizon +2024-09-15T08:10:34.430Z moonset 2024-09-15T11:10:04.752Z sunrise 2024-09-15T17:19:44.767Z Sun culminates 64.05 degrees above the horizon -2024-09-15T22:09:23.556Z moonrise -2024-09-15T23:28:58.890Z sunset +2024-09-15T22:09:23.558Z moonrise +2024-09-15T23:28:58.891Z sunset 2024-09-16T03:41:31.213Z Moon culminates 44.74 degrees above the horizon -2024-09-16T09:20:31.299Z moonset -2024-09-16T11:10:33.883Z sunrise +2024-09-16T09:20:31.297Z moonset +2024-09-16T11:10:33.881Z sunrise 2024-09-16T17:19:23.239Z Sun culminates 63.66 degrees above the horizon -2024-09-16T22:47:14.253Z moonrise -2024-09-16T23:27:46.737Z sunset +2024-09-16T22:47:14.254Z moonrise +2024-09-16T23:27:46.738Z sunset 2024-09-17T04:34:40.517Z Moon culminates 51.60 degrees above the horizon -2024-09-17T10:29:54.059Z moonset -2024-09-17T11:11:03.058Z sunrise -2024-09-17T17:19:01.709Z Sun culminates 63.27 degrees above the horizon -2024-09-17T23:22:33.466Z moonrise +2024-09-17T10:29:54.058Z moonset +2024-09-17T11:11:03.057Z sunrise +2024-09-17T17:19:01.708Z Sun culminates 63.27 degrees above the horizon +2024-09-17T23:22:33.467Z moonrise 2024-09-17T23:26:34.536Z sunset 2024-09-18T02:34:56.991Z full moon 2024-09-18T02:44:11.310Z partial lunar eclipse 2024-09-18T05:26:25.213Z Moon culminates 59.12 degrees above the horizon 2024-09-18T11:11:32.297Z sunrise -2024-09-18T11:38:43.111Z moonset +2024-09-18T11:38:43.110Z moonset 2024-09-18T13:23:43.026Z lunar perigee at 357276 km 2024-09-18T17:18:40.198Z Sun culminates 62.89 degrees above the horizon -2024-09-18T23:25:22.314Z sunset -2024-09-18T23:57:03.890Z moonrise -2024-09-19T06:17:54.735Z Moon culminates 66.79 degrees above the horizon -2024-09-19T11:12:01.619Z sunrise -2024-09-19T12:47:36.428Z moonset +2024-09-18T23:25:22.315Z sunset +2024-09-18T23:57:03.891Z moonrise +2024-09-19T06:17:54.736Z Moon culminates 66.79 degrees above the horizon +2024-09-19T11:12:01.618Z sunrise +2024-09-19T12:47:36.427Z moonset 2024-09-19T17:18:18.732Z Sun culminates 62.50 degrees above the horizon -2024-09-19T23:24:10.103Z sunset +2024-09-19T23:24:10.104Z sunset 2024-09-20T00:32:29.786Z moonrise 2024-09-20T07:10:23.784Z Moon culminates 74.06 degrees above the horizon 2024-09-20T11:12:31.040Z sunrise -2024-09-20T13:57:12.489Z moonset +2024-09-20T13:57:12.488Z moonset 2024-09-20T17:17:57.335Z Sun culminates 62.11 degrees above the horizon -2024-09-20T23:22:57.932Z sunset +2024-09-20T23:22:57.933Z sunset 2024-09-21T00:06:54.577Z Neptune opposition 2024-09-21T01:10:35.313Z moonrise -2024-09-21T08:04:53.376Z Moon culminates 80.42 degrees above the horizon -2024-09-21T11:13:00.581Z sunrise -2024-09-21T15:07:32.530Z moonset +2024-09-21T08:04:53.375Z Moon culminates 80.42 degrees above the horizon +2024-09-21T11:13:00.579Z sunrise +2024-09-21T15:07:32.528Z moonset 2024-09-21T17:17:36.030Z Sun culminates 61.72 degrees above the horizon -2024-09-21T23:21:45.829Z sunset -2024-09-22T01:52:58.324Z moonrise -2024-09-22T09:01:49.397Z Moon culminates 85.41 degrees above the horizon -2024-09-22T11:13:30.257Z sunrise -2024-09-22T12:43:52.384Z September equinox -2024-09-22T16:17:28.830Z moonset +2024-09-21T23:21:45.831Z sunset +2024-09-22T01:52:58.323Z moonrise +2024-09-22T09:01:49.395Z Moon culminates 85.41 degrees above the horizon +2024-09-22T11:13:30.255Z sunrise +2024-09-22T12:43:55.451Z September equinox +2024-09-22T16:17:28.828Z moonset 2024-09-22T17:17:14.840Z Sun culminates 61.33 degrees above the horizon -2024-09-22T18:34:05.965Z Mercury moves from Leo to Virgo -2024-09-22T23:20:33.826Z sunset -2024-09-23T02:40:51.410Z moonrise -2024-09-23T10:00:42.359Z Moon culminates 88.67 degrees above the horizon -2024-09-23T11:14:00.085Z sunrise +2024-09-22T18:34:06.389Z Mercury moves from Leo to Virgo +2024-09-22T23:20:33.828Z sunset +2024-09-23T02:40:51.406Z moonrise +2024-09-23T10:00:42.356Z Moon culminates 88.67 degrees above the horizon +2024-09-23T11:14:00.083Z sunrise 2024-09-23T17:16:53.790Z Sun culminates 60.95 degrees above the horizon -2024-09-23T17:24:40.407Z moonset -2024-09-23T23:19:21.951Z sunset -2024-09-24T03:34:29.406Z moonrise -2024-09-24T11:00:03.787Z Moon culminates 89.94 degrees above the horizon -2024-09-24T11:14:30.082Z sunrise +2024-09-23T17:24:40.406Z moonset +2024-09-23T23:19:21.954Z sunset +2024-09-24T03:34:29.402Z moonrise +2024-09-24T11:00:03.784Z Moon culminates 89.94 degrees above the horizon +2024-09-24T11:14:30.078Z sunrise 2024-09-24T17:16:32.900Z Sun culminates 60.56 degrees above the horizon -2024-09-24T18:26:19.304Z moonset +2024-09-24T18:26:19.302Z moonset 2024-09-24T18:50:25.815Z third quarter -2024-09-24T23:18:10.233Z sunset -2024-09-25T04:32:43.635Z moonrise -2024-09-25T11:15:00.261Z sunrise -2024-09-25T11:57:54.098Z Moon culminates 89.59 degrees above the horizon -2024-09-25T17:16:12.193Z Sun culminates 60.17 degrees above the horizon -2024-09-25T19:20:27.445Z moonset -2024-09-25T23:16:58.701Z sunset -2024-09-26T05:33:17.341Z moonrise -2024-09-26T11:15:30.636Z sunrise -2024-09-26T12:52:30.644Z Moon culminates 87.48 degrees above the horizon +2024-09-24T23:18:10.236Z sunset +2024-09-25T04:32:43.630Z moonrise +2024-09-25T11:15:00.257Z sunrise +2024-09-25T11:57:54.094Z Moon culminates 89.59 degrees above the horizon +2024-09-25T17:16:12.192Z Sun culminates 60.17 degrees above the horizon +2024-09-25T19:20:27.444Z moonset +2024-09-25T23:16:58.704Z sunset +2024-09-26T05:33:17.336Z moonrise +2024-09-26T11:15:30.633Z sunrise +2024-09-26T12:52:30.641Z Moon culminates 87.48 degrees above the horizon 2024-09-26T17:15:51.688Z Sun culminates 59.78 degrees above the horizon 2024-09-26T20:06:40.834Z moonset -2024-09-26T23:15:47.383Z sunset -2024-09-27T06:33:44.300Z moonrise -2024-09-27T11:16:01.220Z sunrise -2024-09-27T13:43:01.829Z Moon culminates 84.03 degrees above the horizon +2024-09-26T23:15:47.386Z sunset +2024-09-27T06:33:44.295Z moonrise +2024-09-27T11:16:01.217Z sunrise +2024-09-27T13:43:01.827Z Moon culminates 84.03 degrees above the horizon 2024-09-27T17:15:31.407Z Sun culminates 59.39 degrees above the horizon -2024-09-27T20:45:53.487Z moonset -2024-09-27T23:14:36.405Z sunset -2024-09-28T07:32:24.263Z moonrise -2024-09-28T11:16:32.026Z sunrise -2024-09-28T14:29:29.519Z Moon culminates 79.58 degrees above the horizon +2024-09-27T20:45:53.488Z moonset +2024-09-27T23:14:36.408Z sunset +2024-09-28T07:32:24.260Z moonrise +2024-09-28T11:16:32.023Z sunrise +2024-09-28T14:29:29.518Z Moon culminates 79.58 degrees above the horizon 2024-09-28T17:15:11.369Z Sun culminates 59.00 degrees above the horizon -2024-09-28T21:19:35.221Z moonset -2024-09-28T23:13:25.595Z sunset -2024-09-29T08:28:39.670Z moonrise -2024-09-29T11:17:03.063Z sunrise +2024-09-28T21:19:35.222Z moonset +2024-09-28T23:13:25.597Z sunset +2024-09-29T08:28:39.668Z moonrise +2024-09-29T11:17:03.061Z sunrise 2024-09-29T15:12:31.802Z Moon culminates 74.41 degrees above the horizon 2024-09-29T17:14:51.591Z Sun culminates 58.61 degrees above the horizon -2024-09-29T20:42:38.707Z Venus moves from Virgo to Libra -2024-09-29T21:49:19.992Z moonset -2024-09-29T23:12:15.078Z sunset -2024-09-30T09:22:42.198Z moonrise -2024-09-30T11:17:34.342Z sunrise +2024-09-29T20:42:39.340Z Venus moves from Virgo to Libra +2024-09-29T21:49:19.993Z moonset +2024-09-29T23:12:15.080Z sunset +2024-09-30T09:22:42.196Z moonrise +2024-09-30T11:17:34.340Z sunrise 2024-09-30T15:53:04.446Z Moon culminates 68.80 degrees above the horizon 2024-09-30T17:14:32.092Z Sun culminates 58.22 degrees above the horizon 2024-09-30T20:53:12.683Z Mercury superior conjunction -2024-09-30T22:16:32.747Z moonset -2024-09-30T23:11:04.880Z sunset -2024-10-01T10:15:12.210Z moonrise -2024-10-01T11:18:05.873Z sunrise +2024-09-30T22:16:32.748Z moonset +2024-09-30T23:11:04.882Z sunset +2024-10-01T10:15:12.209Z moonrise +2024-10-01T11:18:05.871Z sunrise 2024-10-01T16:32:09.115Z Moon culminates 62.94 degrees above the horizon 2024-10-01T17:14:12.889Z Sun culminates 57.84 degrees above the horizon -2024-10-01T22:42:28.058Z moonset -2024-10-01T23:09:55.027Z sunset -2024-10-02T11:07:02.992Z moonrise -2024-10-02T11:18:37.663Z sunrise +2024-10-01T22:42:28.059Z moonset +2024-10-01T23:09:55.028Z sunset +2024-10-02T11:07:02.991Z moonrise +2024-10-02T11:18:37.662Z sunrise 2024-10-02T17:10:48.056Z Moon culminates 57.03 degrees above the horizon 2024-10-02T17:13:53.998Z Sun culminates 57.45 degrees above the horizon 2024-10-02T18:49:54.404Z new moon 2024-10-02T19:38:52.284Z lunar apogee at 406504 km -2024-10-02T23:08:13.732Z moonset -2024-10-02T23:08:45.543Z sunset -2024-10-03T11:19:09.722Z sunrise -2024-10-03T11:59:10.762Z moonrise +2024-10-02T23:08:13.733Z moonset +2024-10-02T23:08:45.544Z sunset +2024-10-03T11:19:09.721Z sunrise +2024-10-03T11:59:10.761Z moonrise 2024-10-03T17:13:35.437Z Sun culminates 57.06 degrees above the horizon -2024-10-03T17:50:02.409Z Moon culminates 51.27 degrees above the horizon -2024-10-03T23:07:36.454Z sunset -2024-10-03T23:34:55.890Z moonset +2024-10-03T17:50:02.410Z Moon culminates 51.27 degrees above the horizon +2024-10-03T23:07:36.455Z sunset +2024-10-03T23:34:55.891Z moonset 2024-10-04T11:19:42.056Z sunrise -2024-10-04T12:52:27.247Z moonrise +2024-10-04T12:52:27.246Z moonrise 2024-10-04T17:13:17.222Z Sun culminates 56.68 degrees above the horizon -2024-10-04T18:30:51.382Z Moon culminates 45.85 degrees above the horizon -2024-10-04T23:06:27.784Z sunset -2024-10-05T00:03:43.909Z moonset +2024-10-04T18:30:51.383Z Moon culminates 45.85 degrees above the horizon +2024-10-04T23:06:27.785Z sunset +2024-10-05T00:03:43.910Z moonset 2024-10-05T11:20:14.674Z sunrise 2024-10-05T13:47:31.058Z moonrise 2024-10-05T17:12:59.368Z Sun culminates 56.29 degrees above the horizon @@ -7925,37 +7925,37 @@ 2024-10-06T11:20:47.583Z sunrise 2024-10-06T14:44:35.020Z moonrise 2024-10-06T17:12:41.893Z Sun culminates 55.91 degrees above the horizon -2024-10-06T20:00:42.115Z Moon culminates 36.90 degrees above the horizon +2024-10-06T20:00:42.116Z Moon culminates 36.90 degrees above the horizon 2024-10-06T23:04:11.803Z sunset -2024-10-07T01:12:48.231Z moonset -2024-10-07T11:21:20.790Z sunrise -2024-10-07T15:43:10.172Z moonrise +2024-10-07T01:12:48.232Z moonset +2024-10-07T11:21:20.791Z sunrise +2024-10-07T15:43:10.173Z moonrise 2024-10-07T17:12:24.813Z Sun culminates 55.53 degrees above the horizon -2024-10-07T20:50:50.335Z Moon culminates 33.88 degrees above the horizon -2024-10-07T23:03:04.543Z sunset -2024-10-08T01:55:46.379Z moonset -2024-10-08T11:21:54.303Z sunrise -2024-10-08T16:41:55.041Z moonrise +2024-10-07T20:50:50.336Z Moon culminates 33.88 degrees above the horizon +2024-10-07T23:03:04.542Z sunset +2024-10-08T01:55:46.380Z moonset +2024-10-08T11:21:54.304Z sunrise +2024-10-08T16:41:55.043Z moonrise 2024-10-08T17:12:08.144Z Sun culminates 55.15 degrees above the horizon -2024-10-08T21:44:20.146Z Moon culminates 32.20 degrees above the horizon -2024-10-08T23:01:57.805Z sunset -2024-10-09T02:45:42.638Z moonset -2024-10-09T11:22:28.031Z sunrise +2024-10-08T21:44:20.147Z Moon culminates 32.20 degrees above the horizon +2024-10-08T23:01:57.804Z sunset +2024-10-09T02:45:42.639Z moonset +2024-10-09T11:22:28.032Z sunrise 2024-10-09T17:11:51.906Z Sun culminates 54.77 degrees above the horizon -2024-10-09T17:38:46.812Z moonrise -2024-10-09T22:40:12.597Z Moon culminates 32.10 degrees above the horizon -2024-10-09T23:00:51.616Z sunset +2024-10-09T17:38:46.814Z moonrise +2024-10-09T22:40:12.598Z Moon culminates 32.10 degrees above the horizon +2024-10-09T23:00:51.615Z sunset 2024-10-10T03:42:34.470Z moonset -2024-10-10T11:23:02.180Z sunrise +2024-10-10T11:23:02.181Z sunrise 2024-10-10T17:11:36.115Z Sun culminates 54.39 degrees above the horizon -2024-10-10T18:31:42.687Z moonrise +2024-10-10T18:31:42.689Z moonrise 2024-10-10T18:55:43.621Z first quarter -2024-10-10T22:59:46.005Z sunset -2024-10-10T23:36:55.435Z Moon culminates 33.70 degrees above the horizon +2024-10-10T22:59:46.004Z sunset +2024-10-10T23:36:55.436Z Moon culminates 33.70 degrees above the horizon 2024-10-11T04:45:04.493Z moonset -2024-10-11T11:23:36.662Z sunrise +2024-10-11T11:23:36.663Z sunrise 2024-10-11T17:11:20.791Z Sun culminates 54.02 degrees above the horizon -2024-10-11T19:19:29.465Z moonrise +2024-10-11T19:19:29.466Z moonrise 2024-10-11T22:58:40.998Z sunset 2024-10-12T00:32:55.355Z Moon culminates 37.00 degrees above the horizon 2024-10-12T05:51:03.548Z moonset @@ -7963,221 +7963,221 @@ 2024-10-12T17:11:05.952Z Sun culminates 53.64 degrees above the horizon 2024-10-12T20:02:04.933Z moonrise 2024-10-12T22:57:36.627Z sunset -2024-10-13T01:27:12.736Z Moon culminates 41.85 degrees above the horizon +2024-10-13T01:27:12.735Z Moon culminates 41.85 degrees above the horizon 2024-10-13T06:58:27.139Z moonset -2024-10-13T11:24:46.660Z sunrise +2024-10-13T11:24:46.659Z sunrise 2024-10-13T17:10:51.620Z Sun culminates 53.27 degrees above the horizon 2024-10-13T20:40:23.824Z moonrise -2024-10-13T22:56:32.919Z sunset +2024-10-13T22:56:32.921Z sunset 2024-10-14T02:19:37.711Z Moon culminates 47.99 degrees above the horizon -2024-10-14T08:06:02.448Z moonset -2024-10-14T11:25:22.196Z sunrise -2024-10-14T17:10:37.813Z Sun culminates 52.90 degrees above the horizon +2024-10-14T08:06:02.447Z moonset +2024-10-14T11:25:22.195Z sunrise +2024-10-14T17:10:37.814Z Sun culminates 52.90 degrees above the horizon 2024-10-14T21:15:51.539Z moonrise -2024-10-14T22:55:29.907Z sunset +2024-10-14T22:55:29.909Z sunset 2024-10-15T03:10:45.006Z Moon culminates 55.07 degrees above the horizon -2024-10-15T09:13:39.061Z moonset -2024-10-15T11:25:58.105Z sunrise -2024-10-15T17:10:24.554Z Sun culminates 52.53 degrees above the horizon +2024-10-15T09:13:39.060Z moonset +2024-10-15T11:25:58.104Z sunrise +2024-10-15T17:10:24.555Z Sun culminates 52.53 degrees above the horizon 2024-10-15T21:50:05.696Z moonrise -2024-10-15T22:54:27.620Z sunset +2024-10-15T22:54:27.622Z sunset 2024-10-16T04:01:38.797Z Moon culminates 62.65 degrees above the horizon 2024-10-16T10:21:51.155Z moonset -2024-10-16T11:26:34.399Z sunrise -2024-10-16T17:10:11.863Z Sun culminates 52.16 degrees above the horizon -2024-10-16T22:24:49.120Z moonrise -2024-10-16T22:53:26.089Z sunset +2024-10-16T11:26:34.398Z sunrise +2024-10-16T17:10:11.864Z Sun culminates 52.16 degrees above the horizon +2024-10-16T22:24:49.122Z moonrise +2024-10-16T22:53:26.090Z sunset 2024-10-17T00:52:20.111Z lunar perigee at 357165 km 2024-10-17T04:53:36.359Z Moon culminates 70.21 degrees above the horizon 2024-10-17T11:26:55.422Z full moon 2024-10-17T11:27:11.088Z sunrise 2024-10-17T11:31:26.927Z moonset -2024-10-17T12:06:18.807Z Venus moves from Libra to Scorpius +2024-10-17T12:06:19.440Z Venus moves from Libra to Scorpius 2024-10-17T17:09:59.762Z Sun culminates 51.80 degrees above the horizon -2024-10-17T22:52:25.345Z sunset -2024-10-17T23:01:48.830Z moonrise +2024-10-17T22:52:25.346Z sunset +2024-10-17T23:01:48.831Z moonrise 2024-10-18T05:47:50.680Z Moon culminates 77.22 degrees above the horizon 2024-10-18T11:27:48.184Z sunrise -2024-10-18T12:42:50.859Z moonset +2024-10-18T12:42:50.858Z moonset 2024-10-18T17:09:48.270Z Sun culminates 51.44 degrees above the horizon 2024-10-18T22:51:25.418Z sunset -2024-10-18T23:42:52.805Z moonrise -2024-10-19T03:10:24.928Z Mercury moves from Virgo to Libra +2024-10-18T23:42:52.806Z moonrise +2024-10-19T03:10:25.435Z Mercury moves from Virgo to Libra 2024-10-19T06:45:07.612Z Moon culminates 83.10 degrees above the horizon -2024-10-19T11:28:25.697Z sunrise -2024-10-19T13:55:21.208Z moonset -2024-10-19T17:09:37.409Z Sun culminates 51.08 degrees above the horizon -2024-10-19T22:50:26.339Z sunset +2024-10-19T11:28:25.696Z sunrise +2024-10-19T13:55:21.206Z moonset +2024-10-19T17:09:37.408Z Sun culminates 51.08 degrees above the horizon +2024-10-19T22:50:26.340Z sunset 2024-10-20T00:29:34.487Z moonrise -2024-10-20T07:45:17.407Z Moon culminates 87.36 degrees above the horizon -2024-10-20T11:29:03.635Z sunrise -2024-10-20T15:06:41.813Z moonset +2024-10-20T07:45:17.406Z Moon culminates 87.36 degrees above the horizon +2024-10-20T11:29:03.634Z sunrise +2024-10-20T15:06:41.811Z moonset 2024-10-20T17:09:27.197Z Sun culminates 50.72 degrees above the horizon -2024-10-20T22:49:28.139Z sunset -2024-10-21T01:22:37.707Z moonrise -2024-10-21T08:46:55.993Z Moon culminates 89.66 degrees above the horizon -2024-10-21T11:29:42.007Z sunrise -2024-10-21T16:13:28.866Z moonset -2024-10-21T17:09:17.655Z Sun culminates 50.37 degrees above the horizon -2024-10-21T22:48:30.850Z sunset -2024-10-22T02:21:15.361Z moonrise -2024-10-22T09:47:43.229Z Moon culminates 89.94 degrees above the horizon -2024-10-22T11:30:20.817Z sunrise +2024-10-20T22:49:28.141Z sunset +2024-10-21T01:22:37.705Z moonrise +2024-10-21T08:46:55.991Z Moon culminates 89.66 degrees above the horizon +2024-10-21T11:29:42.004Z sunrise +2024-10-21T16:13:28.864Z moonset +2024-10-21T17:09:17.654Z Sun culminates 50.37 degrees above the horizon +2024-10-21T22:48:30.852Z sunset +2024-10-22T02:21:15.358Z moonrise +2024-10-22T09:47:43.226Z Moon culminates 89.94 degrees above the horizon +2024-10-22T11:30:20.814Z sunrise 2024-10-22T17:09:08.800Z Sun culminates 50.02 degrees above the horizon -2024-10-22T17:12:42.451Z moonset -2024-10-22T22:47:34.501Z sunset -2024-10-23T03:23:06.094Z moonrise -2024-10-23T10:45:20.891Z Moon culminates 88.37 degrees above the horizon -2024-10-23T11:31:00.072Z sunrise +2024-10-22T17:12:42.449Z moonset +2024-10-22T22:47:34.503Z sunset +2024-10-23T03:23:06.090Z moonrise +2024-10-23T10:45:20.888Z Moon culminates 88.37 degrees above the horizon +2024-10-23T11:31:00.068Z sunrise 2024-10-23T14:42:09.159Z Mercury aphelion at 0.4667 AU -2024-10-23T17:09:00.650Z Sun culminates 49.67 degrees above the horizon -2024-10-23T18:03:09.839Z moonset -2024-10-23T22:46:39.123Z sunset -2024-10-24T04:25:15.059Z moonrise +2024-10-23T17:09:00.649Z Sun culminates 49.67 degrees above the horizon +2024-10-23T18:03:09.837Z moonset +2024-10-23T22:46:39.126Z sunset +2024-10-24T04:25:15.055Z moonrise 2024-10-24T08:03:44.673Z third quarter -2024-10-24T11:31:39.772Z sunrise -2024-10-24T11:38:27.530Z Moon culminates 85.30 degrees above the horizon -2024-10-24T15:11:40.559Z Venus moves from Scorpius to Ophiuchus +2024-10-24T11:31:39.769Z sunrise +2024-10-24T11:38:27.527Z Moon culminates 85.30 degrees above the horizon +2024-10-24T15:11:41.197Z Venus moves from Scorpius to Ophiuchus 2024-10-24T17:08:53.220Z Sun culminates 49.32 degrees above the horizon -2024-10-24T18:45:28.703Z moonset -2024-10-24T22:45:44.745Z sunset -2024-10-25T05:25:31.074Z moonrise -2024-10-25T11:32:19.921Z sunrise -2024-10-25T12:26:51.558Z Moon culminates 81.11 degrees above the horizon +2024-10-24T18:45:28.701Z moonset +2024-10-24T22:45:44.748Z sunset +2024-10-25T05:25:31.072Z moonrise +2024-10-25T11:32:19.918Z sunrise +2024-10-25T12:26:51.556Z Moon culminates 81.11 degrees above the horizon 2024-10-25T17:08:46.526Z Sun culminates 48.98 degrees above the horizon -2024-10-25T19:21:15.320Z moonset -2024-10-25T22:44:51.396Z sunset -2024-10-26T06:22:58.756Z moonrise -2024-10-26T11:33:00.516Z sunrise -2024-10-26T13:11:10.956Z Moon culminates 76.13 degrees above the horizon -2024-10-26T17:08:40.580Z Sun culminates 48.64 degrees above the horizon +2024-10-25T19:21:15.319Z moonset +2024-10-25T22:44:51.399Z sunset +2024-10-26T06:22:58.754Z moonrise +2024-10-26T11:33:00.514Z sunrise +2024-10-26T13:11:10.955Z Moon culminates 76.13 degrees above the horizon +2024-10-26T17:08:40.581Z Sun culminates 48.64 degrees above the horizon 2024-10-26T19:52:17.420Z moonset -2024-10-26T22:43:59.104Z sunset -2024-10-27T07:17:45.315Z moonrise -2024-10-27T11:33:41.557Z sunrise -2024-10-27T13:52:27.523Z Moon culminates 70.64 degrees above the horizon -2024-10-27T17:08:35.396Z Sun culminates 48.30 degrees above the horizon -2024-10-27T20:20:12.548Z moonset -2024-10-27T22:43:07.896Z sunset -2024-10-28T08:10:34.102Z moonrise -2024-10-28T11:34:23.038Z sunrise +2024-10-26T22:43:59.107Z sunset +2024-10-27T07:17:45.314Z moonrise +2024-10-27T11:33:41.555Z sunrise +2024-10-27T13:52:27.522Z Moon culminates 70.64 degrees above the horizon +2024-10-27T17:08:35.397Z Sun culminates 48.30 degrees above the horizon +2024-10-27T20:20:12.549Z moonset +2024-10-27T22:43:07.898Z sunset +2024-10-28T08:10:34.101Z moonrise +2024-10-28T11:34:23.037Z sunrise 2024-10-28T14:31:50.090Z Moon culminates 64.86 degrees above the horizon -2024-10-28T17:08:30.984Z Sun culminates 47.97 degrees above the horizon -2024-10-28T20:46:24.272Z moonset -2024-10-28T22:42:17.796Z sunset +2024-10-28T17:08:30.985Z Sun culminates 47.97 degrees above the horizon +2024-10-28T20:46:24.273Z moonset +2024-10-28T22:42:17.798Z sunset 2024-10-29T09:02:24.084Z moonrise -2024-10-29T11:35:04.953Z sunrise +2024-10-29T11:35:04.952Z sunrise 2024-10-29T15:10:27.067Z Moon culminates 58.97 degrees above the horizon -2024-10-29T17:08:27.353Z Sun culminates 47.64 degrees above the horizon -2024-10-29T20:40:14.313Z Mars moves from Gemini to Cancer +2024-10-29T17:08:27.354Z Sun culminates 47.64 degrees above the horizon +2024-10-29T20:40:16.386Z Mars moves from Gemini to Cancer 2024-10-29T21:12:05.889Z moonset -2024-10-29T22:41:28.832Z sunset +2024-10-29T22:41:28.833Z sunset 2024-10-29T22:50:12.054Z lunar apogee at 406151 km -2024-10-30T09:54:17.631Z moonrise +2024-10-30T09:54:17.630Z moonrise 2024-10-30T11:35:47.295Z sunrise 2024-10-30T14:26:03.966Z Venus aphelion at 0.7282 AU -2024-10-30T15:49:24.257Z Moon culminates 53.16 degrees above the horizon +2024-10-30T15:49:24.258Z Moon culminates 53.16 degrees above the horizon 2024-10-30T17:08:24.512Z Sun culminates 47.31 degrees above the horizon -2024-10-30T21:38:26.147Z moonset -2024-10-30T22:40:41.025Z sunset +2024-10-30T21:38:26.148Z moonset +2024-10-30T22:40:41.027Z sunset 2024-10-31T10:47:12.594Z moonrise 2024-10-31T11:36:30.054Z sunrise 2024-10-31T16:29:44.270Z Moon culminates 47.60 degrees above the horizon -2024-10-31T17:08:22.466Z Sun culminates 46.99 degrees above the horizon -2024-10-31T22:06:34.790Z moonset -2024-10-31T22:39:54.401Z sunset -2024-11-01T11:37:13.219Z sunrise -2024-11-01T11:41:54.032Z moonrise +2024-10-31T17:08:22.467Z Sun culminates 46.99 degrees above the horizon +2024-10-31T22:06:34.791Z moonset +2024-10-31T22:39:54.402Z sunset +2024-11-01T11:37:13.220Z sunrise +2024-11-01T11:41:54.033Z moonrise 2024-11-01T12:47:48.043Z new moon -2024-11-01T17:08:21.223Z Sun culminates 46.67 degrees above the horizon -2024-11-01T17:12:24.637Z Moon culminates 42.51 degrees above the horizon -2024-11-01T22:37:46.592Z moonset -2024-11-01T22:39:08.981Z sunset -2024-11-02T11:37:56.778Z sunrise -2024-11-02T12:38:42.003Z moonrise -2024-11-02T17:03:58.744Z Mercury moves from Libra to Scorpius +2024-11-01T17:08:21.224Z Sun culminates 46.67 degrees above the horizon +2024-11-01T17:12:24.638Z Moon culminates 42.51 degrees above the horizon +2024-11-01T22:37:46.593Z moonset +2024-11-01T22:39:08.982Z sunset +2024-11-02T11:37:56.779Z sunrise +2024-11-02T12:38:42.004Z moonrise +2024-11-02T17:03:59.272Z Mercury moves from Libra to Scorpius 2024-11-02T17:08:20.787Z Sun culminates 46.36 degrees above the horizon -2024-11-02T17:58:12.149Z Moon culminates 38.14 degrees above the horizon -2024-11-02T22:38:24.788Z sunset -2024-11-02T23:13:21.671Z moonset -2024-11-03T11:38:40.716Z sunrise -2024-11-03T13:37:15.147Z moonrise -2024-11-03T17:08:21.161Z Sun culminates 46.05 degrees above the horizon -2024-11-03T18:47:31.749Z Moon culminates 34.76 degrees above the horizon -2024-11-03T22:37:41.844Z sunset -2024-11-03T23:54:37.896Z moonset -2024-11-04T11:39:25.020Z sunrise -2024-11-04T14:36:17.530Z moonrise -2024-11-04T17:08:22.349Z Sun culminates 45.74 degrees above the horizon -2024-11-04T19:40:11.892Z Moon culminates 32.66 degrees above the horizon -2024-11-04T22:37:00.171Z sunset -2024-11-05T00:42:30.726Z moonset -2024-11-05T11:40:09.673Z sunrise -2024-11-05T15:33:45.719Z moonrise +2024-11-02T17:58:12.151Z Moon culminates 38.14 degrees above the horizon +2024-11-02T22:38:24.789Z sunset +2024-11-02T23:13:21.673Z moonset +2024-11-03T11:38:40.718Z sunrise +2024-11-03T13:37:15.149Z moonrise +2024-11-03T17:08:21.162Z Sun culminates 46.05 degrees above the horizon +2024-11-03T18:47:31.751Z Moon culminates 34.76 degrees above the horizon +2024-11-03T22:37:41.845Z sunset +2024-11-03T23:54:37.898Z moonset +2024-11-04T11:39:25.021Z sunrise +2024-11-04T14:36:17.532Z moonrise +2024-11-04T17:08:22.350Z Sun culminates 45.74 degrees above the horizon +2024-11-04T19:40:11.894Z Moon culminates 32.66 degrees above the horizon +2024-11-04T22:37:00.170Z sunset +2024-11-05T00:42:30.728Z moonset +2024-11-05T11:40:09.675Z sunrise +2024-11-05T15:33:45.721Z moonrise 2024-11-05T17:08:24.355Z Sun culminates 45.44 degrees above the horizon -2024-11-05T20:35:15.374Z Moon culminates 32.06 degrees above the horizon -2024-11-05T22:36:19.789Z sunset -2024-11-06T01:37:03.124Z moonset -2024-11-06T11:40:54.659Z sunrise -2024-11-06T16:27:27.992Z moonrise -2024-11-06T17:08:27.180Z Sun culminates 45.14 degrees above the horizon -2024-11-06T21:31:09.113Z Moon culminates 33.12 degrees above the horizon -2024-11-06T22:35:40.721Z sunset -2024-11-07T02:37:05.815Z moonset -2024-11-07T11:41:39.961Z sunrise -2024-11-07T17:08:30.827Z Sun culminates 44.85 degrees above the horizon -2024-11-07T17:15:57.317Z moonrise -2024-11-07T22:26:15.938Z Moon culminates 35.82 degrees above the horizon -2024-11-07T22:35:02.988Z sunset -2024-11-08T03:40:35.415Z moonset -2024-11-08T11:42:25.562Z sunrise +2024-11-05T20:35:15.376Z Moon culminates 32.06 degrees above the horizon +2024-11-05T22:36:19.788Z sunset +2024-11-06T01:37:03.126Z moonset +2024-11-06T11:40:54.661Z sunrise +2024-11-06T16:27:27.994Z moonrise +2024-11-06T17:08:27.181Z Sun culminates 45.14 degrees above the horizon +2024-11-06T21:31:09.114Z Moon culminates 33.12 degrees above the horizon +2024-11-06T22:35:40.720Z sunset +2024-11-07T02:37:05.817Z moonset +2024-11-07T11:41:39.963Z sunrise +2024-11-07T17:08:30.828Z Sun culminates 44.85 degrees above the horizon +2024-11-07T17:15:57.318Z moonrise +2024-11-07T22:26:15.939Z Moon culminates 35.82 degrees above the horizon +2024-11-07T22:35:02.987Z sunset +2024-11-08T03:40:35.417Z moonset +2024-11-08T11:42:25.563Z sunrise 2024-11-08T17:08:35.299Z Sun culminates 44.56 degrees above the horizon 2024-11-08T17:58:58.995Z moonrise 2024-11-08T22:34:26.612Z sunset 2024-11-08T23:19:30.517Z Moon culminates 40.02 degrees above the horizon -2024-11-08T23:26:23.317Z Venus moves from Ophiuchus to Sagittarius -2024-11-09T02:09:37.522Z Mercury moves from Scorpius to Ophiuchus -2024-11-09T04:45:27.477Z moonset +2024-11-08T23:26:23.955Z Venus moves from Ophiuchus to Sagittarius +2024-11-09T02:09:38.132Z Mercury moves from Scorpius to Ophiuchus +2024-11-09T04:45:27.478Z moonset 2024-11-09T05:56:04.634Z first quarter 2024-11-09T11:43:11.445Z sunrise 2024-11-09T17:08:40.598Z Sun culminates 44.28 degrees above the horizon 2024-11-09T18:37:19.771Z moonrise 2024-11-09T22:33:51.617Z sunset -2024-11-10T00:10:37.213Z Moon culminates 45.50 degrees above the horizon +2024-11-10T00:10:37.212Z Moon culminates 45.50 degrees above the horizon 2024-11-10T05:50:24.949Z moonset 2024-11-10T11:43:57.592Z sunrise -2024-11-10T17:08:46.725Z Sun culminates 44.00 degrees above the horizon -2024-11-10T19:12:20.552Z moonrise -2024-11-10T22:33:18.023Z sunset -2024-11-11T01:00:06.253Z Moon culminates 51.96 degrees above the horizon +2024-11-10T17:08:46.726Z Sun culminates 44.00 degrees above the horizon +2024-11-10T19:12:20.551Z moonrise +2024-11-10T22:33:18.024Z sunset +2024-11-11T01:00:06.252Z Moon culminates 51.96 degrees above the horizon 2024-11-11T06:55:13.309Z moonset -2024-11-11T11:44:43.985Z sunrise -2024-11-11T17:08:53.685Z Sun culminates 43.73 degrees above the horizon -2024-11-11T19:45:35.702Z moonrise -2024-11-11T22:32:45.853Z sunset +2024-11-11T11:44:43.984Z sunrise +2024-11-11T17:08:53.686Z Sun culminates 43.73 degrees above the horizon +2024-11-11T19:45:35.701Z moonrise +2024-11-11T22:32:45.855Z sunset 2024-11-12T01:48:59.776Z Moon culminates 59.07 degrees above the horizon -2024-11-12T04:34:20.113Z Mercury moves from Ophiuchus to Scorpius -2024-11-12T08:00:27.877Z moonset +2024-11-12T04:34:21.248Z Mercury moves from Ophiuchus to Scorpius +2024-11-12T08:00:27.878Z moonset 2024-11-12T11:45:30.606Z sunrise -2024-11-12T17:09:01.478Z Sun culminates 43.46 degrees above the horizon -2024-11-12T20:18:44.889Z moonrise -2024-11-12T22:32:15.130Z sunset -2024-11-13T02:38:37.725Z Moon culminates 66.45 degrees above the horizon -2024-11-13T09:07:09.410Z moonset +2024-11-12T17:09:01.479Z Sun culminates 43.46 degrees above the horizon +2024-11-12T20:18:44.888Z moonrise +2024-11-12T22:32:15.132Z sunset +2024-11-13T02:38:37.726Z Moon culminates 66.45 degrees above the horizon +2024-11-13T09:07:09.411Z moonset 2024-11-13T11:46:17.439Z sunrise -2024-11-13T17:09:10.107Z Sun culminates 43.20 degrees above the horizon -2024-11-13T20:53:33.182Z moonrise -2024-11-13T22:31:45.875Z sunset -2024-11-14T03:30:24.787Z Moon culminates 73.63 degrees above the horizon -2024-11-14T10:16:13.679Z moonset +2024-11-13T17:09:10.109Z Sun culminates 43.20 degrees above the horizon +2024-11-13T20:53:33.183Z moonrise +2024-11-13T22:31:45.877Z sunset +2024-11-14T03:30:24.788Z Moon culminates 73.63 degrees above the horizon +2024-11-14T10:16:13.680Z moonset 2024-11-14T11:16:21.302Z lunar perigee at 360099 km -2024-11-14T11:47:04.464Z sunrise -2024-11-14T16:40:22.743Z Mercury moves from Scorpius to Ophiuchus -2024-11-14T17:09:19.574Z Sun culminates 42.94 degrees above the horizon +2024-11-14T11:47:04.465Z sunrise +2024-11-14T16:40:23.447Z Mercury moves from Scorpius to Ophiuchus +2024-11-14T17:09:19.575Z Sun culminates 42.94 degrees above the horizon 2024-11-14T21:31:52.461Z moonrise -2024-11-14T22:31:18.110Z sunset -2024-11-15T04:25:33.039Z Moon culminates 80.09 degrees above the horizon -2024-11-15T11:27:51.388Z moonset +2024-11-14T22:31:18.111Z sunset +2024-11-15T04:25:33.040Z Moon culminates 80.09 degrees above the horizon +2024-11-15T11:27:51.389Z moonset 2024-11-15T11:47:51.664Z sunrise 2024-11-15T17:09:29.880Z Sun culminates 42.69 degrees above the horizon 2024-11-15T21:29:02.348Z full moon @@ -8185,232 +8185,232 @@ 2024-11-15T22:30:51.855Z sunset 2024-11-16T05:24:34.028Z Moon culminates 85.25 degrees above the horizon 2024-11-16T08:11:39.270Z Mercury max evening elongation: 22.55 degrees from Sun -2024-11-16T11:48:39.017Z sunrise +2024-11-16T11:48:39.018Z sunrise 2024-11-16T12:40:41.877Z moonset 2024-11-16T17:09:41.023Z Sun culminates 42.44 degrees above the horizon 2024-11-16T22:30:27.129Z sunset -2024-11-16T23:06:05.795Z moonrise +2024-11-16T23:06:05.794Z moonrise 2024-11-17T02:29:44.821Z Uranus opposition -2024-11-17T06:26:44.507Z Moon culminates 88.63 degrees above the horizon -2024-11-17T11:49:26.504Z sunrise -2024-11-17T13:51:34.779Z moonset +2024-11-17T06:26:44.506Z Moon culminates 88.63 degrees above the horizon +2024-11-17T11:49:26.503Z sunrise +2024-11-17T13:51:34.778Z moonset 2024-11-17T17:09:53.004Z Sun culminates 42.20 degrees above the horizon 2024-11-17T22:30:03.953Z sunset -2024-11-18T00:03:33.294Z moonrise -2024-11-18T07:29:53.960Z Moon culminates 89.92 degrees above the horizon -2024-11-18T11:50:14.101Z sunrise -2024-11-18T14:56:31.869Z moonset -2024-11-18T17:10:05.820Z Sun culminates 41.96 degrees above the horizon +2024-11-18T00:03:33.292Z moonrise +2024-11-18T07:29:53.959Z Moon culminates 89.92 degrees above the horizon +2024-11-18T11:50:14.099Z sunrise +2024-11-18T14:56:31.868Z moonset +2024-11-18T17:10:05.819Z Sun culminates 41.96 degrees above the horizon 2024-11-18T22:29:42.344Z sunset -2024-11-19T01:06:06.844Z moonrise -2024-11-19T08:31:07.532Z Moon culminates 89.16 degrees above the horizon -2024-11-19T11:51:01.783Z sunrise -2024-11-19T15:52:47.817Z moonset -2024-11-19T17:10:19.468Z Sun culminates 41.73 degrees above the horizon -2024-11-19T22:29:22.321Z sunset -2024-11-20T02:10:28.774Z moonrise -2024-11-20T09:28:05.167Z Moon culminates 86.62 degrees above the horizon -2024-11-20T11:51:49.524Z sunrise -2024-11-20T16:39:56.000Z moonset +2024-11-19T01:06:06.842Z moonrise +2024-11-19T08:31:07.531Z Moon culminates 89.16 degrees above the horizon +2024-11-19T11:51:01.781Z sunrise +2024-11-19T15:52:47.816Z moonset +2024-11-19T17:10:19.467Z Sun culminates 41.73 degrees above the horizon +2024-11-19T22:29:22.322Z sunset +2024-11-20T02:10:28.772Z moonrise +2024-11-20T09:28:05.166Z Moon culminates 86.62 degrees above the horizon +2024-11-20T11:51:49.522Z sunrise +2024-11-20T16:39:55.999Z moonset 2024-11-20T17:10:33.942Z Sun culminates 41.51 degrees above the horizon -2024-11-20T22:29:03.900Z sunset -2024-11-21T03:13:31.575Z moonrise -2024-11-21T10:19:50.044Z Moon culminates 82.74 degrees above the horizon -2024-11-21T11:52:37.296Z sunrise +2024-11-20T22:29:03.902Z sunset +2024-11-21T03:13:31.573Z moonrise +2024-11-21T10:19:50.043Z Moon culminates 82.74 degrees above the horizon +2024-11-21T11:52:37.294Z sunrise 2024-11-21T17:10:49.237Z Sun culminates 41.29 degrees above the horizon -2024-11-21T17:19:14.022Z moonset -2024-11-21T22:28:47.097Z sunset -2024-11-22T04:13:30.821Z moonrise -2024-11-22T11:06:40.415Z Moon culminates 77.94 degrees above the horizon -2024-11-22T11:53:25.070Z sunrise +2024-11-21T17:19:14.020Z moonset +2024-11-21T22:28:47.099Z sunset +2024-11-22T04:13:30.820Z moonrise +2024-11-22T11:06:40.414Z Moon culminates 77.94 degrees above the horizon +2024-11-22T11:53:25.068Z sunrise 2024-11-22T17:11:05.344Z Sun culminates 41.08 degrees above the horizon -2024-11-22T17:52:37.393Z moonset -2024-11-22T22:28:31.924Z sunset +2024-11-22T17:52:37.392Z moonset +2024-11-22T22:28:31.926Z sunset 2024-11-23T01:28:38.353Z third quarter 2024-11-23T05:10:08.971Z moonrise 2024-11-23T11:49:36.426Z Moon culminates 72.55 degrees above the horizon -2024-11-23T11:54:12.814Z sunrise -2024-11-23T17:11:22.253Z Sun culminates 40.88 degrees above the horizon +2024-11-23T11:54:12.813Z sunrise +2024-11-23T17:11:22.254Z Sun culminates 40.88 degrees above the horizon 2024-11-23T18:21:58.463Z moonset -2024-11-23T22:28:18.394Z sunset -2024-11-24T06:04:03.758Z moonrise -2024-11-24T11:55:00.495Z sunrise +2024-11-23T22:28:18.395Z sunset +2024-11-24T06:04:03.757Z moonrise +2024-11-24T11:55:00.494Z sunrise 2024-11-24T12:29:53.105Z Moon culminates 66.82 degrees above the horizon -2024-11-24T17:11:39.952Z Sun culminates 40.68 degrees above the horizon +2024-11-24T17:11:39.953Z Sun culminates 40.68 degrees above the horizon 2024-11-24T18:48:53.820Z moonset -2024-11-24T22:28:06.514Z sunset +2024-11-24T22:28:06.515Z sunset 2024-11-25T06:56:18.322Z moonrise 2024-11-25T11:55:48.076Z sunrise 2024-11-25T13:08:46.873Z Moon culminates 60.96 degrees above the horizon 2024-11-25T17:11:58.427Z Sun culminates 40.48 degrees above the horizon 2024-11-25T19:14:45.915Z moonset -2024-11-25T22:27:56.292Z sunset +2024-11-25T22:27:56.293Z sunset 2024-11-26T07:48:03.332Z moonrise 2024-11-26T11:55:53.340Z lunar apogee at 405303 km 2024-11-26T11:56:35.521Z sunrise 2024-11-26T13:47:31.207Z Moon culminates 55.12 degrees above the horizon -2024-11-26T17:12:17.661Z Sun culminates 40.30 degrees above the horizon +2024-11-26T17:12:17.662Z Sun culminates 40.30 degrees above the horizon 2024-11-26T19:40:49.191Z moonset -2024-11-26T22:27:47.733Z sunset -2024-11-27T08:40:27.201Z moonrise +2024-11-26T22:27:47.734Z sunset +2024-11-27T08:40:27.202Z moonrise 2024-11-27T11:57:22.791Z sunrise 2024-11-27T14:27:16.021Z Moon culminates 49.48 degrees above the horizon -2024-11-27T17:12:37.636Z Sun culminates 40.12 degrees above the horizon +2024-11-27T17:12:37.637Z Sun culminates 40.12 degrees above the horizon 2024-11-27T20:08:16.692Z moonset -2024-11-27T22:27:40.839Z sunset -2024-11-28T09:34:28.187Z moonrise +2024-11-27T22:27:40.840Z sunset +2024-11-28T09:34:28.188Z moonrise 2024-11-28T11:58:09.844Z sunrise -2024-11-28T15:09:06.803Z Moon culminates 44.22 degrees above the horizon -2024-11-28T17:12:58.332Z Sun culminates 39.95 degrees above the horizon -2024-11-28T20:38:25.479Z moonset -2024-11-28T22:27:35.611Z sunset -2024-11-29T10:30:43.178Z moonrise -2024-11-29T11:58:56.638Z sunrise -2024-11-29T15:54:00.346Z Moon culminates 39.58 degrees above the horizon -2024-11-29T17:13:19.727Z Sun culminates 39.78 degrees above the horizon -2024-11-29T21:12:38.930Z moonset -2024-11-29T22:27:32.046Z sunset -2024-11-30T11:29:10.565Z moonrise -2024-11-30T11:59:43.130Z sunrise -2024-11-30T16:42:34.394Z Moon culminates 35.83 degrees above the horizon -2024-11-30T17:13:41.797Z Sun culminates 39.62 degrees above the horizon -2024-11-30T21:52:21.901Z moonset -2024-11-30T22:27:30.140Z sunset +2024-11-28T15:09:06.804Z Moon culminates 44.22 degrees above the horizon +2024-11-28T17:12:58.333Z Sun culminates 39.95 degrees above the horizon +2024-11-28T20:38:25.480Z moonset +2024-11-28T22:27:35.612Z sunset +2024-11-29T10:30:43.180Z moonrise +2024-11-29T11:58:56.639Z sunrise +2024-11-29T15:54:00.347Z Moon culminates 39.58 degrees above the horizon +2024-11-29T17:13:19.728Z Sun culminates 39.78 degrees above the horizon +2024-11-29T21:12:38.931Z moonset +2024-11-29T22:27:32.047Z sunset +2024-11-30T11:29:10.567Z moonrise +2024-11-30T11:59:43.132Z sunrise +2024-11-30T16:42:34.396Z Moon culminates 35.83 degrees above the horizon +2024-11-30T17:13:41.798Z Sun culminates 39.62 degrees above the horizon +2024-11-30T21:52:21.902Z moonset +2024-11-30T22:27:30.141Z sunset 2024-12-01T06:22:05.824Z new moon -2024-12-01T12:00:29.276Z sunrise -2024-12-01T12:28:51.527Z moonrise -2024-12-01T17:14:04.517Z Sun culminates 39.47 degrees above the horizon -2024-12-01T17:34:51.166Z Moon culminates 33.28 degrees above the horizon +2024-12-01T12:00:29.278Z sunrise +2024-12-01T12:28:51.530Z moonrise +2024-12-01T17:14:04.518Z Sun culminates 39.47 degrees above the horizon +2024-12-01T17:34:51.168Z Moon culminates 33.28 degrees above the horizon 2024-12-01T22:27:29.888Z sunset -2024-12-01T22:38:42.792Z moonset -2024-12-02T12:01:15.028Z sunrise -2024-12-02T13:27:46.374Z moonrise -2024-12-02T17:14:27.860Z Sun culminates 39.32 degrees above the horizon -2024-12-02T18:30:02.179Z Moon culminates 32.20 degrees above the horizon +2024-12-01T22:38:42.793Z moonset +2024-12-02T12:01:15.031Z sunrise +2024-12-02T13:27:46.377Z moonrise +2024-12-02T17:14:27.862Z Sun culminates 39.32 degrees above the horizon +2024-12-02T18:30:02.181Z Moon culminates 32.20 degrees above the horizon 2024-12-02T22:27:31.282Z sunset -2024-12-02T23:32:01.124Z moonset -2024-12-03T12:02:00.342Z sunrise -2024-12-03T14:23:26.488Z moonrise -2024-12-03T17:14:51.800Z Sun culminates 39.19 degrees above the horizon -2024-12-03T19:26:30.692Z Moon culminates 32.77 degrees above the horizon -2024-12-03T22:27:34.314Z sunset -2024-12-04T00:31:17.832Z moonset -2024-12-04T12:02:45.171Z sunrise -2024-12-04T15:13:54.764Z moonrise -2024-12-04T17:15:16.307Z Sun culminates 39.05 degrees above the horizon -2024-12-04T20:22:22.479Z Moon culminates 35.03 degrees above the horizon +2024-12-02T23:32:01.126Z moonset +2024-12-03T12:02:00.345Z sunrise +2024-12-03T14:23:26.490Z moonrise +2024-12-03T17:14:51.801Z Sun culminates 39.19 degrees above the horizon +2024-12-03T19:26:30.694Z Moon culminates 32.77 degrees above the horizon +2024-12-03T22:27:34.313Z sunset +2024-12-04T00:31:17.833Z moonset +2024-12-04T12:02:45.174Z sunrise +2024-12-04T15:13:54.766Z moonrise +2024-12-04T17:15:16.308Z Sun culminates 39.05 degrees above the horizon +2024-12-04T20:22:22.481Z Moon culminates 35.03 degrees above the horizon 2024-12-04T22:27:38.972Z sunset -2024-12-05T01:34:22.868Z moonset -2024-12-05T12:03:29.469Z sunrise +2024-12-05T01:34:22.870Z moonset +2024-12-05T12:03:29.471Z sunrise 2024-12-05T15:58:30.030Z moonrise -2024-12-05T17:15:41.354Z Sun culminates 38.93 degrees above the horizon -2024-12-05T21:16:09.878Z Moon culminates 38.83 degrees above the horizon +2024-12-05T17:15:41.355Z Sun culminates 38.93 degrees above the horizon +2024-12-05T21:16:09.879Z Moon culminates 38.83 degrees above the horizon 2024-12-05T22:27:45.247Z sunset 2024-12-06T02:10:26.245Z Mercury inferior conjunction -2024-12-06T02:38:50.106Z moonset -2024-12-06T12:04:13.191Z sunrise +2024-12-06T02:38:50.107Z moonset +2024-12-06T12:04:13.192Z sunrise 2024-12-06T14:20:30.228Z Mercury perihelion at 0.3075 AU 2024-12-06T16:37:45.208Z moonrise -2024-12-06T17:16:06.912Z Sun culminates 38.82 degrees above the horizon -2024-12-06T20:06:26.739Z Venus moves from Sagittarius to Capricornus +2024-12-06T17:16:06.913Z Sun culminates 38.82 degrees above the horizon +2024-12-06T20:06:27.441Z Venus moves from Sagittarius to Capricornus 2024-12-06T22:07:19.082Z Moon culminates 43.91 degrees above the horizon 2024-12-06T22:27:53.126Z sunset -2024-12-07T03:42:58.253Z moonset -2024-12-07T12:04:56.289Z sunrise +2024-12-07T03:42:58.254Z moonset +2024-12-07T12:04:56.290Z sunrise 2024-12-07T17:12:57.265Z moonrise 2024-12-07T17:16:32.952Z Sun culminates 38.71 degrees above the horizon 2024-12-07T20:45:33.678Z Jupiter opposition -2024-12-07T22:28:02.597Z sunset +2024-12-07T22:28:02.598Z sunset 2024-12-07T22:56:09.529Z Moon culminates 49.97 degrees above the horizon 2024-12-08T04:46:15.515Z moonset 2024-12-08T12:05:38.722Z sunrise 2024-12-08T15:27:12.956Z first quarter -2024-12-08T17:16:59.445Z Sun culminates 38.60 degrees above the horizon -2024-12-08T17:45:39.980Z moonrise -2024-12-08T22:28:13.646Z sunset +2024-12-08T17:16:59.446Z Sun culminates 38.60 degrees above the horizon +2024-12-08T17:45:39.979Z moonrise +2024-12-08T22:28:13.648Z sunset 2024-12-08T23:43:38.134Z Moon culminates 56.70 degrees above the horizon 2024-12-09T05:49:09.094Z moonset 2024-12-09T12:06:20.445Z sunrise -2024-12-09T17:17:26.363Z Sun culminates 38.51 degrees above the horizon -2024-12-09T18:17:31.345Z moonrise -2024-12-09T22:28:26.259Z sunset +2024-12-09T17:17:26.364Z Sun culminates 38.51 degrees above the horizon +2024-12-09T18:17:31.344Z moonrise +2024-12-09T22:28:26.261Z sunset 2024-12-10T00:31:03.191Z Moon culminates 63.76 degrees above the horizon -2024-12-10T06:52:41.309Z moonset -2024-12-10T09:17:02.370Z Mercury moves from Ophiuchus to Scorpius +2024-12-10T06:52:41.310Z moonset +2024-12-10T09:17:01.581Z Mercury moves from Ophiuchus to Scorpius 2024-12-10T12:07:01.418Z sunrise -2024-12-10T17:17:53.678Z Sun culminates 38.42 degrees above the horizon +2024-12-10T17:17:53.679Z Sun culminates 38.42 degrees above the horizon 2024-12-10T18:50:12.345Z moonrise -2024-12-10T22:28:40.421Z sunset +2024-12-10T22:28:40.423Z sunset 2024-12-11T01:19:52.457Z Moon culminates 70.79 degrees above the horizon -2024-12-11T07:58:03.754Z moonset -2024-12-11T12:07:41.598Z sunrise -2024-12-11T17:18:21.361Z Sun culminates 38.35 degrees above the horizon +2024-12-11T07:58:03.756Z moonset +2024-12-11T12:07:41.599Z sunrise +2024-12-11T17:18:21.362Z Sun culminates 38.35 degrees above the horizon 2024-12-11T19:25:30.431Z moonrise -2024-12-11T22:28:56.115Z sunset -2024-12-12T02:11:31.530Z Moon culminates 77.35 degrees above the horizon -2024-12-12T09:06:06.733Z moonset -2024-12-12T12:08:20.949Z sunrise +2024-12-11T22:28:56.116Z sunset +2024-12-12T02:11:31.531Z Moon culminates 77.35 degrees above the horizon +2024-12-12T09:06:06.735Z moonset +2024-12-12T12:08:20.950Z sunrise 2024-12-12T13:21:42.748Z lunar perigee at 365351 km -2024-12-12T17:18:49.385Z Sun culminates 38.27 degrees above the horizon -2024-12-12T20:05:20.334Z moonrise +2024-12-12T17:18:49.386Z Sun culminates 38.27 degrees above the horizon +2024-12-12T20:05:20.333Z moonrise 2024-12-12T22:29:13.324Z sunset 2024-12-13T03:07:04.873Z Moon culminates 82.99 degrees above the horizon -2024-12-13T10:16:37.947Z moonset -2024-12-13T12:08:59.432Z sunrise +2024-12-13T10:16:37.948Z moonset +2024-12-13T12:08:59.434Z sunrise 2024-12-13T17:19:17.722Z Sun culminates 38.21 degrees above the horizon -2024-12-13T20:51:31.675Z moonrise -2024-12-13T22:29:32.029Z sunset +2024-12-13T20:51:31.674Z moonrise +2024-12-13T22:29:32.028Z sunset 2024-12-14T04:06:44.450Z Moon culminates 87.17 degrees above the horizon -2024-12-14T11:27:41.071Z moonset -2024-12-14T12:09:37.010Z sunrise -2024-12-14T17:19:46.343Z Sun culminates 38.15 degrees above the horizon -2024-12-14T21:45:10.788Z moonrise -2024-12-14T22:29:52.210Z sunset +2024-12-14T11:27:41.072Z moonset +2024-12-14T12:09:37.011Z sunrise +2024-12-14T17:19:46.342Z Sun culminates 38.15 degrees above the horizon +2024-12-14T21:45:10.786Z moonrise +2024-12-14T22:29:52.208Z sunset 2024-12-15T05:09:16.931Z Moon culminates 89.46 degrees above the horizon 2024-12-15T09:02:14.723Z full moon 2024-12-15T12:10:13.647Z sunrise 2024-12-15T12:35:39.855Z moonset 2024-12-15T17:20:15.219Z Sun culminates 38.11 degrees above the horizon -2024-12-15T22:30:13.848Z sunset -2024-12-15T22:45:42.669Z moonrise -2024-12-16T06:12:05.544Z Moon culminates 89.67 degrees above the horizon +2024-12-15T22:30:13.845Z sunset +2024-12-15T22:45:42.666Z moonrise +2024-12-16T06:12:05.543Z Moon culminates 89.67 degrees above the horizon 2024-12-16T12:10:49.306Z sunrise 2024-12-16T13:36:48.173Z moonset -2024-12-16T17:20:44.323Z Sun culminates 38.07 degrees above the horizon -2024-12-16T22:30:36.919Z sunset -2024-12-16T23:50:27.043Z moonrise -2024-12-17T07:12:11.784Z Moon culminates 87.91 degrees above the horizon -2024-12-17T12:11:23.952Z sunrise +2024-12-16T17:20:44.322Z Sun culminates 38.07 degrees above the horizon +2024-12-16T22:30:36.917Z sunset +2024-12-16T23:50:27.041Z moonrise +2024-12-17T07:12:11.783Z Moon culminates 87.91 degrees above the horizon +2024-12-17T12:11:23.951Z sunrise 2024-12-17T14:29:05.421Z moonset -2024-12-17T17:21:13.626Z Sun culminates 38.03 degrees above the horizon -2024-12-17T22:31:01.403Z sunset -2024-12-18T00:55:44.263Z moonrise -2024-12-18T08:07:35.073Z Moon culminates 84.52 degrees above the horizon -2024-12-18T12:11:57.549Z sunrise +2024-12-17T17:21:13.624Z Sun culminates 38.03 degrees above the horizon +2024-12-17T22:31:01.401Z sunset +2024-12-18T00:55:44.261Z moonrise +2024-12-18T08:07:35.072Z Moon culminates 84.52 degrees above the horizon +2024-12-18T12:11:57.547Z sunrise 2024-12-18T15:12:46.232Z moonset -2024-12-18T17:21:43.096Z Sun culminates 38.01 degrees above the horizon +2024-12-18T17:21:43.095Z Sun culminates 38.01 degrees above the horizon 2024-12-18T22:31:27.273Z sunset -2024-12-19T01:58:42.427Z moonrise +2024-12-19T01:58:42.425Z moonrise 2024-12-19T08:57:43.818Z Moon culminates 79.98 degrees above the horizon -2024-12-19T12:12:30.063Z sunrise +2024-12-19T12:12:30.062Z sunrise 2024-12-19T15:49:26.021Z moonset -2024-12-19T17:22:12.706Z Sun culminates 37.99 degrees above the horizon +2024-12-19T17:22:12.705Z Sun culminates 37.99 degrees above the horizon 2024-12-19T22:31:54.506Z sunset -2024-12-20T02:58:08.141Z moonrise +2024-12-20T02:58:08.140Z moonrise 2024-12-20T09:43:13.927Z Moon culminates 74.68 degrees above the horizon -2024-12-20T12:13:01.460Z sunrise +2024-12-20T12:13:01.459Z sunrise 2024-12-20T16:21:00.572Z moonset 2024-12-20T17:22:42.423Z Sun culminates 37.98 degrees above the horizon 2024-12-20T22:32:23.074Z sunset -2024-12-21T03:54:09.766Z moonrise -2024-12-21T09:20:17.849Z December solstice +2024-12-21T03:54:09.765Z moonrise +2024-12-21T09:20:18.673Z December solstice 2024-12-21T10:25:14.168Z Moon culminates 68.97 degrees above the horizon -2024-12-21T12:13:31.706Z sunrise -2024-12-21T16:49:16.408Z moonset -2024-12-21T17:23:12.218Z Sun culminates 37.98 degrees above the horizon +2024-12-21T12:13:31.705Z sunrise +2024-12-21T16:49:16.409Z moonset +2024-12-21T17:23:12.217Z Sun culminates 37.98 degrees above the horizon 2024-12-21T22:32:52.946Z sunset -2024-12-22T02:30:17.849Z Mercury moves from Scorpius to Ophiuchus -2024-12-22T04:47:40.721Z moonrise +2024-12-22T02:30:18.821Z Mercury moves from Scorpius to Ophiuchus +2024-12-22T04:47:40.720Z moonrise 2024-12-22T11:05:02.915Z Moon culminates 63.07 degrees above the horizon 2024-12-22T12:14:00.766Z sunrise 2024-12-22T17:15:44.796Z moonset @@ -8418,7 +8418,7 @@ 2024-12-22T22:18:53.139Z third quarter 2024-12-22T22:33:24.092Z sunset 2024-12-23T05:39:52.287Z moonrise -2024-12-23T11:43:58.119Z Moon culminates 57.18 degrees above the horizon +2024-12-23T11:43:58.120Z Moon culminates 57.18 degrees above the horizon 2024-12-23T12:14:28.609Z sunrise 2024-12-23T17:24:11.905Z Sun culminates 38.00 degrees above the horizon 2024-12-23T17:41:45.818Z moonset @@ -8428,100 +8428,100 @@ 2024-12-24T12:14:55.202Z sunrise 2024-12-24T12:23:14.784Z Moon culminates 51.46 degrees above the horizon 2024-12-24T17:24:41.731Z Sun culminates 38.02 degrees above the horizon -2024-12-24T18:08:35.161Z moonset +2024-12-24T18:08:35.160Z moonset 2024-12-24T22:34:30.067Z sunset 2024-12-25T02:23:52.017Z Mercury max morning elongation: 22.05 degrees from Sun -2024-12-25T07:25:09.102Z moonrise +2024-12-25T07:25:09.103Z moonrise 2024-12-25T12:15:20.511Z sunrise 2024-12-25T13:04:04.666Z Moon culminates 46.07 degrees above the horizon 2024-12-25T17:25:11.499Z Sun culminates 38.06 degrees above the horizon 2024-12-25T18:37:30.733Z moonset -2024-12-25T22:35:04.821Z sunset -2024-12-26T08:20:17.167Z moonrise -2024-12-26T12:15:44.504Z sunrise +2024-12-25T22:35:04.822Z sunset +2024-12-26T08:20:17.168Z moonrise +2024-12-26T12:15:44.505Z sunrise 2024-12-26T13:47:34.282Z Moon culminates 41.20 degrees above the horizon 2024-12-26T17:25:41.173Z Sun culminates 38.09 degrees above the horizon 2024-12-26T19:09:57.391Z moonset -2024-12-26T22:35:40.701Z sunset -2024-12-27T09:17:47.646Z moonrise +2024-12-26T22:35:40.702Z sunset +2024-12-27T09:17:47.647Z moonrise 2024-12-27T12:16:07.152Z sunrise 2024-12-27T14:34:37.676Z Moon culminates 37.10 degrees above the horizon -2024-12-27T17:26:10.715Z Sun culminates 38.14 degrees above the horizon +2024-12-27T17:26:10.716Z Sun culminates 38.14 degrees above the horizon 2024-12-27T19:47:26.568Z moonset -2024-12-27T22:36:17.664Z sunset -2024-12-28T10:17:15.049Z moonrise -2024-12-28T12:16:28.422Z sunrise -2024-12-28T15:25:41.470Z Moon culminates 34.07 degrees above the horizon -2024-12-28T17:26:40.091Z Sun culminates 38.19 degrees above the horizon +2024-12-27T22:36:17.665Z sunset +2024-12-28T10:17:15.051Z moonrise +2024-12-28T12:16:28.423Z sunrise +2024-12-28T15:25:41.471Z Moon culminates 34.07 degrees above the horizon +2024-12-28T17:26:40.092Z Sun culminates 38.19 degrees above the horizon 2024-12-28T20:31:24.684Z moonset -2024-12-28T22:36:55.667Z sunset -2024-12-29T07:12:00.119Z Uranus moves from Taurus to Aries -2024-12-29T11:17:07.517Z moonrise -2024-12-29T12:16:48.285Z sunrise -2024-12-29T16:20:24.887Z Moon culminates 32.42 degrees above the horizon -2024-12-29T17:27:09.261Z Sun culminates 38.25 degrees above the horizon +2024-12-28T22:36:55.668Z sunset +2024-12-29T07:11:31.362Z Uranus moves from Taurus to Aries +2024-12-29T11:17:07.519Z moonrise +2024-12-29T12:16:48.286Z sunrise +2024-12-29T16:20:24.888Z Moon culminates 32.42 degrees above the horizon +2024-12-29T17:27:09.262Z Sun culminates 38.25 degrees above the horizon 2024-12-29T21:22:43.922Z moonset 2024-12-29T22:37:34.665Z sunset -2024-12-30T12:14:58.756Z moonrise -2024-12-30T12:17:06.712Z sunrise -2024-12-30T17:17:28.557Z Moon culminates 32.40 degrees above the horizon -2024-12-30T17:27:38.190Z Sun culminates 38.32 degrees above the horizon +2024-12-30T12:14:58.759Z moonrise +2024-12-30T12:17:06.714Z sunrise +2024-12-30T17:17:28.558Z Moon culminates 32.40 degrees above the horizon +2024-12-30T17:27:38.191Z Sun culminates 38.32 degrees above the horizon 2024-12-30T22:21:02.007Z moonset 2024-12-30T22:27:25.924Z new moon 2024-12-30T22:38:14.611Z sunset -2024-12-31T12:17:23.677Z sunrise -2024-12-31T13:08:21.634Z moonrise -2024-12-31T15:16:42.090Z Venus moves from Capricornus to Aquarius +2024-12-31T12:17:23.679Z sunrise +2024-12-31T13:08:21.636Z moonrise +2024-12-31T15:16:42.854Z Venus moves from Capricornus to Aquarius 2024-12-31T17:28:06.840Z Sun culminates 38.40 degrees above the horizon -2024-12-31T18:14:51.744Z Moon culminates 34.14 degrees above the horizon +2024-12-31T18:14:51.745Z Moon culminates 34.14 degrees above the horizon 2024-12-31T22:38:55.459Z sunset 2024-12-31T23:24:24.877Z moonset -2025-01-01T12:17:39.152Z sunrise -2025-01-01T13:55:51.715Z moonrise +2025-01-01T12:17:39.154Z sunrise +2025-01-01T13:55:51.717Z moonrise 2025-01-01T17:28:35.175Z Sun culminates 38.48 degrees above the horizon -2025-01-01T19:10:38.249Z Moon culminates 37.54 degrees above the horizon -2025-01-01T22:39:37.163Z sunset +2025-01-01T19:10:38.250Z Moon culminates 37.54 degrees above the horizon +2025-01-01T22:39:37.162Z sunset 2025-01-02T00:30:06.729Z moonset -2025-01-02T12:17:53.114Z sunrise -2025-01-02T14:37:29.800Z moonrise +2025-01-02T12:17:53.115Z sunrise +2025-01-02T14:37:29.801Z moonrise 2025-01-02T17:29:03.159Z Sun culminates 38.58 degrees above the horizon 2025-01-02T20:03:40.101Z Moon culminates 42.37 degrees above the horizon 2025-01-02T22:40:19.674Z sunset 2025-01-03T01:35:44.821Z moonset 2025-01-03T12:18:05.541Z sunrise 2025-01-03T15:14:18.762Z moonrise -2025-01-03T17:29:30.759Z Sun culminates 38.68 degrees above the horizon +2025-01-03T17:29:30.758Z Sun culminates 38.68 degrees above the horizon 2025-01-03T20:53:50.926Z Moon culminates 48.28 degrees above the horizon 2025-01-03T22:41:02.948Z sunset -2025-01-04T02:40:08.185Z moonset -2025-01-04T12:18:16.413Z sunrise +2025-01-04T02:40:08.184Z moonset +2025-01-04T12:18:16.412Z sunrise 2025-01-04T13:22:32.054Z Earth perihelion at 0.9833 AU 2025-01-04T15:47:49.481Z moonrise 2025-01-04T17:29:57.941Z Sun culminates 38.78 degrees above the horizon 2025-01-04T21:41:52.904Z Moon culminates 54.91 degrees above the horizon 2025-01-04T22:41:46.938Z sunset 2025-01-05T03:43:18.466Z moonset -2025-01-05T12:18:25.711Z sunrise +2025-01-05T12:18:25.710Z sunrise 2025-01-05T16:19:39.948Z moonrise 2025-01-05T17:30:24.675Z Sun culminates 38.90 degrees above the horizon 2025-01-05T22:28:56.876Z Moon culminates 61.88 degrees above the horizon -2025-01-05T22:42:31.599Z sunset -2025-01-05T23:50:04.001Z Mercury moves from Ophiuchus to Sagittarius +2025-01-05T22:42:31.600Z sunset +2025-01-05T23:50:04.562Z Mercury moves from Ophiuchus to Sagittarius 2025-01-06T04:46:05.327Z moonset -2025-01-06T12:18:33.422Z sunrise +2025-01-06T12:18:33.421Z sunrise 2025-01-06T16:51:29.172Z moonrise 2025-01-06T17:30:50.931Z Sun culminates 39.02 degrees above the horizon -2025-01-06T22:43:16.887Z sunset +2025-01-06T22:43:16.888Z sunset 2025-01-06T23:16:26.933Z Moon culminates 68.85 degrees above the horizon 2025-01-06T23:56:50.795Z first quarter 2025-01-07T05:49:38.460Z moonset -2025-01-07T12:18:39.533Z sunrise +2025-01-07T12:18:39.532Z sunrise 2025-01-07T17:24:59.221Z moonrise -2025-01-07T17:31:16.682Z Sun culminates 39.15 degrees above the horizon +2025-01-07T17:31:16.683Z Sun culminates 39.15 degrees above the horizon 2025-01-07T22:44:02.760Z sunset 2025-01-07T23:58:49.954Z lunar perigee at 370162 km 2025-01-08T00:05:49.208Z Moon culminates 75.45 degrees above the horizon -2025-01-08T06:55:00.366Z moonset +2025-01-08T06:55:00.367Z moonset 2025-01-08T12:18:44.035Z sunrise 2025-01-08T17:31:41.903Z Sun culminates 39.28 degrees above the horizon 2025-01-08T18:01:58.355Z moonrise @@ -8529,127 +8529,127 @@ 2025-01-09T00:58:18.711Z Moon culminates 81.26 degrees above the horizon 2025-01-09T08:02:34.154Z moonset 2025-01-09T12:18:46.923Z sunrise -2025-01-09T17:32:06.569Z Sun culminates 39.43 degrees above the horizon -2025-01-09T18:44:17.261Z moonrise -2025-01-09T22:45:36.088Z sunset -2025-01-10T01:54:37.470Z Moon culminates 85.86 degrees above the horizon +2025-01-09T17:32:06.570Z Sun culminates 39.43 degrees above the horizon +2025-01-09T18:44:17.260Z moonrise +2025-01-09T22:45:36.087Z sunset +2025-01-10T01:54:37.469Z Moon culminates 85.86 degrees above the horizon 2025-01-10T04:57:09.667Z Venus max evening elongation: 47.17 degrees from Sun 2025-01-10T09:11:25.882Z moonset -2025-01-10T12:18:48.191Z sunrise -2025-01-10T17:32:30.660Z Sun culminates 39.58 degrees above the horizon -2025-01-10T19:33:27.250Z moonrise -2025-01-10T22:46:23.462Z sunset -2025-01-11T02:54:24.549Z Moon culminates 88.83 degrees above the horizon +2025-01-10T12:18:48.192Z sunrise +2025-01-10T17:32:30.659Z Sun culminates 39.58 degrees above the horizon +2025-01-10T19:33:27.249Z moonrise +2025-01-10T22:46:23.460Z sunset +2025-01-11T02:54:24.548Z Moon culminates 88.83 degrees above the horizon 2025-01-11T10:19:04.393Z moonset -2025-01-11T12:18:47.838Z sunrise -2025-01-11T17:32:54.153Z Sun culminates 39.74 degrees above the horizon -2025-01-11T20:29:53.977Z moonrise -2025-01-11T22:47:11.257Z sunset -2025-01-12T03:55:57.529Z Moon culminates 89.88 degrees above the horizon +2025-01-11T12:18:47.839Z sunrise +2025-01-11T17:32:54.152Z Sun culminates 39.74 degrees above the horizon +2025-01-11T20:29:53.974Z moonrise +2025-01-11T22:47:11.255Z sunset +2025-01-12T03:55:57.527Z Moon culminates 89.88 degrees above the horizon 2025-01-12T11:22:01.546Z moonset -2025-01-12T12:18:45.864Z sunrise -2025-01-12T17:33:17.030Z Sun culminates 39.90 degrees above the horizon -2025-01-12T19:17:31.658Z Mars moves from Cancer to Gemini -2025-01-12T21:32:10.753Z moonrise -2025-01-12T22:47:59.436Z sunset -2025-01-13T04:56:37.537Z Moon culminates 88.93 degrees above the horizon +2025-01-12T12:18:45.865Z sunrise +2025-01-12T17:33:17.029Z Sun culminates 39.90 degrees above the horizon +2025-01-12T19:17:29.611Z Mars moves from Cancer to Gemini +2025-01-12T21:32:10.750Z moonrise +2025-01-12T22:47:59.433Z sunset +2025-01-13T04:56:37.536Z Moon culminates 88.93 degrees above the horizon 2025-01-13T12:17:31.231Z moonset 2025-01-13T12:18:42.270Z sunrise -2025-01-13T17:33:39.274Z Sun culminates 40.07 degrees above the horizon +2025-01-13T17:33:39.273Z Sun culminates 40.07 degrees above the horizon 2025-01-13T22:27:33.116Z full moon -2025-01-13T22:37:10.930Z moonrise -2025-01-13T22:48:47.961Z sunset -2025-01-14T05:53:56.878Z Moon culminates 86.21 degrees above the horizon +2025-01-13T22:37:10.927Z moonrise +2025-01-13T22:48:47.958Z sunset +2025-01-14T05:53:56.877Z Moon culminates 86.21 degrees above the horizon 2025-01-14T12:18:37.059Z sunrise 2025-01-14T13:04:42.192Z moonset -2025-01-14T17:34:00.869Z Sun culminates 40.25 degrees above the horizon -2025-01-14T22:49:36.797Z sunset -2025-01-14T23:41:34.701Z moonrise -2025-01-15T06:46:36.204Z Moon culminates 82.09 degrees above the horizon -2025-01-15T12:18:30.236Z sunrise +2025-01-14T17:34:00.868Z Sun culminates 40.25 degrees above the horizon +2025-01-14T22:49:36.795Z sunset +2025-01-14T23:41:34.698Z moonrise +2025-01-15T06:46:36.203Z Moon culminates 82.09 degrees above the horizon +2025-01-15T12:18:30.235Z sunrise 2025-01-15T13:44:26.017Z moonset -2025-01-15T17:34:21.800Z Sun culminates 40.44 degrees above the horizon -2025-01-15T22:50:25.911Z sunset -2025-01-16T00:43:13.258Z moonrise +2025-01-15T17:34:21.799Z Sun culminates 40.44 degrees above the horizon +2025-01-15T22:50:25.910Z sunset +2025-01-16T00:43:13.256Z moonrise 2025-01-16T02:30:04.775Z Mars opposition -2025-01-16T07:34:31.964Z Moon culminates 77.01 degrees above the horizon -2025-01-16T12:18:21.807Z sunrise +2025-01-16T07:34:31.963Z Moon culminates 77.01 degrees above the horizon +2025-01-16T12:18:21.806Z sunrise 2025-01-16T14:18:21.997Z moonset -2025-01-16T17:34:42.053Z Sun culminates 40.63 degrees above the horizon -2025-01-16T22:51:15.269Z sunset -2025-01-17T01:41:28.062Z moonrise +2025-01-16T17:34:42.052Z Sun culminates 40.63 degrees above the horizon +2025-01-16T22:51:15.268Z sunset +2025-01-17T01:41:28.060Z moonrise 2025-01-17T08:18:30.439Z Moon culminates 71.35 degrees above the horizon -2025-01-17T12:18:11.778Z sunrise +2025-01-17T12:18:11.777Z sunrise 2025-01-17T14:48:15.106Z moonset 2025-01-17T17:35:01.615Z Sun culminates 40.83 degrees above the horizon -2025-01-17T22:52:04.839Z sunset -2025-01-18T02:36:44.614Z moonrise +2025-01-17T22:52:04.838Z sunset +2025-01-18T02:36:44.613Z moonrise 2025-01-18T08:59:40.068Z Moon culminates 65.41 degrees above the horizon -2025-01-18T12:18:00.157Z sunrise -2025-01-18T15:15:39.561Z moonset -2025-01-18T17:35:20.475Z Sun culminates 41.03 degrees above the horizon -2025-01-18T22:52:54.587Z sunset -2025-01-19T03:30:00.849Z moonrise -2025-01-19T09:39:15.155Z Moon culminates 59.42 degrees above the horizon -2025-01-19T12:17:46.953Z sunrise +2025-01-18T12:18:00.156Z sunrise +2025-01-18T15:15:39.562Z moonset +2025-01-18T17:35:20.474Z Sun culminates 41.03 degrees above the horizon +2025-01-18T22:52:54.586Z sunset +2025-01-19T03:30:00.848Z moonrise +2025-01-19T09:39:15.156Z Moon culminates 59.42 degrees above the horizon +2025-01-19T12:17:46.952Z sunrise 2025-01-19T13:57:59.571Z Mercury aphelion at 0.4667 AU -2025-01-19T15:41:57.830Z moonset -2025-01-19T17:35:38.620Z Sun culminates 41.25 degrees above the horizon +2025-01-19T15:41:57.831Z moonset +2025-01-19T17:35:38.619Z Sun culminates 41.25 degrees above the horizon 2025-01-19T22:53:44.481Z sunset -2025-01-20T04:22:26.269Z moonrise +2025-01-20T04:22:26.268Z moonrise 2025-01-20T10:18:29.442Z Moon culminates 53.57 degrees above the horizon -2025-01-20T12:17:32.177Z sunrise -2025-01-20T16:08:25.598Z moonset +2025-01-20T12:17:32.176Z sunrise +2025-01-20T16:08:25.599Z moonset 2025-01-20T17:35:56.039Z Sun culminates 41.46 degrees above the horizon 2025-01-20T22:54:34.491Z sunset 2025-01-21T04:55:24.704Z lunar apogee at 404287 km 2025-01-21T05:15:10.280Z moonrise 2025-01-21T10:58:34.541Z Moon culminates 48.02 degrees above the horizon -2025-01-21T12:17:15.837Z sunrise +2025-01-21T12:17:15.836Z sunrise 2025-01-21T12:29:10.385Z Pluto conjunction 2025-01-21T16:36:18.147Z moonset -2025-01-21T17:36:12.722Z Sun culminates 41.69 degrees above the horizon +2025-01-21T17:36:12.721Z Sun culminates 41.69 degrees above the horizon 2025-01-21T20:31:25.389Z third quarter 2025-01-21T22:55:24.582Z sunset 2025-01-22T06:09:13.674Z moonrise 2025-01-22T11:40:39.018Z Moon culminates 42.94 degrees above the horizon -2025-01-22T12:16:57.946Z sunrise +2025-01-22T12:16:57.945Z sunrise 2025-01-22T17:06:56.118Z moonset 2025-01-22T17:36:28.657Z Sun culminates 41.92 degrees above the horizon -2025-01-22T22:56:14.723Z sunset +2025-01-22T22:56:14.724Z sunset 2025-01-23T07:05:17.624Z moonrise -2025-01-23T11:05:21.274Z Venus moves from Aquarius to Pisces -2025-01-23T12:16:38.513Z sunrise -2025-01-23T12:25:44.584Z Moon culminates 38.54 degrees above the horizon +2025-01-23T11:05:21.873Z Venus moves from Aquarius to Pisces +2025-01-23T12:16:38.512Z sunrise +2025-01-23T12:25:44.585Z Moon culminates 38.54 degrees above the horizon 2025-01-23T17:36:43.835Z Sun culminates 42.16 degrees above the horizon -2025-01-23T17:41:48.514Z moonset -2025-01-23T22:57:04.882Z sunset -2025-01-24T08:03:26.851Z moonrise -2025-01-24T12:16:17.552Z sunrise -2025-01-24T13:14:36.157Z Moon culminates 35.07 degrees above the horizon +2025-01-23T17:41:48.515Z moonset +2025-01-23T22:57:04.883Z sunset +2025-01-24T08:03:26.852Z moonrise +2025-01-24T12:16:17.551Z sunrise +2025-01-24T13:14:36.158Z Moon culminates 35.07 degrees above the horizon 2025-01-24T17:36:58.245Z Sun culminates 42.40 degrees above the horizon -2025-01-24T18:22:28.481Z moonset -2025-01-24T22:57:55.026Z sunset -2025-01-25T09:02:50.143Z moonrise +2025-01-24T18:22:28.482Z moonset +2025-01-24T22:57:55.028Z sunset +2025-01-25T09:02:50.145Z moonrise 2025-01-25T12:15:55.073Z sunrise -2025-01-25T14:07:24.600Z Moon culminates 32.82 degrees above the horizon -2025-01-25T17:37:11.877Z Sun culminates 42.65 degrees above the horizon -2025-01-25T19:10:14.648Z moonset -2025-01-25T22:58:45.124Z sunset -2025-01-26T10:01:34.092Z moonrise -2025-01-26T12:15:31.090Z sunrise -2025-01-26T15:03:28.439Z Moon culminates 32.09 degrees above the horizon +2025-01-25T14:07:24.602Z Moon culminates 32.82 degrees above the horizon +2025-01-25T17:37:11.878Z Sun culminates 42.65 degrees above the horizon +2025-01-25T19:10:14.649Z moonset +2025-01-25T22:58:45.125Z sunset +2025-01-26T10:01:34.094Z moonrise +2025-01-26T12:15:31.091Z sunrise +2025-01-26T15:03:28.441Z Moon culminates 32.09 degrees above the horizon 2025-01-26T17:37:24.722Z Sun culminates 42.90 degrees above the horizon 2025-01-26T20:05:34.654Z moonset -2025-01-26T22:59:35.143Z sunset -2025-01-27T10:57:12.228Z moonrise +2025-01-26T22:59:35.144Z sunset +2025-01-27T10:57:12.229Z moonrise 2025-01-27T12:15:05.616Z sunrise -2025-01-27T16:01:11.775Z Moon culminates 33.09 degrees above the horizon +2025-01-27T16:01:11.776Z Moon culminates 33.09 degrees above the horizon 2025-01-27T17:37:36.770Z Sun culminates 43.16 degrees above the horizon 2025-01-27T21:07:28.316Z moonset -2025-01-27T21:29:50.685Z Mercury moves from Sagittarius to Capricornus +2025-01-27T21:29:51.184Z Mercury moves from Sagittarius to Capricornus 2025-01-27T23:00:25.053Z sunset -2025-01-28T11:47:45.775Z moonrise +2025-01-28T11:47:45.776Z moonrise 2025-01-28T12:14:38.664Z sunrise 2025-01-28T16:58:33.428Z Moon culminates 35.85 degrees above the horizon 2025-01-28T17:37:48.013Z Sun culminates 43.42 degrees above the horizon @@ -8661,265 +8661,265 @@ 2025-01-29T17:37:58.443Z Sun culminates 43.69 degrees above the horizon 2025-01-29T17:53:54.995Z Moon culminates 40.25 degrees above the horizon 2025-01-29T23:02:04.422Z sunset -2025-01-29T23:20:57.749Z moonset +2025-01-29T23:20:57.748Z moonset 2025-01-30T12:13:40.382Z sunrise 2025-01-30T13:12:01.044Z moonrise -2025-01-30T17:38:08.055Z Sun culminates 43.97 degrees above the horizon -2025-01-30T18:46:33.843Z Moon culminates 45.95 degrees above the horizon -2025-01-30T23:02:53.825Z sunset -2025-01-31T00:27:48.261Z moonset -2025-01-31T12:13:09.084Z sunrise -2025-01-31T13:47:32.680Z moonrise -2025-01-31T17:38:16.841Z Sun culminates 44.25 degrees above the horizon -2025-01-31T19:36:44.621Z Moon culminates 52.58 degrees above the horizon +2025-01-30T17:38:08.054Z Sun culminates 43.97 degrees above the horizon +2025-01-30T18:46:33.842Z Moon culminates 45.95 degrees above the horizon +2025-01-30T23:02:53.824Z sunset +2025-01-31T00:27:48.260Z moonset +2025-01-31T12:13:09.083Z sunrise +2025-01-31T13:47:32.679Z moonrise +2025-01-31T17:38:16.840Z Sun culminates 44.25 degrees above the horizon +2025-01-31T19:36:44.620Z Moon culminates 52.58 degrees above the horizon 2025-01-31T23:03:43.004Z sunset 2025-02-01T01:33:21.495Z moonset -2025-02-01T12:12:36.368Z sunrise +2025-02-01T12:12:36.366Z sunrise 2025-02-01T14:20:41.010Z moonrise -2025-02-01T17:38:24.799Z Sun culminates 44.54 degrees above the horizon +2025-02-01T17:38:24.798Z Sun culminates 44.54 degrees above the horizon 2025-02-01T20:25:21.823Z Moon culminates 59.70 degrees above the horizon 2025-02-01T23:04:31.936Z sunset -2025-02-02T02:37:58.770Z moonset +2025-02-02T02:37:58.769Z moonset 2025-02-02T02:45:58.932Z lunar perigee at 367447 km -2025-02-02T12:12:02.253Z sunrise +2025-02-02T12:12:02.251Z sunrise 2025-02-02T14:53:04.487Z moonrise 2025-02-02T17:38:31.926Z Sun culminates 44.83 degrees above the horizon 2025-02-02T21:13:40.703Z Moon culminates 66.90 degrees above the horizon 2025-02-02T23:05:20.598Z sunset 2025-02-03T03:42:34.908Z moonset -2025-02-03T12:11:26.758Z sunrise -2025-02-03T15:26:23.046Z moonrise +2025-02-03T12:11:26.757Z sunrise +2025-02-03T15:26:23.047Z moonrise 2025-02-03T17:38:38.222Z Sun culminates 45.12 degrees above the horizon -2025-02-03T22:03:02.629Z Moon culminates 73.75 degrees above the horizon +2025-02-03T22:03:02.630Z Moon culminates 73.75 degrees above the horizon 2025-02-03T23:06:08.970Z sunset -2025-02-04T04:48:08.180Z moonset -2025-02-04T12:10:49.905Z sunrise -2025-02-04T16:02:20.056Z moonrise -2025-02-04T17:38:43.689Z Sun culminates 45.42 degrees above the horizon -2025-02-04T22:54:41.795Z Moon culminates 79.86 degrees above the horizon +2025-02-04T04:48:08.181Z moonset +2025-02-04T12:10:49.904Z sunrise +2025-02-04T16:02:20.057Z moonrise +2025-02-04T17:38:43.688Z Sun culminates 45.42 degrees above the horizon +2025-02-04T22:54:41.796Z Moon culminates 79.86 degrees above the horizon 2025-02-04T23:06:57.033Z sunset 2025-02-05T05:55:09.520Z moonset 2025-02-05T08:02:40.900Z first quarter 2025-02-05T12:10:11.715Z sunrise -2025-02-05T16:42:40.931Z moonrise +2025-02-05T16:42:40.932Z moonrise 2025-02-05T17:38:48.328Z Sun culminates 45.73 degrees above the horizon -2025-02-05T23:07:44.772Z sunset +2025-02-05T23:07:44.771Z sunset 2025-02-05T23:49:27.517Z Moon culminates 84.82 degrees above the horizon -2025-02-06T07:03:09.516Z moonset +2025-02-06T07:03:09.515Z moonset 2025-02-06T12:09:32.214Z sunrise 2025-02-06T17:28:59.419Z moonrise 2025-02-06T17:38:52.145Z Sun culminates 46.04 degrees above the horizon -2025-02-06T23:08:32.171Z sunset -2025-02-07T00:47:20.425Z Moon culminates 88.26 degrees above the horizon -2025-02-07T08:10:16.329Z moonset -2025-02-07T12:08:51.425Z sunrise -2025-02-07T17:38:55.147Z Sun culminates 46.35 degrees above the horizon -2025-02-07T18:22:04.107Z moonrise -2025-02-07T23:09:19.218Z sunset -2025-02-08T01:47:13.460Z Moon culminates 89.89 degrees above the horizon -2025-02-08T09:13:35.850Z moonset -2025-02-08T12:08:09.376Z sunrise +2025-02-06T23:08:32.170Z sunset +2025-02-07T00:47:20.424Z Moon culminates 88.26 degrees above the horizon +2025-02-07T08:10:16.328Z moonset +2025-02-07T12:08:51.426Z sunrise +2025-02-07T17:38:55.146Z Sun culminates 46.35 degrees above the horizon +2025-02-07T18:22:04.106Z moonrise +2025-02-07T23:09:19.216Z sunset +2025-02-08T01:47:13.459Z Moon culminates 89.89 degrees above the horizon +2025-02-08T09:13:35.849Z moonset +2025-02-08T12:08:09.377Z sunrise 2025-02-08T17:38:57.340Z Sun culminates 46.67 degrees above the horizon -2025-02-08T19:21:15.538Z moonrise -2025-02-08T23:10:05.903Z sunset -2025-02-09T02:47:01.242Z Moon culminates 89.61 degrees above the horizon -2025-02-09T10:10:25.533Z moonset +2025-02-08T19:21:15.536Z moonrise +2025-02-08T23:10:05.902Z sunset +2025-02-09T02:47:01.240Z Moon culminates 89.61 degrees above the horizon +2025-02-09T10:10:25.531Z moonset 2025-02-09T11:51:37.429Z Mercury superior conjunction -2025-02-09T12:07:26.092Z sunrise +2025-02-09T12:07:26.093Z sunrise 2025-02-09T17:38:58.735Z Sun culminates 46.99 degrees above the horizon -2025-02-09T20:24:15.755Z moonrise -2025-02-09T23:10:52.219Z sunset -2025-02-10T03:44:27.342Z Moon culminates 87.52 degrees above the horizon -2025-02-10T10:59:28.899Z moonset -2025-02-10T12:06:41.603Z sunrise +2025-02-09T20:24:15.753Z moonrise +2025-02-09T23:10:52.217Z sunset +2025-02-10T03:44:27.340Z Moon culminates 87.52 degrees above the horizon +2025-02-10T10:59:28.898Z moonset +2025-02-10T12:06:41.604Z sunrise 2025-02-10T17:38:59.342Z Sun culminates 47.32 degrees above the horizon -2025-02-10T21:28:02.583Z moonrise -2025-02-10T23:11:38.158Z sunset -2025-02-11T04:37:58.840Z Moon culminates 83.92 degrees above the horizon -2025-02-11T11:41:07.746Z moonset +2025-02-10T21:28:02.581Z moonrise +2025-02-10T23:11:38.157Z sunset +2025-02-11T04:37:58.838Z Moon culminates 83.92 degrees above the horizon +2025-02-11T11:41:07.745Z moonset 2025-02-11T12:05:55.936Z sunrise -2025-02-11T17:38:59.174Z Sun culminates 47.65 degrees above the horizon -2025-02-11T22:30:09.759Z moonrise -2025-02-11T23:12:23.718Z sunset -2025-02-12T05:27:08.412Z Moon culminates 79.20 degrees above the horizon -2025-02-12T12:05:09.121Z sunrise -2025-02-12T12:16:42.646Z moonset +2025-02-11T17:38:59.173Z Sun culminates 47.65 degrees above the horizon +2025-02-11T22:30:09.757Z moonrise +2025-02-11T23:12:23.717Z sunset +2025-02-12T05:27:08.410Z Moon culminates 79.20 degrees above the horizon +2025-02-12T12:05:09.120Z sunrise +2025-02-12T12:16:42.645Z moonset 2025-02-12T13:54:04.061Z full moon -2025-02-12T17:38:58.243Z Sun culminates 47.98 degrees above the horizon -2025-02-12T22:31:11.689Z Mercury moves from Capricornus to Aquarius -2025-02-12T23:13:08.895Z sunset -2025-02-12T23:29:27.417Z moonrise +2025-02-12T17:38:58.242Z Sun culminates 47.98 degrees above the horizon +2025-02-12T22:31:12.123Z Mercury moves from Capricornus to Aquarius +2025-02-12T23:13:08.894Z sunset +2025-02-12T23:29:27.416Z moonrise 2025-02-13T06:12:21.606Z Moon culminates 73.73 degrees above the horizon -2025-02-13T12:04:21.186Z sunrise -2025-02-13T12:47:50.819Z moonset -2025-02-13T17:38:56.563Z Sun culminates 48.32 degrees above the horizon -2025-02-13T23:13:53.689Z sunset -2025-02-14T00:25:53.518Z moonrise +2025-02-13T12:04:21.185Z sunrise +2025-02-13T12:47:50.818Z moonset +2025-02-13T17:38:56.562Z Sun culminates 48.32 degrees above the horizon +2025-02-13T23:13:53.688Z sunset +2025-02-14T00:25:53.517Z moonrise 2025-02-14T06:54:33.024Z Moon culminates 67.83 degrees above the horizon -2025-02-14T12:03:32.161Z sunrise +2025-02-14T12:03:32.160Z sunrise 2025-02-14T13:16:04.234Z moonset 2025-02-14T17:38:54.149Z Sun culminates 48.66 degrees above the horizon 2025-02-14T23:14:38.099Z sunset 2025-02-15T01:20:07.096Z moonrise 2025-02-15T07:34:48.365Z Moon culminates 61.78 degrees above the horizon -2025-02-15T12:02:42.075Z sunrise +2025-02-15T12:02:42.074Z sunrise 2025-02-15T13:42:44.318Z moonset 2025-02-15T17:38:51.017Z Sun culminates 49.00 degrees above the horizon 2025-02-15T23:15:22.127Z sunset 2025-02-16T02:13:05.729Z moonrise 2025-02-16T08:14:15.399Z Moon culminates 55.80 degrees above the horizon -2025-02-16T12:01:50.960Z sunrise +2025-02-16T12:01:50.958Z sunrise 2025-02-16T14:09:04.601Z moonset 2025-02-16T17:38:47.182Z Sun culminates 49.35 degrees above the horizon -2025-02-16T23:16:05.773Z sunset -2025-02-17T03:05:51.556Z moonrise -2025-02-17T08:54:00.735Z Moon culminates 50.07 degrees above the horizon +2025-02-16T23:16:05.774Z sunset +2025-02-17T03:05:51.557Z moonrise +2025-02-17T08:54:00.736Z Moon culminates 50.07 degrees above the horizon 2025-02-17T10:02:11.900Z Venus peak magnitude -4.85 in evening sky -2025-02-17T12:00:58.843Z sunrise -2025-02-17T14:36:15.969Z moonset +2025-02-17T12:00:58.842Z sunrise +2025-02-17T14:36:15.970Z moonset 2025-02-17T17:38:42.659Z Sun culminates 49.70 degrees above the horizon 2025-02-17T23:16:49.041Z sunset 2025-02-18T01:11:32.657Z lunar apogee at 404871 km -2025-02-18T03:59:22.186Z moonrise -2025-02-18T09:35:08.627Z Moon culminates 44.77 degrees above the horizon -2025-02-18T12:00:05.755Z sunrise -2025-02-18T15:05:32.092Z moonset +2025-02-18T03:59:22.187Z moonrise +2025-02-18T09:35:08.628Z Moon culminates 44.77 degrees above the horizon +2025-02-18T12:00:05.753Z sunrise +2025-02-18T15:05:32.093Z moonset 2025-02-18T17:38:37.465Z Sun culminates 50.05 degrees above the horizon -2025-02-18T23:17:31.930Z sunset -2025-02-19T04:54:21.589Z moonrise -2025-02-19T10:18:38.674Z Moon culminates 40.08 degrees above the horizon -2025-02-19T11:59:11.725Z sunrise -2025-02-19T15:38:13.353Z moonset +2025-02-18T23:17:31.932Z sunset +2025-02-19T04:54:21.591Z moonrise +2025-02-19T10:18:38.675Z Moon culminates 40.08 degrees above the horizon +2025-02-19T11:59:11.723Z sunrise +2025-02-19T15:38:13.354Z moonset 2025-02-19T17:38:31.614Z Sun culminates 50.41 degrees above the horizon 2025-02-19T19:52:13.455Z Venus perihelion at 0.7185 AU -2025-02-19T23:18:14.444Z sunset -2025-02-20T05:51:07.437Z moonrise -2025-02-20T11:05:19.679Z Moon culminates 36.24 degrees above the horizon -2025-02-20T11:58:16.781Z sunrise -2025-02-20T16:15:46.504Z moonset +2025-02-19T23:18:14.446Z sunset +2025-02-20T05:51:07.439Z moonrise +2025-02-20T11:05:19.680Z Moon culminates 36.24 degrees above the horizon +2025-02-20T11:58:16.779Z sunrise +2025-02-20T16:15:46.505Z moonset 2025-02-20T17:33:10.618Z third quarter 2025-02-20T17:38:25.123Z Sun culminates 50.77 degrees above the horizon -2025-02-20T23:18:56.583Z sunset -2025-02-21T06:49:15.056Z moonrise -2025-02-21T11:55:37.823Z Moon culminates 33.48 degrees above the horizon -2025-02-21T11:57:20.951Z sunrise -2025-02-21T16:59:34.936Z moonset +2025-02-20T23:18:56.586Z sunset +2025-02-21T06:49:15.058Z moonrise +2025-02-21T11:55:37.825Z Moon culminates 33.48 degrees above the horizon +2025-02-21T11:57:20.949Z sunrise +2025-02-21T16:59:34.938Z moonset 2025-02-21T17:38:18.004Z Sun culminates 51.13 degrees above the horizon -2025-02-21T23:19:38.350Z sunset -2025-02-22T07:47:26.367Z moonrise -2025-02-22T11:56:24.265Z sunrise -2025-02-22T12:49:21.099Z Moon culminates 32.08 degrees above the horizon +2025-02-21T23:19:38.352Z sunset +2025-02-22T07:47:26.369Z moonrise +2025-02-22T11:56:24.263Z sunrise +2025-02-22T12:49:21.102Z Moon culminates 32.08 degrees above the horizon 2025-02-22T17:38:10.274Z Sun culminates 51.50 degrees above the horizon -2025-02-22T17:50:34.204Z moonset -2025-02-22T23:20:19.744Z sunset -2025-02-23T08:43:40.762Z moonrise -2025-02-23T11:55:26.748Z sunrise -2025-02-23T13:45:29.682Z Moon culminates 32.27 degrees above the horizon +2025-02-22T17:50:34.206Z moonset +2025-02-22T23:20:19.746Z sunset +2025-02-23T08:43:40.764Z moonrise +2025-02-23T11:55:26.746Z sunrise +2025-02-23T13:45:29.684Z Moon culminates 32.27 degrees above the horizon 2025-02-23T17:38:01.945Z Sun culminates 51.86 degrees above the horizon -2025-02-23T18:48:37.242Z moonset -2025-02-23T23:21:00.767Z sunset -2025-02-24T09:35:56.869Z moonrise -2025-02-24T11:54:28.427Z sunrise -2025-02-24T14:42:26.796Z Moon culminates 34.19 degrees above the horizon +2025-02-23T18:48:37.244Z moonset +2025-02-23T23:21:00.769Z sunset +2025-02-24T09:35:56.870Z moonrise +2025-02-24T11:54:28.426Z sunrise +2025-02-24T14:42:26.797Z Moon culminates 34.19 degrees above the horizon 2025-02-24T17:37:53.032Z Sun culminates 52.23 degrees above the horizon -2025-02-24T19:52:15.233Z moonset -2025-02-24T23:21:41.419Z sunset +2025-02-24T19:52:15.235Z moonset +2025-02-24T23:21:41.421Z sunset 2025-02-25T10:23:02.854Z moonrise -2025-02-25T11:53:29.329Z sunrise -2025-02-25T15:38:32.961Z Moon culminates 37.81 degrees above the horizon -2025-02-25T17:37:43.548Z Sun culminates 52.61 degrees above the horizon -2025-02-25T20:59:04.682Z moonset -2025-02-25T23:22:21.702Z sunset -2025-02-26T11:04:57.752Z moonrise -2025-02-26T11:52:29.480Z sunrise +2025-02-25T11:53:29.328Z sunrise +2025-02-25T15:38:32.962Z Moon culminates 37.81 degrees above the horizon +2025-02-25T17:37:43.549Z Sun culminates 52.61 degrees above the horizon +2025-02-25T20:59:04.683Z moonset +2025-02-25T23:22:21.703Z sunset +2025-02-26T11:04:57.751Z moonrise +2025-02-26T11:52:29.479Z sunrise 2025-02-26T16:32:43.572Z Moon culminates 42.96 degrees above the horizon 2025-02-26T17:37:33.507Z Sun culminates 52.98 degrees above the horizon -2025-02-26T18:43:00.928Z Mercury moves from Aquarius to Pisces -2025-02-26T22:06:50.096Z moonset -2025-02-26T23:23:01.615Z sunset -2025-02-27T11:42:36.711Z moonrise +2025-02-26T18:43:01.270Z Mercury moves from Aquarius to Pisces +2025-02-26T22:06:50.097Z moonset +2025-02-26T23:23:01.616Z sunset +2025-02-27T11:42:36.710Z moonrise 2025-02-27T11:51:28.905Z sunrise 2025-02-27T17:24:45.992Z Moon culminates 49.31 degrees above the horizon 2025-02-27T17:37:22.922Z Sun culminates 53.36 degrees above the horizon -2025-02-27T23:14:13.386Z moonset +2025-02-27T23:14:13.387Z moonset 2025-02-27T23:23:41.162Z sunset 2025-02-28T00:45:23.484Z new moon -2025-02-28T11:50:27.631Z sunrise -2025-02-28T12:17:24.234Z moonrise +2025-02-28T11:50:27.629Z sunrise +2025-02-28T12:17:24.233Z moonrise 2025-02-28T17:37:11.807Z Sun culminates 53.74 degrees above the horizon 2025-02-28T18:15:13.365Z Moon culminates 56.46 degrees above the horizon -2025-02-28T23:24:20.343Z sunset +2025-02-28T23:24:20.344Z sunset 2025-03-01T00:21:02.449Z moonset -2025-03-01T11:49:25.680Z sunrise -2025-03-01T12:50:55.660Z moonrise -2025-03-01T17:37:00.176Z Sun culminates 54.12 degrees above the horizon +2025-03-01T11:49:25.679Z sunrise +2025-03-01T12:50:55.659Z moonrise +2025-03-01T17:37:00.175Z Sun culminates 54.12 degrees above the horizon 2025-03-01T19:05:08.116Z Moon culminates 63.93 degrees above the horizon 2025-03-01T21:21:34.890Z lunar perigee at 361953 km -2025-03-01T23:24:59.162Z sunset -2025-03-02T01:27:50.652Z moonset -2025-03-02T11:48:23.081Z sunrise +2025-03-01T23:24:59.163Z sunset +2025-03-02T01:27:50.653Z moonset +2025-03-02T11:48:23.079Z sunrise 2025-03-02T13:24:50.287Z moonrise 2025-03-02T17:36:48.043Z Sun culminates 54.50 degrees above the horizon 2025-03-02T19:55:45.383Z Moon culminates 71.24 degrees above the horizon -2025-03-02T23:25:37.624Z sunset -2025-03-03T02:35:26.339Z moonset -2025-03-03T11:47:19.857Z sunrise +2025-03-02T23:25:37.626Z sunset +2025-03-03T02:35:26.340Z moonset +2025-03-03T11:47:19.855Z sunrise 2025-03-03T14:00:50.853Z moonrise -2025-03-03T17:08:13.551Z Uranus moves from Aries to Taurus +2025-03-03T17:08:41.393Z Uranus moves from Aries to Taurus 2025-03-03T17:36:35.424Z Sun culminates 54.88 degrees above the horizon 2025-03-03T20:48:17.458Z Moon culminates 77.91 degrees above the horizon -2025-03-03T23:26:15.734Z sunset -2025-03-04T03:44:19.245Z moonset -2025-03-04T11:46:16.036Z sunrise +2025-03-03T23:26:15.735Z sunset +2025-03-04T03:44:19.246Z moonset +2025-03-04T11:46:16.035Z sunrise 2025-03-04T13:36:20.894Z Mercury perihelion at 0.3075 AU 2025-03-04T14:40:41.971Z moonrise 2025-03-04T17:36:22.336Z Sun culminates 55.27 degrees above the horizon 2025-03-04T21:43:35.213Z Moon culminates 83.47 degrees above the horizon 2025-03-04T23:26:53.497Z sunset -2025-03-05T04:54:04.966Z moonset +2025-03-05T04:54:04.967Z moonset 2025-03-05T11:45:11.644Z sunrise 2025-03-05T15:25:58.768Z moonrise 2025-03-05T17:36:08.795Z Sun culminates 55.65 degrees above the horizon -2025-03-05T22:41:44.663Z Moon culminates 87.51 degrees above the horizon +2025-03-05T22:41:44.662Z Moon culminates 87.51 degrees above the horizon 2025-03-05T23:27:30.920Z sunset -2025-03-06T06:02:59.328Z moonset +2025-03-06T06:02:59.329Z moonset 2025-03-06T11:44:06.711Z sunrise -2025-03-06T16:17:37.989Z moonrise +2025-03-06T16:17:37.988Z moonrise 2025-03-06T16:32:11.152Z first quarter 2025-03-06T17:35:54.819Z Sun culminates 56.04 degrees above the horizon -2025-03-06T23:28:08.012Z sunset -2025-03-06T23:41:47.808Z Moon culminates 89.72 degrees above the horizon +2025-03-06T23:28:08.011Z sunset +2025-03-06T23:41:47.807Z Moon culminates 89.72 degrees above the horizon 2025-03-07T07:08:12.340Z moonset -2025-03-07T11:43:01.363Z sunrise -2025-03-07T17:15:18.028Z moonrise +2025-03-07T11:43:01.364Z sunrise +2025-03-07T17:15:18.026Z moonrise 2025-03-07T17:35:40.428Z Sun culminates 56.43 degrees above the horizon -2025-03-07T23:28:44.781Z sunset -2025-03-08T00:41:49.005Z Moon culminates 90.00 degrees above the horizon +2025-03-07T23:28:44.780Z sunset +2025-03-08T00:41:49.004Z Moon culminates 90.00 degrees above the horizon 2025-03-08T06:05:35.592Z Mercury max evening elongation: 18.25 degrees from Sun 2025-03-08T08:06:57.000Z moonset -2025-03-08T11:41:55.430Z sunrise +2025-03-08T11:41:55.431Z sunrise 2025-03-08T17:35:25.640Z Sun culminates 56.82 degrees above the horizon -2025-03-08T18:17:02.865Z moonrise -2025-03-08T23:29:21.239Z sunset -2025-03-09T01:39:37.353Z Moon culminates 88.43 degrees above the horizon -2025-03-09T08:57:46.594Z moonset -2025-03-09T11:40:49.042Z sunrise +2025-03-08T18:17:02.863Z moonrise +2025-03-08T23:29:21.238Z sunset +2025-03-09T01:39:37.352Z Moon culminates 88.43 degrees above the horizon +2025-03-09T08:57:46.593Z moonset +2025-03-09T11:40:49.043Z sunrise 2025-03-09T17:35:10.477Z Sun culminates 57.21 degrees above the horizon -2025-03-09T19:20:04.116Z moonrise -2025-03-09T23:29:57.398Z sunset -2025-03-10T02:33:39.160Z Moon culminates 85.30 degrees above the horizon -2025-03-10T09:40:54.415Z moonset -2025-03-10T11:39:42.228Z sunrise +2025-03-09T19:20:04.115Z moonrise +2025-03-09T23:29:57.397Z sunset +2025-03-10T02:33:39.159Z Moon culminates 85.30 degrees above the horizon +2025-03-10T09:40:54.414Z moonset +2025-03-10T11:39:42.229Z sunrise 2025-03-10T17:34:54.961Z Sun culminates 57.60 degrees above the horizon 2025-03-10T20:21:55.401Z moonrise -2025-03-10T23:30:33.271Z sunset -2025-03-11T03:23:22.369Z Moon culminates 80.96 degrees above the horizon -2025-03-11T10:17:37.746Z moonset -2025-03-11T11:38:35.019Z sunrise +2025-03-10T23:30:33.270Z sunset +2025-03-11T03:23:22.368Z Moon culminates 80.96 degrees above the horizon +2025-03-11T10:17:37.745Z moonset +2025-03-11T11:38:35.020Z sunrise 2025-03-11T17:34:39.113Z Sun culminates 58.00 degrees above the horizon -2025-03-11T21:21:17.803Z moonrise +2025-03-11T21:21:17.802Z moonrise 2025-03-11T23:31:08.873Z sunset -2025-03-12T04:09:07.192Z Moon culminates 75.77 degrees above the horizon +2025-03-12T04:09:07.191Z Moon culminates 75.77 degrees above the horizon 2025-03-12T10:28:43.146Z Saturn conjunction 2025-03-12T10:49:34.214Z moonset 2025-03-12T11:37:27.446Z sunrise @@ -8927,468 +8927,468 @@ 2025-03-12T22:17:58.509Z moonrise 2025-03-12T23:31:44.220Z sunset 2025-03-13T04:51:43.877Z Moon culminates 70.04 degrees above the horizon -2025-03-13T11:18:17.271Z moonset +2025-03-13T11:18:17.270Z moonset 2025-03-13T11:36:19.538Z sunrise 2025-03-13T17:34:06.516Z Sun culminates 58.78 degrees above the horizon 2025-03-13T23:12:27.589Z moonrise -2025-03-13T23:32:19.328Z sunset +2025-03-13T23:32:19.329Z sunset 2025-03-14T05:32:14.707Z Moon culminates 64.04 degrees above the horizon 2025-03-14T06:55:19.814Z full moon 2025-03-14T06:58:42.343Z total lunar eclipse 2025-03-14T11:35:11.327Z sunrise -2025-03-14T11:45:09.173Z moonset +2025-03-14T11:45:09.172Z moonset 2025-03-14T17:33:49.815Z Sun culminates 59.18 degrees above the horizon 2025-03-14T23:32:54.216Z sunset -2025-03-15T00:05:35.813Z moonrise +2025-03-15T00:05:35.814Z moonrise 2025-03-15T06:11:44.279Z Moon culminates 58.01 degrees above the horizon -2025-03-15T11:34:02.844Z sunrise +2025-03-15T11:34:02.843Z sunrise 2025-03-15T12:11:22.729Z moonset 2025-03-15T17:33:32.877Z Sun culminates 59.57 degrees above the horizon -2025-03-15T23:33:28.899Z sunset -2025-03-16T00:58:20.041Z moonrise +2025-03-15T23:33:28.900Z sunset +2025-03-16T00:58:20.042Z moonrise 2025-03-16T06:51:15.646Z Moon culminates 52.15 degrees above the horizon -2025-03-16T11:32:54.120Z sunrise +2025-03-16T11:32:54.119Z sunrise 2025-03-16T12:38:06.038Z moonset 2025-03-16T17:33:15.727Z Sun culminates 59.97 degrees above the horizon -2025-03-16T23:34:03.395Z sunset -2025-03-17T01:51:33.843Z moonrise +2025-03-16T23:34:03.397Z sunset +2025-03-17T01:51:33.844Z moonrise 2025-03-17T07:31:48.889Z Moon culminates 46.65 degrees above the horizon -2025-03-17T11:31:45.185Z sunrise -2025-03-17T13:06:27.547Z moonset +2025-03-17T11:31:45.183Z sunrise +2025-03-17T13:06:27.546Z moonset 2025-03-17T16:38:00.335Z lunar apogee at 405742 km 2025-03-17T17:32:58.388Z Sun culminates 60.36 degrees above the horizon -2025-03-17T23:34:37.723Z sunset -2025-03-18T02:45:59.196Z moonrise +2025-03-17T23:34:37.724Z sunset +2025-03-18T02:45:59.199Z moonrise 2025-03-18T08:14:19.286Z Moon culminates 41.71 degrees above the horizon -2025-03-18T11:30:36.069Z sunrise -2025-03-18T13:37:39.961Z moonset +2025-03-18T11:30:36.067Z sunrise +2025-03-18T13:37:39.960Z moonset 2025-03-18T17:32:40.885Z Sun culminates 60.76 degrees above the horizon -2025-03-18T23:35:11.796Z sunset -2025-03-19T03:41:55.975Z moonrise -2025-03-19T08:59:32.777Z Moon culminates 37.53 degrees above the horizon -2025-03-19T11:29:26.803Z sunrise +2025-03-18T23:35:11.798Z sunset +2025-03-19T03:41:55.978Z moonrise +2025-03-19T08:59:32.779Z Moon culminates 37.53 degrees above the horizon +2025-03-19T11:29:26.801Z sunrise 2025-03-19T14:13:01.023Z moonset 2025-03-19T17:32:23.239Z Sun culminates 61.15 degrees above the horizon 2025-03-19T23:31:13.377Z Neptune conjunction -2025-03-19T23:35:45.833Z sunset -2025-03-20T04:39:08.814Z moonrise -2025-03-20T09:01:31.049Z March equinox -2025-03-20T09:47:57.260Z Moon culminates 34.36 degrees above the horizon -2025-03-20T11:28:17.416Z sunrise -2025-03-20T14:53:47.680Z moonset +2025-03-19T23:35:45.835Z sunset +2025-03-20T04:39:08.818Z moonrise +2025-03-20T09:01:26.759Z March equinox +2025-03-20T09:47:57.262Z Moon culminates 34.36 degrees above the horizon +2025-03-20T11:28:17.413Z sunrise +2025-03-20T14:53:47.681Z moonset 2025-03-20T17:32:05.474Z Sun culminates 61.55 degrees above the horizon -2025-03-20T23:36:19.748Z sunset -2025-03-21T05:36:36.830Z moonrise -2025-03-21T10:39:30.734Z Moon culminates 32.43 degrees above the horizon -2025-03-21T11:27:07.937Z sunrise -2025-03-21T15:40:59.452Z moonset +2025-03-20T23:36:19.750Z sunset +2025-03-21T05:36:36.835Z moonrise +2025-03-21T10:39:30.737Z Moon culminates 32.43 degrees above the horizon +2025-03-21T11:27:07.934Z sunrise +2025-03-21T15:40:59.454Z moonset 2025-03-21T17:31:47.611Z Sun culminates 61.94 degrees above the horizon -2025-03-21T23:36:53.555Z sunset -2025-03-22T06:32:38.603Z moonrise -2025-03-22T09:34:43.103Z Venus moves from Pisces to Pegasus -2025-03-22T11:25:58.395Z sunrise +2025-03-21T23:36:53.558Z sunset +2025-03-22T06:32:38.608Z moonrise +2025-03-22T09:34:41.818Z Venus moves from Pisces to Pegasus +2025-03-22T11:25:58.392Z sunrise 2025-03-22T11:30:04.554Z third quarter -2025-03-22T11:33:32.489Z Moon culminates 31.95 degrees above the horizon -2025-03-22T16:34:51.924Z moonset +2025-03-22T11:33:32.492Z Moon culminates 31.95 degrees above the horizon +2025-03-22T16:34:51.926Z moonset 2025-03-22T17:31:29.671Z Sun culminates 62.34 degrees above the horizon -2025-03-22T23:37:27.267Z sunset +2025-03-22T23:37:27.270Z sunset 2025-03-23T01:00:53.205Z Venus inferior conjunction -2025-03-23T07:25:22.042Z moonrise -2025-03-23T11:24:48.817Z sunrise -2025-03-23T12:28:47.761Z Moon culminates 33.08 degrees above the horizon +2025-03-23T07:25:22.045Z moonrise +2025-03-23T11:24:48.814Z sunrise +2025-03-23T12:28:47.764Z Moon culminates 33.08 degrees above the horizon 2025-03-23T17:31:11.674Z Sun culminates 62.73 degrees above the horizon -2025-03-23T17:34:35.383Z moonset -2025-03-23T23:38:00.896Z sunset -2025-03-24T08:13:27.742Z moonrise -2025-03-24T09:17:58.390Z Venus moves from Pegasus to Pisces -2025-03-24T11:23:39.231Z sunrise -2025-03-24T13:23:51.004Z Moon culminates 35.85 degrees above the horizon +2025-03-23T17:34:35.385Z moonset +2025-03-23T23:38:00.898Z sunset +2025-03-24T08:13:27.744Z moonrise +2025-03-24T09:17:57.454Z Venus moves from Pegasus to Pisces +2025-03-24T11:23:39.229Z sunrise +2025-03-24T13:23:51.006Z Moon culminates 35.85 degrees above the horizon 2025-03-24T17:30:53.639Z Sun culminates 63.12 degrees above the horizon -2025-03-24T18:38:23.373Z moonset +2025-03-24T18:38:23.375Z moonset 2025-03-24T19:40:53.658Z Mercury inferior conjunction -2025-03-24T23:38:34.452Z sunset -2025-03-25T08:56:36.303Z moonrise -2025-03-25T11:22:29.664Z sunrise -2025-03-25T14:17:37.275Z Moon culminates 40.18 degrees above the horizon +2025-03-24T23:38:34.454Z sunset +2025-03-25T08:56:36.304Z moonrise +2025-03-25T11:22:29.662Z sunrise +2025-03-25T14:17:37.276Z Moon culminates 40.18 degrees above the horizon 2025-03-25T17:30:35.584Z Sun culminates 63.52 degrees above the horizon -2025-03-25T19:44:15.993Z moonset -2025-03-25T23:39:07.947Z sunset +2025-03-25T19:44:15.995Z moonset +2025-03-25T23:39:07.948Z sunset 2025-03-26T09:35:24.728Z moonrise -2025-03-26T11:21:20.140Z sunrise +2025-03-26T11:21:20.139Z sunrise 2025-03-26T15:09:42.979Z Moon culminates 45.87 degrees above the horizon 2025-03-26T17:30:17.526Z Sun culminates 63.91 degrees above the horizon -2025-03-26T20:50:48.053Z moonset -2025-03-26T23:39:41.388Z sunset -2025-03-27T10:11:05.507Z moonrise -2025-03-27T11:20:10.687Z sunrise +2025-03-26T20:50:48.055Z moonset +2025-03-26T23:39:41.389Z sunset +2025-03-27T10:11:05.506Z moonrise +2025-03-27T11:20:10.686Z sunrise 2025-03-27T16:00:27.874Z Moon culminates 52.60 degrees above the horizon 2025-03-27T17:29:59.484Z Sun culminates 64.30 degrees above the horizon -2025-03-27T21:57:30.878Z moonset -2025-03-27T23:40:14.784Z sunset -2025-03-28T10:45:07.940Z moonrise -2025-03-28T11:19:01.329Z sunrise +2025-03-27T21:57:30.880Z moonset +2025-03-27T23:40:14.785Z sunset +2025-03-28T10:45:07.939Z moonrise +2025-03-28T11:19:01.328Z sunrise 2025-03-28T16:50:44.698Z Moon culminates 59.99 degrees above the horizon 2025-03-28T17:29:41.473Z Sun culminates 64.69 degrees above the horizon -2025-03-28T23:04:44.903Z moonset -2025-03-28T23:40:48.143Z sunset +2025-03-28T23:04:44.904Z moonset +2025-03-28T23:40:48.145Z sunset 2025-03-29T10:58:23.580Z new moon -2025-03-29T11:17:52.090Z sunrise -2025-03-29T11:19:09.228Z moonrise +2025-03-29T11:17:52.088Z sunrise +2025-03-29T11:19:09.227Z moonrise 2025-03-29T17:29:23.509Z Sun culminates 65.08 degrees above the horizon 2025-03-29T17:41:45.258Z Moon culminates 67.58 degrees above the horizon -2025-03-29T23:41:21.474Z sunset -2025-03-30T00:13:15.892Z moonset +2025-03-29T23:41:21.476Z sunset +2025-03-30T00:13:15.894Z moonset 2025-03-30T05:25:20.025Z lunar perigee at 358118 km -2025-03-30T11:16:42.994Z sunrise -2025-03-30T11:54:52.863Z moonrise +2025-03-30T11:16:42.992Z sunrise +2025-03-30T11:54:52.862Z moonrise 2025-03-30T17:29:05.609Z Sun culminates 65.47 degrees above the horizon 2025-03-30T18:34:45.548Z Moon culminates 74.82 degrees above the horizon -2025-03-30T23:41:54.783Z sunset -2025-03-31T01:23:42.376Z moonset -2025-03-31T11:15:34.065Z sunrise -2025-03-31T12:34:07.857Z moonrise -2025-03-31T17:28:47.788Z Sun culminates 65.86 degrees above the horizon +2025-03-30T23:41:54.785Z sunset +2025-03-31T01:23:42.378Z moonset +2025-03-31T11:15:34.064Z sunrise +2025-03-31T12:34:07.855Z moonrise +2025-03-31T17:28:47.787Z Sun culminates 65.86 degrees above the horizon 2025-03-31T19:30:46.430Z Moon culminates 81.17 degrees above the horizon -2025-03-31T23:42:28.079Z sunset -2025-04-01T02:35:55.020Z moonset -2025-04-01T11:14:25.328Z sunrise -2025-04-01T13:18:39.711Z moonrise +2025-03-31T23:42:28.080Z sunset +2025-04-01T02:35:55.022Z moonset +2025-04-01T11:14:25.327Z sunrise +2025-04-01T13:18:39.709Z moonrise 2025-04-01T17:28:30.061Z Sun culminates 66.24 degrees above the horizon 2025-04-01T20:30:06.404Z Moon culminates 86.07 degrees above the horizon 2025-04-01T23:43:01.368Z sunset -2025-04-02T03:48:17.302Z moonset -2025-04-02T11:13:16.808Z sunrise -2025-04-02T14:09:42.655Z moonrise -2025-04-02T17:28:12.446Z Sun culminates 66.63 degrees above the horizon -2025-04-02T21:31:53.919Z Moon culminates 89.12 degrees above the horizon +2025-04-02T03:48:17.304Z moonset +2025-04-02T11:13:16.807Z sunrise +2025-04-02T14:09:42.651Z moonrise +2025-04-02T17:28:12.445Z Sun culminates 66.63 degrees above the horizon +2025-04-02T21:31:53.918Z Moon culminates 89.12 degrees above the horizon 2025-04-02T23:43:34.657Z sunset -2025-04-03T04:57:42.460Z moonset +2025-04-03T04:57:42.462Z moonset 2025-04-03T11:12:08.529Z sunrise -2025-04-03T15:07:13.862Z moonrise +2025-04-03T15:07:13.858Z moonrise 2025-04-03T17:27:54.957Z Sun culminates 67.01 degrees above the horizon -2025-04-03T22:34:04.894Z Moon culminates 89.89 degrees above the horizon -2025-04-03T23:44:07.953Z sunset -2025-04-04T06:00:42.251Z moonset -2025-04-04T11:11:00.517Z sunrise -2025-04-04T16:09:24.037Z moonrise -2025-04-04T17:27:37.613Z Sun culminates 67.39 degrees above the horizon -2025-04-04T23:34:06.738Z Moon culminates 89.10 degrees above the horizon -2025-04-04T23:44:41.265Z sunset +2025-04-03T22:34:04.893Z Moon culminates 89.89 degrees above the horizon +2025-04-03T23:44:07.952Z sunset +2025-04-04T06:00:42.252Z moonset +2025-04-04T11:11:00.518Z sunrise +2025-04-04T16:09:24.033Z moonrise +2025-04-04T17:27:37.612Z Sun culminates 67.39 degrees above the horizon +2025-04-04T23:34:06.737Z Moon culminates 89.10 degrees above the horizon +2025-04-04T23:44:41.264Z sunset 2025-04-05T02:15:17.040Z first quarter -2025-04-05T06:55:09.277Z moonset -2025-04-05T11:09:52.800Z sunrise -2025-04-05T17:13:12.930Z moonrise +2025-04-05T06:55:09.278Z moonset +2025-04-05T11:09:52.801Z sunrise +2025-04-05T17:13:12.927Z moonrise 2025-04-05T17:27:20.430Z Sun culminates 67.77 degrees above the horizon -2025-04-05T23:45:14.601Z sunset +2025-04-05T23:45:14.599Z sunset 2025-04-06T00:30:03.977Z Moon culminates 86.40 degrees above the horizon -2025-04-06T07:40:58.775Z moonset -2025-04-06T11:08:45.403Z sunrise +2025-04-06T07:40:58.776Z moonset +2025-04-06T11:08:45.404Z sunrise 2025-04-06T17:27:03.426Z Sun culminates 68.15 degrees above the horizon -2025-04-06T18:15:54.241Z moonrise -2025-04-06T23:45:47.969Z sunset +2025-04-06T18:15:54.239Z moonrise +2025-04-06T23:45:47.968Z sunset 2025-04-07T01:21:13.323Z Moon culminates 82.38 degrees above the horizon -2025-04-07T08:19:30.901Z moonset -2025-04-07T11:07:38.354Z sunrise +2025-04-07T08:19:30.902Z moonset +2025-04-07T11:07:38.355Z sunrise 2025-04-07T17:26:46.620Z Sun culminates 68.52 degrees above the horizon -2025-04-07T19:15:54.825Z moonrise -2025-04-07T23:46:21.380Z sunset +2025-04-07T19:15:54.824Z moonrise +2025-04-07T23:46:21.379Z sunset 2025-04-08T02:07:54.261Z Moon culminates 77.43 degrees above the horizon -2025-04-08T08:52:34.476Z moonset -2025-04-08T11:06:31.680Z sunrise +2025-04-08T08:52:34.477Z moonset +2025-04-08T11:06:31.681Z sunrise 2025-04-08T17:26:30.031Z Sun culminates 68.89 degrees above the horizon 2025-04-08T20:12:56.872Z moonrise -2025-04-08T23:46:54.844Z sunset +2025-04-08T23:46:54.843Z sunset 2025-04-09T02:51:01.501Z Moon culminates 71.89 degrees above the horizon 2025-04-09T09:21:53.842Z moonset 2025-04-09T11:05:25.411Z sunrise 2025-04-09T17:26:13.679Z Sun culminates 69.27 degrees above the horizon 2025-04-09T21:07:31.281Z moonrise -2025-04-09T23:47:28.371Z sunset +2025-04-09T23:47:28.372Z sunset 2025-04-10T03:31:42.643Z Moon culminates 66.01 degrees above the horizon 2025-04-10T09:48:58.960Z moonset -2025-04-10T11:04:19.574Z sunrise +2025-04-10T11:04:19.573Z sunrise 2025-04-10T17:25:57.583Z Sun culminates 69.63 degrees above the horizon -2025-04-10T22:00:31.778Z moonrise +2025-04-10T22:00:31.779Z moonrise 2025-04-10T23:48:01.975Z sunset 2025-04-11T04:11:06.509Z Moon culminates 60.02 degrees above the horizon -2025-04-11T10:15:07.013Z moonset +2025-04-11T10:15:07.012Z moonset 2025-04-11T11:03:14.197Z sunrise 2025-04-11T17:25:41.763Z Sun culminates 70.00 degrees above the horizon -2025-04-11T22:52:58.411Z moonrise -2025-04-11T23:48:35.664Z sunset -2025-04-12T04:50:18.810Z Moon culminates 54.12 degrees above the horizon -2025-04-12T10:41:27.632Z moonset -2025-04-12T11:02:09.311Z sunrise +2025-04-11T22:52:58.412Z moonrise +2025-04-11T23:48:35.665Z sunset +2025-04-12T04:50:18.809Z Moon culminates 54.12 degrees above the horizon +2025-04-12T10:41:27.631Z moonset +2025-04-12T11:02:09.310Z sunrise 2025-04-12T17:25:26.240Z Sun culminates 70.36 degrees above the horizon -2025-04-12T21:56:57.797Z Mars moves from Gemini to Cancer -2025-04-12T23:45:47.702Z moonrise -2025-04-12T23:49:09.452Z sunset +2025-04-12T21:56:59.891Z Mars moves from Gemini to Cancer +2025-04-12T23:45:47.703Z moonrise +2025-04-12T23:49:09.453Z sunset 2025-04-13T00:22:54.682Z full moon 2025-04-13T05:30:20.865Z Moon culminates 48.50 degrees above the horizon -2025-04-13T11:01:04.944Z sunrise -2025-04-13T11:09:08.400Z moonset +2025-04-13T11:01:04.943Z sunrise +2025-04-13T11:09:08.399Z moonset 2025-04-13T17:25:11.034Z Sun culminates 70.73 degrees above the horizon 2025-04-13T22:47:49.871Z lunar apogee at 406282 km -2025-04-13T23:49:43.349Z sunset -2025-04-14T00:39:44.703Z moonrise +2025-04-13T23:49:43.350Z sunset +2025-04-14T00:39:44.705Z moonrise 2025-04-14T06:12:08.205Z Moon culminates 43.35 degrees above the horizon -2025-04-14T11:00:01.124Z sunrise -2025-04-14T11:39:19.096Z moonset +2025-04-14T11:00:01.123Z sunrise +2025-04-14T11:39:19.094Z moonset 2025-04-14T17:24:56.164Z Sun culminates 71.09 degrees above the horizon -2025-04-14T23:50:17.365Z sunset -2025-04-15T01:35:13.277Z moonrise +2025-04-14T23:50:17.366Z sunset +2025-04-15T01:35:13.279Z moonrise 2025-04-15T06:56:26.723Z Moon culminates 38.90 degrees above the horizon -2025-04-15T10:58:57.882Z sunrise -2025-04-15T12:13:13.060Z moonset +2025-04-15T10:58:57.880Z sunrise +2025-04-15T12:13:13.059Z moonset 2025-04-15T17:24:41.650Z Sun culminates 71.44 degrees above the horizon -2025-04-15T23:50:51.509Z sunset -2025-04-16T02:32:03.653Z moonrise -2025-04-16T07:43:44.949Z Moon culminates 35.38 degrees above the horizon -2025-04-16T10:57:55.244Z sunrise -2025-04-16T12:52:02.838Z moonset +2025-04-15T23:50:51.511Z sunset +2025-04-16T02:32:03.656Z moonrise +2025-04-16T07:43:44.950Z Moon culminates 35.38 degrees above the horizon +2025-04-16T10:57:55.242Z sunrise +2025-04-16T12:52:02.837Z moonset 2025-04-16T17:24:27.511Z Sun culminates 71.80 degrees above the horizon 2025-04-16T22:54:51.373Z Mars aphelion at 1.6661 AU -2025-04-16T23:51:25.790Z sunset -2025-04-17T03:29:21.728Z moonrise -2025-04-17T08:34:03.303Z Moon culminates 33.02 degrees above the horizon -2025-04-17T10:56:53.241Z sunrise +2025-04-16T23:51:25.793Z sunset +2025-04-17T03:29:21.732Z moonrise +2025-04-17T08:34:03.305Z Moon culminates 33.02 degrees above the horizon +2025-04-17T10:56:53.238Z sunrise 2025-04-17T13:13:49.983Z Mercury aphelion at 0.4667 AU -2025-04-17T13:36:46.566Z moonset +2025-04-17T13:36:46.565Z moonset 2025-04-17T17:24:13.763Z Sun culminates 72.15 degrees above the horizon -2025-04-17T23:52:00.215Z sunset -2025-04-18T04:25:31.379Z moonrise -2025-04-18T09:26:45.755Z Moon culminates 32.03 degrees above the horizon -2025-04-18T10:55:51.898Z sunrise +2025-04-17T23:52:00.218Z sunset +2025-04-18T04:25:31.383Z moonrise +2025-04-18T09:26:45.757Z Moon culminates 32.03 degrees above the horizon +2025-04-18T10:55:51.895Z sunrise 2025-04-18T14:27:45.320Z moonset -2025-04-18T17:24:00.424Z Sun culminates 72.49 degrees above the horizon -2025-04-18T23:52:34.789Z sunset -2025-04-19T03:28:21.857Z Saturn moves from Aquarius to Pisces -2025-04-19T05:18:40.254Z moonrise -2025-04-19T10:20:43.254Z Moon culminates 32.57 degrees above the horizon -2025-04-19T10:54:51.245Z sunrise +2025-04-18T17:24:00.423Z Sun culminates 72.49 degrees above the horizon +2025-04-18T23:52:34.791Z sunset +2025-04-19T03:28:29.088Z Saturn moves from Aquarius to Pisces +2025-04-19T05:18:40.258Z moonrise +2025-04-19T10:20:43.257Z Moon culminates 32.57 degrees above the horizon +2025-04-19T10:54:51.242Z sunrise 2025-04-19T15:24:22.898Z moonset -2025-04-19T17:23:47.509Z Sun culminates 72.84 degrees above the horizon -2025-04-19T23:53:09.515Z sunset -2025-04-20T06:07:21.455Z moonrise -2025-04-20T10:53:51.307Z sunrise -2025-04-20T11:14:34.154Z Moon culminates 34.68 degrees above the horizon +2025-04-19T17:23:47.508Z Sun culminates 72.84 degrees above the horizon +2025-04-19T23:53:09.517Z sunset +2025-04-20T06:07:21.459Z moonrise +2025-04-20T10:53:51.303Z sunrise +2025-04-20T11:14:34.156Z Moon culminates 34.68 degrees above the horizon 2025-04-20T16:25:09.139Z moonset -2025-04-20T17:23:35.033Z Sun culminates 73.18 degrees above the horizon -2025-04-20T23:53:44.395Z sunset +2025-04-20T17:23:35.032Z Sun culminates 73.18 degrees above the horizon +2025-04-20T23:53:44.397Z sunset 2025-04-21T01:36:08.427Z third quarter -2025-04-21T06:51:04.015Z moonrise -2025-04-21T10:52:52.110Z sunrise -2025-04-21T12:07:13.270Z Moon culminates 38.28 degrees above the horizon +2025-04-21T06:51:04.018Z moonrise +2025-04-21T10:52:52.107Z sunrise +2025-04-21T12:07:13.272Z Moon culminates 38.28 degrees above the horizon 2025-04-21T17:23:23.008Z Sun culminates 73.52 degrees above the horizon -2025-04-21T17:28:14.786Z moonset +2025-04-21T17:28:14.787Z moonset 2025-04-21T18:41:14.984Z Mercury max morning elongation: 27.39 degrees from Sun -2025-04-21T23:54:19.431Z sunset -2025-04-22T07:30:14.143Z moonrise -2025-04-22T10:51:53.679Z sunrise -2025-04-22T12:58:12.893Z Moon culminates 43.24 degrees above the horizon +2025-04-21T23:54:19.432Z sunset +2025-04-22T07:30:14.144Z moonrise +2025-04-22T10:51:53.677Z sunrise +2025-04-22T12:58:12.894Z Moon culminates 43.24 degrees above the horizon 2025-04-22T17:23:11.448Z Sun culminates 73.86 degrees above the horizon -2025-04-22T18:32:16.051Z moonset -2025-04-22T23:54:54.619Z sunset +2025-04-22T18:32:16.052Z moonset +2025-04-22T23:54:54.620Z sunset 2025-04-23T08:05:56.614Z moonrise -2025-04-23T10:50:56.039Z sunrise -2025-04-23T12:32:33.760Z Mercury moves from Pisces to Cetus +2025-04-23T10:50:56.038Z sunrise +2025-04-23T12:32:34.462Z Mercury moves from Pisces to Cetus 2025-04-23T13:47:47.126Z Moon culminates 49.31 degrees above the horizon 2025-04-23T17:23:00.362Z Sun culminates 74.19 degrees above the horizon 2025-04-23T19:36:40.057Z moonset 2025-04-23T23:55:29.958Z sunset 2025-04-24T03:21:17.857Z Venus peak magnitude -4.75 in morning sky 2025-04-24T08:39:35.640Z moonrise -2025-04-24T10:49:59.213Z sunrise +2025-04-24T10:49:59.212Z sunrise 2025-04-24T14:36:44.256Z Moon culminates 56.22 degrees above the horizon 2025-04-24T17:22:49.761Z Sun culminates 74.52 degrees above the horizon -2025-04-24T20:41:44.253Z moonset -2025-04-24T23:56:05.441Z sunset -2025-04-25T09:12:44.839Z moonrise +2025-04-24T20:41:44.254Z moonset +2025-04-24T23:56:05.442Z sunset +2025-04-25T09:12:44.838Z moonrise 2025-04-25T10:49:03.224Z sunrise 2025-04-25T15:26:15.526Z Moon culminates 63.60 degrees above the horizon 2025-04-25T17:22:39.652Z Sun culminates 74.84 degrees above the horizon 2025-04-25T21:48:19.593Z moonset -2025-04-25T23:56:41.064Z sunset -2025-04-26T09:47:05.653Z moonrise +2025-04-25T23:56:41.065Z sunset +2025-04-26T09:47:05.652Z moonrise 2025-04-26T10:48:08.093Z sunrise 2025-04-26T16:17:43.617Z Moon culminates 71.01 degrees above the horizon 2025-04-26T17:22:30.042Z Sun culminates 75.16 degrees above the horizon -2025-04-26T22:57:24.636Z moonset -2025-04-26T23:57:16.820Z sunset -2025-04-27T10:24:29.151Z moonrise -2025-04-27T10:47:13.842Z sunrise +2025-04-26T22:57:24.637Z moonset +2025-04-26T23:57:16.821Z sunset +2025-04-27T10:24:29.149Z moonrise +2025-04-27T10:47:13.841Z sunrise 2025-04-27T16:18:15.211Z lunar perigee at 357110 km 2025-04-27T17:12:27.555Z Moon culminates 77.92 degrees above the horizon 2025-04-27T17:22:20.939Z Sun culminates 75.48 degrees above the horizon 2025-04-27T19:31:41.653Z new moon -2025-04-27T23:57:52.699Z sunset -2025-04-28T00:09:28.441Z moonset -2025-04-28T10:46:20.489Z sunrise -2025-04-28T11:06:53.182Z moonrise +2025-04-27T23:57:52.701Z sunset +2025-04-28T00:09:28.442Z moonset +2025-04-28T10:46:20.487Z sunrise +2025-04-28T11:06:53.180Z moonrise 2025-04-28T17:22:12.347Z Sun culminates 75.79 degrees above the horizon 2025-04-28T18:11:17.080Z Moon culminates 83.71 degrees above the horizon 2025-04-28T23:58:28.694Z sunset -2025-04-29T01:23:40.670Z moonset -2025-04-29T10:45:28.054Z sunrise -2025-04-29T11:56:02.212Z moonrise -2025-04-29T17:22:04.271Z Sun culminates 76.10 degrees above the horizon -2025-04-29T18:21:23.765Z Mercury moves from Cetus to Pisces -2025-04-29T19:13:55.197Z Moon culminates 87.81 degrees above the horizon -2025-04-29T23:59:04.792Z sunset -2025-04-30T02:37:13.231Z moonset -2025-04-30T10:44:36.557Z sunrise -2025-04-30T12:52:38.754Z moonrise -2025-04-30T17:21:56.715Z Sun culminates 76.41 degrees above the horizon -2025-04-30T20:18:30.656Z Moon culminates 89.81 degrees above the horizon -2025-04-30T23:59:40.982Z sunset -2025-05-01T03:45:53.942Z moonset -2025-05-01T10:43:46.018Z sunrise -2025-05-01T13:55:26.501Z moonrise -2025-05-01T17:21:49.683Z Sun culminates 76.71 degrees above the horizon -2025-05-01T21:22:02.888Z Moon culminates 89.61 degrees above the horizon -2025-05-02T00:00:17.251Z sunset -2025-05-02T04:46:09.358Z moonset +2025-04-29T01:23:40.671Z moonset +2025-04-29T10:45:28.052Z sunrise +2025-04-29T11:56:02.208Z moonrise +2025-04-29T17:22:04.270Z Sun culminates 76.10 degrees above the horizon +2025-04-29T18:21:24.405Z Mercury moves from Cetus to Pisces +2025-04-29T19:13:55.196Z Moon culminates 87.81 degrees above the horizon +2025-04-29T23:59:04.791Z sunset +2025-04-30T02:37:13.232Z moonset +2025-04-30T10:44:36.556Z sunrise +2025-04-30T12:52:38.749Z moonrise +2025-04-30T17:21:56.714Z Sun culminates 76.41 degrees above the horizon +2025-04-30T20:18:30.654Z Moon culminates 89.81 degrees above the horizon +2025-04-30T23:59:40.980Z sunset +2025-05-01T03:45:53.943Z moonset +2025-05-01T10:43:46.017Z sunrise +2025-05-01T13:55:26.496Z moonrise +2025-05-01T17:21:49.681Z Sun culminates 76.71 degrees above the horizon +2025-05-01T21:22:02.886Z Moon culminates 89.61 degrees above the horizon +2025-05-02T00:00:17.249Z sunset +2025-05-02T04:46:09.359Z moonset 2025-05-02T10:42:56.455Z sunrise -2025-05-02T15:01:13.513Z moonrise -2025-05-02T17:21:43.178Z Sun culminates 77.01 degrees above the horizon -2025-05-02T22:21:43.293Z Moon culminates 87.45 degrees above the horizon -2025-05-03T00:00:53.588Z sunset -2025-05-03T05:36:47.918Z moonset +2025-05-02T15:01:13.508Z moonrise +2025-05-02T17:21:43.176Z Sun culminates 77.01 degrees above the horizon +2025-05-02T22:21:43.291Z Moon culminates 87.45 degrees above the horizon +2025-05-03T00:00:53.585Z sunset +2025-05-03T05:36:47.919Z moonset 2025-05-03T10:42:07.891Z sunrise -2025-05-03T16:06:25.398Z moonrise -2025-05-03T17:21:37.204Z Sun culminates 77.30 degrees above the horizon -2025-05-03T23:16:04.787Z Moon culminates 83.77 degrees above the horizon -2025-05-04T00:01:29.979Z sunset -2025-05-04T06:18:49.025Z moonset -2025-05-04T10:41:20.343Z sunrise +2025-05-03T16:06:25.394Z moonrise +2025-05-03T17:21:37.202Z Sun culminates 77.30 degrees above the horizon +2025-05-03T23:16:04.785Z Moon culminates 83.77 degrees above the horizon +2025-05-04T00:01:29.976Z sunset +2025-05-04T06:18:49.027Z moonset +2025-05-04T10:41:20.344Z sunrise 2025-05-04T13:52:23.038Z first quarter -2025-05-04T17:08:42.813Z moonrise -2025-05-04T17:21:31.765Z Sun culminates 77.59 degrees above the horizon -2025-05-05T00:02:06.412Z sunset +2025-05-04T17:08:42.810Z moonrise +2025-05-04T17:21:31.764Z Sun culminates 77.59 degrees above the horizon +2025-05-05T00:02:06.410Z sunset 2025-05-05T00:05:08.040Z Moon culminates 79.03 degrees above the horizon -2025-05-05T06:54:10.209Z moonset -2025-05-05T10:40:33.834Z sunrise -2025-05-05T17:21:26.865Z Sun culminates 77.87 degrees above the horizon -2025-05-05T18:07:24.494Z moonrise -2025-05-06T00:02:42.875Z sunset +2025-05-05T06:54:10.211Z moonset +2025-05-05T10:40:33.835Z sunrise +2025-05-05T17:21:26.864Z Sun culminates 77.87 degrees above the horizon +2025-05-05T18:07:24.491Z moonrise +2025-05-06T00:02:42.873Z sunset 2025-05-06T00:49:47.644Z Moon culminates 73.60 degrees above the horizon -2025-05-06T07:24:52.512Z moonset -2025-05-06T10:39:48.384Z sunrise -2025-05-06T17:21:22.509Z Sun culminates 78.15 degrees above the horizon -2025-05-06T19:02:57.075Z moonrise -2025-05-07T00:03:19.356Z sunset -2025-05-07T01:31:18.905Z Moon culminates 67.80 degrees above the horizon -2025-05-07T07:52:40.423Z moonset +2025-05-06T07:24:52.514Z moonset +2025-05-06T10:39:48.385Z sunrise +2025-05-06T17:21:22.508Z Sun culminates 78.15 degrees above the horizon +2025-05-06T19:02:57.074Z moonrise +2025-05-07T00:03:19.354Z sunset +2025-05-07T01:31:18.904Z Moon culminates 67.80 degrees above the horizon +2025-05-07T07:52:40.424Z moonset 2025-05-07T10:39:04.014Z sunrise 2025-05-07T17:21:18.701Z Sun culminates 78.43 degrees above the horizon -2025-05-07T19:56:19.473Z moonrise -2025-05-08T00:03:55.843Z sunset +2025-05-07T19:56:19.471Z moonrise +2025-05-08T00:03:55.842Z sunset 2025-05-08T02:10:59.612Z Moon culminates 61.85 degrees above the horizon -2025-05-08T08:19:01.185Z moonset +2025-05-08T08:19:01.186Z moonset 2025-05-08T10:38:20.743Z sunrise -2025-05-08T17:21:15.446Z Sun culminates 78.70 degrees above the horizon -2025-05-08T20:48:40.107Z moonrise -2025-05-09T00:04:32.324Z sunset +2025-05-08T17:21:15.445Z Sun culminates 78.70 degrees above the horizon +2025-05-08T20:48:40.106Z moonrise +2025-05-09T00:04:32.323Z sunset 2025-05-09T02:50:03.321Z Moon culminates 55.95 degrees above the horizon 2025-05-09T08:45:10.547Z moonset 2025-05-09T10:37:38.594Z sunrise -2025-05-09T17:21:12.748Z Sun culminates 78.96 degrees above the horizon +2025-05-09T17:21:12.747Z Sun culminates 78.96 degrees above the horizon 2025-05-09T21:41:04.722Z moonrise 2025-05-10T00:05:08.788Z sunset 2025-05-10T03:29:37.848Z Moon culminates 50.26 degrees above the horizon 2025-05-10T09:12:19.319Z moonset -2025-05-10T10:36:57.587Z sunrise -2025-05-10T17:21:10.612Z Sun culminates 79.22 degrees above the horizon +2025-05-10T10:36:57.586Z sunrise +2025-05-10T17:21:10.611Z Sun culminates 79.22 degrees above the horizon 2025-05-10T22:34:28.276Z moonrise 2025-05-11T00:05:45.223Z sunset 2025-05-11T00:47:06.457Z lunar apogee at 406233 km 2025-05-11T04:10:44.504Z Moon culminates 44.97 degrees above the horizon -2025-05-11T09:41:38.686Z moonset -2025-05-11T10:36:17.742Z sunrise +2025-05-11T09:41:38.685Z moonset +2025-05-11T10:36:17.741Z sunrise 2025-05-11T17:21:09.041Z Sun culminates 79.48 degrees above the horizon -2025-05-11T19:49:46.289Z Venus moves from Pisces to Cetus +2025-05-11T19:49:47.249Z Venus moves from Pisces to Cetus 2025-05-11T23:29:25.791Z moonrise 2025-05-12T00:06:21.617Z sunset -2025-05-12T04:54:15.151Z Moon culminates 40.29 degrees above the horizon -2025-05-12T10:14:22.776Z moonset -2025-05-12T10:35:39.080Z sunrise -2025-05-12T12:46:24.053Z Mercury moves from Pisces to Cetus -2025-05-12T13:58:25.716Z Mercury moves from Cetus to Aries +2025-05-12T04:54:15.150Z Moon culminates 40.29 degrees above the horizon +2025-05-12T10:14:22.775Z moonset +2025-05-12T10:35:39.079Z sunrise +2025-05-12T12:46:24.512Z Mercury moves from Pisces to Cetus +2025-05-12T13:58:26.218Z Mercury moves from Cetus to Aries 2025-05-12T16:56:33.438Z full moon -2025-05-12T17:21:08.041Z Sun culminates 79.73 degrees above the horizon -2025-05-13T00:06:57.956Z sunset -2025-05-13T00:25:59.819Z moonrise -2025-05-13T05:40:45.104Z Moon culminates 36.46 degrees above the horizon -2025-05-13T10:15:09.781Z Venus moves from Cetus to Pisces -2025-05-13T10:35:01.621Z sunrise -2025-05-13T10:51:45.904Z moonset +2025-05-12T17:21:08.040Z Sun culminates 79.73 degrees above the horizon +2025-05-13T00:06:57.957Z sunset +2025-05-13T00:25:59.820Z moonrise +2025-05-13T05:40:45.103Z Moon culminates 36.46 degrees above the horizon +2025-05-13T10:15:11.369Z Venus moves from Cetus to Pisces +2025-05-13T10:35:01.620Z sunrise +2025-05-13T10:51:45.903Z moonset 2025-05-13T17:21:07.613Z Sun culminates 79.97 degrees above the horizon -2025-05-14T00:07:34.227Z sunset -2025-05-14T01:23:27.301Z moonrise +2025-05-14T00:07:34.228Z sunset +2025-05-14T01:23:27.303Z moonrise 2025-05-14T06:30:21.910Z Moon culminates 33.73 degrees above the horizon -2025-05-14T10:34:25.383Z sunrise -2025-05-14T11:34:50.686Z moonset +2025-05-14T10:34:25.382Z sunrise +2025-05-14T11:34:50.685Z moonset 2025-05-14T17:21:07.760Z Sun culminates 80.21 degrees above the horizon -2025-05-15T00:08:10.415Z sunset -2025-05-15T02:20:16.566Z moonrise -2025-05-15T07:22:34.699Z Moon culminates 32.32 degrees above the horizon -2025-05-15T10:33:50.387Z sunrise -2025-05-15T12:24:05.775Z moonset +2025-05-15T00:08:10.416Z sunset +2025-05-15T02:20:16.568Z moonrise +2025-05-15T07:22:34.700Z Moon culminates 32.32 degrees above the horizon +2025-05-15T10:33:50.385Z sunrise +2025-05-15T12:24:05.774Z moonset 2025-05-15T17:21:08.484Z Sun culminates 80.45 degrees above the horizon -2025-05-16T00:08:46.503Z sunset -2025-05-16T03:14:28.317Z moonrise -2025-05-16T08:16:14.271Z Moon culminates 32.40 degrees above the horizon -2025-05-16T10:33:16.649Z sunrise -2025-05-16T13:19:02.649Z moonset -2025-05-16T17:21:09.784Z Sun culminates 80.68 degrees above the horizon -2025-05-17T00:09:22.473Z sunset -2025-05-17T04:04:19.004Z moonrise -2025-05-17T09:09:52.072Z Moon culminates 34.02 degrees above the horizon -2025-05-17T10:32:44.186Z sunrise +2025-05-16T00:08:46.504Z sunset +2025-05-16T03:14:28.320Z moonrise +2025-05-16T08:16:14.272Z Moon culminates 32.40 degrees above the horizon +2025-05-16T10:33:16.647Z sunrise +2025-05-16T13:19:02.648Z moonset +2025-05-16T17:21:09.783Z Sun culminates 80.68 degrees above the horizon +2025-05-17T00:09:22.475Z sunset +2025-05-17T04:04:19.007Z moonrise +2025-05-17T09:09:52.073Z Moon culminates 34.02 degrees above the horizon +2025-05-17T10:32:44.184Z sunrise 2025-05-17T14:18:13.425Z moonset -2025-05-17T17:21:11.659Z Sun culminates 80.90 degrees above the horizon +2025-05-17T17:21:11.658Z Sun culminates 80.90 degrees above the horizon 2025-05-17T23:34:04.242Z Uranus conjunction -2025-05-18T00:09:58.307Z sunset -2025-05-18T04:48:59.504Z moonrise -2025-05-18T10:02:11.723Z Moon culminates 37.12 degrees above the horizon -2025-05-18T10:32:13.014Z sunrise +2025-05-18T00:09:58.308Z sunset +2025-05-18T04:48:59.507Z moonrise +2025-05-18T10:02:11.724Z Moon culminates 37.12 degrees above the horizon +2025-05-18T10:32:13.012Z sunrise 2025-05-18T15:19:42.947Z moonset 2025-05-18T17:21:14.106Z Sun culminates 81.12 degrees above the horizon -2025-05-19T00:10:33.982Z sunset -2025-05-19T05:28:43.301Z moonrise -2025-05-19T10:31:43.148Z sunrise +2025-05-19T00:10:33.983Z sunset +2025-05-19T05:28:43.302Z moonrise +2025-05-19T10:31:43.146Z sunrise 2025-05-19T10:52:34.290Z Moon culminates 41.55 degrees above the horizon 2025-05-19T16:21:56.304Z moonset -2025-05-19T17:21:17.122Z Sun culminates 81.33 degrees above the horizon +2025-05-19T17:21:17.121Z Sun culminates 81.33 degrees above the horizon 2025-05-20T00:11:09.477Z sunset -2025-05-20T06:04:28.615Z moonrise -2025-05-20T10:31:14.599Z sunrise +2025-05-20T06:04:28.616Z moonrise +2025-05-20T10:31:14.598Z sunrise 2025-05-20T11:41:05.201Z Moon culminates 47.08 degrees above the horizon 2025-05-20T11:59:15.969Z third quarter -2025-05-20T17:21:20.700Z Sun culminates 81.54 degrees above the horizon +2025-05-20T17:21:20.699Z Sun culminates 81.54 degrees above the horizon 2025-05-20T17:24:09.472Z moonset -2025-05-21T00:11:44.766Z sunset -2025-05-21T06:37:36.220Z moonrise +2025-05-21T00:11:44.765Z sunset +2025-05-21T06:37:36.221Z moonrise 2025-05-21T10:30:47.380Z sunrise 2025-05-21T12:28:26.895Z Moon culminates 53.47 degrees above the horizon 2025-05-21T17:21:24.832Z Sun culminates 81.74 degrees above the horizon -2025-05-21T18:26:32.503Z moonset +2025-05-21T18:26:32.502Z moonset 2025-05-22T00:12:19.822Z sunset 2025-05-22T07:09:36.379Z moonrise -2025-05-22T10:30:21.500Z sunrise +2025-05-22T10:30:21.501Z sunrise 2025-05-22T13:15:47.496Z Moon culminates 60.43 degrees above the horizon 2025-05-22T17:21:29.511Z Sun culminates 81.94 degrees above the horizon 2025-05-22T19:29:55.845Z moonset -2025-05-23T00:12:54.619Z sunset -2025-05-23T00:18:55.835Z Mercury moves from Aries to Taurus +2025-05-23T00:12:54.618Z sunset +2025-05-23T00:18:56.192Z Mercury moves from Aries to Taurus 2025-05-23T07:42:05.923Z moonrise -2025-05-23T10:29:56.967Z sunrise -2025-05-23T14:04:30.966Z Moon culminates 67.62 degrees above the horizon -2025-05-23T17:21:34.724Z Sun culminates 82.13 degrees above the horizon +2025-05-23T10:29:56.968Z sunrise +2025-05-23T14:04:30.967Z Moon culminates 67.62 degrees above the horizon +2025-05-23T17:21:34.725Z Sun culminates 82.13 degrees above the horizon 2025-05-23T20:35:30.013Z moonset 2025-05-24T00:13:29.127Z sunset -2025-05-24T08:16:51.245Z moonrise -2025-05-24T10:29:33.787Z sunrise +2025-05-24T08:16:51.246Z moonrise +2025-05-24T10:29:33.788Z sunrise 2025-05-24T14:56:07.152Z Moon culminates 74.61 degrees above the horizon 2025-05-24T17:21:40.461Z Sun culminates 82.31 degrees above the horizon 2025-05-24T21:44:18.085Z moonset @@ -9397,141 +9397,141 @@ 2025-05-25T10:29:11.963Z sunrise 2025-05-25T15:51:54.719Z Moon culminates 80.90 degrees above the horizon 2025-05-25T17:21:46.705Z Sun culminates 82.49 degrees above the horizon -2025-05-25T22:56:33.338Z moonset -2025-05-26T00:14:37.154Z sunset -2025-05-26T00:34:52.099Z Mars moves from Cancer to Leo +2025-05-25T22:56:33.339Z moonset +2025-05-26T00:14:37.155Z sunset +2025-05-26T00:34:53.683Z Mars moves from Cancer to Leo 2025-05-26T01:34:37.720Z lunar perigee at 359014 km -2025-05-26T09:41:09.770Z moonrise -2025-05-26T10:28:51.497Z sunrise -2025-05-26T16:52:28.678Z Moon culminates 85.87 degrees above the horizon +2025-05-26T09:41:09.769Z moonrise +2025-05-26T10:28:51.496Z sunrise +2025-05-26T16:52:28.677Z Moon culminates 85.87 degrees above the horizon 2025-05-26T17:21:53.443Z Sun culminates 82.66 degrees above the horizon 2025-05-27T00:10:44.124Z moonset -2025-05-27T00:15:10.609Z sunset +2025-05-27T00:15:10.610Z sunset 2025-05-27T03:02:51.612Z new moon -2025-05-27T10:28:32.390Z sunrise -2025-05-27T10:34:22.254Z moonrise -2025-05-27T17:22:00.658Z Sun culminates 82.82 degrees above the horizon -2025-05-27T17:56:56.432Z Moon culminates 88.96 degrees above the horizon -2025-05-28T00:15:43.648Z sunset -2025-05-28T01:23:08.853Z moonset -2025-05-28T10:28:14.641Z sunrise -2025-05-28T11:35:28.456Z moonrise -2025-05-28T17:22:08.331Z Sun culminates 82.98 degrees above the horizon -2025-05-28T19:02:39.474Z Moon culminates 89.83 degrees above the horizon -2025-05-29T00:16:16.234Z sunset +2025-05-27T10:28:32.388Z sunrise +2025-05-27T10:34:22.252Z moonrise +2025-05-27T17:22:00.657Z Sun culminates 82.82 degrees above the horizon +2025-05-27T17:56:56.430Z Moon culminates 88.96 degrees above the horizon +2025-05-28T00:15:43.647Z sunset +2025-05-28T01:23:08.852Z moonset +2025-05-28T10:28:14.639Z sunrise +2025-05-28T11:35:28.452Z moonrise +2025-05-28T17:22:08.329Z Sun culminates 82.98 degrees above the horizon +2025-05-28T19:02:39.471Z Moon culminates 89.83 degrees above the horizon +2025-05-29T00:16:16.232Z sunset 2025-05-29T02:29:12.001Z moonset -2025-05-29T10:27:58.248Z sunrise -2025-05-29T12:42:00.936Z moonrise -2025-05-29T17:22:16.444Z Sun culminates 83.14 degrees above the horizon -2025-05-29T20:06:08.465Z Moon culminates 88.50 degrees above the horizon -2025-05-30T00:16:48.334Z sunset -2025-05-30T03:25:52.810Z moonset +2025-05-29T10:27:58.246Z sunrise +2025-05-29T12:42:00.931Z moonrise +2025-05-29T17:22:16.442Z Sun culminates 83.14 degrees above the horizon +2025-05-29T20:06:08.463Z Moon culminates 88.50 degrees above the horizon +2025-05-30T00:16:48.331Z sunset +2025-05-30T03:25:52.809Z moonset 2025-05-30T03:58:26.893Z Mercury superior conjunction -2025-05-30T10:27:43.208Z sunrise -2025-05-30T13:49:54.674Z moonrise -2025-05-30T17:22:24.979Z Sun culminates 83.28 degrees above the horizon -2025-05-30T21:04:44.211Z Moon culminates 85.34 degrees above the horizon -2025-05-31T00:17:19.912Z sunset +2025-05-30T10:27:43.207Z sunrise +2025-05-30T13:49:54.670Z moonrise +2025-05-30T17:22:24.976Z Sun culminates 83.28 degrees above the horizon +2025-05-30T21:04:44.208Z Moon culminates 85.34 degrees above the horizon +2025-05-31T00:17:19.908Z sunset 2025-05-31T04:12:55.788Z moonset 2025-05-31T10:27:29.520Z sunrise 2025-05-31T12:52:11.559Z Mercury perihelion at 0.3075 AU -2025-05-31T14:55:36.641Z moonrise -2025-05-31T17:22:33.915Z Sun culminates 83.42 degrees above the horizon -2025-05-31T21:57:32.042Z Moon culminates 80.85 degrees above the horizon -2025-06-01T00:17:50.932Z sunset +2025-05-31T14:55:36.637Z moonrise +2025-05-31T17:22:33.914Z Sun culminates 83.42 degrees above the horizon +2025-05-31T21:57:32.040Z Moon culminates 80.85 degrees above the horizon +2025-06-01T00:17:50.928Z sunset 2025-06-01T03:28:38.121Z Venus max morning elongation: 45.88 degrees from Sun 2025-06-01T04:51:57.723Z moonset -2025-06-01T10:27:17.180Z sunrise -2025-06-01T15:57:25.252Z moonrise -2025-06-01T17:22:43.236Z Sun culminates 83.56 degrees above the horizon -2025-06-01T22:45:02.957Z Moon culminates 75.52 degrees above the horizon -2025-06-02T00:18:21.362Z sunset +2025-06-01T10:27:17.181Z sunrise +2025-06-01T15:57:25.249Z moonrise +2025-06-01T17:22:43.235Z Sun culminates 83.56 degrees above the horizon +2025-06-01T22:45:02.956Z Moon culminates 75.52 degrees above the horizon +2025-06-02T00:18:21.358Z sunset 2025-06-02T05:25:08.195Z moonset -2025-06-02T10:27:06.184Z sunrise -2025-06-02T16:55:18.720Z moonrise -2025-06-02T17:22:52.922Z Sun culminates 83.69 degrees above the horizon +2025-06-02T10:27:06.185Z sunrise +2025-06-02T16:55:18.718Z moonrise +2025-06-02T17:22:52.920Z Sun culminates 83.69 degrees above the horizon 2025-06-02T23:28:29.954Z Moon culminates 69.73 degrees above the horizon -2025-06-03T00:18:51.168Z sunset +2025-06-03T00:18:51.165Z sunset 2025-06-03T03:41:35.817Z first quarter -2025-06-03T05:54:27.102Z moonset -2025-06-03T10:26:56.528Z sunrise +2025-06-03T05:54:27.103Z moonset +2025-06-03T10:26:56.529Z sunrise 2025-06-03T17:23:02.953Z Sun culminates 83.81 degrees above the horizon -2025-06-03T17:50:10.074Z moonrise +2025-06-03T17:50:10.073Z moonrise 2025-06-04T00:09:17.153Z Moon culminates 63.75 degrees above the horizon -2025-06-04T00:19:20.317Z sunset -2025-06-04T06:21:34.742Z moonset +2025-06-04T00:19:20.315Z sunset +2025-06-04T06:21:34.743Z moonset 2025-06-04T10:26:48.207Z sunrise 2025-06-04T17:23:13.313Z Sun culminates 83.92 degrees above the horizon -2025-06-04T18:43:12.440Z moonrise -2025-06-05T00:19:48.780Z sunset +2025-06-04T18:43:12.439Z moonrise +2025-06-05T00:19:48.778Z sunset 2025-06-05T00:48:46.260Z Moon culminates 57.78 degrees above the horizon -2025-06-05T06:47:55.727Z moonset +2025-06-05T06:47:55.728Z moonset 2025-06-05T10:26:41.215Z sunrise -2025-06-05T17:23:23.984Z Sun culminates 84.03 degrees above the horizon -2025-06-05T19:35:40.535Z moonrise -2025-06-06T00:20:16.525Z sunset +2025-06-05T17:23:23.983Z Sun culminates 84.03 degrees above the horizon +2025-06-05T19:35:40.534Z moonrise +2025-06-06T00:20:16.523Z sunset 2025-06-06T01:28:12.899Z Moon culminates 52.01 degrees above the horizon -2025-06-06T07:14:46.198Z moonset +2025-06-06T07:14:46.199Z moonset 2025-06-06T10:26:35.547Z sunrise 2025-06-06T17:23:34.947Z Sun culminates 84.13 degrees above the horizon -2025-06-06T20:28:40.832Z moonrise -2025-06-07T00:20:43.524Z sunset +2025-06-06T20:28:40.831Z moonrise +2025-06-07T00:20:43.523Z sunset 2025-06-07T02:08:46.057Z Moon culminates 46.59 degrees above the horizon -2025-06-07T07:43:20.459Z moonset +2025-06-07T07:43:20.460Z moonset 2025-06-07T10:26:31.197Z sunrise 2025-06-07T10:44:20.505Z lunar apogee at 405543 km -2025-06-07T17:23:46.186Z Sun culminates 84.23 degrees above the horizon +2025-06-07T17:23:46.185Z Sun culminates 84.23 degrees above the horizon 2025-06-07T21:23:03.003Z moonrise -2025-06-08T00:21:09.750Z sunset +2025-06-08T00:21:09.749Z sunset 2025-06-08T02:51:26.417Z Moon culminates 41.72 degrees above the horizon -2025-06-08T08:14:55.310Z moonset -2025-06-08T10:26:28.157Z sunrise +2025-06-08T08:14:55.311Z moonset +2025-06-08T10:26:28.158Z sunrise 2025-06-08T17:23:57.683Z Sun culminates 84.31 degrees above the horizon 2025-06-08T22:19:08.149Z moonrise 2025-06-09T00:21:35.174Z sunset 2025-06-09T03:37:00.761Z Moon culminates 37.61 degrees above the horizon -2025-06-09T05:03:53.349Z Mercury moves from Taurus to Gemini -2025-06-09T08:50:49.795Z moonset -2025-06-09T10:26:26.421Z sunrise -2025-06-09T13:16:29.912Z Venus moves from Pisces to Cetus +2025-06-09T05:03:53.727Z Mercury moves from Taurus to Gemini +2025-06-09T08:50:49.796Z moonset +2025-06-09T10:26:26.422Z sunrise +2025-06-09T13:16:30.676Z Venus moves from Pisces to Cetus 2025-06-09T17:24:09.421Z Sun culminates 84.39 degrees above the horizon 2025-06-09T23:16:33.869Z moonrise 2025-06-10T00:21:59.772Z sunset 2025-06-10T04:25:51.135Z Moon culminates 34.51 degrees above the horizon -2025-06-10T09:32:16.422Z moonset +2025-06-10T09:32:16.423Z moonset 2025-06-10T10:26:25.981Z sunrise -2025-06-10T15:42:43.589Z Venus moves from Cetus to Aries +2025-06-10T15:42:44.646Z Venus moves from Cetus to Aries 2025-06-10T17:24:21.384Z Sun culminates 84.47 degrees above the horizon 2025-06-11T00:14:04.263Z moonrise 2025-06-11T00:22:23.516Z sunset -2025-06-11T05:17:41.400Z Moon culminates 32.67 degrees above the horizon +2025-06-11T05:17:41.401Z Moon culminates 32.67 degrees above the horizon 2025-06-11T07:44:26.531Z full moon 2025-06-11T10:20:00.301Z moonset 2025-06-11T10:26:26.828Z sunrise 2025-06-11T17:24:33.553Z Sun culminates 84.54 degrees above the horizon -2025-06-12T00:22:46.382Z sunset -2025-06-12T00:53:59.548Z Jupiter moves from Taurus to Gemini -2025-06-12T01:09:40.763Z moonrise +2025-06-12T00:22:46.383Z sunset +2025-06-12T00:54:02.987Z Jupiter moves from Taurus to Gemini +2025-06-12T01:09:40.764Z moonrise 2025-06-12T02:53:57.780Z Venus aphelion at 0.7282 AU -2025-06-12T06:11:30.665Z Moon culminates 32.30 degrees above the horizon +2025-06-12T06:11:30.666Z Moon culminates 32.30 degrees above the horizon 2025-06-12T10:26:28.951Z sunrise -2025-06-12T11:13:51.202Z moonset +2025-06-12T11:13:51.203Z moonset 2025-06-12T17:24:45.912Z Sun culminates 84.60 degrees above the horizon -2025-06-13T00:23:08.344Z sunset +2025-06-13T00:23:08.345Z sunset 2025-06-13T02:01:21.959Z moonrise -2025-06-13T07:05:45.876Z Moon culminates 33.49 degrees above the horizon +2025-06-13T07:05:45.877Z Moon culminates 33.49 degrees above the horizon 2025-06-13T10:26:32.341Z sunrise -2025-06-13T12:12:29.902Z moonset -2025-06-13T17:24:58.441Z Sun culminates 84.65 degrees above the horizon -2025-06-14T00:23:29.377Z sunset +2025-06-13T12:12:29.903Z moonset +2025-06-13T17:24:58.442Z Sun culminates 84.65 degrees above the horizon +2025-06-14T00:23:29.378Z sunset 2025-06-14T02:47:51.873Z moonrise -2025-06-14T07:58:54.013Z Moon culminates 36.21 degrees above the horizon +2025-06-14T07:58:54.014Z Moon culminates 36.21 degrees above the horizon 2025-06-14T10:26:36.985Z sunrise -2025-06-14T13:13:51.934Z moonset -2025-06-14T17:25:11.123Z Sun culminates 84.70 degrees above the horizon +2025-06-14T13:13:51.935Z moonset +2025-06-14T17:25:11.124Z Sun culminates 84.70 degrees above the horizon 2025-06-15T00:23:49.456Z sunset 2025-06-15T03:29:01.914Z moonrise -2025-06-15T08:49:55.279Z Moon culminates 40.30 degrees above the horizon +2025-06-15T08:49:55.280Z Moon culminates 40.30 degrees above the horizon 2025-06-15T10:26:42.871Z sunrise 2025-06-15T14:15:59.646Z moonset 2025-06-15T17:25:23.938Z Sun culminates 84.74 degrees above the horizon @@ -9541,534 +9541,534 @@ 2025-06-16T10:26:49.983Z sunrise 2025-06-16T15:17:44.572Z moonset 2025-06-16T17:25:36.865Z Sun culminates 84.77 degrees above the horizon -2025-06-17T00:24:26.649Z sunset -2025-06-17T04:38:57.910Z moonrise +2025-06-17T00:24:26.648Z sunset +2025-06-17T04:38:57.909Z moonrise 2025-06-17T10:25:31.973Z Moon culminates 51.59 degrees above the horizon -2025-06-17T10:26:58.305Z sunrise +2025-06-17T10:26:58.306Z sunrise 2025-06-17T16:18:58.202Z moonset 2025-06-17T17:25:49.882Z Sun culminates 84.80 degrees above the horizon -2025-06-18T00:24:43.711Z sunset +2025-06-18T00:24:43.709Z sunset 2025-06-18T05:10:27.864Z moonrise -2025-06-18T10:27:07.819Z sunrise +2025-06-18T10:27:07.821Z sunrise 2025-06-18T11:11:38.717Z Moon culminates 58.24 degrees above the horizon 2025-06-18T17:20:19.860Z moonset -2025-06-18T17:26:02.968Z Sun culminates 84.82 degrees above the horizon +2025-06-18T17:26:02.969Z Sun culminates 84.82 degrees above the horizon 2025-06-18T19:19:35.962Z third quarter -2025-06-19T00:24:59.716Z sunset +2025-06-19T00:24:59.714Z sunset 2025-06-19T05:41:41.081Z moonrise -2025-06-19T10:27:18.505Z sunrise +2025-06-19T10:27:18.508Z sunrise 2025-06-19T11:58:16.912Z Moon culminates 65.18 degrees above the horizon 2025-06-19T17:26:16.100Z Sun culminates 84.83 degrees above the horizon -2025-06-19T18:22:57.234Z moonset -2025-06-20T00:25:14.638Z sunset +2025-06-19T18:22:57.235Z moonset +2025-06-20T00:25:14.637Z sunset 2025-06-20T06:14:16.835Z moonrise -2025-06-20T10:27:30.342Z sunrise -2025-06-20T12:46:55.462Z Moon culminates 72.06 degrees above the horizon +2025-06-20T10:27:30.344Z sunrise +2025-06-20T12:46:55.463Z Moon culminates 72.06 degrees above the horizon 2025-06-20T17:26:29.253Z Sun culminates 84.84 degrees above the horizon -2025-06-20T19:28:04.453Z moonset -2025-06-21T00:25:28.452Z sunset -2025-06-21T02:42:19.310Z June solstice -2025-06-21T06:50:05.684Z moonrise -2025-06-21T10:27:43.304Z sunrise -2025-06-21T13:39:02.735Z Moon culminates 78.46 degrees above the horizon -2025-06-21T17:26:42.401Z Sun culminates 84.84 degrees above the horizon -2025-06-21T20:36:31.825Z moonset +2025-06-20T19:28:04.454Z moonset +2025-06-21T00:25:28.451Z sunset +2025-06-21T02:42:17.883Z June solstice +2025-06-21T06:50:05.685Z moonrise +2025-06-21T10:27:43.306Z sunrise +2025-06-21T13:39:02.736Z Moon culminates 78.46 degrees above the horizon +2025-06-21T17:26:42.402Z Sun culminates 84.84 degrees above the horizon +2025-06-21T20:36:31.826Z moonset 2025-06-22T00:25:41.132Z sunset 2025-06-22T07:31:10.327Z moonrise -2025-06-22T10:27:57.365Z sunrise +2025-06-22T10:27:57.366Z sunrise 2025-06-22T14:35:45.755Z Moon culminates 83.88 degrees above the horizon -2025-06-22T17:26:55.519Z Sun culminates 84.83 degrees above the horizon -2025-06-22T21:48:00.053Z moonset +2025-06-22T17:26:55.520Z Sun culminates 84.83 degrees above the horizon +2025-06-22T21:48:00.054Z moonset 2025-06-23T00:25:52.653Z sunset 2025-06-23T04:44:43.037Z lunar perigee at 363168 km 2025-06-23T08:19:30.049Z moonrise -2025-06-23T10:28:12.498Z sunrise +2025-06-23T10:28:12.497Z sunrise 2025-06-23T15:37:13.012Z Moon culminates 87.78 degrees above the horizon 2025-06-23T17:27:08.580Z Sun culminates 84.82 degrees above the horizon 2025-06-23T23:00:12.532Z moonset -2025-06-24T00:26:02.989Z sunset -2025-06-24T09:16:12.529Z moonrise -2025-06-24T10:28:28.671Z sunrise +2025-06-24T00:26:02.990Z sunset +2025-06-24T09:16:12.528Z moonrise +2025-06-24T10:28:28.669Z sunrise 2025-06-24T15:21:38.610Z Jupiter conjunction -2025-06-24T16:41:54.730Z Moon culminates 89.67 degrees above the horizon -2025-06-24T17:27:21.556Z Sun culminates 84.79 degrees above the horizon -2025-06-25T00:09:03.336Z moonset +2025-06-24T16:41:54.729Z Moon culminates 89.67 degrees above the horizon +2025-06-24T17:27:21.555Z Sun culminates 84.79 degrees above the horizon +2025-06-25T00:09:03.335Z moonset 2025-06-25T00:26:12.117Z sunset -2025-06-25T08:44:39.215Z Mercury moves from Gemini to Cancer -2025-06-25T10:20:22.088Z moonrise -2025-06-25T10:28:45.853Z sunrise +2025-06-25T08:44:39.819Z Mercury moves from Gemini to Cancer +2025-06-25T10:20:22.086Z moonrise +2025-06-25T10:28:45.851Z sunrise 2025-06-25T10:32:07.787Z new moon -2025-06-25T17:27:34.418Z Sun culminates 84.77 degrees above the horizon -2025-06-25T17:46:47.075Z Moon culminates 89.35 degrees above the horizon -2025-06-26T00:26:20.011Z sunset -2025-06-26T01:10:27.790Z moonset -2025-06-26T10:29:04.013Z sunrise -2025-06-26T11:28:38.077Z moonrise -2025-06-26T17:27:47.139Z Sun culminates 84.73 degrees above the horizon -2025-06-26T18:48:29.985Z Moon culminates 86.96 degrees above the horizon -2025-06-27T00:26:26.648Z sunset -2025-06-27T02:02:31.391Z moonset -2025-06-27T10:29:23.117Z sunrise -2025-06-27T12:36:47.705Z moonrise -2025-06-27T17:27:59.691Z Sun culminates 84.69 degrees above the horizon -2025-06-27T19:44:59.353Z Moon culminates 82.93 degrees above the horizon -2025-06-28T00:26:32.005Z sunset -2025-06-28T02:45:47.839Z moonset -2025-06-28T07:03:12.130Z Venus moves from Aries to Taurus +2025-06-25T17:27:34.417Z Sun culminates 84.77 degrees above the horizon +2025-06-25T17:46:47.074Z Moon culminates 89.35 degrees above the horizon +2025-06-26T00:26:20.010Z sunset +2025-06-26T01:10:27.789Z moonset +2025-06-26T10:29:04.011Z sunrise +2025-06-26T11:28:38.074Z moonrise +2025-06-26T17:27:47.137Z Sun culminates 84.73 degrees above the horizon +2025-06-26T18:48:29.983Z Moon culminates 86.96 degrees above the horizon +2025-06-27T00:26:26.646Z sunset +2025-06-27T02:02:31.390Z moonset +2025-06-27T10:29:23.116Z sunrise +2025-06-27T12:36:47.702Z moonrise +2025-06-27T17:27:59.689Z Sun culminates 84.69 degrees above the horizon +2025-06-27T19:44:59.352Z Moon culminates 82.93 degrees above the horizon +2025-06-28T00:26:32.002Z sunset +2025-06-28T02:45:47.838Z moonset +2025-06-28T07:03:12.842Z Venus moves from Aries to Taurus 2025-06-28T10:29:43.134Z sunrise -2025-06-28T13:41:52.512Z moonrise -2025-06-28T17:28:12.046Z Sun culminates 84.64 degrees above the horizon -2025-06-28T20:35:53.572Z Moon culminates 77.80 degrees above the horizon -2025-06-29T00:26:36.060Z sunset -2025-06-29T03:22:08.448Z moonset +2025-06-28T13:41:52.510Z moonrise +2025-06-28T17:28:12.044Z Sun culminates 84.64 degrees above the horizon +2025-06-28T20:35:53.571Z Moon culminates 77.80 degrees above the horizon +2025-06-29T00:26:36.057Z sunset +2025-06-29T03:22:08.447Z moonset 2025-06-29T10:30:04.031Z sunrise -2025-06-29T14:42:51.256Z moonrise -2025-06-29T17:28:24.178Z Sun culminates 84.58 degrees above the horizon -2025-06-29T21:22:01.151Z Moon culminates 72.03 degrees above the horizon -2025-06-30T00:26:38.794Z sunset +2025-06-29T14:42:51.255Z moonrise +2025-06-29T17:28:24.177Z Sun culminates 84.58 degrees above the horizon +2025-06-29T21:22:01.150Z Moon culminates 72.03 degrees above the horizon +2025-06-30T00:26:38.791Z sunset 2025-06-30T03:53:37.430Z moonset -2025-06-30T10:30:25.775Z sunrise +2025-06-30T10:30:25.776Z sunrise 2025-06-30T15:40:07.688Z moonrise -2025-06-30T17:28:36.062Z Sun culminates 84.52 degrees above the horizon +2025-06-30T17:28:36.061Z Sun culminates 84.52 degrees above the horizon 2025-06-30T22:04:40.249Z Moon culminates 65.96 degrees above the horizon -2025-07-01T00:26:40.189Z sunset +2025-07-01T00:26:40.187Z sunset 2025-07-01T04:22:04.824Z moonset -2025-07-01T10:30:48.334Z sunrise -2025-07-01T16:34:46.063Z moonrise -2025-07-01T17:28:47.673Z Sun culminates 84.45 degrees above the horizon +2025-07-01T10:30:48.335Z sunrise +2025-07-01T16:34:46.062Z moonrise +2025-07-01T17:28:47.672Z Sun culminates 84.45 degrees above the horizon 2025-07-01T22:45:14.613Z Moon culminates 59.87 degrees above the horizon -2025-07-02T00:26:40.231Z sunset -2025-07-02T04:49:03.420Z moonset -2025-07-02T10:31:11.675Z sunrise +2025-07-02T00:26:40.230Z sunset +2025-07-02T04:49:03.421Z moonset +2025-07-02T10:31:11.676Z sunrise 2025-07-02T17:28:02.375Z moonrise 2025-07-02T17:28:58.989Z Sun culminates 84.38 degrees above the horizon 2025-07-02T19:30:50.501Z first quarter 2025-07-02T23:25:04.268Z Moon culminates 53.94 degrees above the horizon -2025-07-03T00:26:38.906Z sunset -2025-07-03T05:15:54.375Z moonset +2025-07-03T00:26:38.905Z sunset +2025-07-03T05:15:54.376Z moonset 2025-07-03T10:31:35.768Z sunrise 2025-07-03T17:29:09.988Z Sun culminates 84.29 degrees above the horizon 2025-07-03T18:21:09.581Z moonrise 2025-07-03T20:11:47.600Z Earth aphelion at 1.0166 AU 2025-07-04T00:05:23.296Z Moon culminates 48.36 degrees above the horizon -2025-07-04T00:26:36.204Z sunset +2025-07-04T00:26:36.203Z sunset 2025-07-04T04:31:44.837Z Mercury max evening elongation: 25.93 degrees from Sun 2025-07-04T05:43:54.287Z moonset -2025-07-04T10:32:00.580Z sunrise +2025-07-04T10:32:00.581Z sunrise 2025-07-04T17:29:20.650Z Sun culminates 84.21 degrees above the horizon -2025-07-04T19:15:08.366Z moonrise -2025-07-05T00:26:32.115Z sunset +2025-07-04T19:15:08.367Z moonrise +2025-07-05T00:26:32.114Z sunset 2025-07-05T00:47:18.873Z Moon culminates 43.27 degrees above the horizon 2025-07-05T02:29:43.446Z lunar apogee at 404616 km 2025-07-05T06:14:20.980Z moonset -2025-07-05T10:32:26.082Z sunrise +2025-07-05T10:32:26.083Z sunrise 2025-07-05T17:29:30.956Z Sun culminates 84.11 degrees above the horizon 2025-07-05T20:10:36.927Z moonrise 2025-07-06T00:26:26.632Z sunset 2025-07-06T01:31:47.773Z Moon culminates 38.88 degrees above the horizon -2025-07-06T06:48:35.969Z moonset -2025-07-06T10:32:52.244Z sunrise +2025-07-06T06:48:35.970Z moonset +2025-07-06T10:32:52.245Z sunrise 2025-07-06T17:29:40.890Z Sun culminates 84.01 degrees above the horizon 2025-07-06T21:07:36.897Z moonrise 2025-07-07T00:26:19.752Z sunset 2025-07-07T02:19:27.843Z Moon culminates 35.41 degrees above the horizon 2025-07-07T07:28:00.110Z moonset -2025-07-07T10:33:19.038Z sunrise +2025-07-07T10:33:19.039Z sunrise 2025-07-07T17:29:50.434Z Sun culminates 83.90 degrees above the horizon -2025-07-07T22:05:19.093Z moonrise -2025-07-08T00:26:11.471Z sunset -2025-07-08T03:10:24.477Z Moon culminates 33.11 degrees above the horizon -2025-07-08T08:13:37.626Z moonset -2025-07-08T10:33:46.435Z sunrise -2025-07-08T17:29:59.574Z Sun culminates 83.78 degrees above the horizon -2025-07-08T23:02:02.298Z moonrise +2025-07-07T22:05:19.094Z moonrise +2025-07-08T00:26:11.472Z sunset +2025-07-08T03:10:24.478Z Moon culminates 33.11 degrees above the horizon +2025-07-08T08:13:37.627Z moonset +2025-07-08T10:33:46.436Z sunrise +2025-07-08T17:29:59.575Z Sun culminates 83.78 degrees above the horizon +2025-07-08T23:02:02.299Z moonrise 2025-07-09T00:26:01.789Z sunset -2025-07-09T04:03:58.226Z Moon culminates 32.22 degrees above the horizon -2025-07-09T09:05:47.887Z moonset -2025-07-09T10:34:14.408Z sunrise -2025-07-09T17:30:08.297Z Sun culminates 83.66 degrees above the horizon -2025-07-09T23:55:40.412Z moonrise -2025-07-10T00:25:50.704Z sunset -2025-07-10T04:58:46.475Z Moon culminates 32.90 degrees above the horizon -2025-07-10T10:03:39.548Z moonset -2025-07-10T10:34:42.930Z sunrise -2025-07-10T17:30:16.590Z Sun culminates 83.53 degrees above the horizon +2025-07-09T04:03:58.227Z Moon culminates 32.22 degrees above the horizon +2025-07-09T09:05:47.888Z moonset +2025-07-09T10:34:14.409Z sunrise +2025-07-09T17:30:08.298Z Sun culminates 83.66 degrees above the horizon +2025-07-09T23:55:40.413Z moonrise +2025-07-10T00:25:50.705Z sunset +2025-07-10T04:58:46.476Z Moon culminates 32.90 degrees above the horizon +2025-07-10T10:03:39.549Z moonset +2025-07-10T10:34:42.932Z sunrise +2025-07-10T17:30:16.591Z Sun culminates 83.53 degrees above the horizon 2025-07-10T20:37:23.320Z full moon -2025-07-11T00:25:38.219Z sunset -2025-07-11T00:44:32.014Z moonrise -2025-07-11T05:53:08.256Z Moon culminates 35.17 degrees above the horizon -2025-07-11T10:35:11.976Z sunrise -2025-07-11T11:05:15.778Z moonset -2025-07-11T17:30:24.440Z Sun culminates 83.40 degrees above the horizon -2025-07-12T00:25:24.336Z sunset +2025-07-11T00:25:38.220Z sunset +2025-07-11T00:44:32.015Z moonrise +2025-07-11T05:53:08.257Z Moon culminates 35.17 degrees above the horizon +2025-07-11T10:35:11.977Z sunrise +2025-07-11T11:05:15.779Z moonset +2025-07-11T17:30:24.441Z Sun culminates 83.40 degrees above the horizon +2025-07-12T00:25:24.337Z sunset 2025-07-12T01:27:58.289Z moonrise -2025-07-12T06:45:41.632Z Moon culminates 38.92 degrees above the horizon -2025-07-12T10:35:41.518Z sunrise -2025-07-12T12:08:20.402Z moonset +2025-07-12T06:45:41.633Z Moon culminates 38.92 degrees above the horizon +2025-07-12T10:35:41.519Z sunrise +2025-07-12T12:08:20.403Z moonset 2025-07-12T17:30:31.837Z Sun culminates 83.26 degrees above the horizon 2025-07-13T00:25:09.058Z sunset -2025-07-13T02:06:24.579Z moonrise +2025-07-13T02:06:24.578Z moonrise 2025-07-13T07:35:49.708Z Moon culminates 43.90 degrees above the horizon -2025-07-13T10:36:11.532Z sunrise +2025-07-13T10:36:11.533Z sunrise 2025-07-13T13:11:12.797Z moonset -2025-07-13T17:30:38.768Z Sun culminates 83.11 degrees above the horizon +2025-07-13T17:30:38.769Z Sun culminates 83.11 degrees above the horizon 2025-07-14T00:24:52.389Z sunset -2025-07-14T02:40:57.234Z moonrise +2025-07-14T02:40:57.233Z moonrise 2025-07-14T08:23:43.678Z Moon culminates 49.84 degrees above the horizon -2025-07-14T10:36:41.993Z sunrise +2025-07-14T10:36:41.994Z sunrise 2025-07-14T12:29:40.393Z Mercury aphelion at 0.4667 AU -2025-07-14T14:13:14.213Z moonset +2025-07-14T14:13:14.214Z moonset 2025-07-14T17:30:45.225Z Sun culminates 82.96 degrees above the horizon -2025-07-15T00:24:34.333Z sunset -2025-07-15T03:13:00.400Z moonrise +2025-07-15T00:24:34.332Z sunset +2025-07-15T03:13:00.399Z moonrise 2025-07-15T09:10:11.138Z Moon culminates 56.41 degrees above the horizon -2025-07-15T10:37:12.874Z sunrise -2025-07-15T15:14:42.343Z moonset +2025-07-15T10:37:12.875Z sunrise +2025-07-15T15:14:42.344Z moonset 2025-07-15T17:30:51.195Z Sun culminates 82.80 degrees above the horizon -2025-07-16T00:24:14.895Z sunset -2025-07-16T03:44:04.125Z moonrise +2025-07-16T00:24:14.894Z sunset +2025-07-16T03:44:04.124Z moonrise 2025-07-16T09:56:22.316Z Moon culminates 63.30 degrees above the horizon -2025-07-16T10:37:44.149Z sunrise -2025-07-16T16:16:31.750Z moonset +2025-07-16T10:37:44.151Z sunrise +2025-07-16T16:16:31.751Z moonset 2025-07-16T17:30:56.670Z Sun culminates 82.63 degrees above the horizon -2025-07-17T00:23:54.081Z sunset +2025-07-17T00:23:54.080Z sunset 2025-07-17T04:15:42.632Z moonrise -2025-07-17T10:38:15.794Z sunrise +2025-07-17T10:38:15.796Z sunrise 2025-07-17T10:43:39.664Z Moon culminates 70.16 degrees above the horizon -2025-07-17T17:19:51.915Z moonset +2025-07-17T17:19:51.916Z moonset 2025-07-17T17:31:01.638Z Sun culminates 82.46 degrees above the horizon -2025-07-18T00:23:31.897Z sunset +2025-07-18T00:23:31.896Z sunset 2025-07-18T00:38:09.805Z third quarter -2025-07-18T04:49:37.863Z moonrise -2025-07-18T10:38:47.780Z sunrise -2025-07-18T11:33:28.822Z Moon culminates 76.62 degrees above the horizon -2025-07-18T17:31:06.089Z Sun culminates 82.29 degrees above the horizon -2025-07-18T18:25:42.250Z moonset +2025-07-18T04:49:37.862Z moonrise +2025-07-18T10:38:47.783Z sunrise +2025-07-18T11:33:28.823Z Moon culminates 76.62 degrees above the horizon +2025-07-18T17:31:06.090Z Sun culminates 82.29 degrees above the horizon +2025-07-18T18:25:42.252Z moonset 2025-07-19T00:23:08.348Z sunset 2025-07-19T05:27:42.672Z moonrise -2025-07-19T10:39:20.081Z sunrise -2025-07-19T12:27:04.643Z Moon culminates 82.27 degrees above the horizon -2025-07-19T17:31:10.014Z Sun culminates 82.10 degrees above the horizon -2025-07-19T19:34:17.451Z moonset -2025-07-20T00:22:43.443Z sunset -2025-07-20T06:11:55.033Z moonrise -2025-07-20T10:39:52.668Z sunrise +2025-07-19T10:39:20.083Z sunrise +2025-07-19T12:27:04.644Z Moon culminates 82.27 degrees above the horizon +2025-07-19T17:31:10.015Z Sun culminates 82.10 degrees above the horizon +2025-07-19T19:34:17.453Z moonset +2025-07-20T00:22:43.444Z sunset +2025-07-20T06:11:55.032Z moonrise +2025-07-20T10:39:52.669Z sunrise 2025-07-20T13:25:05.329Z Moon culminates 86.64 degrees above the horizon 2025-07-20T13:56:13.265Z lunar perigee at 368031 km -2025-07-20T17:31:13.400Z Sun culminates 81.91 degrees above the horizon -2025-07-20T20:44:24.801Z moonset -2025-07-21T00:22:17.189Z sunset -2025-07-21T07:03:49.565Z moonrise +2025-07-20T17:31:13.401Z Sun culminates 81.91 degrees above the horizon +2025-07-20T20:44:24.803Z moonset +2025-07-21T00:22:17.190Z sunset +2025-07-21T07:03:49.563Z moonrise 2025-07-21T10:40:25.512Z sunrise 2025-07-21T14:26:56.676Z Moon culminates 89.26 degrees above the horizon -2025-07-21T17:31:16.238Z Sun culminates 81.72 degrees above the horizon -2025-07-21T21:53:04.590Z moonset -2025-07-22T00:21:49.592Z sunset -2025-07-22T08:03:39.624Z moonrise -2025-07-22T10:40:58.583Z sunrise +2025-07-21T17:31:16.239Z Sun culminates 81.72 degrees above the horizon +2025-07-21T21:53:04.591Z moonset +2025-07-22T00:21:49.593Z sunset +2025-07-22T08:03:39.622Z moonrise +2025-07-22T10:40:58.582Z sunrise 2025-07-22T15:30:32.729Z Moon culminates 89.82 degrees above the horizon -2025-07-22T17:31:18.516Z Sun culminates 81.52 degrees above the horizon -2025-07-22T22:56:25.586Z moonset -2025-07-23T00:21:20.660Z sunset -2025-07-23T09:09:25.747Z moonrise -2025-07-23T10:41:31.853Z sunrise -2025-07-23T16:32:51.819Z Moon culminates 88.29 degrees above the horizon +2025-07-22T17:31:18.517Z Sun culminates 81.52 degrees above the horizon +2025-07-22T22:56:25.587Z moonset +2025-07-23T00:21:20.661Z sunset +2025-07-23T09:09:25.745Z moonrise +2025-07-23T10:41:31.851Z sunrise +2025-07-23T16:32:51.818Z Moon culminates 88.29 degrees above the horizon 2025-07-23T17:31:20.224Z Sun culminates 81.31 degrees above the horizon 2025-07-23T23:51:41.670Z moonset -2025-07-24T00:20:50.401Z sunset -2025-07-24T10:17:25.350Z moonrise -2025-07-24T10:42:05.291Z sunrise -2025-07-24T17:31:18.465Z Moon culminates 84.93 degrees above the horizon -2025-07-24T17:31:21.351Z Sun culminates 81.10 degrees above the horizon +2025-07-24T00:20:50.402Z sunset +2025-07-24T10:17:25.348Z moonrise +2025-07-24T10:42:05.290Z sunrise +2025-07-24T17:31:18.464Z Moon culminates 84.93 degrees above the horizon +2025-07-24T17:31:21.350Z Sun culminates 81.10 degrees above the horizon 2025-07-24T19:11:44.254Z new moon 2025-07-25T00:20:18.823Z sunset 2025-07-25T00:38:20.625Z moonset 2025-07-25T06:16:50.469Z Pluto opposition -2025-07-25T10:42:38.871Z sunrise -2025-07-25T11:24:03.928Z moonrise -2025-07-25T17:31:21.886Z Sun culminates 80.88 degrees above the horizon -2025-07-25T18:24:41.548Z Moon culminates 80.21 degrees above the horizon +2025-07-25T10:42:38.870Z sunrise +2025-07-25T11:24:03.926Z moonrise +2025-07-25T17:31:21.885Z Sun culminates 80.88 degrees above the horizon +2025-07-25T18:24:41.547Z Moon culminates 80.21 degrees above the horizon 2025-07-26T00:19:45.933Z sunset 2025-07-26T01:17:34.321Z moonset -2025-07-26T10:43:12.564Z sunrise -2025-07-26T12:27:21.165Z moonrise -2025-07-26T17:31:21.821Z Sun culminates 80.66 degrees above the horizon +2025-07-26T10:43:12.563Z sunrise +2025-07-26T12:27:21.164Z moonrise +2025-07-26T17:31:21.820Z Sun culminates 80.66 degrees above the horizon 2025-07-26T19:13:11.627Z Moon culminates 74.60 degrees above the horizon -2025-07-27T00:19:11.742Z sunset +2025-07-27T00:19:11.741Z sunset 2025-07-27T01:51:14.338Z moonset 2025-07-27T10:43:46.343Z sunrise 2025-07-27T13:26:55.351Z moonrise -2025-07-27T17:31:21.148Z Sun culminates 80.43 degrees above the horizon +2025-07-27T17:31:21.147Z Sun culminates 80.43 degrees above the horizon 2025-07-27T19:57:46.769Z Moon culminates 68.53 degrees above the horizon 2025-07-28T00:18:36.259Z sunset 2025-07-28T02:21:11.021Z moonset -2025-07-28T02:59:09.312Z Mars moves from Leo to Virgo +2025-07-28T02:59:10.649Z Mars moves from Leo to Virgo 2025-07-28T10:44:20.185Z sunrise -2025-07-28T14:23:25.776Z moonrise +2025-07-28T14:23:25.777Z moonrise 2025-07-28T17:31:19.859Z Sun culminates 80.20 degrees above the horizon 2025-07-28T20:39:42.611Z Moon culminates 62.31 degrees above the horizon -2025-07-29T00:17:59.497Z sunset +2025-07-29T00:17:59.496Z sunset 2025-07-29T02:49:00.616Z moonset -2025-07-29T08:42:05.035Z Venus moves from Taurus to Orion -2025-07-29T10:44:54.064Z sunrise +2025-07-29T08:42:05.686Z Venus moves from Taurus to Orion +2025-07-29T10:44:54.065Z sunrise 2025-07-29T15:17:57.677Z moonrise -2025-07-29T17:31:17.950Z Sun culminates 79.96 degrees above the horizon +2025-07-29T17:31:17.951Z Sun culminates 79.96 degrees above the horizon 2025-07-29T21:20:16.725Z Moon culminates 56.20 degrees above the horizon 2025-07-30T00:17:21.467Z sunset -2025-07-30T03:16:06.674Z moonset +2025-07-30T03:16:06.673Z moonset 2025-07-30T10:45:27.959Z sunrise -2025-07-30T16:11:41.322Z moonrise +2025-07-30T16:11:41.323Z moonrise 2025-07-30T17:31:15.417Z Sun culminates 79.72 degrees above the horizon 2025-07-30T22:00:42.972Z Moon culminates 50.38 degrees above the horizon 2025-07-31T00:16:42.185Z sunset 2025-07-31T03:43:45.931Z moonset -2025-07-31T10:46:01.847Z sunrise -2025-07-31T13:49:58.917Z Venus moves from Orion to Gemini -2025-07-31T17:05:40.241Z moonrise -2025-07-31T17:31:12.256Z Sun culminates 79.47 degrees above the horizon +2025-07-31T10:46:01.848Z sunrise +2025-07-31T13:49:59.588Z Venus moves from Orion to Gemini +2025-07-31T17:05:40.242Z moonrise +2025-07-31T17:31:12.257Z Sun culminates 79.47 degrees above the horizon 2025-07-31T22:42:09.753Z Moon culminates 45.04 degrees above the horizon 2025-07-31T23:33:20.130Z Mercury inferior conjunction -2025-08-01T00:16:01.666Z sunset -2025-08-01T04:13:14.367Z moonset +2025-08-01T00:16:01.667Z sunset +2025-08-01T04:13:14.366Z moonset 2025-08-01T10:46:35.711Z sunrise 2025-08-01T12:41:59.406Z first quarter 2025-08-01T17:31:08.468Z Sun culminates 79.22 degrees above the horizon -2025-08-01T18:00:41.597Z moonrise +2025-08-01T18:00:41.598Z moonrise 2025-08-01T20:37:08.382Z lunar apogee at 404150 km 2025-08-01T23:25:37.759Z Moon culminates 40.35 degrees above the horizon 2025-08-02T00:15:19.928Z sunset -2025-08-02T04:45:51.257Z moonset -2025-08-02T10:47:09.532Z sunrise +2025-08-02T04:45:51.256Z moonset +2025-08-02T10:47:09.533Z sunrise 2025-08-02T17:31:04.052Z Sun culminates 78.96 degrees above the horizon -2025-08-02T18:57:04.263Z moonrise -2025-08-03T00:11:54.215Z Moon culminates 36.51 degrees above the horizon +2025-08-02T18:57:04.265Z moonrise +2025-08-03T00:11:54.216Z Moon culminates 36.51 degrees above the horizon 2025-08-03T00:14:36.989Z sunset -2025-08-03T05:22:58.600Z moonset -2025-08-03T10:47:43.295Z sunrise -2025-08-03T17:30:59.010Z Sun culminates 78.70 degrees above the horizon -2025-08-03T19:54:24.822Z moonrise +2025-08-03T05:22:58.598Z moonset +2025-08-03T10:47:43.296Z sunrise +2025-08-03T17:30:59.011Z Sun culminates 78.70 degrees above the horizon +2025-08-03T19:54:24.825Z moonrise 2025-08-04T00:13:52.869Z sunset 2025-08-04T01:01:22.220Z Moon culminates 33.74 degrees above the horizon -2025-08-04T06:05:51.617Z moonset -2025-08-04T10:48:16.987Z sunrise -2025-08-04T17:30:53.348Z Sun culminates 78.43 degrees above the horizon -2025-08-04T20:51:29.435Z moonrise -2025-08-05T00:13:07.589Z sunset -2025-08-05T01:53:47.587Z Moon culminates 32.28 degrees above the horizon +2025-08-04T06:05:51.616Z moonset +2025-08-04T10:48:16.988Z sunrise +2025-08-04T17:30:53.349Z Sun culminates 78.43 degrees above the horizon +2025-08-04T20:51:29.438Z moonrise +2025-08-05T00:13:07.590Z sunset +2025-08-05T01:53:47.589Z Moon culminates 32.28 degrees above the horizon 2025-08-05T06:55:16.626Z moonset -2025-08-05T10:48:50.595Z sunrise -2025-08-05T17:30:47.070Z Sun culminates 78.16 degrees above the horizon -2025-08-05T21:46:26.195Z moonrise -2025-08-06T00:12:21.172Z sunset -2025-08-06T02:48:12.251Z Moon culminates 32.33 degrees above the horizon +2025-08-05T10:48:50.596Z sunrise +2025-08-05T17:30:47.071Z Sun culminates 78.16 degrees above the horizon +2025-08-05T21:46:26.198Z moonrise +2025-08-06T00:12:21.173Z sunset +2025-08-06T02:48:12.253Z Moon culminates 32.33 degrees above the horizon 2025-08-06T07:51:01.747Z moonset -2025-08-06T10:49:24.110Z sunrise -2025-08-06T17:30:40.182Z Sun culminates 77.88 degrees above the horizon -2025-08-06T22:37:23.962Z moonrise -2025-08-07T00:11:33.640Z sunset -2025-08-07T03:43:06.151Z Moon culminates 33.99 degrees above the horizon +2025-08-06T10:49:24.111Z sunrise +2025-08-06T17:30:40.183Z Sun culminates 77.88 degrees above the horizon +2025-08-06T22:37:23.964Z moonrise +2025-08-07T00:11:33.641Z sunset +2025-08-07T03:43:06.153Z Moon culminates 33.99 degrees above the horizon 2025-08-07T08:51:43.155Z moonset -2025-08-07T10:49:57.522Z sunrise -2025-08-07T17:30:32.693Z Sun culminates 77.60 degrees above the horizon -2025-08-07T23:23:16.909Z moonrise -2025-08-08T00:10:45.018Z sunset -2025-08-08T04:36:58.413Z Moon culminates 37.22 degrees above the horizon -2025-08-08T09:55:10.633Z moonset -2025-08-08T10:50:30.825Z sunrise -2025-08-08T17:30:24.611Z Sun culminates 77.32 degrees above the horizon -2025-08-09T00:04:03.097Z moonrise -2025-08-09T00:09:55.328Z sunset -2025-08-09T05:28:50.012Z Moon culminates 41.85 degrees above the horizon +2025-08-07T10:49:57.523Z sunrise +2025-08-07T17:30:32.694Z Sun culminates 77.60 degrees above the horizon +2025-08-07T23:23:16.911Z moonrise +2025-08-08T00:10:45.019Z sunset +2025-08-08T04:36:58.414Z Moon culminates 37.22 degrees above the horizon +2025-08-08T09:55:10.634Z moonset +2025-08-08T10:50:30.826Z sunrise +2025-08-08T17:30:24.612Z Sun culminates 77.32 degrees above the horizon +2025-08-09T00:04:03.098Z moonrise +2025-08-09T00:09:55.329Z sunset +2025-08-09T05:28:50.013Z Moon culminates 41.85 degrees above the horizon 2025-08-09T07:55:39.133Z full moon 2025-08-09T10:51:04.014Z sunrise -2025-08-09T10:59:21.760Z moonset -2025-08-09T17:30:15.946Z Sun culminates 77.03 degrees above the horizon -2025-08-10T00:09:04.597Z sunset +2025-08-09T10:59:21.761Z moonset +2025-08-09T17:30:15.947Z Sun culminates 77.03 degrees above the horizon +2025-08-10T00:09:04.598Z sunset 2025-08-10T00:40:31.623Z moonrise 2025-08-10T06:18:28.558Z Moon culminates 47.61 degrees above the horizon -2025-08-10T10:51:37.083Z sunrise -2025-08-10T12:03:04.814Z moonset +2025-08-10T10:51:37.084Z sunrise +2025-08-10T12:03:04.815Z moonset 2025-08-10T17:30:06.709Z Sun culminates 76.73 degrees above the horizon 2025-08-11T00:08:12.849Z sunset 2025-08-11T01:13:58.924Z moonrise 2025-08-11T07:06:23.484Z Moon culminates 54.16 degrees above the horizon -2025-08-11T10:52:10.030Z sunrise +2025-08-11T10:52:10.031Z sunrise 2025-08-11T13:06:08.235Z moonset 2025-08-11T17:29:56.909Z Sun culminates 76.44 degrees above the horizon 2025-08-12T00:07:20.108Z sunset -2025-08-12T01:45:52.013Z moonrise +2025-08-12T01:45:52.012Z moonrise 2025-08-12T07:53:32.821Z Moon culminates 61.15 degrees above the horizon -2025-08-12T10:52:42.851Z sunrise -2025-08-12T14:09:06.102Z moonset +2025-08-12T10:52:42.852Z sunrise +2025-08-12T14:09:06.103Z moonset 2025-08-12T17:29:46.558Z Sun culminates 76.14 degrees above the horizon -2025-08-13T00:06:26.400Z sunset -2025-08-13T02:17:42.412Z moonrise +2025-08-13T00:06:26.399Z sunset +2025-08-13T02:17:42.411Z moonrise 2025-08-13T08:41:10.637Z Moon culminates 68.19 degrees above the horizon -2025-08-13T10:53:15.545Z sunrise -2025-08-13T15:12:55.645Z moonset +2025-08-13T10:53:15.546Z sunrise +2025-08-13T15:12:55.646Z moonset 2025-08-13T17:29:35.668Z Sun culminates 75.83 degrees above the horizon -2025-08-14T00:05:31.749Z sunset -2025-08-14T02:51:07.129Z moonrise +2025-08-14T00:05:31.748Z sunset +2025-08-14T02:51:07.128Z moonrise 2025-08-14T09:30:36.547Z Moon culminates 74.90 degrees above the horizon -2025-08-14T10:53:48.109Z sunrise -2025-08-14T16:18:32.243Z moonset +2025-08-14T10:53:48.111Z sunrise +2025-08-14T16:18:32.245Z moonset 2025-08-14T17:29:24.250Z Sun culminates 75.52 degrees above the horizon 2025-08-14T17:58:01.110Z lunar perigee at 369277 km 2025-08-15T00:04:36.180Z sunset -2025-08-15T03:27:51.296Z moonrise +2025-08-15T03:27:51.294Z moonrise 2025-08-15T10:23:03.179Z Moon culminates 80.85 degrees above the horizon 2025-08-15T10:54:20.542Z sunrise -2025-08-15T17:26:18.728Z moonset +2025-08-15T17:26:18.730Z moonset 2025-08-15T17:29:12.315Z Sun culminates 75.21 degrees above the horizon -2025-08-16T00:03:39.719Z sunset -2025-08-16T04:09:45.470Z moonrise +2025-08-16T00:03:39.720Z sunset +2025-08-16T04:09:45.467Z moonrise 2025-08-16T05:12:43.855Z third quarter 2025-08-16T10:54:52.839Z sunrise 2025-08-16T11:19:15.832Z Moon culminates 85.61 degrees above the horizon -2025-08-16T17:28:59.874Z Sun culminates 74.89 degrees above the horizon -2025-08-16T18:35:28.664Z moonset -2025-08-17T00:02:42.389Z sunset -2025-08-17T04:58:27.018Z moonrise +2025-08-16T17:28:59.875Z Sun culminates 74.89 degrees above the horizon +2025-08-16T18:35:28.665Z moonset +2025-08-17T00:02:42.391Z sunset +2025-08-17T04:58:27.015Z moonrise 2025-08-17T10:55:24.999Z sunrise -2025-08-17T12:19:03.746Z Moon culminates 88.76 degrees above the horizon +2025-08-17T12:19:03.745Z Moon culminates 88.76 degrees above the horizon 2025-08-17T17:28:46.939Z Sun culminates 74.57 degrees above the horizon -2025-08-17T19:43:43.035Z moonset -2025-08-18T00:01:44.216Z sunset -2025-08-18T05:54:37.129Z moonrise -2025-08-18T10:55:57.018Z sunrise -2025-08-18T13:20:58.766Z Moon culminates 89.98 degrees above the horizon -2025-08-18T17:28:33.518Z Sun culminates 74.25 degrees above the horizon -2025-08-18T20:47:40.877Z moonset -2025-08-19T00:00:45.223Z sunset -2025-08-19T06:57:10.596Z moonrise +2025-08-17T19:43:43.036Z moonset +2025-08-18T00:01:44.218Z sunset +2025-08-18T05:54:37.126Z moonrise +2025-08-18T10:55:57.017Z sunrise +2025-08-18T13:20:58.765Z Moon culminates 89.98 degrees above the horizon +2025-08-18T17:28:33.519Z Sun culminates 74.25 degrees above the horizon +2025-08-18T20:47:40.878Z moonset +2025-08-19T00:00:45.225Z sunset +2025-08-19T06:57:10.592Z moonrise 2025-08-19T09:46:05.071Z Mercury max morning elongation: 18.58 degrees from Sun -2025-08-19T10:56:28.892Z sunrise -2025-08-19T14:22:31.769Z Moon culminates 89.17 degrees above the horizon +2025-08-19T10:56:28.890Z sunrise +2025-08-19T14:22:31.768Z Moon culminates 89.17 degrees above the horizon 2025-08-19T17:28:19.623Z Sun culminates 73.92 degrees above the horizon -2025-08-19T21:44:30.838Z moonset -2025-08-19T23:59:45.433Z sunset -2025-08-20T08:03:14.524Z moonrise -2025-08-20T10:57:00.617Z sunrise -2025-08-20T15:21:13.333Z Moon culminates 86.49 degrees above the horizon +2025-08-19T21:44:30.840Z moonset +2025-08-19T23:59:45.435Z sunset +2025-08-20T08:03:14.521Z moonrise +2025-08-20T10:57:00.615Z sunrise +2025-08-20T15:21:13.332Z Moon culminates 86.49 degrees above the horizon 2025-08-20T17:28:05.262Z Sun culminates 73.59 degrees above the horizon -2025-08-20T22:33:09.157Z moonset -2025-08-20T23:58:44.868Z sunset -2025-08-21T09:09:25.094Z moonrise -2025-08-21T10:57:32.190Z sunrise -2025-08-21T16:15:33.752Z Moon culminates 82.31 degrees above the horizon +2025-08-20T22:33:09.158Z moonset +2025-08-20T23:58:44.870Z sunset +2025-08-21T09:09:25.091Z moonrise +2025-08-21T10:57:32.188Z sunrise +2025-08-21T16:15:33.751Z Moon culminates 82.31 degrees above the horizon 2025-08-21T17:27:50.445Z Sun culminates 73.26 degrees above the horizon -2025-08-21T23:14:17.676Z moonset -2025-08-21T23:57:43.552Z sunset -2025-08-22T10:13:17.546Z moonrise -2025-08-22T10:58:03.607Z sunrise +2025-08-21T23:14:17.677Z moonset +2025-08-21T23:57:43.553Z sunset +2025-08-22T10:13:17.544Z moonrise +2025-08-22T10:58:03.605Z sunrise 2025-08-22T17:05:18.309Z Moon culminates 77.05 degrees above the horizon 2025-08-22T17:27:35.181Z Sun culminates 72.92 degrees above the horizon -2025-08-22T23:49:31.992Z moonset -2025-08-22T23:56:41.505Z sunset +2025-08-22T23:49:31.993Z moonset +2025-08-22T23:56:41.506Z sunset 2025-08-23T06:07:08.168Z new moon -2025-08-23T10:58:34.866Z sunrise -2025-08-23T11:13:56.897Z moonrise -2025-08-23T17:27:19.480Z Sun culminates 72.58 degrees above the horizon +2025-08-23T10:58:34.865Z sunrise +2025-08-23T11:13:56.895Z moonrise +2025-08-23T17:27:19.479Z Sun culminates 72.58 degrees above the horizon 2025-08-23T17:51:05.582Z Moon culminates 71.14 degrees above the horizon 2025-08-23T23:55:38.750Z sunset -2025-08-24T00:20:37.250Z moonset -2025-08-24T08:09:56.708Z Venus moves from Gemini to Cancer -2025-08-24T10:59:05.964Z sunrise +2025-08-24T00:20:37.251Z moonset +2025-08-24T08:09:57.359Z Venus moves from Gemini to Cancer +2025-08-24T10:59:05.963Z sunrise 2025-08-24T12:11:36.664Z moonrise 2025-08-24T17:27:03.351Z Sun culminates 72.24 degrees above the horizon 2025-08-24T18:33:59.460Z Moon culminates 64.92 degrees above the horizon 2025-08-24T23:54:35.308Z sunset 2025-08-25T00:49:08.994Z moonset 2025-08-25T10:59:36.899Z sunrise -2025-08-25T13:07:06.152Z moonrise +2025-08-25T13:07:06.151Z moonrise 2025-08-25T17:26:46.806Z Sun culminates 71.89 degrees above the horizon 2025-08-25T19:15:10.868Z Moon culminates 58.69 degrees above the horizon -2025-08-25T23:53:31.201Z sunset +2025-08-25T23:53:31.202Z sunset 2025-08-26T01:16:30.547Z moonset 2025-08-26T11:00:07.672Z sunrise -2025-08-26T14:01:26.751Z moonrise +2025-08-26T14:01:26.750Z moonrise 2025-08-26T17:26:29.854Z Sun culminates 71.54 degrees above the horizon -2025-08-26T19:55:49.443Z Moon culminates 52.67 degrees above the horizon -2025-08-26T23:18:49.216Z Mercury moves from Cancer to Leo -2025-08-26T23:52:26.453Z sunset +2025-08-26T19:55:49.442Z Moon culminates 52.67 degrees above the horizon +2025-08-26T23:18:49.717Z Mercury moves from Cancer to Leo +2025-08-26T23:52:26.454Z sunset 2025-08-27T01:43:57.039Z moonset 2025-08-27T11:00:38.282Z sunrise 2025-08-27T12:08:02.223Z Mercury perihelion at 0.3075 AU 2025-08-27T14:55:37.895Z moonrise 2025-08-27T17:26:12.509Z Sun culminates 71.19 degrees above the horizon 2025-08-27T20:37:00.497Z Moon culminates 47.07 degrees above the horizon -2025-08-27T23:51:21.086Z sunset -2025-08-28T02:12:40.862Z moonset -2025-08-28T11:01:08.731Z sunrise +2025-08-27T23:51:21.087Z sunset +2025-08-28T02:12:40.861Z moonset +2025-08-28T11:01:08.730Z sunrise 2025-08-28T15:50:27.247Z moonrise 2025-08-28T17:25:54.782Z Sun culminates 70.84 degrees above the horizon -2025-08-28T21:19:43.017Z Moon culminates 42.06 degrees above the horizon -2025-08-28T23:50:15.124Z sunset -2025-08-29T02:43:56.104Z moonset +2025-08-28T21:19:43.016Z Moon culminates 42.06 degrees above the horizon +2025-08-28T23:50:15.125Z sunset +2025-08-29T02:43:56.103Z moonset 2025-08-29T11:01:39.020Z sunrise 2025-08-29T15:33:09.754Z lunar apogee at 404537 km 2025-08-29T16:46:20.441Z moonrise -2025-08-29T17:25:36.687Z Sun culminates 70.48 degrees above the horizon +2025-08-29T17:25:36.688Z Sun culminates 70.48 degrees above the horizon 2025-08-29T22:04:45.660Z Moon culminates 37.85 degrees above the horizon -2025-08-29T23:49:08.592Z sunset -2025-08-30T03:18:59.869Z moonset +2025-08-29T23:49:08.593Z sunset +2025-08-30T03:18:59.868Z moonset 2025-08-30T11:02:09.155Z sunrise 2025-08-30T17:25:18.240Z Sun culminates 70.12 degrees above the horizon -2025-08-30T17:43:09.025Z moonrise -2025-08-30T22:52:39.015Z Moon culminates 34.64 degrees above the horizon +2025-08-30T17:43:09.026Z moonrise +2025-08-30T22:52:39.014Z Moon culminates 34.64 degrees above the horizon 2025-08-30T23:48:01.515Z sunset -2025-08-31T03:59:07.309Z moonset +2025-08-31T03:59:07.307Z moonset 2025-08-31T06:25:51.042Z first quarter 2025-08-31T11:02:39.141Z sunrise 2025-08-31T17:24:59.455Z Sun culminates 69.76 degrees above the horizon -2025-08-31T18:40:01.007Z moonrise +2025-08-31T18:40:01.009Z moonrise 2025-08-31T23:43:24.878Z Moon culminates 32.63 degrees above the horizon 2025-08-31T23:46:53.918Z sunset -2025-09-01T04:45:16.720Z moonset -2025-09-01T11:03:08.984Z sunrise -2025-09-01T17:24:40.349Z Sun culminates 69.40 degrees above the horizon -2025-09-01T19:35:24.840Z moonrise +2025-09-01T04:45:16.718Z moonset +2025-09-01T11:03:08.985Z sunrise +2025-09-01T17:24:40.350Z Sun culminates 69.40 degrees above the horizon +2025-09-01T19:35:24.842Z moonrise 2025-09-01T23:45:45.829Z sunset -2025-09-02T00:36:27.954Z Moon culminates 32.03 degrees above the horizon -2025-09-02T05:37:45.363Z moonset +2025-09-02T00:36:27.955Z Moon culminates 32.03 degrees above the horizon +2025-09-02T05:37:45.362Z moonset 2025-09-02T11:03:38.693Z sunrise -2025-09-02T17:24:20.941Z Sun culminates 69.04 degrees above the horizon -2025-09-02T20:27:35.813Z moonrise +2025-09-02T17:24:20.942Z Sun culminates 69.04 degrees above the horizon +2025-09-02T20:27:35.816Z moonrise 2025-09-02T23:44:37.274Z sunset -2025-09-03T01:30:39.325Z Moon culminates 32.98 degrees above the horizon -2025-09-03T06:35:49.041Z moonset -2025-09-03T11:04:08.277Z sunrise +2025-09-03T01:30:39.326Z Moon culminates 32.98 degrees above the horizon +2025-09-03T06:35:49.040Z moonset +2025-09-03T11:04:08.278Z sunrise 2025-09-03T17:24:01.250Z Sun culminates 68.67 degrees above the horizon -2025-09-03T21:15:15.970Z moonrise +2025-09-03T21:15:15.973Z moonrise 2025-09-03T23:43:28.282Z sunset -2025-09-04T02:24:36.992Z Moon culminates 35.50 degrees above the horizon +2025-09-04T02:24:36.993Z Moon culminates 35.50 degrees above the horizon 2025-09-04T07:37:47.810Z moonset -2025-09-04T11:04:37.748Z sunrise +2025-09-04T11:04:37.749Z sunrise 2025-09-04T17:23:41.295Z Sun culminates 68.30 degrees above the horizon -2025-09-04T21:58:01.444Z moonrise -2025-09-04T23:42:18.881Z sunset -2025-09-05T03:17:15.114Z Moon culminates 39.52 degrees above the horizon -2025-09-05T08:41:44.369Z moonset +2025-09-04T21:58:01.446Z moonrise +2025-09-04T23:42:18.882Z sunset +2025-09-05T03:17:15.115Z Moon culminates 39.52 degrees above the horizon +2025-09-05T08:41:44.368Z moonset 2025-09-05T11:05:07.119Z sunrise -2025-09-05T17:23:21.097Z Sun culminates 67.93 degrees above the horizon -2025-09-05T22:36:21.821Z moonrise -2025-09-05T23:41:09.100Z sunset -2025-09-06T04:08:04.963Z Moon culminates 44.84 degrees above the horizon -2025-09-06T09:46:10.043Z moonset -2025-09-06T11:05:36.402Z sunrise +2025-09-05T17:23:21.098Z Sun culminates 67.93 degrees above the horizon +2025-09-05T22:36:21.822Z moonrise +2025-09-05T23:41:09.101Z sunset +2025-09-06T04:08:04.964Z Moon culminates 44.84 degrees above the horizon +2025-09-06T09:46:10.042Z moonset +2025-09-06T11:05:36.401Z sunrise 2025-09-06T17:23:00.678Z Sun culminates 67.56 degrees above the horizon -2025-09-06T23:11:21.737Z moonrise -2025-09-06T23:39:58.968Z sunset +2025-09-06T23:11:21.738Z moonrise +2025-09-06T23:39:58.969Z sunset 2025-09-07T04:57:18.824Z Moon culminates 51.17 degrees above the horizon 2025-09-07T10:50:28.692Z moonset -2025-09-07T11:06:05.612Z sunrise +2025-09-07T11:06:05.611Z sunrise 2025-09-07T17:22:40.059Z Sun culminates 67.18 degrees above the horizon 2025-09-07T18:09:23.907Z full moon 2025-09-07T18:11:41.503Z total lunar eclipse 2025-09-07T23:38:48.514Z sunset 2025-09-07T23:44:22.799Z moonrise 2025-09-08T05:45:41.654Z Moon culminates 58.17 degrees above the horizon -2025-09-08T11:06:34.764Z sunrise +2025-09-08T11:06:34.763Z sunrise 2025-09-08T11:54:53.515Z moonset 2025-09-08T17:22:19.264Z Sun culminates 66.81 degrees above the horizon 2025-09-08T23:37:37.767Z sunset @@ -10077,118 +10077,118 @@ 2025-09-09T11:07:03.874Z sunrise 2025-09-09T13:00:08.581Z moonset 2025-09-09T17:21:58.313Z Sun culminates 66.43 degrees above the horizon -2025-09-09T20:16:14.150Z Venus moves from Cancer to Leo +2025-09-09T20:16:14.811Z Venus moves from Cancer to Leo 2025-09-09T23:36:26.756Z sunset 2025-09-10T00:50:31.099Z moonrise 2025-09-10T07:24:26.632Z Moon culminates 72.53 degrees above the horizon -2025-09-10T11:07:32.959Z sunrise +2025-09-10T11:07:32.960Z sunrise 2025-09-10T12:09:43.098Z lunar perigee at 364766 km 2025-09-10T14:07:03.864Z moonset 2025-09-10T17:21:37.230Z Sun culminates 66.05 degrees above the horizon 2025-09-10T23:35:15.510Z sunset -2025-09-11T01:26:56.080Z moonrise +2025-09-11T01:26:56.079Z moonrise 2025-09-11T08:17:15.048Z Moon culminates 78.99 degrees above the horizon 2025-09-11T11:08:02.035Z sunrise 2025-09-11T15:16:03.945Z moonset 2025-09-11T17:21:16.038Z Sun culminates 65.67 degrees above the horizon 2025-09-11T23:34:04.059Z sunset -2025-09-12T02:07:57.160Z moonrise -2025-09-12T09:13:31.955Z Moon culminates 84.31 degrees above the horizon -2025-09-12T11:08:31.116Z sunrise +2025-09-12T02:07:57.158Z moonrise +2025-09-12T09:13:31.954Z Moon culminates 84.31 degrees above the horizon +2025-09-12T11:08:31.115Z sunrise 2025-09-12T16:26:30.399Z moonset 2025-09-12T17:20:54.758Z Sun culminates 65.29 degrees above the horizon -2025-09-12T23:32:52.430Z sunset -2025-09-13T02:55:12.696Z moonrise -2025-09-13T10:13:13.623Z Moon culminates 88.05 degrees above the horizon +2025-09-12T23:32:52.431Z sunset +2025-09-13T02:55:12.693Z moonrise +2025-09-13T10:13:13.621Z Moon culminates 88.05 degrees above the horizon 2025-09-13T10:38:13.393Z Mercury superior conjunction -2025-09-13T11:09:00.217Z sunrise +2025-09-13T11:09:00.216Z sunrise 2025-09-13T17:20:33.412Z Sun culminates 64.91 degrees above the horizon -2025-09-13T17:36:14.478Z moonset -2025-09-13T23:31:40.652Z sunset -2025-09-14T03:49:34.348Z moonrise +2025-09-13T17:36:14.477Z moonset +2025-09-13T23:31:40.654Z sunset +2025-09-14T03:49:34.344Z moonrise 2025-09-14T10:33:27.374Z third quarter -2025-09-14T11:09:29.353Z sunrise -2025-09-14T11:15:03.080Z Moon culminates 89.88 degrees above the horizon -2025-09-14T17:20:12.020Z Sun culminates 64.52 degrees above the horizon +2025-09-14T11:09:29.351Z sunrise +2025-09-14T11:15:03.077Z Moon culminates 89.88 degrees above the horizon +2025-09-14T17:20:12.021Z Sun culminates 64.52 degrees above the horizon 2025-09-14T18:41:58.859Z moonset -2025-09-14T20:59:42.085Z Mercury moves from Leo to Virgo -2025-09-14T23:30:28.755Z sunset -2025-09-15T04:50:19.242Z moonrise -2025-09-15T11:09:58.535Z sunrise -2025-09-15T12:16:41.459Z Moon culminates 89.67 degrees above the horizon +2025-09-14T20:59:42.519Z Mercury moves from Leo to Virgo +2025-09-14T23:30:28.757Z sunset +2025-09-15T04:50:19.238Z moonrise +2025-09-15T11:09:58.532Z sunrise +2025-09-15T12:16:41.456Z Moon culminates 89.67 degrees above the horizon 2025-09-15T17:19:50.604Z Sun culminates 64.14 degrees above the horizon 2025-09-15T19:40:43.183Z moonset -2025-09-15T23:29:16.764Z sunset -2025-09-16T05:54:59.008Z moonrise -2025-09-16T11:10:27.777Z sunrise -2025-09-16T13:15:42.534Z Moon culminates 87.56 degrees above the horizon +2025-09-15T23:29:16.767Z sunset +2025-09-16T05:54:59.003Z moonrise +2025-09-16T11:10:27.774Z sunrise +2025-09-16T13:15:42.532Z Moon culminates 87.56 degrees above the horizon 2025-09-16T17:19:29.182Z Sun culminates 63.75 degrees above the horizon 2025-09-16T20:31:08.227Z moonset -2025-09-16T23:28:04.707Z sunset -2025-09-17T07:00:21.353Z moonrise -2025-09-17T11:10:57.089Z sunrise -2025-09-17T14:10:32.217Z Moon culminates 83.87 degrees above the horizon +2025-09-16T23:28:04.710Z sunset +2025-09-17T07:00:21.349Z moonrise +2025-09-17T11:10:57.086Z sunrise +2025-09-17T14:10:32.215Z Moon culminates 83.87 degrees above the horizon 2025-09-17T17:19:07.774Z Sun culminates 63.37 degrees above the horizon -2025-09-17T21:13:44.644Z moonset -2025-09-17T23:26:52.611Z sunset -2025-09-18T08:03:56.907Z moonrise -2025-09-18T11:11:26.483Z sunrise -2025-09-18T15:00:48.496Z Moon culminates 79.01 degrees above the horizon +2025-09-17T21:13:44.645Z moonset +2025-09-17T23:26:52.614Z sunset +2025-09-18T08:03:56.904Z moonrise +2025-09-18T11:11:26.481Z sunrise +2025-09-18T15:00:48.495Z Moon culminates 79.01 degrees above the horizon 2025-09-18T17:18:46.398Z Sun culminates 62.98 degrees above the horizon -2025-09-18T21:50:04.317Z moonset -2025-09-18T23:25:40.501Z sunset -2025-09-19T09:04:38.673Z moonrise -2025-09-19T11:11:55.969Z sunrise +2025-09-18T21:50:04.318Z moonset +2025-09-18T23:25:40.503Z sunset +2025-09-19T09:04:38.670Z moonrise +2025-09-19T11:11:55.967Z sunrise 2025-09-19T15:47:03.718Z Moon culminates 73.38 degrees above the horizon 2025-09-19T17:18:25.071Z Sun culminates 62.59 degrees above the horizon -2025-09-19T22:21:53.161Z moonset -2025-09-19T23:24:28.401Z sunset -2025-09-20T10:02:28.796Z moonrise -2025-09-20T11:12:25.558Z sunrise +2025-09-19T22:21:53.163Z moonset +2025-09-19T23:24:28.403Z sunset +2025-09-20T10:02:28.794Z moonrise +2025-09-20T11:12:25.556Z sunrise 2025-09-20T16:30:17.624Z Moon culminates 67.31 degrees above the horizon 2025-09-20T17:18:03.811Z Sun culminates 62.20 degrees above the horizon -2025-09-20T22:50:48.574Z moonset -2025-09-20T23:23:16.337Z sunset +2025-09-20T22:50:48.575Z moonset +2025-09-20T23:23:16.339Z sunset 2025-09-21T05:29:19.652Z Saturn opposition -2025-09-21T10:58:08.527Z moonrise -2025-09-21T11:12:55.257Z sunrise +2025-09-21T10:58:08.526Z moonrise +2025-09-21T11:12:55.256Z sunrise 2025-09-21T17:11:38.431Z Moon culminates 61.10 degrees above the horizon 2025-09-21T17:17:42.634Z Sun culminates 61.81 degrees above the horizon 2025-09-21T19:54:44.658Z new moon -2025-09-21T23:18:14.938Z moonset -2025-09-21T23:22:04.333Z sunset -2025-09-22T11:13:25.077Z sunrise -2025-09-22T11:52:34.170Z moonrise +2025-09-21T23:18:14.940Z moonset +2025-09-21T23:22:04.334Z sunset +2025-09-22T11:13:25.076Z sunrise +2025-09-22T11:52:34.169Z moonrise 2025-09-22T17:17:21.559Z Sun culminates 61.42 degrees above the horizon 2025-09-22T17:52:13.582Z Moon culminates 54.99 degrees above the horizon -2025-09-22T18:19:32.741Z September equinox -2025-09-22T23:20:52.414Z sunset -2025-09-22T23:45:26.832Z moonset -2025-09-23T11:13:55.027Z sunrise +2025-09-22T18:19:34.559Z September equinox +2025-09-22T23:20:52.415Z sunset +2025-09-22T23:45:26.833Z moonset +2025-09-23T11:13:55.026Z sunrise 2025-09-23T12:43:44.512Z Neptune opposition -2025-09-23T12:46:42.153Z moonrise +2025-09-23T12:46:42.152Z moonrise 2025-09-23T17:17:00.600Z Sun culminates 61.04 degrees above the horizon 2025-09-23T18:33:06.115Z Moon culminates 49.20 degrees above the horizon -2025-09-23T23:19:40.602Z sunset -2025-09-24T00:13:34.148Z moonset +2025-09-23T23:19:40.603Z sunset +2025-09-24T00:13:34.149Z moonset 2025-09-24T11:14:25.116Z sunrise -2025-09-24T13:41:19.011Z moonrise +2025-09-24T13:41:19.010Z moonrise 2025-09-24T17:16:39.775Z Sun culminates 60.65 degrees above the horizon -2025-09-24T19:15:12.638Z Moon culminates 43.93 degrees above the horizon -2025-09-24T23:18:28.924Z sunset +2025-09-24T19:15:12.637Z Moon culminates 43.93 degrees above the horizon +2025-09-24T23:18:28.925Z sunset 2025-09-25T00:43:46.531Z moonset -2025-09-25T11:14:55.354Z sunrise -2025-09-25T14:36:51.939Z moonrise +2025-09-25T11:14:55.353Z sunrise +2025-09-25T14:36:51.938Z moonrise 2025-09-25T17:16:19.102Z Sun culminates 60.26 degrees above the horizon -2025-09-25T19:59:20.105Z Moon culminates 39.39 degrees above the horizon +2025-09-25T19:59:20.104Z Moon culminates 39.39 degrees above the horizon 2025-09-25T23:17:17.404Z sunset 2025-09-26T01:17:15.366Z moonset 2025-09-26T09:46:21.352Z lunar apogee at 405538 km -2025-09-26T11:15:25.749Z sunrise +2025-09-26T11:15:25.748Z sunrise 2025-09-26T15:33:18.170Z moonrise 2025-09-26T17:15:58.597Z Sun culminates 59.87 degrees above the horizon -2025-09-26T20:45:59.738Z Moon culminates 35.77 degrees above the horizon -2025-09-26T23:16:06.066Z sunset +2025-09-26T20:45:59.737Z Moon culminates 35.77 degrees above the horizon +2025-09-26T23:16:06.067Z sunset 2025-09-27T01:55:10.945Z moonset 2025-09-27T11:15:56.311Z sunrise 2025-09-27T16:29:55.985Z moonrise @@ -10199,27 +10199,27 @@ 2025-09-28T11:16:27.053Z sunrise 2025-09-28T17:15:18.164Z Sun culminates 59.09 degrees above the horizon 2025-09-28T17:25:25.752Z moonrise -2025-09-28T22:26:51.234Z Moon culminates 32.12 degrees above the horizon +2025-09-28T22:26:51.235Z Moon culminates 32.12 degrees above the horizon 2025-09-28T23:13:44.143Z sunset 2025-09-29T03:27:46.314Z moonset 2025-09-29T11:16:57.984Z sunrise -2025-09-29T16:38:37.226Z Saturn moves from Pisces to Aquarius +2025-09-29T16:38:27.115Z Saturn moves from Pisces to Aquarius 2025-09-29T17:14:58.274Z Sun culminates 58.70 degrees above the horizon -2025-09-29T18:18:09.719Z moonrise +2025-09-29T18:18:09.720Z moonrise 2025-09-29T23:12:33.511Z sunset -2025-09-29T23:19:42.911Z Moon culminates 32.42 degrees above the horizon +2025-09-29T23:19:42.912Z Moon culminates 32.42 degrees above the horizon 2025-09-29T23:54:29.038Z first quarter 2025-09-30T04:22:33.041Z moonset 2025-09-30T11:17:29.117Z sunrise -2025-09-30T17:14:38.629Z Sun culminates 58.31 degrees above the horizon -2025-09-30T19:06:46.639Z moonrise -2025-09-30T23:11:23.169Z sunset +2025-09-30T17:14:38.628Z Sun culminates 58.31 degrees above the horizon +2025-09-30T19:06:46.640Z moonrise +2025-09-30T23:11:23.168Z sunset 2025-10-01T00:12:42.506Z Moon culminates 34.22 degrees above the horizon 2025-10-01T05:21:39.415Z moonset 2025-10-01T11:18:00.465Z sunrise 2025-10-01T17:14:19.248Z Sun culminates 57.93 degrees above the horizon -2025-10-01T19:50:40.803Z moonrise -2025-10-01T23:10:13.145Z sunset +2025-10-01T19:50:40.804Z moonrise +2025-10-01T23:10:13.144Z sunset 2025-10-02T01:04:47.727Z Moon culminates 37.50 degrees above the horizon 2025-10-02T06:23:26.636Z moonset 2025-10-02T08:26:52.049Z Venus perihelion at 0.7184 AU @@ -10229,688 +10229,688 @@ 2025-10-02T23:09:03.468Z sunset 2025-10-03T01:55:25.514Z Moon culminates 42.13 degrees above the horizon 2025-10-03T07:26:29.074Z moonset -2025-10-03T11:19:03.861Z sunrise +2025-10-03T11:19:03.860Z sunrise 2025-10-03T17:13:41.367Z Sun culminates 57.15 degrees above the horizon 2025-10-03T21:06:02.620Z moonrise -2025-10-03T23:07:54.168Z sunset +2025-10-03T23:07:54.169Z sunset 2025-10-04T02:44:39.715Z Moon culminates 47.91 degrees above the horizon -2025-10-04T08:30:02.441Z moonset -2025-10-04T10:21:55.366Z Mars moves from Virgo to Libra -2025-10-04T11:19:35.939Z sunrise +2025-10-04T08:30:02.440Z moonset +2025-10-04T10:21:56.476Z Mars moves from Virgo to Libra +2025-10-04T11:19:35.938Z sunrise 2025-10-04T17:13:22.911Z Sun culminates 56.77 degrees above the horizon 2025-10-04T21:39:39.752Z moonrise -2025-10-04T23:06:45.276Z sunset +2025-10-04T23:06:45.277Z sunset 2025-10-05T03:33:07.140Z Moon culminates 54.58 degrees above the horizon -2025-10-05T09:34:09.462Z moonset -2025-10-05T11:20:08.291Z sunrise +2025-10-05T09:34:09.461Z moonset +2025-10-05T11:20:08.290Z sunrise 2025-10-05T17:13:04.810Z Sun culminates 56.38 degrees above the horizon -2025-10-05T22:12:25.422Z moonrise -2025-10-05T23:05:36.821Z sunset +2025-10-05T22:12:25.423Z moonrise +2025-10-05T23:05:36.822Z sunset 2025-10-06T04:21:48.579Z Moon culminates 61.79 degrees above the horizon 2025-10-06T10:39:28.566Z moonset 2025-10-06T11:20:40.933Z sunrise 2025-10-06T17:12:47.087Z Sun culminates 56.00 degrees above the horizon 2025-10-06T22:45:53.353Z moonrise -2025-10-06T23:04:28.834Z sunset +2025-10-06T23:04:28.835Z sunset 2025-10-07T03:48:02.920Z full moon -2025-10-07T05:11:58.924Z Moon culminates 69.14 degrees above the horizon +2025-10-07T05:11:58.925Z Moon culminates 69.14 degrees above the horizon 2025-10-07T11:21:13.882Z sunrise 2025-10-07T11:46:53.033Z moonset 2025-10-07T17:12:29.764Z Sun culminates 55.62 degrees above the horizon 2025-10-07T23:03:21.346Z sunset -2025-10-07T23:21:46.515Z moonrise -2025-10-08T06:04:55.108Z Moon culminates 76.12 degrees above the horizon +2025-10-07T23:21:46.516Z moonrise +2025-10-08T06:04:55.109Z Moon culminates 76.12 degrees above the horizon 2025-10-08T11:21:47.154Z sunrise 2025-10-08T12:38:54.059Z lunar perigee at 359807 km 2025-10-08T12:57:00.885Z moonset -2025-10-08T17:07:59.261Z Venus moves from Leo to Virgo +2025-10-08T17:07:59.891Z Venus moves from Leo to Virgo 2025-10-08T17:12:12.866Z Sun culminates 55.24 degrees above the horizon 2025-10-08T23:02:14.387Z sunset 2025-10-09T00:01:56.941Z moonrise 2025-10-09T07:01:36.504Z Moon culminates 82.18 degrees above the horizon 2025-10-09T11:22:20.665Z sunrise -2025-10-09T14:09:32.785Z moonset +2025-10-09T14:09:32.784Z moonset 2025-10-09T17:11:56.416Z Sun culminates 54.86 degrees above the horizon -2025-10-09T23:01:07.987Z sunset +2025-10-09T23:01:07.988Z sunset 2025-10-10T00:48:14.008Z moonrise -2025-10-10T08:02:13.919Z Moon culminates 86.76 degrees above the horizon -2025-10-10T11:22:54.628Z sunrise +2025-10-10T08:02:13.918Z Moon culminates 86.76 degrees above the horizon +2025-10-10T11:22:54.627Z sunrise 2025-10-10T11:45:30.803Z Mercury aphelion at 0.4667 AU -2025-10-10T15:22:29.805Z moonset +2025-10-10T15:22:29.804Z moonset 2025-10-10T17:11:40.436Z Sun culminates 54.48 degrees above the horizon -2025-10-10T23:00:02.179Z sunset -2025-10-11T01:41:48.982Z moonrise -2025-10-11T09:05:37.792Z Moon culminates 89.39 degrees above the horizon -2025-10-11T11:23:28.959Z sunrise -2025-10-11T16:32:15.874Z moonset +2025-10-10T23:00:02.180Z sunset +2025-10-11T01:41:48.981Z moonrise +2025-10-11T09:05:37.790Z Moon culminates 89.39 degrees above the horizon +2025-10-11T11:23:28.957Z sunrise +2025-10-11T16:32:15.872Z moonset 2025-10-11T17:11:24.948Z Sun culminates 54.11 degrees above the horizon -2025-10-11T22:58:56.992Z sunset -2025-10-12T02:42:19.529Z moonrise -2025-10-12T10:09:19.159Z Moon culminates 89.87 degrees above the horizon -2025-10-12T11:24:03.668Z sunrise -2025-10-12T14:33:12.288Z Mercury moves from Virgo to Libra +2025-10-11T22:58:56.994Z sunset +2025-10-12T02:42:19.526Z moonrise +2025-10-12T10:09:19.157Z Moon culminates 89.87 degrees above the horizon +2025-10-12T11:24:03.665Z sunrise +2025-10-12T14:33:12.820Z Mercury moves from Virgo to Libra 2025-10-12T17:11:09.973Z Sun culminates 53.73 degrees above the horizon -2025-10-12T17:35:04.940Z moonset -2025-10-12T22:57:52.457Z sunset -2025-10-13T03:47:22.303Z moonrise -2025-10-13T11:10:26.957Z Moon culminates 88.31 degrees above the horizon -2025-10-13T11:24:38.767Z sunrise +2025-10-12T17:35:04.938Z moonset +2025-10-12T22:57:52.459Z sunset +2025-10-13T03:47:22.299Z moonrise +2025-10-13T11:10:26.954Z Moon culminates 88.31 degrees above the horizon +2025-10-13T11:24:38.763Z sunrise 2025-10-13T17:10:55.532Z Sun culminates 53.36 degrees above the horizon 2025-10-13T18:13:12.792Z third quarter -2025-10-13T18:28:55.195Z moonset -2025-10-13T22:56:48.603Z sunset -2025-10-14T04:53:28.921Z moonrise -2025-10-14T11:25:14.265Z sunrise -2025-10-14T12:07:03.508Z Moon culminates 85.04 degrees above the horizon +2025-10-13T18:28:55.193Z moonset +2025-10-13T22:56:48.607Z sunset +2025-10-14T04:53:28.918Z moonrise +2025-10-14T11:25:14.261Z sunrise +2025-10-14T12:07:03.506Z Moon culminates 85.04 degrees above the horizon 2025-10-14T17:10:41.645Z Sun culminates 52.99 degrees above the horizon -2025-10-14T19:14:00.485Z moonset -2025-10-14T22:55:45.462Z sunset -2025-10-15T05:57:47.520Z moonrise -2025-10-15T11:25:50.170Z sunrise -2025-10-15T12:58:35.688Z Moon culminates 80.51 degrees above the horizon -2025-10-15T17:10:28.328Z Sun culminates 52.62 degrees above the horizon -2025-10-15T19:51:57.005Z moonset -2025-10-15T22:54:43.061Z sunset -2025-10-16T06:58:57.087Z moonrise -2025-10-16T11:26:26.489Z sunrise -2025-10-16T13:45:35.885Z Moon culminates 75.13 degrees above the horizon +2025-10-14T19:14:00.484Z moonset +2025-10-14T22:55:45.465Z sunset +2025-10-15T05:57:47.517Z moonrise +2025-10-15T11:25:50.167Z sunrise +2025-10-15T12:58:35.686Z Moon culminates 80.51 degrees above the horizon +2025-10-15T17:10:28.329Z Sun culminates 52.62 degrees above the horizon +2025-10-15T19:51:57.004Z moonset +2025-10-15T22:54:43.064Z sunset +2025-10-16T06:58:57.085Z moonrise +2025-10-16T11:26:26.486Z sunrise +2025-10-16T13:45:35.884Z Moon culminates 75.13 degrees above the horizon 2025-10-16T17:10:15.601Z Sun culminates 52.25 degrees above the horizon 2025-10-16T20:24:42.175Z moonset -2025-10-16T22:53:41.428Z sunset -2025-10-17T07:56:56.141Z moonrise -2025-10-17T11:27:03.227Z sunrise +2025-10-16T22:53:41.431Z sunset +2025-10-17T07:56:56.140Z moonrise +2025-10-17T11:27:03.225Z sunrise 2025-10-17T14:29:08.883Z Moon culminates 69.25 degrees above the horizon 2025-10-17T17:10:03.479Z Sun culminates 51.89 degrees above the horizon -2025-10-17T20:54:03.869Z moonset -2025-10-17T22:52:40.591Z sunset -2025-10-18T08:52:28.163Z moonrise -2025-10-18T11:27:40.388Z sunrise +2025-10-17T20:54:03.870Z moonset +2025-10-17T22:52:40.593Z sunset +2025-10-18T08:52:28.162Z moonrise +2025-10-18T11:27:40.387Z sunrise 2025-10-18T15:10:28.567Z Moon culminates 63.15 degrees above the horizon -2025-10-18T17:09:51.976Z Sun culminates 51.52 degrees above the horizon -2025-10-18T21:21:33.580Z moonset -2025-10-18T22:51:40.576Z sunset -2025-10-19T09:46:33.734Z moonrise -2025-10-19T11:28:17.974Z sunrise +2025-10-18T17:09:51.977Z Sun culminates 51.52 degrees above the horizon +2025-10-18T21:21:33.581Z moonset +2025-10-18T22:51:40.578Z sunset +2025-10-19T09:46:33.733Z moonrise +2025-10-19T11:28:17.973Z sunrise 2025-10-19T15:50:46.965Z Moon culminates 57.06 degrees above the horizon 2025-10-19T17:09:41.108Z Sun culminates 51.16 degrees above the horizon -2025-10-19T21:48:29.763Z moonset -2025-10-19T22:50:41.410Z sunset -2025-10-20T10:40:14.015Z moonrise -2025-10-20T11:28:55.986Z sunrise -2025-10-20T16:31:10.382Z Moon culminates 51.20 degrees above the horizon -2025-10-20T17:09:30.887Z Sun culminates 50.81 degrees above the horizon -2025-10-20T22:16:03.589Z moonset -2025-10-20T22:49:43.117Z sunset -2025-10-21T11:29:34.424Z sunrise -2025-10-21T11:34:20.526Z moonrise +2025-10-19T21:48:29.764Z moonset +2025-10-19T22:50:41.411Z sunset +2025-10-20T10:40:14.014Z moonrise +2025-10-20T11:28:55.985Z sunrise +2025-10-20T16:31:10.383Z Moon culminates 51.20 degrees above the horizon +2025-10-20T17:09:30.888Z Sun culminates 50.81 degrees above the horizon +2025-10-20T22:16:03.590Z moonset +2025-10-20T22:49:43.118Z sunset +2025-10-21T11:29:34.423Z sunrise +2025-10-21T11:34:20.525Z moonrise 2025-10-21T12:25:47.505Z new moon 2025-10-21T17:09:21.326Z Sun culminates 50.45 degrees above the horizon 2025-10-21T17:12:37.723Z Moon culminates 45.77 degrees above the horizon -2025-10-21T22:45:23.987Z moonset -2025-10-21T22:48:45.723Z sunset +2025-10-21T22:45:23.988Z moonset +2025-10-21T22:48:45.724Z sunset 2025-10-22T11:30:13.286Z sunrise 2025-10-22T12:29:26.061Z moonrise 2025-10-22T17:09:12.436Z Sun culminates 50.10 degrees above the horizon -2025-10-22T17:55:57.806Z Moon culminates 40.97 degrees above the horizon -2025-10-22T22:47:49.253Z sunset -2025-10-22T23:17:40.305Z moonset +2025-10-22T17:55:57.807Z Moon culminates 40.97 degrees above the horizon +2025-10-22T22:47:49.254Z sunset +2025-10-22T23:17:40.306Z moonset 2025-10-23T11:30:52.570Z sunrise 2025-10-23T13:25:34.262Z moonrise -2025-10-23T17:09:04.228Z Sun culminates 49.75 degrees above the horizon -2025-10-23T18:41:43.877Z Moon culminates 37.02 degrees above the horizon -2025-10-23T22:46:53.731Z sunset +2025-10-23T17:09:04.229Z Sun culminates 49.75 degrees above the horizon +2025-10-23T18:41:43.878Z Moon culminates 37.02 degrees above the horizon +2025-10-23T22:46:53.732Z sunset 2025-10-23T23:29:58.867Z lunar apogee at 406434 km -2025-10-23T23:54:00.561Z moonset +2025-10-23T23:54:00.563Z moonset 2025-10-24T11:31:32.272Z sunrise 2025-10-24T14:22:09.829Z moonrise -2025-10-24T17:08:56.713Z Sun culminates 49.40 degrees above the horizon -2025-10-24T19:30:05.397Z Moon culminates 34.14 degrees above the horizon -2025-10-24T22:45:59.182Z sunset -2025-10-25T00:35:22.696Z moonset -2025-10-25T11:32:12.389Z sunrise +2025-10-24T17:08:56.714Z Sun culminates 49.40 degrees above the horizon +2025-10-24T19:30:05.398Z Moon culminates 34.14 degrees above the horizon +2025-10-24T22:45:59.183Z sunset +2025-10-25T00:35:22.697Z moonset +2025-10-25T11:32:12.390Z sunrise 2025-10-25T15:17:57.132Z moonrise 2025-10-25T17:08:49.902Z Sun culminates 49.06 degrees above the horizon -2025-10-25T20:20:40.563Z Moon culminates 32.52 degrees above the horizon -2025-10-25T22:45:05.631Z sunset -2025-10-26T01:22:18.005Z moonset -2025-10-26T11:32:52.916Z sunrise +2025-10-25T20:20:40.564Z Moon culminates 32.52 degrees above the horizon +2025-10-25T22:45:05.632Z sunset +2025-10-26T01:22:18.007Z moonset +2025-10-26T11:32:52.917Z sunrise 2025-10-26T16:11:16.848Z moonrise 2025-10-26T17:08:43.804Z Sun culminates 48.72 degrees above the horizon -2025-10-26T21:12:36.519Z Moon culminates 32.29 degrees above the horizon +2025-10-26T21:12:36.520Z Moon culminates 32.29 degrees above the horizon 2025-10-26T22:44:13.103Z sunset -2025-10-27T02:14:33.043Z moonset -2025-10-27T11:33:33.849Z sunrise +2025-10-27T02:14:33.045Z moonset +2025-10-27T11:33:33.850Z sunrise 2025-10-27T17:00:39.672Z moonrise 2025-10-27T17:08:38.430Z Sun culminates 48.38 degrees above the horizon -2025-10-27T22:04:42.947Z Moon culminates 33.51 degrees above the horizon +2025-10-27T22:04:42.948Z Moon culminates 33.51 degrees above the horizon 2025-10-27T22:43:21.624Z sunset -2025-10-28T03:11:05.085Z moonset -2025-10-28T11:34:15.182Z sunrise +2025-10-28T03:11:05.087Z moonset +2025-10-28T11:34:15.183Z sunrise 2025-10-28T17:08:33.790Z Sun culminates 48.05 degrees above the horizon -2025-10-28T17:45:18.420Z moonrise +2025-10-28T17:45:18.419Z moonrise 2025-10-28T22:42:31.219Z sunset -2025-10-28T22:55:55.607Z Moon culminates 36.16 degrees above the horizon -2025-10-29T04:10:22.614Z moonset -2025-10-29T11:34:56.910Z sunrise -2025-10-29T12:18:07.251Z Mercury moves from Libra to Scorpius +2025-10-28T22:55:55.608Z Moon culminates 36.16 degrees above the horizon +2025-10-29T04:10:22.616Z moonset +2025-10-29T11:34:56.911Z sunrise +2025-10-29T12:18:08.000Z Mercury moves from Libra to Scorpius 2025-10-29T16:21:26.837Z first quarter -2025-10-29T17:08:29.895Z Sun culminates 47.72 degrees above the horizon -2025-10-29T18:25:18.526Z moonrise +2025-10-29T17:08:29.896Z Sun culminates 47.72 degrees above the horizon +2025-10-29T18:25:18.525Z moonrise 2025-10-29T21:56:17.324Z Mercury max evening elongation: 23.88 degrees from Sun 2025-10-29T22:41:41.915Z sunset 2025-10-29T23:45:37.480Z Moon culminates 40.13 degrees above the horizon -2025-10-30T05:11:01.666Z moonset +2025-10-30T05:11:01.667Z moonset 2025-10-30T11:35:39.030Z sunrise 2025-10-30T17:08:26.757Z Sun culminates 47.39 degrees above the horizon -2025-10-30T19:01:26.912Z moonrise -2025-10-30T22:40:53.738Z sunset -2025-10-31T00:33:47.685Z Moon culminates 45.25 degrees above the horizon +2025-10-30T19:01:26.911Z moonrise +2025-10-30T22:40:53.739Z sunset +2025-10-31T00:33:47.684Z Moon culminates 45.25 degrees above the horizon 2025-10-31T06:12:15.048Z moonset 2025-10-31T11:36:21.535Z sunrise 2025-10-31T17:08:24.386Z Sun culminates 47.07 degrees above the horizon -2025-10-31T19:34:54.361Z moonrise -2025-10-31T22:40:06.717Z sunset -2025-11-01T01:20:58.778Z Moon culminates 51.33 degrees above the horizon -2025-11-01T07:14:01.697Z moonset +2025-10-31T19:34:54.359Z moonrise +2025-10-31T22:40:06.719Z sunset +2025-11-01T01:20:58.777Z Moon culminates 51.33 degrees above the horizon +2025-11-01T07:14:01.698Z moonset 2025-11-01T11:37:04.421Z sunrise -2025-11-01T17:08:22.793Z Sun culminates 46.75 degrees above the horizon -2025-11-01T20:07:03.439Z moonrise -2025-11-01T22:39:20.879Z sunset +2025-11-01T17:08:22.794Z Sun culminates 46.75 degrees above the horizon +2025-11-01T20:07:03.438Z moonrise +2025-11-01T22:39:20.881Z sunset 2025-11-02T02:08:09.082Z Moon culminates 58.11 degrees above the horizon -2025-11-02T08:16:59.956Z moonset +2025-11-02T08:16:59.957Z moonset 2025-11-02T11:37:47.683Z sunrise -2025-11-02T17:08:21.991Z Sun culminates 46.43 degrees above the horizon -2025-11-02T20:39:24.756Z moonrise -2025-11-02T22:38:36.252Z sunset -2025-11-03T02:56:34.854Z Moon culminates 65.29 degrees above the horizon -2025-11-03T09:22:12.269Z moonset +2025-11-02T17:08:21.993Z Sun culminates 46.43 degrees above the horizon +2025-11-02T20:39:24.755Z moonrise +2025-11-02T22:38:36.254Z sunset +2025-11-03T02:56:34.855Z Moon culminates 65.29 degrees above the horizon +2025-11-03T09:22:12.270Z moonset 2025-11-03T11:38:31.316Z sunrise -2025-11-03T17:08:21.991Z Sun culminates 46.12 degrees above the horizon +2025-11-03T17:08:21.992Z Sun culminates 46.12 degrees above the horizon 2025-11-03T21:13:39.131Z moonrise -2025-11-03T22:20:48.449Z Mars moves from Libra to Scorpius -2025-11-03T22:37:52.863Z sunset -2025-11-04T03:47:41.970Z Moon culminates 72.46 degrees above the horizon -2025-11-04T10:30:42.008Z moonset -2025-11-04T11:39:15.315Z sunrise -2025-11-04T17:08:22.804Z Sun culminates 45.81 degrees above the horizon +2025-11-03T22:20:50.053Z Mars moves from Libra to Scorpius +2025-11-03T22:37:52.865Z sunset +2025-11-04T03:47:41.971Z Moon culminates 72.46 degrees above the horizon +2025-11-04T10:30:42.009Z moonset +2025-11-04T11:39:15.316Z sunrise +2025-11-04T17:08:22.805Z Sun culminates 45.81 degrees above the horizon 2025-11-04T21:51:41.045Z moonrise -2025-11-04T22:37:10.740Z sunset -2025-11-05T04:42:51.660Z Moon culminates 79.10 degrees above the horizon -2025-11-05T11:39:59.674Z sunrise -2025-11-05T11:42:55.641Z moonset +2025-11-04T22:37:10.741Z sunset +2025-11-05T04:42:51.662Z Moon culminates 79.10 degrees above the horizon +2025-11-05T11:39:59.675Z sunrise +2025-11-05T11:42:55.643Z moonset 2025-11-05T13:19:45.220Z full moon -2025-11-05T17:08:24.440Z Sun culminates 45.51 degrees above the horizon +2025-11-05T17:08:24.441Z Sun culminates 45.51 degrees above the horizon 2025-11-05T22:28:32.817Z lunar perigee at 356821 km -2025-11-05T22:35:34.981Z moonrise +2025-11-05T22:35:34.982Z moonrise 2025-11-05T22:36:29.911Z sunset -2025-11-06T05:42:51.809Z Moon culminates 84.57 degrees above the horizon -2025-11-06T11:40:44.386Z sunrise -2025-11-06T12:57:47.610Z moonset +2025-11-06T05:42:51.810Z Moon culminates 84.57 degrees above the horizon +2025-11-06T11:40:44.387Z sunrise +2025-11-06T12:57:47.611Z moonset 2025-11-06T17:08:26.909Z Sun culminates 45.21 degrees above the horizon 2025-11-06T22:35:50.401Z sunset 2025-11-06T23:27:09.341Z moonrise 2025-11-07T06:47:12.836Z Moon culminates 88.27 degrees above the horizon 2025-11-07T11:41:29.443Z sunrise 2025-11-07T14:11:59.572Z moonset -2025-11-07T17:08:30.221Z Sun culminates 44.92 degrees above the horizon +2025-11-07T17:08:30.220Z Sun culminates 44.92 degrees above the horizon 2025-11-07T22:35:12.238Z sunset -2025-11-08T00:26:55.221Z moonrise -2025-11-08T07:53:37.213Z Moon culminates 89.77 degrees above the horizon -2025-11-08T11:42:14.834Z sunrise -2025-11-08T15:20:48.933Z moonset +2025-11-08T00:26:55.220Z moonrise +2025-11-08T07:53:37.212Z Moon culminates 89.77 degrees above the horizon +2025-11-08T11:42:14.833Z sunrise +2025-11-08T15:20:48.931Z moonset 2025-11-08T17:08:34.382Z Sun culminates 44.63 degrees above the horizon -2025-11-08T22:34:35.447Z sunset -2025-11-09T01:33:01.436Z moonrise -2025-11-09T08:58:36.064Z Moon culminates 88.98 degrees above the horizon -2025-11-09T11:43:00.547Z sunrise -2025-11-09T16:20:36.012Z moonset +2025-11-08T22:34:35.448Z sunset +2025-11-09T01:33:01.434Z moonrise +2025-11-09T08:58:36.062Z Moon culminates 88.98 degrees above the horizon +2025-11-09T11:43:00.545Z sunrise +2025-11-09T16:20:36.010Z moonset 2025-11-09T17:08:39.400Z Sun culminates 44.35 degrees above the horizon -2025-11-09T22:34:00.056Z sunset -2025-11-10T02:41:34.848Z moonrise -2025-11-10T09:59:09.049Z Moon culminates 86.21 degrees above the horizon -2025-11-10T11:43:46.568Z sunrise +2025-11-09T22:34:00.057Z sunset +2025-11-10T02:41:34.846Z moonrise +2025-11-10T09:59:09.047Z Moon culminates 86.21 degrees above the horizon +2025-11-10T11:43:46.565Z sunrise 2025-11-10T17:08:45.280Z Sun culminates 44.07 degrees above the horizon -2025-11-10T17:10:27.428Z moonset -2025-11-10T22:33:26.087Z sunset -2025-11-11T03:48:42.947Z moonrise -2025-11-11T10:53:56.894Z Moon culminates 81.96 degrees above the horizon -2025-11-11T11:44:32.881Z sunrise +2025-11-10T17:10:27.426Z moonset +2025-11-10T22:33:26.090Z sunset +2025-11-11T03:48:42.945Z moonrise +2025-11-11T10:53:56.892Z Moon culminates 81.96 degrees above the horizon +2025-11-11T11:44:32.878Z sunrise 2025-11-11T17:08:52.027Z Sun culminates 43.79 degrees above the horizon -2025-11-11T17:51:44.135Z moonset -2025-11-11T22:32:53.567Z sunset -2025-11-12T04:52:15.590Z moonrise +2025-11-11T17:51:44.133Z moonset +2025-11-11T22:32:53.570Z sunset +2025-11-12T04:52:15.589Z moonrise 2025-11-12T05:28:44.381Z third quarter -2025-11-12T11:43:15.669Z Moon culminates 76.73 degrees above the horizon -2025-11-12T11:45:19.468Z sunrise +2025-11-12T11:43:15.667Z Moon culminates 76.73 degrees above the horizon +2025-11-12T11:45:19.466Z sunrise 2025-11-12T17:08:59.641Z Sun culminates 43.52 degrees above the horizon -2025-11-12T18:26:36.470Z moonset -2025-11-12T22:32:22.516Z sunset -2025-11-13T02:39:56.063Z Venus moves from Virgo to Libra -2025-11-13T05:51:50.941Z moonrise -2025-11-13T11:46:06.310Z sunrise -2025-11-13T12:28:13.045Z Moon culminates 70.94 degrees above the horizon +2025-11-12T18:26:36.469Z moonset +2025-11-12T22:32:22.519Z sunset +2025-11-13T02:39:56.682Z Venus moves from Virgo to Libra +2025-11-13T05:51:50.940Z moonrise +2025-11-13T11:46:06.308Z sunrise +2025-11-13T12:28:13.044Z Moon culminates 70.94 degrees above the horizon 2025-11-13T17:09:08.125Z Sun culminates 43.26 degrees above the horizon 2025-11-13T18:57:10.584Z moonset -2025-11-13T22:31:52.957Z sunset -2025-11-14T06:48:12.062Z moonrise -2025-11-14T11:46:53.384Z sunrise +2025-11-13T22:31:52.960Z sunset +2025-11-14T06:48:12.061Z moonrise +2025-11-14T11:46:53.383Z sunrise 2025-11-14T13:10:12.562Z Moon culminates 64.90 degrees above the horizon -2025-11-14T17:09:17.475Z Sun culminates 43.00 degrees above the horizon +2025-11-14T17:09:17.476Z Sun culminates 43.00 degrees above the horizon 2025-11-14T19:25:12.609Z moonset -2025-11-14T22:31:24.908Z sunset +2025-11-14T22:31:24.910Z sunset 2025-11-15T07:42:27.639Z moonrise 2025-11-15T11:47:40.666Z sunrise 2025-11-15T13:50:36.343Z Moon culminates 58.83 degrees above the horizon 2025-11-15T17:09:27.691Z Sun culminates 42.75 degrees above the horizon -2025-11-15T17:59:12.217Z Mars moves from Scorpius to Ophiuchus -2025-11-15T19:52:10.707Z moonset -2025-11-15T22:30:58.386Z sunset +2025-11-15T17:59:13.296Z Mars moves from Scorpius to Ophiuchus +2025-11-15T19:52:10.708Z moonset +2025-11-15T22:30:58.388Z sunset 2025-11-16T08:35:49.560Z moonrise -2025-11-16T11:48:28.131Z sunrise +2025-11-16T11:48:28.130Z sunrise 2025-11-16T14:30:39.464Z Moon culminates 52.94 degrees above the horizon 2025-11-16T17:09:38.765Z Sun culminates 42.50 degrees above the horizon 2025-11-16T20:19:21.882Z moonset -2025-11-16T22:30:33.409Z sunset +2025-11-16T22:30:33.410Z sunset 2025-11-17T09:29:21.021Z moonrise -2025-11-17T11:49:15.749Z sunrise +2025-11-17T11:49:15.748Z sunrise 2025-11-17T15:11:28.527Z Moon culminates 47.42 degrees above the horizon -2025-11-17T17:09:50.690Z Sun culminates 42.26 degrees above the horizon +2025-11-17T17:09:50.691Z Sun culminates 42.26 degrees above the horizon 2025-11-17T20:47:58.389Z moonset -2025-11-17T22:30:09.989Z sunset +2025-11-17T22:30:09.990Z sunset 2025-11-18T10:23:47.578Z moonrise -2025-11-18T11:07:48.810Z Mercury moves from Scorpius to Libra +2025-11-18T11:07:48.385Z Mercury moves from Scorpius to Libra 2025-11-18T11:50:03.490Z sunrise -2025-11-18T15:53:59.865Z Moon culminates 42.45 degrees above the horizon +2025-11-18T15:53:59.866Z Moon culminates 42.45 degrees above the horizon 2025-11-18T17:10:03.459Z Sun culminates 42.02 degrees above the horizon -2025-11-18T21:19:11.790Z moonset -2025-11-18T22:29:48.139Z sunset +2025-11-18T21:19:11.791Z moonset +2025-11-18T22:29:48.140Z sunset 2025-11-19T11:19:26.836Z moonrise -2025-11-19T11:50:51.321Z sunrise -2025-11-19T16:38:54.842Z Moon culminates 38.25 degrees above the horizon -2025-11-19T17:10:17.059Z Sun culminates 41.79 degrees above the horizon -2025-11-19T21:54:12.801Z moonset +2025-11-19T11:50:51.322Z sunrise +2025-11-19T16:38:54.843Z Moon culminates 38.25 degrees above the horizon +2025-11-19T17:10:17.060Z Sun culminates 41.79 degrees above the horizon +2025-11-19T21:54:12.802Z moonset 2025-11-19T22:29:27.871Z sunset 2025-11-20T02:47:07.592Z lunar apogee at 406682 km 2025-11-20T06:47:56.127Z new moon 2025-11-20T09:16:33.592Z Mercury inferior conjunction 2025-11-20T11:51:39.210Z sunrise -2025-11-20T12:15:56.993Z moonrise -2025-11-20T17:10:31.479Z Sun culminates 41.56 degrees above the horizon +2025-11-20T12:15:56.994Z moonrise +2025-11-20T17:10:31.480Z Sun culminates 41.56 degrees above the horizon 2025-11-20T17:26:31.537Z Moon culminates 35.04 degrees above the horizon -2025-11-20T22:29:09.193Z sunset -2025-11-20T22:34:04.224Z moonset +2025-11-20T22:29:09.194Z sunset +2025-11-20T22:34:04.225Z moonset 2025-11-21T11:52:27.120Z sunrise 2025-11-21T12:11:00.968Z Uranus opposition -2025-11-21T13:12:10.890Z moonrise -2025-11-21T17:10:46.706Z Sun culminates 41.34 degrees above the horizon -2025-11-21T18:16:35.390Z Moon culminates 33.02 degrees above the horizon +2025-11-21T13:12:10.891Z moonrise +2025-11-21T17:10:46.707Z Sun culminates 41.34 degrees above the horizon +2025-11-21T18:16:35.391Z Moon culminates 33.02 degrees above the horizon 2025-11-21T22:28:52.115Z sunset -2025-11-21T23:19:25.080Z moonset -2025-11-22T11:53:15.014Z sunrise -2025-11-22T14:06:27.034Z moonrise -2025-11-22T17:11:02.724Z Sun culminates 41.13 degrees above the horizon -2025-11-22T19:08:15.946Z Moon culminates 32.37 degrees above the horizon -2025-11-22T22:28:36.642Z sunset -2025-11-23T00:10:10.283Z moonset +2025-11-21T23:19:25.082Z moonset +2025-11-22T11:53:15.015Z sunrise +2025-11-22T14:06:27.035Z moonrise +2025-11-22T17:11:02.725Z Sun culminates 41.13 degrees above the horizon +2025-11-22T19:08:15.947Z Moon culminates 32.37 degrees above the horizon +2025-11-22T22:28:36.643Z sunset +2025-11-23T00:10:10.285Z moonset 2025-11-23T11:23:52.887Z Mercury perihelion at 0.3075 AU -2025-11-23T11:54:02.855Z sunrise -2025-11-23T14:57:02.199Z moonrise -2025-11-23T17:11:19.517Z Sun culminates 40.92 degrees above the horizon -2025-11-23T20:00:17.813Z Moon culminates 33.16 degrees above the horizon +2025-11-23T11:54:02.857Z sunrise +2025-11-23T14:57:02.200Z moonrise +2025-11-23T17:11:19.519Z Sun culminates 40.92 degrees above the horizon +2025-11-23T20:00:17.814Z Moon culminates 33.16 degrees above the horizon 2025-11-23T22:28:22.783Z sunset -2025-11-24T01:05:20.806Z moonset -2025-11-24T11:54:50.606Z sunrise -2025-11-24T15:42:49.922Z moonrise -2025-11-24T17:11:37.071Z Sun culminates 40.72 degrees above the horizon -2025-11-24T20:51:25.392Z Moon culminates 35.36 degrees above the horizon +2025-11-24T01:05:20.808Z moonset +2025-11-24T11:54:50.608Z sunrise +2025-11-24T15:42:49.923Z moonrise +2025-11-24T17:11:37.072Z Sun culminates 40.72 degrees above the horizon +2025-11-24T20:51:25.393Z Moon culminates 35.36 degrees above the horizon 2025-11-24T22:28:10.542Z sunset -2025-11-25T02:03:20.157Z moonset -2025-11-25T11:55:38.226Z sunrise +2025-11-25T02:03:20.159Z moonset +2025-11-25T11:55:38.228Z sunrise 2025-11-25T16:23:39.535Z moonrise -2025-11-25T17:11:55.367Z Sun culminates 40.53 degrees above the horizon +2025-11-25T17:11:55.368Z Sun culminates 40.53 degrees above the horizon 2025-11-25T21:40:48.504Z Moon culminates 38.87 degrees above the horizon -2025-11-25T22:27:59.923Z sunset -2025-11-26T03:02:32.409Z moonset -2025-11-26T11:56:25.678Z sunrise -2025-11-26T17:00:08.588Z moonrise -2025-11-26T17:12:14.388Z Sun culminates 40.34 degrees above the horizon +2025-11-25T22:27:59.924Z sunset +2025-11-26T03:02:32.411Z moonset +2025-11-26T11:56:25.679Z sunrise +2025-11-26T17:00:08.587Z moonrise +2025-11-26T17:12:14.389Z Sun culminates 40.34 degrees above the horizon 2025-11-26T22:27:50.932Z sunset -2025-11-26T22:28:15.244Z Moon culminates 43.50 degrees above the horizon -2025-11-27T04:01:56.804Z moonset -2025-11-27T11:57:12.921Z sunrise -2025-11-27T17:12:34.117Z Sun culminates 40.16 degrees above the horizon -2025-11-27T17:33:23.372Z moonrise -2025-11-27T22:27:43.571Z sunset +2025-11-26T22:28:15.245Z Moon culminates 43.50 degrees above the horizon +2025-11-27T04:01:56.806Z moonset +2025-11-27T11:57:12.923Z sunrise +2025-11-27T17:12:34.118Z Sun culminates 40.16 degrees above the horizon +2025-11-27T17:33:23.371Z moonrise +2025-11-27T22:27:43.572Z sunset 2025-11-27T23:14:10.332Z Moon culminates 49.06 degrees above the horizon -2025-11-28T05:01:21.250Z moonset +2025-11-28T05:01:21.252Z moonset 2025-11-28T06:59:22.640Z first quarter -2025-11-28T11:57:59.919Z sunrise -2025-11-28T17:12:54.536Z Sun culminates 39.99 degrees above the horizon -2025-11-28T18:04:43.336Z moonrise -2025-11-28T22:27:37.844Z sunset +2025-11-28T11:57:59.920Z sunrise +2025-11-28T17:12:54.537Z Sun culminates 39.99 degrees above the horizon +2025-11-28T18:04:43.334Z moonrise +2025-11-28T22:27:37.846Z sunset 2025-11-28T23:59:26.652Z Moon culminates 55.34 degrees above the horizon -2025-11-29T06:01:17.516Z moonset +2025-11-29T06:01:17.517Z moonset 2025-11-29T11:58:46.632Z sunrise -2025-11-29T17:13:15.628Z Sun culminates 39.82 degrees above the horizon -2025-11-29T18:35:34.763Z moonrise -2025-11-29T22:27:33.754Z sunset +2025-11-29T17:13:15.629Z Sun culminates 39.82 degrees above the horizon +2025-11-29T18:35:34.761Z moonrise +2025-11-29T22:27:33.756Z sunset 2025-11-30T00:45:17.135Z Moon culminates 62.10 degrees above the horizon -2025-11-30T07:02:48.475Z moonset +2025-11-30T07:02:48.477Z moonset 2025-11-30T11:59:33.023Z sunrise -2025-11-30T17:13:37.374Z Sun culminates 39.66 degrees above the horizon -2025-11-30T19:07:32.071Z moonrise -2025-11-30T22:27:31.301Z sunset -2025-12-01T01:33:08.721Z Moon culminates 69.05 degrees above the horizon -2025-12-01T08:07:11.646Z moonset -2025-12-01T12:00:19.054Z sunrise -2025-12-01T17:13:59.756Z Sun culminates 39.50 degrees above the horizon -2025-12-01T19:42:23.108Z moonrise -2025-12-01T22:27:30.487Z sunset -2025-12-02T02:24:34.840Z Moon culminates 75.79 degrees above the horizon -2025-12-02T09:15:33.822Z moonset -2025-12-02T12:01:04.689Z sunrise -2025-12-02T17:14:22.756Z Sun culminates 39.36 degrees above the horizon +2025-11-30T17:13:37.375Z Sun culminates 39.66 degrees above the horizon +2025-11-30T19:07:32.070Z moonrise +2025-11-30T22:27:31.304Z sunset +2025-12-01T01:33:08.722Z Moon culminates 69.05 degrees above the horizon +2025-12-01T08:07:11.648Z moonset +2025-12-01T12:00:19.055Z sunrise +2025-12-01T17:13:59.758Z Sun culminates 39.50 degrees above the horizon +2025-12-01T19:42:23.107Z moonrise +2025-12-01T22:27:30.489Z sunset +2025-12-02T02:24:34.841Z Moon culminates 75.79 degrees above the horizon +2025-12-02T09:15:33.824Z moonset +2025-12-02T12:01:04.690Z sunrise +2025-12-02T17:14:22.758Z Sun culminates 39.36 degrees above the horizon 2025-12-02T20:22:13.076Z moonrise -2025-12-02T22:27:31.311Z sunset -2025-12-03T02:54:45.831Z Venus moves from Libra to Scorpius -2025-12-03T03:20:58.151Z Moon culminates 81.81 degrees above the horizon -2025-12-03T10:28:06.242Z moonset -2025-12-03T12:01:49.891Z sunrise -2025-12-03T17:14:46.355Z Sun culminates 39.22 degrees above the horizon +2025-12-02T22:27:31.312Z sunset +2025-12-03T02:54:46.451Z Venus moves from Libra to Scorpius +2025-12-03T03:20:58.152Z Moon culminates 81.81 degrees above the horizon +2025-12-03T10:28:06.245Z moonset +2025-12-03T12:01:49.893Z sunrise +2025-12-03T17:14:46.356Z Sun culminates 39.22 degrees above the horizon 2025-12-03T21:09:15.715Z moonrise 2025-12-03T22:27:33.772Z sunset -2025-12-04T04:22:53.488Z Moon culminates 86.47 degrees above the horizon +2025-12-04T04:22:53.489Z Moon culminates 86.47 degrees above the horizon 2025-12-04T11:07:51.536Z lunar perigee at 356953 km -2025-12-04T11:43:02.371Z moonset -2025-12-04T12:02:34.624Z sunrise -2025-12-04T17:15:10.533Z Sun culminates 39.09 degrees above the horizon -2025-12-04T22:05:11.334Z moonrise -2025-12-04T22:27:37.865Z sunset +2025-12-04T11:43:02.373Z moonset +2025-12-04T12:02:34.625Z sunrise +2025-12-04T17:15:10.534Z Sun culminates 39.09 degrees above the horizon +2025-12-04T22:05:11.333Z moonrise +2025-12-04T22:27:37.864Z sunset 2025-12-04T23:14:33.917Z full moon 2025-12-05T05:29:15.490Z Moon culminates 89.16 degrees above the horizon -2025-12-05T12:03:18.850Z sunrise -2025-12-05T12:56:11.008Z moonset -2025-12-05T17:15:35.270Z Sun culminates 38.96 degrees above the horizon -2025-12-05T22:27:43.588Z sunset -2025-12-05T23:09:44.387Z moonrise -2025-12-06T06:36:57.930Z Moon culminates 89.51 degrees above the horizon -2025-12-06T12:04:02.533Z sunrise -2025-12-06T14:02:30.250Z moonset -2025-12-06T17:16:00.544Z Sun culminates 38.84 degrees above the horizon -2025-12-06T22:27:50.935Z sunset -2025-12-07T00:19:46.700Z moonrise -2025-12-07T03:13:37.705Z Venus moves from Scorpius to Ophiuchus -2025-12-07T07:42:03.909Z Moon culminates 87.58 degrees above the horizon -2025-12-07T12:04:45.633Z sunrise +2025-12-05T12:03:18.851Z sunrise +2025-12-05T12:56:11.009Z moonset +2025-12-05T17:15:35.269Z Sun culminates 38.96 degrees above the horizon +2025-12-05T22:27:43.587Z sunset +2025-12-05T23:09:44.386Z moonrise +2025-12-06T06:36:57.929Z Moon culminates 89.51 degrees above the horizon +2025-12-06T12:04:02.532Z sunrise +2025-12-06T14:02:30.251Z moonset +2025-12-06T17:16:00.543Z Sun culminates 38.84 degrees above the horizon +2025-12-06T22:27:50.934Z sunset +2025-12-07T00:19:46.698Z moonrise +2025-12-07T03:13:38.325Z Venus moves from Scorpius to Ophiuchus +2025-12-07T07:42:03.908Z Moon culminates 87.58 degrees above the horizon +2025-12-07T12:04:45.631Z sunrise 2025-12-07T14:58:57.922Z moonset -2025-12-07T17:16:26.332Z Sun culminates 38.73 degrees above the horizon +2025-12-07T17:16:26.331Z Sun culminates 38.73 degrees above the horizon 2025-12-07T21:03:04.122Z Mercury max morning elongation: 20.73 degrees from Sun -2025-12-07T22:27:59.899Z sunset -2025-12-08T01:30:33.078Z moonrise -2025-12-08T08:41:45.336Z Moon culminates 83.79 degrees above the horizon -2025-12-08T12:05:28.111Z sunrise +2025-12-07T22:27:59.898Z sunset +2025-12-08T01:30:33.075Z moonrise +2025-12-08T08:41:45.335Z Moon culminates 83.79 degrees above the horizon +2025-12-08T12:05:28.109Z sunrise 2025-12-08T15:45:36.027Z moonset -2025-12-08T17:16:52.611Z Sun culminates 38.63 degrees above the horizon +2025-12-08T17:16:52.610Z Sun culminates 38.63 degrees above the horizon 2025-12-08T22:28:10.472Z sunset -2025-12-09T02:38:18.883Z moonrise -2025-12-09T09:35:16.452Z Moon culminates 78.73 degrees above the horizon -2025-12-09T12:06:09.929Z sunrise -2025-12-09T16:24:18.487Z moonset -2025-12-09T17:17:19.357Z Sun culminates 38.53 degrees above the horizon -2025-12-09T22:28:22.644Z sunset -2025-12-10T03:41:35.092Z moonrise -2025-12-10T10:23:22.255Z Moon culminates 72.94 degrees above the horizon -2025-12-10T12:06:51.046Z sunrise +2025-12-09T02:38:18.881Z moonrise +2025-12-09T09:35:16.450Z Moon culminates 78.73 degrees above the horizon +2025-12-09T12:06:09.926Z sunrise +2025-12-09T16:24:18.486Z moonset +2025-12-09T17:17:19.356Z Sun culminates 38.53 degrees above the horizon +2025-12-09T22:28:22.645Z sunset +2025-12-10T03:41:35.091Z moonrise +2025-12-10T10:23:22.254Z Moon culminates 72.94 degrees above the horizon +2025-12-10T12:06:51.043Z sunrise 2025-12-10T16:57:24.336Z moonset -2025-12-10T17:17:46.544Z Sun culminates 38.44 degrees above the horizon -2025-12-10T19:57:21.509Z Mars moves from Ophiuchus to Sagittarius -2025-12-10T22:28:36.403Z sunset -2025-12-11T04:40:38.017Z moonrise -2025-12-11T11:07:26.795Z Moon culminates 66.81 degrees above the horizon -2025-12-11T12:07:31.421Z sunrise +2025-12-10T17:17:46.543Z Sun culminates 38.44 degrees above the horizon +2025-12-10T19:57:22.567Z Mars moves from Ophiuchus to Sagittarius +2025-12-10T22:28:36.404Z sunset +2025-12-11T04:40:38.016Z moonrise +2025-12-11T11:07:26.794Z Moon culminates 66.81 degrees above the horizon +2025-12-11T12:07:31.419Z sunrise 2025-12-11T17:18:14.144Z Sun culminates 38.36 degrees above the horizon 2025-12-11T17:26:57.458Z moonset 2025-12-11T20:52:19.417Z third quarter -2025-12-11T22:28:51.734Z sunset +2025-12-11T22:28:51.735Z sunset 2025-12-12T05:36:34.024Z moonrise 2025-12-12T11:49:00.828Z Moon culminates 60.65 degrees above the horizon -2025-12-12T12:08:11.014Z sunrise +2025-12-12T12:08:11.013Z sunrise 2025-12-12T17:18:42.129Z Sun culminates 38.29 degrees above the horizon 2025-12-12T17:54:39.981Z moonset -2025-12-12T22:29:08.620Z sunset +2025-12-12T22:29:08.621Z sunset 2025-12-13T06:30:42.840Z moonrise 2025-12-13T12:08:49.784Z sunrise 2025-12-13T12:29:29.181Z Moon culminates 54.65 degrees above the horizon 2025-12-13T17:19:10.467Z Sun culminates 38.23 degrees above the horizon 2025-12-13T18:21:58.023Z moonset 2025-12-13T22:29:27.042Z sunset -2025-12-14T00:45:24.180Z Mercury moves from Libra to Scorpius -2025-12-14T07:24:19.436Z moonrise +2025-12-14T00:45:24.743Z Mercury moves from Libra to Scorpius +2025-12-14T07:24:19.437Z moonrise 2025-12-14T12:09:27.689Z sunrise 2025-12-14T13:10:07.693Z Moon culminates 49.00 degrees above the horizon 2025-12-14T17:19:39.127Z Sun culminates 38.17 degrees above the horizon 2025-12-14T18:50:09.378Z moonset 2025-12-14T22:29:46.975Z sunset 2025-12-15T08:18:23.984Z moonrise -2025-12-15T12:10:04.685Z sunrise +2025-12-15T12:10:04.686Z sunrise 2025-12-15T13:52:02.196Z Moon culminates 43.87 degrees above the horizon 2025-12-15T17:20:08.075Z Sun culminates 38.12 degrees above the horizon 2025-12-15T19:20:29.447Z moonset 2025-12-15T22:30:08.395Z sunset 2025-12-16T09:13:32.230Z moonrise -2025-12-16T12:10:40.731Z sunrise +2025-12-16T12:10:40.732Z sunrise 2025-12-16T14:36:05.370Z Moon culminates 39.44 degrees above the horizon -2025-12-16T17:20:37.276Z Sun culminates 38.08 degrees above the horizon +2025-12-16T17:20:37.277Z Sun culminates 38.08 degrees above the horizon 2025-12-16T19:54:13.443Z moonset 2025-12-16T22:30:31.274Z sunset 2025-12-17T06:09:31.526Z lunar apogee at 406312 km -2025-12-17T10:09:43.662Z moonrise -2025-12-17T12:11:15.783Z sunrise +2025-12-17T10:09:43.663Z moonrise +2025-12-17T12:11:15.784Z sunrise 2025-12-17T15:22:49.511Z Moon culminates 35.93 degrees above the horizon 2025-12-17T17:21:06.694Z Sun culminates 38.04 degrees above the horizon -2025-12-17T19:58:03.129Z Mercury moves from Scorpius to Ophiuchus -2025-12-17T20:32:32.279Z moonset -2025-12-17T22:30:55.583Z sunset +2025-12-17T19:58:03.692Z Mercury moves from Scorpius to Ophiuchus +2025-12-17T20:32:32.278Z moonset +2025-12-17T22:30:55.582Z sunset 2025-12-18T11:06:11.261Z moonrise -2025-12-18T12:11:49.798Z sunrise +2025-12-18T12:11:49.799Z sunrise 2025-12-18T16:12:16.079Z Moon culminates 33.54 degrees above the horizon 2025-12-18T17:21:36.291Z Sun culminates 38.01 degrees above the horizon -2025-12-18T21:16:19.103Z moonset +2025-12-18T21:16:19.102Z moonset 2025-12-18T22:31:21.288Z sunset -2025-12-19T12:01:23.769Z moonrise -2025-12-19T12:12:22.734Z sunrise -2025-12-19T17:03:47.701Z Moon culminates 32.47 degrees above the horizon -2025-12-19T17:22:06.029Z Sun culminates 38.00 degrees above the horizon +2025-12-19T12:01:23.770Z moonrise +2025-12-19T12:12:22.735Z sunrise +2025-12-19T17:03:47.702Z Moon culminates 32.47 degrees above the horizon +2025-12-19T17:22:06.030Z Sun culminates 38.00 degrees above the horizon 2025-12-19T22:05:47.466Z moonset 2025-12-19T22:31:48.355Z sunset 2025-12-20T01:44:03.197Z new moon -2025-12-20T12:12:54.549Z sunrise -2025-12-20T12:53:30.987Z moonrise -2025-12-20T17:22:35.869Z Sun culminates 37.98 degrees above the horizon -2025-12-20T17:56:12.317Z Moon culminates 32.85 degrees above the horizon +2025-12-20T12:12:54.550Z sunrise +2025-12-20T12:53:30.989Z moonrise +2025-12-20T17:22:35.870Z Sun culminates 37.98 degrees above the horizon +2025-12-20T17:56:12.318Z Moon culminates 32.85 degrees above the horizon 2025-12-20T22:32:16.750Z sunset -2025-12-20T23:00:13.189Z moonset -2025-12-21T12:13:25.200Z sunrise -2025-12-21T13:41:05.097Z moonrise -2025-12-21T15:03:05.499Z December solstice -2025-12-21T17:23:05.773Z Sun culminates 37.98 degrees above the horizon -2025-12-21T18:48:04.656Z Moon culminates 34.67 degrees above the horizon +2025-12-20T23:00:13.190Z moonset +2025-12-21T12:13:25.202Z sunrise +2025-12-21T13:41:05.098Z moonrise +2025-12-21T15:03:03.907Z December solstice +2025-12-21T17:23:05.774Z Sun culminates 37.98 degrees above the horizon +2025-12-21T18:48:04.657Z Moon culminates 34.67 degrees above the horizon 2025-12-21T22:32:46.435Z sunset -2025-12-21T23:38:39.186Z Venus moves from Ophiuchus to Sagittarius -2025-12-21T23:58:00.250Z moonset -2025-12-22T12:13:54.649Z sunrise -2025-12-22T14:23:31.491Z moonrise -2025-12-22T17:23:35.701Z Sun culminates 37.99 degrees above the horizon -2025-12-22T19:38:16.007Z Moon culminates 37.85 degrees above the horizon +2025-12-21T23:38:39.785Z Venus moves from Ophiuchus to Sagittarius +2025-12-21T23:58:00.251Z moonset +2025-12-22T12:13:54.651Z sunrise +2025-12-22T14:23:31.492Z moonrise +2025-12-22T17:23:35.702Z Sun culminates 37.99 degrees above the horizon +2025-12-22T19:38:16.008Z Moon culminates 37.85 degrees above the horizon 2025-12-22T22:33:17.372Z sunset -2025-12-23T00:57:16.542Z moonset -2025-12-23T12:14:22.857Z sunrise -2025-12-23T15:01:10.791Z moonrise -2025-12-23T17:24:05.615Z Sun culminates 38.00 degrees above the horizon -2025-12-23T20:26:14.912Z Moon culminates 42.19 degrees above the horizon +2025-12-23T00:57:16.543Z moonset +2025-12-23T12:14:22.858Z sunrise +2025-12-23T15:01:10.792Z moonrise +2025-12-23T17:24:05.616Z Sun culminates 38.00 degrees above the horizon +2025-12-23T20:26:14.913Z Moon culminates 42.19 degrees above the horizon 2025-12-23T22:33:49.522Z sunset -2025-12-24T01:56:36.800Z moonset -2025-12-24T12:14:49.786Z sunrise +2025-12-24T01:56:36.801Z moonset +2025-12-24T12:14:49.787Z sunrise 2025-12-24T15:35:00.635Z moonrise -2025-12-24T17:24:35.477Z Sun culminates 38.02 degrees above the horizon +2025-12-24T17:24:35.478Z Sun culminates 38.02 degrees above the horizon 2025-12-24T21:12:10.573Z Moon culminates 47.48 degrees above the horizon 2025-12-24T22:34:22.847Z sunset -2025-12-25T02:55:25.833Z moonset +2025-12-25T02:55:25.834Z moonset 2025-12-25T12:15:15.402Z sunrise -2025-12-25T16:06:16.264Z moonrise +2025-12-25T16:06:16.263Z moonrise 2025-12-25T17:25:05.251Z Sun culminates 38.05 degrees above the horizon 2025-12-25T21:56:44.764Z Moon culminates 53.48 degrees above the horizon -2025-12-25T22:34:57.306Z sunset -2025-12-26T03:53:57.891Z moonset +2025-12-25T22:34:57.307Z sunset +2025-12-26T03:53:57.892Z moonset 2025-12-26T12:15:39.671Z sunrise -2025-12-26T16:36:19.884Z moonrise +2025-12-26T16:36:19.883Z moonrise 2025-12-26T17:25:34.900Z Sun culminates 38.08 degrees above the horizon -2025-12-26T22:35:32.860Z sunset +2025-12-26T22:35:32.862Z sunset 2025-12-26T22:41:01.766Z Moon culminates 59.95 degrees above the horizon 2025-12-27T04:53:04.093Z moonset -2025-12-27T12:16:02.565Z sunrise -2025-12-27T17:06:39.012Z moonrise -2025-12-27T17:26:04.389Z Sun culminates 38.13 degrees above the horizon +2025-12-27T12:16:02.564Z sunrise +2025-12-27T17:06:39.011Z moonrise +2025-12-27T17:26:04.390Z Sun culminates 38.13 degrees above the horizon 2025-12-27T19:10:25.477Z first quarter -2025-12-27T22:36:09.471Z sunset +2025-12-27T22:36:09.473Z sunset 2025-12-27T23:26:21.169Z Moon culminates 66.64 degrees above the horizon -2025-12-28T05:53:57.317Z moonset -2025-12-28T12:16:24.054Z sunrise +2025-12-28T05:53:57.319Z moonset +2025-12-28T12:16:24.053Z sunrise 2025-12-28T17:26:33.686Z Sun culminates 38.18 degrees above the horizon -2025-12-28T17:38:50.593Z moonrise -2025-12-28T22:36:47.098Z sunset -2025-12-29T00:14:12.628Z Moon culminates 73.24 degrees above the horizon -2025-12-29T06:57:54.423Z moonset +2025-12-28T17:38:50.592Z moonrise +2025-12-28T22:36:47.100Z sunset +2025-12-29T00:14:12.629Z Moon culminates 73.24 degrees above the horizon +2025-12-29T06:57:54.425Z moonset 2025-12-29T12:16:44.114Z sunrise -2025-12-29T17:27:02.758Z Sun culminates 38.24 degrees above the horizon +2025-12-29T17:27:02.759Z Sun culminates 38.24 degrees above the horizon 2025-12-29T18:14:47.060Z moonrise -2025-12-29T22:37:25.702Z sunset -2025-12-30T01:06:07.185Z Moon culminates 79.36 degrees above the horizon -2025-12-30T08:05:47.625Z moonset -2025-12-30T12:17:02.722Z sunrise -2025-12-30T15:53:12.033Z Mercury moves from Ophiuchus to Sagittarius -2025-12-30T17:27:31.575Z Sun culminates 38.31 degrees above the horizon -2025-12-30T18:56:37.835Z moonrise -2025-12-30T22:38:05.244Z sunset +2025-12-29T22:37:25.704Z sunset +2025-12-30T01:06:07.186Z Moon culminates 79.36 degrees above the horizon +2025-12-30T08:05:47.627Z moonset +2025-12-30T12:17:02.723Z sunrise +2025-12-30T15:53:12.534Z Mercury moves from Ophiuchus to Sagittarius +2025-12-30T17:27:31.576Z Sun culminates 38.31 degrees above the horizon +2025-12-30T18:56:37.834Z moonrise +2025-12-30T22:38:05.245Z sunset 2025-12-31T02:03:16.020Z Moon culminates 84.51 degrees above the horizon -2025-12-31T09:17:16.406Z moonset -2025-12-31T12:17:19.859Z sunrise -2025-12-31T17:28:00.107Z Sun culminates 38.38 degrees above the horizon -2025-12-31T19:46:32.059Z moonrise +2025-12-31T09:17:16.408Z moonset +2025-12-31T12:17:19.861Z sunrise +2025-12-31T17:28:00.108Z Sun culminates 38.38 degrees above the horizon +2025-12-31T19:46:32.058Z moonrise 2025-12-31T22:38:45.685Z sunset 2026-01-01T03:05:49.066Z Moon culminates 88.11 degrees above the horizon -2026-01-01T10:29:54.225Z moonset -2026-01-01T12:17:35.507Z sunrise +2026-01-01T10:29:54.227Z moonset +2026-01-01T12:17:35.508Z sunrise 2026-01-01T17:28:28.326Z Sun culminates 38.46 degrees above the horizon -2026-01-01T20:45:42.379Z moonrise +2026-01-01T20:45:42.377Z moonrise 2026-01-01T21:44:25.083Z lunar perigee at 360336 km -2026-01-01T22:39:26.986Z sunset -2026-01-02T04:12:08.049Z Moon culminates 89.63 degrees above the horizon -2026-01-02T11:39:15.841Z moonset -2026-01-02T12:17:49.649Z sunrise -2026-01-02T17:28:56.205Z Sun culminates 38.55 degrees above the horizon -2026-01-02T21:52:59.787Z moonrise -2026-01-02T22:40:09.107Z sunset -2026-01-03T05:18:49.031Z Moon culminates 88.84 degrees above the horizon +2026-01-01T22:39:26.984Z sunset +2026-01-02T04:12:08.048Z Moon culminates 89.63 degrees above the horizon +2026-01-02T11:39:15.842Z moonset +2026-01-02T12:17:49.650Z sunrise +2026-01-02T17:28:56.204Z Sun culminates 38.55 degrees above the horizon +2026-01-02T21:52:59.784Z moonrise +2026-01-02T22:40:09.104Z sunset +2026-01-03T05:18:49.030Z Moon culminates 88.84 degrees above the horizon 2026-01-03T10:03:26.529Z full moon -2026-01-03T12:18:02.271Z sunrise -2026-01-03T12:41:00.659Z moonset +2026-01-03T12:18:02.272Z sunrise +2026-01-03T12:41:00.660Z moonset 2026-01-03T16:42:09.402Z Earth perihelion at 0.9833 AU -2026-01-03T17:29:23.717Z Sun culminates 38.65 degrees above the horizon -2026-01-03T22:40:52.009Z sunset -2026-01-03T23:04:30.883Z moonrise -2026-01-04T06:22:11.874Z Moon culminates 85.89 degrees above the horizon +2026-01-03T17:29:23.715Z Sun culminates 38.65 degrees above the horizon +2026-01-03T22:40:52.007Z sunset +2026-01-03T23:04:30.880Z moonrise +2026-01-04T06:22:11.872Z Moon culminates 85.89 degrees above the horizon 2026-01-04T12:18:13.360Z sunrise 2026-01-04T13:33:13.599Z moonset -2026-01-04T17:29:50.836Z Sun culminates 38.76 degrees above the horizon -2026-01-04T22:41:35.656Z sunset -2026-01-05T00:15:33.167Z moonrise -2026-01-05T07:20:05.068Z Moon culminates 81.29 degrees above the horizon -2026-01-05T12:18:22.904Z sunrise +2026-01-04T17:29:50.834Z Sun culminates 38.76 degrees above the horizon +2026-01-04T22:41:35.654Z sunset +2026-01-05T00:15:33.164Z moonrise +2026-01-05T07:20:05.066Z Moon culminates 81.29 degrees above the horizon +2026-01-05T12:18:22.902Z sunrise 2026-01-05T14:16:37.860Z moonset -2026-01-05T17:30:17.537Z Sun culminates 38.87 degrees above the horizon -2026-01-05T22:42:20.008Z sunset -2026-01-06T01:22:59.744Z moonrise -2026-01-06T08:12:11.405Z Moon culminates 75.61 degrees above the horizon +2026-01-05T17:30:17.536Z Sun culminates 38.87 degrees above the horizon +2026-01-05T22:42:20.006Z sunset +2026-01-06T01:22:59.742Z moonrise +2026-01-06T08:12:11.404Z Moon culminates 75.61 degrees above the horizon 2026-01-06T11:01:21.213Z Mercury aphelion at 0.4667 AU -2026-01-06T12:18:30.892Z sunrise +2026-01-06T12:18:30.890Z sunrise 2026-01-06T14:53:14.020Z moonset 2026-01-06T15:53:36.537Z Venus superior conjunction -2026-01-06T17:30:43.797Z Sun culminates 38.99 degrees above the horizon -2026-01-06T22:43:05.028Z sunset -2026-01-07T02:25:56.895Z moonrise +2026-01-06T17:30:43.796Z Sun culminates 38.99 degrees above the horizon +2026-01-06T22:43:05.027Z sunset +2026-01-07T02:25:56.893Z moonrise 2026-01-07T08:59:27.611Z Moon culminates 69.39 degrees above the horizon -2026-01-07T12:18:37.316Z sunrise -2026-01-07T15:25:11.960Z moonset -2026-01-07T17:31:09.592Z Sun culminates 39.12 degrees above the horizon -2026-01-07T22:43:50.678Z sunset -2026-01-08T03:24:59.214Z moonrise +2026-01-07T12:18:37.314Z sunrise +2026-01-07T15:25:11.961Z moonset +2026-01-07T17:31:09.591Z Sun culminates 39.12 degrees above the horizon +2026-01-07T22:43:50.677Z sunset +2026-01-08T03:24:59.213Z moonrise 2026-01-08T09:43:18.703Z Moon culminates 63.01 degrees above the horizon -2026-01-08T12:18:42.166Z sunrise -2026-01-08T15:54:24.915Z moonset +2026-01-08T12:18:42.165Z sunrise +2026-01-08T15:54:24.916Z moonset 2026-01-08T17:31:34.899Z Sun culminates 39.25 degrees above the horizon 2026-01-08T22:44:36.918Z sunset -2026-01-09T04:21:18.270Z moonrise +2026-01-09T04:21:18.269Z moonrise 2026-01-09T10:25:12.491Z Moon culminates 56.77 degrees above the horizon 2026-01-09T12:09:54.081Z Mars conjunction -2026-01-09T12:18:45.438Z sunrise -2026-01-09T16:22:27.918Z moonset +2026-01-09T12:18:45.437Z sunrise +2026-01-09T16:22:27.919Z moonset 2026-01-09T17:31:59.695Z Sun culminates 39.39 degrees above the horizon -2026-01-09T22:45:23.711Z sunset -2026-01-10T05:16:11.852Z moonrise +2026-01-09T22:45:23.710Z sunset +2026-01-10T05:16:11.851Z moonrise 2026-01-10T08:29:31.171Z Jupiter opposition 2026-01-10T11:06:30.178Z Moon culminates 50.86 degrees above the horizon 2026-01-10T12:18:47.125Z sunrise 2026-01-10T15:49:01.348Z third quarter -2026-01-10T16:50:44.114Z moonset -2026-01-10T17:32:23.958Z Sun culminates 39.54 degrees above the horizon -2026-01-10T22:46:11.014Z sunset -2026-01-11T06:10:48.487Z moonrise +2026-01-10T16:50:44.115Z moonset +2026-01-10T17:32:23.957Z Sun culminates 39.54 degrees above the horizon +2026-01-10T22:46:11.013Z sunset +2026-01-11T06:10:48.486Z moonrise 2026-01-11T11:48:23.792Z Moon culminates 45.47 degrees above the horizon 2026-01-11T12:18:47.223Z sunrise 2026-01-11T17:20:31.578Z moonset 2026-01-11T17:32:47.663Z Sun culminates 39.70 degrees above the horizon -2026-01-11T22:46:58.787Z sunset -2026-01-12T07:05:57.267Z moonrise +2026-01-11T22:46:58.786Z sunset +2026-01-12T07:05:57.266Z moonrise 2026-01-12T12:18:45.727Z sunrise 2026-01-12T12:31:54.111Z Moon culminates 40.75 degrees above the horizon 2026-01-12T17:33:10.790Z Sun culminates 39.86 degrees above the horizon -2026-01-12T17:53:07.615Z moonset -2026-01-12T22:47:46.990Z sunset -2026-01-13T08:01:57.095Z moonrise +2026-01-12T17:53:07.614Z moonset +2026-01-12T22:47:46.989Z sunset +2026-01-13T08:01:57.094Z moonrise 2026-01-13T12:18:42.634Z sunrise 2026-01-13T13:17:45.601Z Moon culminates 36.91 degrees above the horizon 2026-01-13T17:33:33.315Z Sun culminates 40.03 degrees above the horizon -2026-01-13T18:29:48.096Z moonset +2026-01-13T18:29:48.095Z moonset 2026-01-13T20:46:55.592Z lunar apogee at 405429 km -2026-01-13T22:48:35.578Z sunset +2026-01-13T22:48:35.577Z sunset 2026-01-14T08:58:25.378Z moonrise 2026-01-14T12:18:37.942Z sunrise -2026-01-14T14:06:17.400Z Moon culminates 34.13 degrees above the horizon -2026-01-14T17:33:55.216Z Sun culminates 40.21 degrees above the horizon +2026-01-14T14:06:17.399Z Moon culminates 34.13 degrees above the horizon +2026-01-14T17:33:55.215Z Sun culminates 40.21 degrees above the horizon 2026-01-14T19:11:38.568Z moonset -2026-01-14T22:49:24.511Z sunset +2026-01-14T22:49:24.510Z sunset 2026-01-15T09:54:13.498Z moonrise -2026-01-15T11:25:00.525Z Saturn moves from Aquarius to Pisces -2026-01-15T12:18:31.648Z sunrise +2026-01-15T11:25:09.442Z Saturn moves from Aquarius to Pisces +2026-01-15T12:18:31.649Z sunrise 2026-01-15T14:57:13.276Z Moon culminates 32.60 degrees above the horizon 2026-01-15T17:34:16.470Z Sun culminates 40.39 degrees above the horizon -2026-01-15T19:59:15.321Z moonset -2026-01-15T22:50:13.745Z sunset +2026-01-15T19:59:15.320Z moonset +2026-01-15T22:50:13.744Z sunset 2026-01-16T10:47:40.772Z moonrise 2026-01-16T12:18:23.753Z sunrise 2026-01-16T15:49:38.586Z Moon culminates 32.49 degrees above the horizon 2026-01-16T17:34:37.056Z Sun culminates 40.58 degrees above the horizon 2026-01-16T20:52:22.648Z moonset 2026-01-16T22:51:03.237Z sunset -2026-01-17T08:59:48.889Z Venus moves from Sagittarius to Capricornus +2026-01-17T08:59:49.520Z Venus moves from Sagittarius to Capricornus 2026-01-17T11:37:09.518Z moonrise 2026-01-17T12:18:14.256Z sunrise 2026-01-17T16:42:12.954Z Moon culminates 33.86 degrees above the horizon 2026-01-17T17:34:56.953Z Sun culminates 40.78 degrees above the horizon 2026-01-17T21:49:44.772Z moonset 2026-01-17T22:51:52.945Z sunset -2026-01-18T12:18:03.157Z sunrise +2026-01-18T12:18:03.158Z sunrise 2026-01-18T12:21:42.537Z moonrise 2026-01-18T17:33:37.319Z Moon culminates 36.65 degrees above the horizon 2026-01-18T17:35:16.140Z Sun culminates 40.98 degrees above the horizon @@ -10923,7 +10923,7 @@ 2026-01-19T18:23:00.620Z Moon culminates 40.72 degrees above the horizon 2026-01-19T22:53:32.842Z sunset 2026-01-19T23:49:49.169Z moonset -2026-01-20T11:02:43.857Z Mercury moves from Sagittarius to Capricornus +2026-01-20T11:02:44.307Z Mercury moves from Sagittarius to Capricornus 2026-01-20T12:17:36.168Z sunrise 2026-01-20T13:36:39.416Z moonrise 2026-01-20T17:35:52.310Z Sun culminates 41.41 degrees above the horizon @@ -10937,120 +10937,120 @@ 2026-01-21T19:55:36.146Z Moon culminates 51.74 degrees above the horizon 2026-01-21T22:55:13.115Z sunset 2026-01-22T01:48:56.168Z moonset -2026-01-22T12:17:02.819Z sunrise +2026-01-22T12:17:02.818Z sunrise 2026-01-22T14:39:20.482Z moonrise -2026-01-22T17:36:25.427Z Sun culminates 41.86 degrees above the horizon +2026-01-22T17:36:25.426Z Sun culminates 41.86 degrees above the horizon 2026-01-22T18:49:49.403Z Venus aphelion at 0.7282 AU -2026-01-22T20:40:05.669Z Moon culminates 58.15 degrees above the horizon -2026-01-22T22:56:03.298Z sunset +2026-01-22T20:40:05.668Z Moon culminates 58.15 degrees above the horizon +2026-01-22T22:56:03.299Z sunset 2026-01-23T02:48:02.320Z moonset -2026-01-23T03:31:23.335Z Mars moves from Sagittarius to Capricornus +2026-01-23T03:31:24.383Z Mars moves from Sagittarius to Capricornus 2026-01-23T10:28:32.812Z Pluto conjunction -2026-01-23T12:16:43.778Z sunrise +2026-01-23T12:16:43.777Z sunrise 2026-01-23T15:09:20.952Z moonrise 2026-01-23T17:36:40.804Z Sun culminates 42.10 degrees above the horizon -2026-01-23T21:24:49.478Z Moon culminates 64.81 degrees above the horizon -2026-01-23T22:56:53.465Z sunset +2026-01-23T21:24:49.479Z Moon culminates 64.81 degrees above the horizon +2026-01-23T22:56:53.466Z sunset 2026-01-24T03:47:58.917Z moonset -2026-01-24T12:16:23.173Z sunrise +2026-01-24T12:16:23.171Z sunrise 2026-01-24T15:40:24.329Z moonrise -2026-01-24T17:36:55.380Z Sun culminates 42.34 degrees above the horizon +2026-01-24T17:36:55.379Z Sun culminates 42.34 degrees above the horizon 2026-01-24T22:11:07.476Z Moon culminates 71.40 degrees above the horizon -2026-01-24T22:57:43.584Z sunset -2026-01-25T04:49:54.628Z moonset -2026-01-25T12:16:01.016Z sunrise -2026-01-25T16:14:10.160Z moonrise +2026-01-24T22:57:43.585Z sunset +2026-01-25T04:49:54.629Z moonset +2026-01-25T12:16:01.015Z sunrise +2026-01-25T16:14:10.161Z moonrise 2026-01-25T17:37:09.144Z Sun culminates 42.59 degrees above the horizon -2026-01-25T22:58:33.624Z sunset -2026-01-25T23:00:23.577Z Moon culminates 77.59 degrees above the horizon +2026-01-25T22:58:33.626Z sunset +2026-01-25T23:00:23.578Z Moon culminates 77.59 degrees above the horizon 2026-01-26T04:47:54.948Z first quarter -2026-01-26T05:54:46.750Z moonset -2026-01-26T12:15:37.322Z sunrise -2026-01-26T16:52:32.478Z moonrise +2026-01-26T05:54:46.751Z moonset +2026-01-26T12:15:37.321Z sunrise +2026-01-26T16:52:32.479Z moonrise 2026-01-26T17:37:22.089Z Sun culminates 42.84 degrees above the horizon -2026-01-26T22:59:23.557Z sunset -2026-01-26T23:53:52.621Z Moon culminates 82.96 degrees above the horizon -2026-01-27T07:02:47.538Z moonset +2026-01-26T22:59:23.558Z sunset +2026-01-26T23:53:52.622Z Moon culminates 82.96 degrees above the horizon +2026-01-27T07:02:47.539Z moonset 2026-01-27T12:15:12.107Z sunrise 2026-01-27T17:37:33.734Z moonrise 2026-01-27T17:37:34.212Z Sun culminates 43.10 degrees above the horizon 2026-01-27T23:00:13.356Z sunset 2026-01-28T00:52:13.779Z Moon culminates 87.05 degrees above the horizon -2026-01-28T08:12:40.430Z moonset +2026-01-28T08:12:40.431Z moonset 2026-01-28T12:14:45.390Z sunrise 2026-01-28T17:37:45.508Z Sun culminates 43.36 degrees above the horizon -2026-01-28T18:30:53.874Z moonrise +2026-01-28T18:30:53.873Z moonrise 2026-01-28T23:01:02.996Z sunset 2026-01-29T01:54:52.072Z Moon culminates 89.37 degrees above the horizon 2026-01-29T09:21:19.134Z moonset -2026-01-29T12:14:17.191Z sunrise +2026-01-29T12:14:17.192Z sunrise 2026-01-29T17:37:55.976Z Sun culminates 43.63 degrees above the horizon -2026-01-29T19:32:46.202Z moonrise +2026-01-29T19:32:46.201Z moonrise 2026-01-29T21:47:50.087Z lunar perigee at 365860 km -2026-01-29T23:01:52.456Z sunset -2026-01-30T02:59:35.819Z Moon culminates 89.58 degrees above the horizon +2026-01-29T23:01:52.454Z sunset +2026-01-30T02:59:35.818Z Moon culminates 89.58 degrees above the horizon 2026-01-30T10:24:45.242Z moonset -2026-01-30T12:13:47.531Z sunrise -2026-01-30T17:38:05.617Z Sun culminates 43.90 degrees above the horizon -2026-01-30T20:40:59.838Z moonrise -2026-01-30T23:02:41.714Z sunset -2026-01-31T04:03:13.556Z Moon culminates 87.63 degrees above the horizon -2026-01-31T11:20:09.883Z moonset -2026-01-31T12:13:16.432Z sunrise -2026-01-31T17:38:14.432Z Sun culminates 44.18 degrees above the horizon -2026-01-31T21:51:33.767Z moonrise -2026-01-31T23:03:30.752Z sunset -2026-02-01T05:03:01.784Z Moon culminates 83.80 degrees above the horizon +2026-01-30T12:13:47.532Z sunrise +2026-01-30T17:38:05.616Z Sun culminates 43.90 degrees above the horizon +2026-01-30T20:40:59.836Z moonrise +2026-01-30T23:02:41.712Z sunset +2026-01-31T04:03:13.555Z Moon culminates 87.63 degrees above the horizon +2026-01-31T11:20:09.882Z moonset +2026-01-31T12:13:16.433Z sunrise +2026-01-31T17:38:14.431Z Sun culminates 44.18 degrees above the horizon +2026-01-31T21:51:33.765Z moonrise +2026-01-31T23:03:30.750Z sunset +2026-02-01T05:03:01.782Z Moon culminates 83.80 degrees above the horizon 2026-02-01T12:07:03.454Z moonset -2026-02-01T12:12:43.918Z sunrise -2026-02-01T17:38:22.425Z Sun culminates 44.47 degrees above the horizon +2026-02-01T12:12:43.917Z sunrise +2026-02-01T17:38:22.424Z Sun culminates 44.47 degrees above the horizon 2026-02-01T22:09:50.324Z full moon -2026-02-01T23:00:40.517Z moonrise -2026-02-01T23:04:19.553Z sunset -2026-02-02T05:57:47.174Z Moon culminates 78.58 degrees above the horizon -2026-02-02T12:12:10.011Z sunrise -2026-02-02T12:46:42.152Z moonset -2026-02-02T17:38:29.600Z Sun culminates 44.76 degrees above the horizon -2026-02-02T23:05:08.104Z sunset -2026-02-03T00:06:17.448Z moonrise -2026-02-03T06:47:42.523Z Moon culminates 72.50 degrees above the horizon -2026-02-03T12:11:34.737Z sunrise +2026-02-01T23:00:40.514Z moonrise +2026-02-01T23:04:19.552Z sunset +2026-02-02T05:57:47.172Z Moon culminates 78.58 degrees above the horizon +2026-02-02T12:12:10.010Z sunrise +2026-02-02T12:46:42.151Z moonset +2026-02-02T17:38:29.598Z Sun culminates 44.76 degrees above the horizon +2026-02-02T23:05:08.103Z sunset +2026-02-03T00:06:17.446Z moonrise +2026-02-03T06:47:42.522Z Moon culminates 72.50 degrees above the horizon +2026-02-03T12:11:34.735Z sunrise 2026-02-03T13:21:01.008Z moonset -2026-02-03T17:38:35.962Z Sun culminates 45.05 degrees above the horizon -2026-02-03T23:05:56.392Z sunset -2026-02-04T01:08:06.564Z moonrise +2026-02-03T17:38:35.961Z Sun culminates 45.05 degrees above the horizon +2026-02-03T23:05:56.391Z sunset +2026-02-04T01:08:06.563Z moonrise 2026-02-04T07:33:49.388Z Moon culminates 66.02 degrees above the horizon -2026-02-04T12:10:58.119Z sunrise -2026-02-04T13:51:52.827Z moonset -2026-02-04T17:38:41.519Z Sun culminates 45.35 degrees above the horizon +2026-02-04T12:10:58.118Z sunrise +2026-02-04T13:51:52.828Z moonset +2026-02-04T17:38:41.518Z Sun culminates 45.35 degrees above the horizon 2026-02-04T23:06:44.403Z sunset -2026-02-05T02:06:51.038Z moonrise +2026-02-05T02:06:51.037Z moonrise 2026-02-05T08:17:26.062Z Moon culminates 59.53 degrees above the horizon -2026-02-05T10:08:03.759Z Mercury moves from Capricornus to Aquarius -2026-02-05T12:10:20.184Z sunrise -2026-02-05T14:20:55.932Z moonset +2026-02-05T10:08:04.224Z Mercury moves from Capricornus to Aquarius +2026-02-05T12:10:20.183Z sunrise +2026-02-05T14:20:55.933Z moonset 2026-02-05T17:38:46.276Z Sun culminates 45.65 degrees above the horizon 2026-02-05T23:07:32.128Z sunset 2026-02-06T03:03:36.749Z moonrise 2026-02-06T08:59:50.903Z Moon culminates 53.29 degrees above the horizon -2026-02-06T12:09:40.958Z sunrise -2026-02-06T14:49:35.890Z moonset +2026-02-06T12:09:40.957Z sunrise +2026-02-06T14:49:35.891Z moonset 2026-02-06T17:38:50.243Z Sun culminates 45.96 degrees above the horizon 2026-02-06T23:08:19.556Z sunset 2026-02-07T03:59:29.497Z moonrise 2026-02-07T09:42:15.827Z Moon culminates 47.54 degrees above the horizon -2026-02-07T12:09:00.466Z sunrise -2026-02-07T15:19:11.090Z moonset +2026-02-07T12:09:00.465Z sunrise +2026-02-07T15:19:11.091Z moonset 2026-02-07T17:38:53.427Z Sun culminates 46.27 degrees above the horizon -2026-02-07T23:09:06.677Z sunset +2026-02-07T23:09:06.676Z sunset 2026-02-08T04:55:21.677Z moonrise -2026-02-08T07:13:41.785Z Venus moves from Capricornus to Aquarius +2026-02-08T07:13:42.462Z Venus moves from Capricornus to Aquarius 2026-02-08T10:25:43.325Z Moon culminates 42.44 degrees above the horizon 2026-02-08T12:08:18.734Z sunrise -2026-02-08T15:50:57.597Z moonset +2026-02-08T15:50:57.598Z moonset 2026-02-08T17:38:55.836Z Sun culminates 46.59 degrees above the horizon 2026-02-08T23:09:53.480Z sunset -2026-02-09T05:51:41.548Z moonrise +2026-02-09T05:51:41.547Z moonrise 2026-02-09T11:11:02.599Z Moon culminates 38.19 degrees above the horizon 2026-02-09T12:07:35.788Z sunrise 2026-02-09T12:43:44.662Z third quarter @@ -11061,91 +11061,91 @@ 2026-02-10T11:58:42.766Z Moon culminates 34.96 degrees above the horizon 2026-02-10T12:06:51.654Z sunrise 2026-02-10T16:52:59.411Z lunar apogee at 404567 km -2026-02-10T17:05:59.751Z moonset +2026-02-10T17:05:59.752Z moonset 2026-02-10T17:38:58.361Z Sun culminates 47.24 degrees above the horizon 2026-02-10T23:11:26.098Z sunset 2026-02-11T07:44:36.897Z moonrise 2026-02-11T12:06:06.357Z sunrise 2026-02-11T12:48:44.064Z Moon culminates 32.93 degrees above the horizon -2026-02-11T17:38:58.493Z Sun culminates 47.56 degrees above the horizon -2026-02-11T17:51:15.438Z moonset +2026-02-11T17:38:58.492Z Sun culminates 47.56 degrees above the horizon +2026-02-11T17:51:15.439Z moonset 2026-02-11T23:12:11.892Z sunset -2026-02-12T08:39:01.078Z moonrise +2026-02-12T08:39:01.077Z moonrise 2026-02-12T12:05:19.922Z sunrise 2026-02-12T13:40:32.170Z Moon culminates 32.25 degrees above the horizon 2026-02-12T17:38:57.881Z Sun culminates 47.90 degrees above the horizon 2026-02-12T18:42:08.459Z moonset -2026-02-12T23:12:57.330Z sunset -2026-02-13T09:30:01.922Z moonrise -2026-02-13T12:04:32.374Z sunrise +2026-02-12T23:12:57.331Z sunset +2026-02-13T09:30:01.921Z moonrise +2026-02-13T12:04:32.373Z sunrise 2026-02-13T14:33:03.351Z Moon culminates 33.04 degrees above the horizon 2026-02-13T17:38:56.533Z Sun culminates 48.23 degrees above the horizon -2026-02-13T19:37:54.515Z moonset +2026-02-13T19:37:54.516Z moonset 2026-02-13T23:13:42.404Z sunset 2026-02-14T10:16:31.394Z moonrise -2026-02-14T12:03:43.737Z sunrise -2026-02-14T15:25:03.683Z Moon culminates 35.29 degrees above the horizon +2026-02-14T12:03:43.736Z sunrise +2026-02-14T15:25:03.684Z Moon culminates 35.29 degrees above the horizon 2026-02-14T17:38:54.457Z Sun culminates 48.57 degrees above the horizon -2026-02-14T20:37:01.708Z moonset -2026-02-14T23:14:27.103Z sunset -2026-02-15T10:58:09.554Z moonrise -2026-02-15T12:02:54.035Z sunrise +2026-02-14T20:37:01.709Z moonset +2026-02-14T23:14:27.104Z sunset +2026-02-15T10:58:09.553Z moonrise +2026-02-15T12:02:54.034Z sunrise 2026-02-15T16:15:34.336Z Moon culminates 38.90 degrees above the horizon 2026-02-15T17:38:51.661Z Sun culminates 48.92 degrees above the horizon -2026-02-15T21:37:44.220Z moonset +2026-02-15T21:37:44.221Z moonset 2026-02-15T23:15:11.420Z sunset -2026-02-16T11:35:23.455Z moonrise -2026-02-16T12:02:03.293Z sunrise +2026-02-16T11:35:23.454Z moonrise +2026-02-16T12:02:03.292Z sunrise 2026-02-16T17:04:09.093Z Moon culminates 43.71 degrees above the horizon 2026-02-16T17:38:48.152Z Sun culminates 49.26 degrees above the horizon -2026-02-16T22:38:41.216Z moonset +2026-02-16T22:38:41.217Z moonset 2026-02-16T23:15:55.346Z sunset -2026-02-17T12:01:11.534Z sunrise +2026-02-17T12:01:11.533Z sunrise 2026-02-17T12:01:47.679Z new moon -2026-02-17T12:09:11.074Z moonrise +2026-02-17T12:09:11.073Z moonrise 2026-02-17T17:38:43.939Z Sun culminates 49.61 degrees above the horizon 2026-02-17T17:50:57.621Z Moon culminates 49.45 degrees above the horizon -2026-02-17T23:16:38.874Z sunset -2026-02-17T23:39:17.645Z moonset -2026-02-18T12:00:18.783Z sunrise -2026-02-18T12:40:45.358Z moonrise +2026-02-17T23:16:38.875Z sunset +2026-02-17T23:39:17.646Z moonset +2026-02-18T12:00:18.781Z sunrise +2026-02-18T12:40:45.357Z moonrise 2026-02-18T17:38:39.032Z Sun culminates 49.97 degrees above the horizon 2026-02-18T18:36:38.783Z Moon culminates 55.87 degrees above the horizon -2026-02-18T23:17:22.000Z sunset -2026-02-19T00:39:43.244Z moonset +2026-02-18T23:17:22.001Z sunset +2026-02-19T00:39:43.245Z moonset 2026-02-19T10:39:43.550Z Mercury perihelion at 0.3075 AU -2026-02-19T11:59:25.064Z sunrise -2026-02-19T13:11:25.702Z moonrise -2026-02-19T17:38:33.440Z Sun culminates 50.32 degrees above the horizon +2026-02-19T11:59:25.062Z sunrise +2026-02-19T13:11:25.701Z moonrise +2026-02-19T17:38:33.439Z Sun culminates 50.32 degrees above the horizon 2026-02-19T17:41:36.578Z Mercury max evening elongation: 18.12 degrees from Sun -2026-02-19T18:34:57.135Z Mercury moves from Aquarius to Pisces +2026-02-19T18:34:57.601Z Mercury moves from Aquarius to Pisces 2026-02-19T19:22:11.450Z Moon culminates 62.63 degrees above the horizon -2026-02-19T23:18:04.718Z sunset -2026-02-20T01:40:39.587Z moonset -2026-02-20T11:58:30.401Z sunrise +2026-02-19T23:18:04.719Z sunset +2026-02-20T01:40:39.588Z moonset +2026-02-20T11:58:30.399Z sunrise 2026-02-20T13:42:36.625Z moonrise -2026-02-20T17:38:27.174Z Sun culminates 50.68 degrees above the horizon +2026-02-20T17:38:27.173Z Sun culminates 50.68 degrees above the horizon 2026-02-20T20:08:46.639Z Moon culminates 69.42 degrees above the horizon -2026-02-20T23:18:47.026Z sunset -2026-02-21T02:43:03.122Z moonset -2026-02-21T11:57:34.822Z sunrise +2026-02-20T23:18:47.027Z sunset +2026-02-21T02:43:03.124Z moonset +2026-02-21T11:57:34.820Z sunrise 2026-02-21T14:15:50.627Z moonrise 2026-02-21T17:38:20.245Z Sun culminates 51.04 degrees above the horizon -2026-02-21T20:57:40.056Z Moon culminates 75.87 degrees above the horizon -2026-02-21T23:19:28.921Z sunset -2026-02-22T03:47:44.450Z moonset -2026-02-22T11:56:38.351Z sunrise +2026-02-21T20:57:40.057Z Moon culminates 75.87 degrees above the horizon +2026-02-21T23:19:28.922Z sunset +2026-02-22T03:47:44.452Z moonset +2026-02-22T11:56:38.349Z sunrise 2026-02-22T14:52:51.185Z moonrise 2026-02-22T17:38:12.668Z Sun culminates 51.41 degrees above the horizon -2026-02-22T21:50:00.720Z Moon culminates 81.56 degrees above the horizon -2026-02-22T23:20:10.403Z sunset -2026-02-23T04:54:59.433Z moonset -2026-02-23T11:55:41.016Z sunrise -2026-02-23T15:35:29.360Z moonrise +2026-02-22T21:50:00.721Z Moon culminates 81.56 degrees above the horizon +2026-02-22T23:20:10.405Z sunset +2026-02-23T04:54:59.435Z moonset +2026-02-23T11:55:41.014Z sunrise +2026-02-23T15:35:29.361Z moonrise 2026-02-23T17:38:04.455Z Sun culminates 51.78 degrees above the horizon -2026-02-23T22:46:30.237Z Moon culminates 86.05 degrees above the horizon -2026-02-23T23:20:51.475Z sunset -2026-02-24T06:03:52.772Z moonset +2026-02-23T22:46:30.238Z Moon culminates 86.05 degrees above the horizon +2026-02-23T23:20:51.476Z sunset +2026-02-24T06:03:52.774Z moonset 2026-02-24T11:54:42.844Z sunrise 2026-02-24T12:28:08.097Z first quarter 2026-02-24T16:25:22.982Z moonrise @@ -11153,7 +11153,7 @@ 2026-02-24T23:11:56.049Z lunar perigee at 370125 km 2026-02-24T23:21:32.139Z sunset 2026-02-24T23:46:52.828Z Moon culminates 88.92 degrees above the horizon -2026-02-25T07:11:55.925Z moonset +2026-02-25T07:11:55.926Z moonset 2026-02-25T11:53:43.866Z sunrise 2026-02-25T17:23:09.795Z moonrise 2026-02-25T17:37:46.189Z Sun culminates 52.52 degrees above the horizon @@ -11164,618 +11164,618 @@ 2026-02-26T17:37:36.169Z Sun culminates 52.89 degrees above the horizon 2026-02-26T18:27:34.843Z moonrise 2026-02-26T23:22:52.260Z sunset -2026-02-27T01:51:56.916Z Moon culminates 88.66 degrees above the horizon -2026-02-27T08:51:58.518Z Mars moves from Capricornus to Aquarius +2026-02-27T01:51:56.915Z Moon culminates 88.66 degrees above the horizon +2026-02-27T08:51:59.555Z Mars moves from Capricornus to Aquarius 2026-02-27T09:12:20.776Z moonset -2026-02-27T11:51:43.606Z sunrise +2026-02-27T11:51:43.607Z sunrise 2026-02-27T17:37:25.582Z Sun culminates 53.27 degrees above the horizon 2026-02-27T19:35:33.434Z moonrise -2026-02-27T23:23:31.732Z sunset -2026-02-28T02:51:31.137Z Moon culminates 85.60 degrees above the horizon -2026-02-28T10:00:55.263Z moonset +2026-02-27T23:23:31.731Z sunset +2026-02-28T02:51:31.136Z Moon culminates 85.60 degrees above the horizon +2026-02-28T10:00:55.262Z moonset 2026-02-28T11:50:42.386Z sunrise -2026-02-28T17:37:14.449Z Sun culminates 53.64 degrees above the horizon -2026-02-28T20:43:35.869Z moonrise -2026-02-28T23:24:10.823Z sunset -2026-03-01T03:46:48.704Z Moon culminates 81.00 degrees above the horizon -2026-03-01T10:42:13.547Z moonset +2026-02-28T17:37:14.448Z Sun culminates 53.64 degrees above the horizon +2026-02-28T20:43:35.868Z moonrise +2026-02-28T23:24:10.822Z sunset +2026-03-01T03:46:48.703Z Moon culminates 81.00 degrees above the horizon +2026-03-01T10:42:13.546Z moonset 2026-03-01T11:49:40.479Z sunrise 2026-03-01T17:37:02.789Z Sun culminates 54.02 degrees above the horizon 2026-03-01T21:49:19.456Z moonrise -2026-03-01T23:24:49.543Z sunset +2026-03-01T23:24:49.542Z sunset 2026-03-02T04:37:39.253Z Moon culminates 75.34 degrees above the horizon -2026-03-02T11:17:54.983Z moonset +2026-03-02T11:17:54.982Z moonset 2026-03-02T11:48:37.916Z sunrise -2026-03-02T12:45:59.561Z Venus moves from Aquarius to Pisces -2026-03-02T17:36:50.625Z Sun culminates 54.41 degrees above the horizon -2026-03-02T22:51:54.821Z moonrise +2026-03-02T12:46:00.134Z Venus moves from Aquarius to Pisces +2026-03-02T17:36:50.624Z Sun culminates 54.41 degrees above the horizon +2026-03-02T22:51:54.820Z moonrise 2026-03-02T23:25:27.905Z sunset 2026-03-03T05:24:45.422Z Moon culminates 69.06 degrees above the horizon 2026-03-03T11:33:40.288Z total lunar eclipse 2026-03-03T11:38:31.874Z full moon 2026-03-03T11:47:34.729Z sunrise 2026-03-03T11:49:46.740Z moonset -2026-03-03T17:36:37.978Z Sun culminates 54.79 degrees above the horizon +2026-03-03T17:36:37.977Z Sun culminates 54.79 degrees above the horizon 2026-03-03T23:26:05.923Z sunset -2026-03-03T23:51:40.123Z moonrise -2026-03-04T06:09:13.841Z Moon culminates 62.54 degrees above the horizon -2026-03-04T11:46:30.950Z sunrise +2026-03-03T23:51:40.124Z moonrise +2026-03-04T06:09:13.840Z Moon culminates 62.54 degrees above the horizon +2026-03-04T11:46:30.949Z sunrise 2026-03-04T12:19:25.997Z moonset 2026-03-04T17:36:24.870Z Sun culminates 55.17 degrees above the horizon -2026-03-04T23:26:43.609Z sunset -2026-03-05T00:49:26.028Z moonrise -2026-03-05T06:52:16.494Z Moon culminates 56.11 degrees above the horizon -2026-03-05T11:45:26.608Z sunrise +2026-03-04T23:26:43.610Z sunset +2026-03-05T00:49:26.029Z moonrise +2026-03-05T06:52:16.495Z Moon culminates 56.11 degrees above the horizon +2026-03-05T11:45:26.607Z sunrise 2026-03-05T12:48:17.973Z moonset 2026-03-05T17:36:11.326Z Sun culminates 55.56 degrees above the horizon 2026-03-05T23:27:20.979Z sunset 2026-03-06T01:46:10.598Z moonrise 2026-03-06T07:35:01.796Z Moon culminates 50.05 degrees above the horizon -2026-03-06T11:44:21.736Z sunrise +2026-03-06T11:44:21.735Z sunrise 2026-03-06T13:17:39.812Z moonset 2026-03-06T17:35:57.367Z Sun culminates 55.95 degrees above the horizon -2026-03-06T23:27:58.046Z sunset -2026-03-07T02:42:43.595Z moonrise +2026-03-06T23:27:58.047Z sunset +2026-03-07T02:42:43.596Z moonrise 2026-03-07T08:18:30.294Z Moon culminates 44.56 degrees above the horizon 2026-03-07T10:55:52.126Z Mercury inferior conjunction -2026-03-07T11:43:16.464Z sunrise -2026-03-07T13:48:45.013Z moonset +2026-03-07T11:43:16.463Z sunrise +2026-03-07T13:48:45.012Z moonset 2026-03-07T17:35:43.016Z Sun culminates 56.34 degrees above the horizon -2026-03-07T23:28:34.826Z sunset -2026-03-08T03:39:34.900Z moonrise +2026-03-07T23:28:34.827Z sunset +2026-03-08T03:39:34.901Z moonrise 2026-03-08T09:03:30.849Z Moon culminates 39.87 degrees above the horizon -2026-03-08T11:42:10.623Z sunrise +2026-03-08T11:42:10.622Z sunrise 2026-03-08T14:22:45.605Z moonset 2026-03-08T17:35:28.295Z Sun culminates 56.73 degrees above the horizon 2026-03-08T23:29:11.332Z sunset -2026-03-09T04:36:44.050Z moonrise +2026-03-09T04:36:44.052Z moonrise 2026-03-09T09:50:34.954Z Moon culminates 36.16 degrees above the horizon -2026-03-09T11:41:04.343Z sunrise +2026-03-09T11:41:04.342Z sunrise 2026-03-09T15:00:49.594Z moonset 2026-03-09T17:35:13.227Z Sun culminates 57.12 degrees above the horizon -2026-03-09T23:29:47.576Z sunset -2026-03-10T05:33:32.871Z moonrise -2026-03-10T07:05:40.851Z Mercury moves from Pisces to Aquarius -2026-03-10T10:39:49.371Z Moon culminates 33.60 degrees above the horizon -2026-03-10T11:39:57.655Z sunrise +2026-03-09T23:29:47.577Z sunset +2026-03-10T05:33:32.872Z moonrise +2026-03-10T07:05:40.335Z Mercury moves from Pisces to Aquarius +2026-03-10T10:39:49.372Z Moon culminates 33.60 degrees above the horizon +2026-03-10T11:39:57.654Z sunrise 2026-03-10T13:43:50.147Z lunar apogee at 404374 km -2026-03-10T15:43:51.260Z moonset +2026-03-10T15:43:51.261Z moonset 2026-03-10T17:34:57.833Z Sun culminates 57.51 degrees above the horizon -2026-03-10T23:30:23.573Z sunset -2026-03-11T06:28:48.291Z moonrise +2026-03-10T23:30:23.575Z sunset +2026-03-11T06:28:48.292Z moonrise 2026-03-11T09:39:07.803Z third quarter -2026-03-11T11:30:50.619Z Moon culminates 32.35 degrees above the horizon -2026-03-11T11:38:50.587Z sunrise -2026-03-11T16:32:14.629Z moonset +2026-03-11T11:30:50.620Z Moon culminates 32.35 degrees above the horizon +2026-03-11T11:38:50.586Z sunrise +2026-03-11T16:32:14.630Z moonset 2026-03-11T17:34:42.132Z Sun culminates 57.90 degrees above the horizon -2026-03-11T23:30:59.334Z sunset -2026-03-12T03:14:06.189Z Venus moves from Pisces to Cetus -2026-03-12T07:21:01.967Z moonrise -2026-03-12T11:37:43.168Z sunrise -2026-03-12T12:22:47.464Z Moon culminates 32.52 degrees above the horizon -2026-03-12T17:25:37.779Z moonset +2026-03-11T23:30:59.336Z sunset +2026-03-12T03:14:06.824Z Venus moves from Pisces to Cetus +2026-03-12T07:21:01.968Z moonrise +2026-03-12T11:37:43.167Z sunrise +2026-03-12T12:22:47.466Z Moon culminates 32.52 degrees above the horizon +2026-03-12T17:25:37.780Z moonset 2026-03-12T17:34:26.146Z Sun culminates 58.29 degrees above the horizon -2026-03-12T23:31:34.871Z sunset -2026-03-13T08:09:01.791Z moonrise -2026-03-13T11:36:35.426Z sunrise -2026-03-13T13:14:35.198Z Moon culminates 34.13 degrees above the horizon +2026-03-12T23:31:34.872Z sunset +2026-03-13T08:09:01.792Z moonrise +2026-03-13T11:36:35.425Z sunrise +2026-03-13T13:14:35.199Z Moon culminates 34.13 degrees above the horizon 2026-03-13T17:34:09.894Z Sun culminates 58.69 degrees above the horizon -2026-03-13T18:22:52.494Z moonset -2026-03-13T23:32:10.193Z sunset -2026-03-14T04:47:18.793Z Venus moves from Cetus to Pisces +2026-03-13T18:22:52.496Z moonset +2026-03-13T23:32:10.194Z sunset +2026-03-14T04:47:19.428Z Venus moves from Cetus to Pisces 2026-03-14T08:52:17.143Z moonrise -2026-03-14T11:35:27.389Z sunrise -2026-03-14T14:05:17.114Z Moon culminates 37.13 degrees above the horizon +2026-03-14T11:35:27.387Z sunrise +2026-03-14T14:05:17.115Z Moon culminates 37.13 degrees above the horizon 2026-03-14T17:33:53.393Z Sun culminates 59.08 degrees above the horizon -2026-03-14T19:22:27.103Z moonset -2026-03-14T23:32:45.310Z sunset -2026-03-15T09:31:03.621Z moonrise -2026-03-15T11:34:19.083Z sunrise +2026-03-14T19:22:27.106Z moonset +2026-03-14T23:32:45.312Z sunset +2026-03-15T09:31:03.620Z moonrise +2026-03-15T11:34:19.081Z sunrise 2026-03-15T14:54:22.300Z Moon culminates 41.39 degrees above the horizon 2026-03-15T17:33:36.663Z Sun culminates 59.48 degrees above the horizon -2026-03-15T20:23:00.852Z moonset -2026-03-15T23:33:20.233Z sunset -2026-03-16T10:06:10.968Z moonrise -2026-03-16T11:33:10.534Z sunrise +2026-03-15T20:23:00.854Z moonset +2026-03-15T23:33:20.234Z sunset +2026-03-16T10:06:10.967Z moonrise +2026-03-16T11:33:10.532Z sunrise 2026-03-16T15:41:52.279Z Moon culminates 46.73 degrees above the horizon 2026-03-16T17:33:19.719Z Sun culminates 59.87 degrees above the horizon -2026-03-16T21:23:48.905Z moonset -2026-03-16T23:33:54.969Z sunset -2026-03-17T10:38:47.615Z moonrise -2026-03-17T11:32:01.767Z sunrise +2026-03-16T21:23:48.906Z moonset +2026-03-16T23:33:54.970Z sunset +2026-03-17T10:38:47.613Z moonrise +2026-03-17T11:32:01.766Z sunrise 2026-03-17T16:28:17.794Z Moon culminates 52.92 degrees above the horizon 2026-03-17T17:33:02.581Z Sun culminates 60.27 degrees above the horizon -2026-03-17T22:24:48.543Z moonset -2026-03-17T23:34:29.526Z sunset -2026-03-18T11:10:10.751Z moonrise -2026-03-18T11:30:52.809Z sunrise +2026-03-17T22:24:48.544Z moonset +2026-03-17T23:34:29.528Z sunset +2026-03-18T11:10:10.750Z moonrise +2026-03-18T11:30:52.808Z sunrise 2026-03-18T17:14:31.424Z Moon culminates 59.66 degrees above the horizon 2026-03-18T17:32:45.263Z Sun culminates 60.66 degrees above the horizon -2026-03-18T23:26:31.223Z moonset -2026-03-18T23:35:03.814Z sunset +2026-03-18T23:26:31.225Z moonset +2026-03-18T23:35:03.815Z sunset 2026-03-19T01:24:05.234Z new moon -2026-03-19T11:29:43.684Z sunrise -2026-03-19T11:41:43.393Z moonrise +2026-03-19T11:29:43.682Z sunrise +2026-03-19T11:41:43.391Z moonrise 2026-03-19T17:32:27.784Z Sun culminates 61.06 degrees above the horizon 2026-03-19T18:01:40.068Z Moon culminates 66.63 degrees above the horizon -2026-03-19T23:35:38.040Z sunset -2026-03-20T00:29:47.673Z moonset -2026-03-20T11:28:34.417Z sunrise -2026-03-20T12:14:56.104Z moonrise -2026-03-20T14:45:39.417Z March equinox +2026-03-19T23:35:38.042Z sunset +2026-03-20T00:29:47.675Z moonset +2026-03-20T11:28:34.415Z sunrise +2026-03-20T12:14:56.103Z moonrise +2026-03-20T14:45:36.044Z March equinox 2026-03-20T17:32:10.160Z Sun culminates 61.45 degrees above the horizon 2026-03-20T18:50:57.299Z Moon culminates 73.43 degrees above the horizon -2026-03-20T23:36:12.114Z sunset -2026-03-21T01:35:27.688Z moonset -2026-03-21T11:27:25.032Z sunrise -2026-03-21T12:51:29.694Z moonrise +2026-03-20T23:36:12.116Z sunset +2026-03-21T01:35:27.691Z moonset +2026-03-21T11:27:25.030Z sunrise +2026-03-21T12:51:29.693Z moonrise 2026-03-21T17:31:52.407Z Sun culminates 61.85 degrees above the horizon -2026-03-21T19:43:32.039Z Moon culminates 79.62 degrees above the horizon -2026-03-21T23:36:46.045Z sunset -2026-03-22T02:43:51.169Z moonset +2026-03-21T19:43:32.040Z Moon culminates 79.62 degrees above the horizon +2026-03-21T23:36:46.047Z sunset +2026-03-22T02:43:51.172Z moonset 2026-03-22T11:24:34.944Z Neptune conjunction -2026-03-22T11:26:15.555Z sunrise +2026-03-22T11:26:15.553Z sunrise 2026-03-22T11:38:38.054Z lunar perigee at 366846 km -2026-03-22T13:33:12.864Z moonrise +2026-03-22T13:33:12.863Z moonrise 2026-03-22T17:31:34.543Z Sun culminates 62.24 degrees above the horizon -2026-03-22T20:40:08.339Z Moon culminates 84.69 degrees above the horizon -2026-03-22T23:37:19.841Z sunset -2026-03-23T03:54:10.056Z moonset -2026-03-23T11:25:06.011Z sunrise -2026-03-23T14:21:44.633Z moonrise +2026-03-22T20:40:08.340Z Moon culminates 84.69 degrees above the horizon +2026-03-22T23:37:19.843Z sunset +2026-03-23T03:54:10.059Z moonset +2026-03-23T11:25:06.010Z sunrise +2026-03-23T14:21:44.632Z moonrise 2026-03-23T17:31:16.586Z Sun culminates 62.64 degrees above the horizon 2026-03-23T21:40:35.603Z Moon culminates 88.18 degrees above the horizon -2026-03-23T23:37:53.514Z sunset -2026-03-24T05:04:00.664Z moonset -2026-03-24T11:23:56.427Z sunrise -2026-03-24T15:17:52.136Z moonrise +2026-03-23T23:37:53.515Z sunset +2026-03-24T05:04:00.666Z moonset +2026-03-24T11:23:56.426Z sunrise +2026-03-24T15:17:52.135Z moonrise 2026-03-24T17:30:58.553Z Sun culminates 63.03 degrees above the horizon -2026-03-24T22:43:25.021Z Moon culminates 89.71 degrees above the horizon +2026-03-24T22:43:25.022Z Moon culminates 89.71 degrees above the horizon 2026-03-24T23:38:27.072Z sunset -2026-03-25T06:09:50.415Z moonset +2026-03-25T06:09:50.416Z moonset 2026-03-25T08:54:18.243Z Saturn conjunction 2026-03-25T11:22:46.830Z sunrise -2026-03-25T16:20:38.518Z moonrise +2026-03-25T16:20:38.516Z moonrise 2026-03-25T17:30:40.465Z Sun culminates 63.42 degrees above the horizon 2026-03-25T19:18:16.487Z first quarter 2026-03-25T23:39:00.526Z sunset 2026-03-25T23:46:04.245Z Moon culminates 89.17 degrees above the horizon 2026-03-26T07:06:54.274Z Mars perihelion at 1.3813 AU -2026-03-26T07:08:32.492Z moonset +2026-03-26T07:08:32.494Z moonset 2026-03-26T11:21:37.247Z sunrise -2026-03-26T17:27:16.664Z moonrise +2026-03-26T17:27:16.663Z moonrise 2026-03-26T17:30:22.339Z Sun culminates 63.82 degrees above the horizon -2026-03-26T23:39:33.889Z sunset +2026-03-26T23:39:33.888Z sunset 2026-03-27T00:45:59.160Z Moon culminates 86.68 degrees above the horizon 2026-03-27T07:58:52.340Z moonset -2026-03-27T11:20:27.705Z sunrise +2026-03-27T11:20:27.706Z sunrise 2026-03-27T17:30:04.197Z Sun culminates 64.21 degrees above the horizon -2026-03-27T18:34:23.124Z moonrise +2026-03-27T18:34:23.123Z moonrise 2026-03-27T23:40:07.172Z sunset 2026-03-28T01:41:36.799Z Moon culminates 82.61 degrees above the horizon 2026-03-28T08:41:29.540Z moonset 2026-03-28T11:19:18.235Z sunrise 2026-03-28T17:29:46.060Z Sun culminates 64.60 degrees above the horizon 2026-03-28T19:39:30.434Z moonrise -2026-03-28T23:40:40.390Z sunset +2026-03-28T23:40:40.389Z sunset 2026-03-29T02:32:41.929Z Moon culminates 77.39 degrees above the horizon -2026-03-29T09:18:03.077Z moonset -2026-03-29T11:18:08.863Z sunrise +2026-03-29T09:18:03.076Z moonset +2026-03-29T11:18:08.864Z sunrise 2026-03-29T17:29:27.948Z Sun culminates 64.99 degrees above the horizon 2026-03-29T20:41:41.042Z moonrise -2026-03-29T22:59:21.480Z Venus moves from Pisces to Aries +2026-03-29T22:59:22.177Z Venus moves from Pisces to Aries 2026-03-29T23:41:13.556Z sunset 2026-03-30T03:19:54.490Z Moon culminates 71.43 degrees above the horizon 2026-03-30T09:50:23.182Z moonset 2026-03-30T11:16:59.620Z sunrise 2026-03-30T17:29:09.884Z Sun culminates 65.38 degrees above the horizon 2026-03-30T21:41:06.781Z moonrise -2026-03-30T23:41:46.686Z sunset +2026-03-30T23:41:46.687Z sunset 2026-03-31T04:04:20.183Z Moon culminates 65.09 degrees above the horizon -2026-03-31T10:20:10.160Z moonset -2026-03-31T11:15:50.535Z sunrise +2026-03-31T10:20:10.159Z moonset +2026-03-31T11:15:50.534Z sunrise 2026-03-31T17:28:51.891Z Sun culminates 65.76 degrees above the horizon -2026-03-31T22:38:35.133Z moonrise -2026-03-31T23:42:19.796Z sunset +2026-03-31T22:38:35.134Z moonrise +2026-03-31T23:42:19.797Z sunset 2026-04-01T04:47:11.039Z Moon culminates 58.70 degrees above the horizon 2026-04-01T10:48:51.102Z moonset -2026-04-01T11:14:41.637Z sunrise +2026-04-01T11:14:41.636Z sunrise 2026-04-01T17:28:33.992Z Sun culminates 66.15 degrees above the horizon -2026-04-01T23:35:03.794Z moonrise +2026-04-01T23:35:03.795Z moonrise 2026-04-01T23:42:52.902Z sunset 2026-04-02T02:12:35.584Z full moon 2026-04-02T05:29:35.997Z Moon culminates 52.53 degrees above the horizon -2026-04-02T11:13:32.956Z sunrise -2026-04-02T11:17:43.535Z moonset -2026-04-02T16:29:52.097Z Mars moves from Aquarius to Pisces +2026-04-02T11:13:32.955Z sunrise +2026-04-02T11:17:43.534Z moonset +2026-04-02T16:29:53.052Z Mars moves from Aquarius to Pisces 2026-04-02T17:28:16.209Z Sun culminates 66.53 degrees above the horizon -2026-04-02T23:43:26.018Z sunset -2026-04-03T00:31:24.506Z moonrise +2026-04-02T23:43:26.019Z sunset +2026-04-03T00:31:24.507Z moonrise 2026-04-03T06:12:36.486Z Moon culminates 46.80 degrees above the horizon -2026-04-03T11:12:24.522Z sunrise -2026-04-03T11:48:00.047Z moonset +2026-04-03T11:12:24.521Z sunrise +2026-04-03T11:48:00.046Z moonset 2026-04-03T17:27:58.564Z Sun culminates 66.91 degrees above the horizon 2026-04-03T22:34:31.466Z Mercury max morning elongation: 27.82 degrees from Sun -2026-04-03T23:43:59.162Z sunset -2026-04-04T01:28:11.177Z moonrise +2026-04-03T23:43:59.163Z sunset +2026-04-04T01:28:11.179Z moonrise 2026-04-04T06:57:02.738Z Moon culminates 41.77 degrees above the horizon 2026-04-04T10:17:11.622Z Mercury aphelion at 0.4667 AU -2026-04-04T11:11:16.364Z sunrise -2026-04-04T12:20:51.036Z moonset +2026-04-04T11:11:16.363Z sunrise +2026-04-04T12:20:51.034Z moonset 2026-04-04T17:27:41.082Z Sun culminates 67.30 degrees above the horizon -2026-04-04T23:44:32.348Z sunset -2026-04-05T02:25:28.953Z moonrise -2026-04-05T07:43:28.433Z Moon culminates 37.63 degrees above the horizon -2026-04-05T11:10:08.513Z sunrise -2026-04-05T12:57:23.334Z moonset +2026-04-04T23:44:32.349Z sunset +2026-04-05T02:25:28.954Z moonrise +2026-04-05T07:43:28.432Z Moon culminates 37.63 degrees above the horizon +2026-04-05T11:10:08.511Z sunrise +2026-04-05T12:57:23.332Z moonset 2026-04-05T17:27:23.782Z Sun culminates 67.68 degrees above the horizon -2026-04-05T23:45:05.590Z sunset -2026-04-06T03:22:45.457Z moonrise -2026-04-06T08:32:03.544Z Moon culminates 34.58 degrees above the horizon -2026-04-06T11:09:00.997Z sunrise -2026-04-06T13:38:32.468Z moonset +2026-04-05T23:45:05.591Z sunset +2026-04-06T03:22:45.459Z moonrise +2026-04-06T08:32:03.545Z Moon culminates 34.58 degrees above the horizon +2026-04-06T11:09:00.996Z sunrise +2026-04-06T13:38:32.466Z moonset 2026-04-06T17:27:06.688Z Sun culminates 68.05 degrees above the horizon -2026-04-06T23:45:38.902Z sunset -2026-04-07T04:18:50.783Z moonrise +2026-04-06T23:45:38.903Z sunset +2026-04-07T04:18:50.785Z moonrise 2026-04-07T08:31:32.700Z lunar apogee at 404960 km -2026-04-07T09:22:28.456Z Moon culminates 32.81 degrees above the horizon -2026-04-07T11:07:53.846Z sunrise -2026-04-07T14:24:48.180Z moonset +2026-04-07T09:22:28.457Z Moon culminates 32.81 degrees above the horizon +2026-04-07T11:07:53.844Z sunrise +2026-04-07T14:24:48.179Z moonset 2026-04-07T17:26:49.819Z Sun culminates 68.43 degrees above the horizon -2026-04-07T23:46:12.295Z sunset -2026-04-08T05:12:13.925Z moonrise -2026-04-08T10:13:55.210Z Moon culminates 32.41 degrees above the horizon -2026-04-08T11:06:47.088Z sunrise +2026-04-07T23:46:12.296Z sunset +2026-04-08T05:12:13.928Z moonrise +2026-04-08T10:13:55.211Z Moon culminates 32.41 degrees above the horizon +2026-04-08T11:06:47.086Z sunrise 2026-04-08T15:15:58.961Z moonset 2026-04-08T17:26:33.196Z Sun culminates 68.80 degrees above the horizon -2026-04-08T23:46:45.780Z sunset -2026-04-09T06:01:33.741Z moonrise -2026-04-09T11:05:20.252Z Moon culminates 33.42 degrees above the horizon -2026-04-09T11:05:40.751Z sunrise -2026-04-09T16:11:08.450Z moonset +2026-04-08T23:46:45.782Z sunset +2026-04-09T06:01:33.744Z moonrise +2026-04-09T11:05:20.254Z Moon culminates 33.42 degrees above the horizon +2026-04-09T11:05:40.749Z sunrise +2026-04-09T16:11:08.451Z moonset 2026-04-09T17:26:16.836Z Sun culminates 69.17 degrees above the horizon -2026-04-09T19:13:46.940Z Saturn moves from Pisces to Cetus -2026-04-09T23:47:19.366Z sunset +2026-04-09T19:13:53.302Z Saturn moves from Pisces to Cetus +2026-04-09T23:47:19.368Z sunset 2026-04-10T04:52:19.202Z third quarter -2026-04-10T06:46:07.712Z moonrise -2026-04-10T11:04:34.863Z sunrise -2026-04-10T11:55:45.302Z Moon culminates 35.81 degrees above the horizon -2026-04-10T17:08:53.227Z moonset +2026-04-10T06:46:07.714Z moonrise +2026-04-10T11:04:34.861Z sunrise +2026-04-10T11:55:45.304Z Moon culminates 35.81 degrees above the horizon +2026-04-10T17:08:53.228Z moonset 2026-04-10T17:26:00.758Z Sun culminates 69.54 degrees above the horizon -2026-04-10T23:47:53.061Z sunset -2026-04-11T07:26:01.320Z moonrise -2026-04-11T11:03:29.450Z sunrise -2026-04-11T12:44:35.883Z Moon culminates 39.47 degrees above the horizon -2026-04-11T17:25:44.979Z Sun culminates 69.91 degrees above the horizon -2026-04-11T18:07:54.481Z moonset -2026-04-11T23:48:26.871Z sunset +2026-04-10T23:47:53.063Z sunset +2026-04-11T07:26:01.321Z moonrise +2026-04-11T11:03:29.448Z sunrise +2026-04-11T12:44:35.884Z Moon culminates 39.47 degrees above the horizon +2026-04-11T17:25:44.978Z Sun culminates 69.91 degrees above the horizon +2026-04-11T18:07:54.482Z moonset +2026-04-11T23:48:26.873Z sunset 2026-04-12T08:01:58.122Z moonrise -2026-04-12T11:02:24.538Z sunrise +2026-04-12T11:02:24.536Z sunrise 2026-04-12T13:31:49.349Z Moon culminates 44.24 degrees above the horizon 2026-04-12T17:25:29.513Z Sun culminates 70.28 degrees above the horizon -2026-04-12T19:07:24.358Z moonset -2026-04-12T23:49:00.802Z sunset +2026-04-12T19:07:24.359Z moonset +2026-04-12T23:49:00.803Z sunset 2026-04-13T08:35:03.618Z moonrise -2026-04-13T11:01:20.153Z sunrise +2026-04-13T11:01:20.151Z sunrise 2026-04-13T14:17:52.831Z Moon culminates 49.94 degrees above the horizon -2026-04-13T15:16:59.078Z Mercury moves from Aquarius to Pisces +2026-04-13T15:16:59.654Z Mercury moves from Aquarius to Pisces 2026-04-13T17:25:14.375Z Sun culminates 70.64 degrees above the horizon -2026-04-13T20:07:15.649Z moonset -2026-04-13T23:49:34.855Z sunset -2026-04-14T09:06:33.708Z moonrise -2026-04-14T11:00:16.319Z sunrise -2026-04-14T15:03:36.712Z Moon culminates 56.36 degrees above the horizon +2026-04-13T20:07:15.650Z moonset +2026-04-13T23:49:34.857Z sunset +2026-04-14T09:06:33.707Z moonrise +2026-04-14T11:00:16.318Z sunrise +2026-04-14T15:03:36.713Z Moon culminates 56.36 degrees above the horizon 2026-04-14T17:24:59.579Z Sun culminates 71.00 degrees above the horizon -2026-04-14T21:07:57.393Z moonset -2026-04-14T23:50:09.034Z sunset -2026-04-15T09:37:50.551Z moonrise -2026-04-15T10:59:13.060Z sunrise +2026-04-14T21:07:57.394Z moonset +2026-04-14T23:50:09.036Z sunset +2026-04-15T09:37:50.550Z moonrise +2026-04-15T10:59:13.059Z sunrise 2026-04-15T15:50:08.024Z Moon culminates 63.22 degrees above the horizon 2026-04-15T17:24:45.138Z Sun culminates 71.36 degrees above the horizon -2026-04-15T22:10:23.155Z moonset -2026-04-15T23:50:43.340Z sunset -2026-04-16T10:10:24.058Z moonrise -2026-04-16T10:58:10.400Z sunrise +2026-04-15T22:10:23.157Z moonset +2026-04-15T23:50:43.342Z sunset +2026-04-16T10:10:24.056Z moonrise +2026-04-16T10:58:10.399Z sunrise 2026-04-16T16:38:44.277Z Moon culminates 70.18 degrees above the horizon -2026-04-16T17:24:31.062Z Sun culminates 71.71 degrees above the horizon -2026-04-16T23:15:34.053Z moonset -2026-04-16T23:51:17.773Z sunset -2026-04-17T10:45:55.712Z moonrise -2026-04-17T10:57:08.361Z sunrise +2026-04-16T17:24:31.063Z Sun culminates 71.71 degrees above the horizon +2026-04-16T23:15:34.055Z moonset +2026-04-16T23:51:17.775Z sunset +2026-04-17T10:45:55.711Z moonrise +2026-04-17T10:57:08.359Z sunrise 2026-04-17T11:52:20.386Z new moon 2026-04-17T17:24:17.364Z Sun culminates 72.06 degrees above the horizon 2026-04-17T17:30:44.322Z Moon culminates 76.81 degrees above the horizon -2026-04-17T23:51:52.332Z sunset -2026-04-18T00:24:12.143Z moonset -2026-04-18T10:56:06.965Z sunrise -2026-04-18T11:26:19.419Z moonrise +2026-04-17T23:51:52.334Z sunset +2026-04-18T00:24:12.145Z moonset +2026-04-18T10:56:06.963Z sunrise +2026-04-18T11:26:19.417Z moonrise 2026-04-18T17:24:04.054Z Sun culminates 72.41 degrees above the horizon 2026-04-18T18:27:09.740Z Moon culminates 82.56 degrees above the horizon -2026-04-18T23:52:27.016Z sunset -2026-04-19T00:20:30.016Z Mars moves from Pisces to Cetus -2026-04-19T01:35:58.672Z moonset -2026-04-19T03:27:08.223Z Venus moves from Aries to Taurus +2026-04-18T23:52:27.018Z sunset +2026-04-19T00:20:31.033Z Mars moves from Pisces to Cetus +2026-04-19T01:35:58.674Z moonset +2026-04-19T03:27:08.838Z Venus moves from Aries to Taurus 2026-04-19T06:55:46.850Z lunar perigee at 361618 km -2026-04-19T10:55:06.234Z sunrise -2026-04-19T12:05:18.988Z Mercury moves from Pisces to Cetus -2026-04-19T12:13:29.062Z moonrise -2026-04-19T17:23:51.142Z Sun culminates 72.76 degrees above the horizon +2026-04-19T10:55:06.232Z sunrise +2026-04-19T12:05:19.502Z Mercury moves from Pisces to Cetus +2026-04-19T12:13:29.059Z moonrise +2026-04-19T17:23:51.141Z Sun culminates 72.76 degrees above the horizon 2026-04-19T19:28:11.709Z Moon culminates 86.87 degrees above the horizon -2026-04-19T23:53:01.823Z sunset -2026-04-20T02:48:48.366Z moonset -2026-04-20T10:54:06.191Z sunrise -2026-04-20T13:08:38.474Z moonrise -2026-04-20T17:23:38.637Z Sun culminates 73.10 degrees above the horizon +2026-04-19T23:53:01.824Z sunset +2026-04-20T02:48:48.369Z moonset +2026-04-20T10:54:06.189Z sunrise +2026-04-20T13:08:38.471Z moonrise +2026-04-20T17:23:38.636Z Sun culminates 73.10 degrees above the horizon 2026-04-20T20:32:34.224Z Moon culminates 89.24 degrees above the horizon -2026-04-20T23:53:36.749Z sunset -2026-04-21T03:58:49.493Z moonset -2026-04-21T10:53:06.859Z sunrise -2026-04-21T14:11:17.505Z moonrise +2026-04-20T23:53:36.750Z sunset +2026-04-21T03:58:49.495Z moonset +2026-04-21T10:53:06.857Z sunrise +2026-04-21T14:11:17.501Z moonrise 2026-04-21T17:23:26.549Z Sun culminates 73.44 degrees above the horizon -2026-04-21T20:42:51.625Z Mars moves from Cetus to Pisces -2026-04-21T21:37:32.740Z Moon culminates 89.41 degrees above the horizon +2026-04-21T20:42:52.663Z Mars moves from Cetus to Pisces +2026-04-21T21:37:32.739Z Moon culminates 89.41 degrees above the horizon 2026-04-21T23:54:11.792Z sunset -2026-04-22T05:01:58.203Z moonset -2026-04-22T10:52:08.260Z sunrise -2026-04-22T15:18:41.575Z moonrise +2026-04-22T05:01:58.205Z moonset +2026-04-22T10:52:08.259Z sunrise +2026-04-22T15:18:41.571Z moonrise 2026-04-22T17:23:14.889Z Sun culminates 73.78 degrees above the horizon -2026-04-22T22:39:58.458Z Moon culminates 87.48 degrees above the horizon -2026-04-22T23:54:46.948Z sunset -2026-04-23T05:56:04.420Z moonset +2026-04-22T22:39:58.457Z Moon culminates 87.48 degrees above the horizon +2026-04-22T23:54:46.947Z sunset +2026-04-23T05:56:04.421Z moonset 2026-04-23T10:51:10.417Z sunrise -2026-04-23T15:00:33.604Z Mercury moves from Cetus to Pisces -2026-04-23T16:26:59.723Z moonrise -2026-04-23T17:23:03.667Z Sun culminates 74.11 degrees above the horizon +2026-04-23T15:00:34.072Z Mercury moves from Cetus to Pisces +2026-04-23T16:26:59.720Z moonrise +2026-04-23T17:23:03.666Z Sun culminates 74.11 degrees above the horizon 2026-04-23T23:37:44.247Z Moon culminates 83.81 degrees above the horizon -2026-04-23T23:55:22.214Z sunset +2026-04-23T23:55:22.212Z sunset 2026-04-24T02:32:18.342Z first quarter -2026-04-24T06:41:24.476Z moonset -2026-04-24T10:50:13.356Z sunrise -2026-04-24T17:22:52.893Z Sun culminates 74.44 degrees above the horizon -2026-04-24T17:33:10.701Z moonrise -2026-04-24T23:55:57.587Z sunset +2026-04-24T06:41:24.477Z moonset +2026-04-24T10:50:13.357Z sunrise +2026-04-24T17:22:52.892Z Sun culminates 74.44 degrees above the horizon +2026-04-24T17:33:10.699Z moonrise +2026-04-24T23:55:57.585Z sunset 2026-04-25T00:30:17.987Z Moon culminates 78.89 degrees above the horizon -2026-04-25T07:19:40.853Z moonset -2026-04-25T10:49:17.100Z sunrise +2026-04-25T07:19:40.854Z moonset +2026-04-25T10:49:17.101Z sunrise 2026-04-25T17:22:42.577Z Sun culminates 74.76 degrees above the horizon -2026-04-25T18:35:57.702Z moonrise -2026-04-25T23:56:33.064Z sunset -2026-04-26T01:18:18.486Z Moon culminates 73.16 degrees above the horizon -2026-04-26T07:52:56.494Z moonset -2026-04-26T10:48:21.674Z sunrise +2026-04-25T18:35:57.701Z moonrise +2026-04-25T23:56:33.063Z sunset +2026-04-26T01:18:18.485Z Moon culminates 73.16 degrees above the horizon +2026-04-26T07:52:56.495Z moonset +2026-04-26T10:48:21.675Z sunrise 2026-04-26T17:22:32.733Z Sun culminates 75.09 degrees above the horizon -2026-04-26T19:35:28.845Z moonrise +2026-04-26T19:35:28.844Z moonrise 2026-04-26T23:57:08.643Z sunset 2026-04-27T02:02:57.601Z Moon culminates 67.00 degrees above the horizon -2026-04-27T08:23:03.464Z moonset +2026-04-27T08:23:03.465Z moonset 2026-04-27T10:47:27.103Z sunrise 2026-04-27T17:22:23.370Z Sun culminates 75.40 degrees above the horizon 2026-04-27T20:32:36.309Z moonrise 2026-04-27T23:57:44.323Z sunset 2026-04-28T02:45:34.939Z Moon culminates 60.72 degrees above the horizon -2026-04-28T08:51:36.917Z moonset +2026-04-28T08:51:36.918Z moonset 2026-04-28T10:46:33.412Z sunrise 2026-04-28T17:22:14.501Z Sun culminates 75.72 degrees above the horizon 2026-04-28T21:28:25.772Z moonrise 2026-04-28T23:58:20.102Z sunset -2026-04-29T03:27:26.330Z Moon culminates 54.57 degrees above the horizon +2026-04-29T03:27:26.329Z Moon culminates 54.57 degrees above the horizon 2026-04-29T09:19:59.048Z moonset -2026-04-29T10:45:40.627Z sunrise +2026-04-29T10:45:40.626Z sunrise 2026-04-29T17:22:06.137Z Sun culminates 76.03 degrees above the horizon 2026-04-29T22:23:58.483Z moonrise 2026-04-29T23:58:55.977Z sunset -2026-04-30T04:09:39.405Z Moon culminates 48.76 degrees above the horizon -2026-04-30T09:49:24.824Z moonset -2026-04-30T10:44:48.772Z sunrise -2026-04-30T17:21:58.291Z Sun culminates 76.34 degrees above the horizon +2026-04-30T04:09:39.404Z Moon culminates 48.76 degrees above the horizon +2026-04-30T09:49:24.823Z moonset +2026-04-30T10:44:48.770Z sunrise +2026-04-30T17:21:58.290Z Sun culminates 76.34 degrees above the horizon 2026-04-30T23:19:59.376Z moonrise 2026-04-30T23:59:31.948Z sunset -2026-05-01T04:53:10.668Z Moon culminates 43.54 degrees above the horizon -2026-05-01T10:21:06.023Z moonset -2026-05-01T10:43:57.873Z sunrise -2026-05-01T17:21:50.973Z Sun culminates 76.64 degrees above the horizon +2026-05-01T04:53:10.667Z Moon culminates 43.54 degrees above the horizon +2026-05-01T10:21:06.022Z moonset +2026-05-01T10:43:57.871Z sunrise +2026-05-01T17:21:50.972Z Sun culminates 76.64 degrees above the horizon 2026-05-01T17:23:46.098Z full moon 2026-05-02T00:00:08.010Z sunset 2026-05-02T00:16:46.083Z moonrise -2026-05-02T05:38:40.817Z Moon culminates 39.10 degrees above the horizon -2026-05-02T10:43:07.955Z sunrise -2026-05-02T10:56:11.386Z moonset -2026-05-02T17:21:44.195Z Sun culminates 76.94 degrees above the horizon +2026-05-02T05:38:40.816Z Moon culminates 39.10 degrees above the horizon +2026-05-02T10:43:07.953Z sunrise +2026-05-02T10:56:11.384Z moonset +2026-05-02T17:21:44.194Z Sun culminates 76.94 degrees above the horizon 2026-05-03T00:00:44.161Z sunset 2026-05-03T01:13:58.396Z moonrise -2026-05-03T06:26:27.434Z Moon culminates 35.68 degrees above the horizon -2026-05-03T10:42:19.043Z sunrise -2026-05-03T11:35:40.554Z moonset +2026-05-03T06:26:27.433Z Moon culminates 35.68 degrees above the horizon +2026-05-03T10:42:19.042Z sunrise +2026-05-03T11:35:40.552Z moonset 2026-05-03T17:21:37.966Z Sun culminates 77.23 degrees above the horizon -2026-05-04T00:01:20.396Z sunset -2026-05-04T01:29:29.004Z Mercury moves from Pisces to Aries -2026-05-04T02:10:33.864Z moonrise +2026-05-04T00:01:20.397Z sunset +2026-05-04T01:29:29.431Z Mercury moves from Pisces to Aries +2026-05-04T02:10:33.865Z moonrise 2026-05-04T07:16:17.446Z Moon culminates 33.45 degrees above the horizon -2026-05-04T10:41:31.163Z sunrise -2026-05-04T12:20:10.539Z moonset -2026-05-04T17:21:32.298Z Sun culminates 77.52 degrees above the horizon +2026-05-04T10:41:31.161Z sunrise +2026-05-04T12:20:10.537Z moonset +2026-05-04T17:21:32.297Z Sun culminates 77.52 degrees above the horizon 2026-05-04T22:31:35.700Z lunar apogee at 405828 km -2026-05-05T00:01:56.709Z sunset -2026-05-05T03:04:59.080Z moonrise +2026-05-05T00:01:56.710Z sunset +2026-05-05T03:04:59.082Z moonrise 2026-05-05T08:07:25.458Z Moon culminates 32.57 degrees above the horizon -2026-05-05T10:40:44.337Z sunrise -2026-05-05T13:09:38.760Z moonset +2026-05-05T10:40:44.336Z sunrise +2026-05-05T13:09:38.758Z moonset 2026-05-05T17:21:27.197Z Sun culminates 77.80 degrees above the horizon 2026-05-06T00:02:33.094Z sunset -2026-05-06T03:55:39.646Z moonrise +2026-05-06T03:55:39.648Z moonrise 2026-05-06T08:58:44.307Z Moon culminates 33.09 degrees above the horizon -2026-05-06T10:39:58.591Z sunrise -2026-05-06T14:03:15.027Z moonset +2026-05-06T10:39:58.589Z sunrise +2026-05-06T14:03:15.026Z moonset 2026-05-06T17:21:22.672Z Sun culminates 78.08 degrees above the horizon -2026-05-07T00:03:09.540Z sunset -2026-05-07T04:41:34.640Z moonrise -2026-05-07T09:49:06.776Z Moon culminates 34.97 degrees above the horizon -2026-05-07T10:39:13.946Z sunrise +2026-05-07T00:03:09.541Z sunset +2026-05-07T04:41:34.642Z moonrise +2026-05-07T09:49:06.777Z Moon culminates 34.97 degrees above the horizon +2026-05-07T10:39:13.944Z sunrise 2026-05-07T14:59:35.221Z moonset 2026-05-07T17:21:18.729Z Sun culminates 78.36 degrees above the horizon -2026-05-08T00:03:46.037Z sunset -2026-05-08T05:22:33.887Z moonrise +2026-05-08T00:03:46.038Z sunset +2026-05-08T05:22:33.888Z moonrise 2026-05-08T10:37:47.715Z Moon culminates 38.12 degrees above the horizon -2026-05-08T10:38:30.424Z sunrise +2026-05-08T10:38:30.423Z sunrise 2026-05-08T15:57:13.240Z moonset 2026-05-08T17:21:15.372Z Sun culminates 78.63 degrees above the horizon -2026-05-09T00:04:22.573Z sunset -2026-05-09T05:59:11.748Z moonrise -2026-05-09T10:37:48.046Z sunrise -2026-05-09T11:24:35.442Z Moon culminates 42.38 degrees above the horizon +2026-05-09T00:04:22.575Z sunset +2026-05-09T05:59:11.749Z moonrise +2026-05-09T10:37:48.045Z sunrise +2026-05-09T11:24:35.443Z Moon culminates 42.38 degrees above the horizon 2026-05-09T16:55:11.389Z moonset 2026-05-09T17:21:12.605Z Sun culminates 78.90 degrees above the horizon 2026-05-09T21:11:03.194Z third quarter -2026-05-10T00:04:59.134Z sunset -2026-05-10T06:32:29.769Z moonrise -2026-05-10T10:37:06.832Z sunrise +2026-05-10T00:04:59.135Z sunset +2026-05-10T06:32:29.770Z moonrise +2026-05-10T10:37:06.831Z sunrise 2026-05-10T12:09:50.911Z Moon culminates 47.58 degrees above the horizon 2026-05-10T17:21:10.430Z Sun culminates 79.16 degrees above the horizon -2026-05-10T17:53:13.989Z moonset -2026-05-11T00:05:35.702Z sunset +2026-05-10T17:53:13.990Z moonset +2026-05-11T00:05:35.703Z sunset 2026-05-11T07:03:42.127Z moonrise 2026-05-11T10:36:26.800Z sunrise 2026-05-11T12:54:20.786Z Moon culminates 53.53 degrees above the horizon 2026-05-11T17:21:08.847Z Sun culminates 79.42 degrees above the horizon 2026-05-11T18:51:45.172Z moonset -2026-05-12T00:06:12.260Z sunset +2026-05-12T00:06:12.261Z sunset 2026-05-12T07:34:09.141Z moonrise -2026-05-12T10:35:47.966Z sunrise +2026-05-12T10:35:47.967Z sunrise 2026-05-12T13:39:10.539Z Moon culminates 60.03 degrees above the horizon -2026-05-12T17:21:07.853Z Sun culminates 79.67 degrees above the horizon +2026-05-12T17:21:07.854Z Sun culminates 79.67 degrees above the horizon 2026-05-12T19:51:39.120Z moonset -2026-05-13T00:06:48.788Z sunset -2026-05-13T08:05:17.819Z moonrise -2026-05-13T10:35:10.347Z sunrise -2026-05-13T14:25:39.483Z Moon culminates 66.82 degrees above the horizon -2026-05-13T17:21:07.447Z Sun culminates 79.91 degrees above the horizon -2026-05-13T20:54:07.107Z moonset -2026-05-14T00:07:25.264Z sunset -2026-05-14T08:38:46.544Z moonrise -2026-05-14T10:34:33.956Z sunrise +2026-05-13T00:06:48.789Z sunset +2026-05-13T08:05:17.818Z moonrise +2026-05-13T10:35:10.348Z sunrise +2026-05-13T14:25:39.484Z Moon culminates 66.82 degrees above the horizon +2026-05-13T17:21:07.448Z Sun culminates 79.91 degrees above the horizon +2026-05-13T20:54:07.108Z moonset +2026-05-14T00:07:25.265Z sunset +2026-05-14T08:38:46.543Z moonrise +2026-05-14T10:34:33.957Z sunrise 2026-05-14T14:11:08.365Z Mercury superior conjunction -2026-05-14T14:35:43.899Z Mercury moves from Aries to Taurus +2026-05-14T14:35:44.264Z Mercury moves from Aries to Taurus 2026-05-14T15:15:15.424Z Moon culminates 73.55 degrees above the horizon 2026-05-14T17:21:07.624Z Sun culminates 80.16 degrees above the horizon -2026-05-14T22:00:18.145Z moonset -2026-05-15T00:08:01.666Z sunset +2026-05-14T22:00:18.147Z moonset +2026-05-15T00:08:01.667Z sunset 2026-05-15T02:45:33.624Z Venus perihelion at 0.7184 AU -2026-05-15T09:16:30.023Z moonrise +2026-05-15T09:16:30.022Z moonrise 2026-05-15T10:33:58.806Z sunrise 2026-05-15T16:09:22.687Z Moon culminates 79.77 degrees above the horizon -2026-05-15T17:21:08.377Z Sun culminates 80.39 degrees above the horizon -2026-05-15T23:10:44.165Z moonset -2026-05-16T00:08:37.969Z sunset -2026-05-16T10:00:36.546Z moonrise -2026-05-16T10:33:24.908Z sunrise +2026-05-15T17:21:08.378Z Sun culminates 80.39 degrees above the horizon +2026-05-15T23:10:44.166Z moonset +2026-05-16T00:08:37.970Z sunset +2026-05-16T10:00:36.544Z moonrise +2026-05-16T10:33:24.906Z sunrise 2026-05-16T17:08:54.291Z Moon culminates 84.88 degrees above the horizon 2026-05-16T17:21:09.701Z Sun culminates 80.62 degrees above the horizon 2026-05-16T20:01:31.464Z new moon -2026-05-17T00:09:14.147Z sunset -2026-05-17T00:24:25.143Z moonset -2026-05-17T10:32:52.271Z sunrise -2026-05-17T10:53:01.188Z moonrise +2026-05-17T00:09:14.149Z sunset +2026-05-17T00:24:25.145Z moonset +2026-05-17T10:32:52.269Z sunrise +2026-05-17T10:53:01.186Z moonrise 2026-05-17T13:44:40.755Z lunar perigee at 358064 km -2026-05-17T17:21:11.585Z Sun culminates 80.85 degrees above the horizon -2026-05-17T18:13:25.427Z Moon culminates 88.26 degrees above the horizon +2026-05-17T17:21:11.584Z Sun culminates 80.85 degrees above the horizon +2026-05-17T18:13:25.426Z Moon culminates 88.26 degrees above the horizon 2026-05-18T00:09:50.175Z sunset -2026-05-18T01:38:04.018Z moonset +2026-05-18T01:38:04.019Z moonset 2026-05-18T09:55:34.212Z Mercury perihelion at 0.3075 AU -2026-05-18T10:32:20.904Z sunrise -2026-05-18T11:54:19.296Z moonrise -2026-05-18T13:16:30.617Z Mars moves from Pisces to Aries -2026-05-18T17:21:14.021Z Sun culminates 81.07 degrees above the horizon -2026-05-18T19:20:36.603Z Moon culminates 89.45 degrees above the horizon -2026-05-19T00:10:26.023Z sunset -2026-05-19T02:46:50.326Z moonset -2026-05-19T10:31:50.817Z sunrise -2026-05-19T11:39:47.730Z Venus moves from Taurus to Gemini -2026-05-19T13:02:32.171Z moonrise -2026-05-19T17:21:16.999Z Sun culminates 81.28 degrees above the horizon -2026-05-19T20:26:46.575Z Moon culminates 88.31 degrees above the horizon -2026-05-20T00:11:01.663Z sunset -2026-05-20T03:46:51.492Z moonset +2026-05-18T10:32:20.902Z sunrise +2026-05-18T11:54:19.293Z moonrise +2026-05-18T13:16:31.799Z Mars moves from Pisces to Aries +2026-05-18T17:21:14.020Z Sun culminates 81.07 degrees above the horizon +2026-05-18T19:20:36.602Z Moon culminates 89.45 degrees above the horizon +2026-05-19T00:10:26.022Z sunset +2026-05-19T02:46:50.327Z moonset +2026-05-19T10:31:50.815Z sunrise +2026-05-19T11:39:48.391Z Venus moves from Taurus to Gemini +2026-05-19T13:02:32.167Z moonrise +2026-05-19T17:21:16.997Z Sun culminates 81.28 degrees above the horizon +2026-05-19T20:26:46.573Z Moon culminates 88.31 degrees above the horizon +2026-05-20T00:11:01.661Z sunset +2026-05-20T03:46:51.493Z moonset 2026-05-20T10:31:22.017Z sunrise -2026-05-20T14:13:26.323Z moonrise -2026-05-20T17:21:20.508Z Sun culminates 81.49 degrees above the horizon -2026-05-20T21:28:39.151Z Moon culminates 85.15 degrees above the horizon -2026-05-21T00:11:37.066Z sunset -2026-05-21T04:37:05.676Z moonset -2026-05-21T10:30:54.513Z sunrise -2026-05-21T15:22:49.899Z moonrise -2026-05-21T17:21:24.538Z Sun culminates 81.69 degrees above the horizon -2026-05-21T22:24:45.738Z Moon culminates 80.48 degrees above the horizon -2026-05-22T00:12:12.202Z sunset -2026-05-22T05:18:52.137Z moonset -2026-05-22T10:30:28.313Z sunrise +2026-05-20T14:13:26.319Z moonrise +2026-05-20T17:21:20.507Z Sun culminates 81.49 degrees above the horizon +2026-05-20T21:28:39.149Z Moon culminates 85.15 degrees above the horizon +2026-05-21T00:11:37.063Z sunset +2026-05-21T04:37:05.677Z moonset +2026-05-21T10:30:54.514Z sunrise +2026-05-21T15:22:49.895Z moonrise +2026-05-21T17:21:24.537Z Sun culminates 81.69 degrees above the horizon +2026-05-21T22:24:45.737Z Moon culminates 80.48 degrees above the horizon +2026-05-22T00:12:12.199Z sunset +2026-05-22T05:18:52.138Z moonset +2026-05-22T10:30:28.314Z sunrise 2026-05-22T14:28:24.122Z Uranus conjunction -2026-05-22T16:28:25.597Z moonrise -2026-05-22T17:21:29.079Z Sun culminates 81.89 degrees above the horizon -2026-05-22T23:15:21.454Z Moon culminates 74.85 degrees above the horizon -2026-05-23T00:12:47.043Z sunset -2026-05-23T05:54:22.964Z moonset -2026-05-23T10:30:03.425Z sunrise +2026-05-22T16:28:25.594Z moonrise +2026-05-22T17:21:29.078Z Sun culminates 81.89 degrees above the horizon +2026-05-22T23:15:21.453Z Moon culminates 74.85 degrees above the horizon +2026-05-23T00:12:47.040Z sunset +2026-05-23T05:54:22.965Z moonset +2026-05-23T10:30:03.426Z sunrise 2026-05-23T11:11:29.538Z first quarter -2026-05-23T17:21:34.119Z Sun culminates 82.08 degrees above the horizon -2026-05-23T17:29:54.411Z moonrise -2026-05-24T00:01:37.449Z Moon culminates 68.72 degrees above the horizon -2026-05-24T00:13:21.561Z sunset -2026-05-24T06:25:47.027Z moonset -2026-05-24T10:29:39.855Z sunrise -2026-05-24T17:21:39.649Z Sun culminates 82.27 degrees above the horizon -2026-05-24T18:28:05.379Z moonrise -2026-05-25T00:13:55.728Z sunset +2026-05-23T17:21:34.118Z Sun culminates 82.08 degrees above the horizon +2026-05-23T17:29:54.409Z moonrise +2026-05-24T00:01:37.448Z Moon culminates 68.72 degrees above the horizon +2026-05-24T00:13:21.558Z sunset +2026-05-24T06:25:47.029Z moonset +2026-05-24T10:29:39.857Z sunrise +2026-05-24T17:21:39.648Z Sun culminates 82.27 degrees above the horizon +2026-05-24T18:28:05.377Z moonrise +2026-05-25T00:13:55.726Z sunset 2026-05-25T00:45:01.630Z Moon culminates 62.44 degrees above the horizon -2026-05-25T06:54:53.494Z moonset -2026-05-25T10:29:17.612Z sunrise -2026-05-25T17:21:45.659Z Sun culminates 82.44 degrees above the horizon -2026-05-25T19:24:11.826Z moonrise -2026-05-26T00:14:29.517Z sunset +2026-05-25T06:54:53.495Z moonset +2026-05-25T10:29:17.613Z sunrise +2026-05-25T17:21:45.658Z Sun culminates 82.44 degrees above the horizon +2026-05-25T19:24:11.825Z moonrise +2026-05-26T00:14:29.515Z sunset 2026-05-26T01:26:59.666Z Moon culminates 56.26 degrees above the horizon -2026-05-26T07:23:13.890Z moonset -2026-05-26T10:28:56.700Z sunrise -2026-05-26T17:21:52.138Z Sun culminates 82.62 degrees above the horizon -2026-05-26T20:19:26.716Z moonrise -2026-05-27T00:15:02.901Z sunset +2026-05-26T07:23:13.891Z moonset +2026-05-26T10:28:56.701Z sunrise +2026-05-26T17:21:52.137Z Sun culminates 82.62 degrees above the horizon +2026-05-26T20:19:26.715Z moonrise +2026-05-27T00:15:02.900Z sunset 2026-05-27T02:08:48.447Z Moon culminates 50.39 degrees above the horizon 2026-05-27T07:52:08.828Z moonset -2026-05-27T10:28:37.128Z sunrise +2026-05-27T10:28:37.127Z sunrise 2026-05-27T17:21:59.076Z Sun culminates 82.78 degrees above the horizon -2026-05-27T21:14:49.061Z moonrise -2026-05-28T00:15:35.856Z sunset -2026-05-28T02:51:33.588Z Moon culminates 45.04 degrees above the horizon +2026-05-27T21:14:49.060Z moonrise +2026-05-28T00:15:35.855Z sunset +2026-05-28T02:51:33.587Z Moon culminates 45.04 degrees above the horizon 2026-05-28T08:22:53.746Z moonset -2026-05-28T10:28:18.899Z sunrise -2026-05-28T17:22:06.464Z Sun culminates 82.95 degrees above the horizon -2026-05-28T22:10:53.181Z moonrise -2026-05-29T00:16:08.354Z sunset -2026-05-29T03:36:05.970Z Moon culminates 40.40 degrees above the horizon -2026-05-29T08:56:41.141Z moonset -2026-05-29T10:28:02.020Z sunrise -2026-05-29T17:22:14.291Z Sun culminates 83.10 degrees above the horizon -2026-05-29T23:07:37.574Z moonrise +2026-05-28T10:28:18.898Z sunrise +2026-05-28T17:22:06.463Z Sun culminates 82.95 degrees above the horizon +2026-05-28T22:10:53.180Z moonrise +2026-05-29T00:16:08.353Z sunset +2026-05-29T03:36:05.969Z Moon culminates 40.40 degrees above the horizon +2026-05-29T08:56:41.140Z moonset +2026-05-29T10:28:02.019Z sunrise +2026-05-29T17:22:14.290Z Sun culminates 83.10 degrees above the horizon +2026-05-29T23:07:37.573Z moonrise 2026-05-30T00:16:40.370Z sunset -2026-05-30T04:22:55.229Z Moon culminates 36.69 degrees above the horizon +2026-05-30T04:22:55.228Z Moon culminates 36.69 degrees above the horizon 2026-05-30T09:34:36.952Z moonset -2026-05-30T10:27:46.495Z sunrise -2026-05-30T17:22:22.547Z Sun culminates 83.25 degrees above the horizon -2026-05-31T00:04:16.682Z moonrise -2026-05-31T00:17:11.880Z sunset -2026-05-31T05:12:01.165Z Moon culminates 34.10 degrees above the horizon +2026-05-30T10:27:46.494Z sunrise +2026-05-30T17:22:22.546Z Sun culminates 83.25 degrees above the horizon +2026-05-31T00:04:16.681Z moonrise +2026-05-31T00:17:11.879Z sunset +2026-05-31T05:12:01.164Z Moon culminates 34.10 degrees above the horizon 2026-05-31T08:45:47.670Z full moon -2026-05-31T10:17:28.952Z moonset -2026-05-31T10:27:32.328Z sunrise +2026-05-31T10:17:28.951Z moonset +2026-05-31T10:27:32.327Z sunrise 2026-05-31T17:22:31.220Z Sun culminates 83.39 degrees above the horizon -2026-06-01T00:17:42.857Z sunset -2026-06-01T00:59:24.955Z moonrise +2026-06-01T00:17:42.856Z sunset +2026-06-01T00:59:24.954Z moonrise 2026-06-01T04:30:58.792Z lunar apogee at 406356 km 2026-06-01T06:02:48.266Z Moon culminates 32.81 degrees above the horizon -2026-06-01T10:27:19.523Z sunrise -2026-06-01T11:05:28.723Z moonset -2026-06-01T17:22:40.300Z Sun culminates 83.53 degrees above the horizon -2026-06-01T19:30:50.577Z Mercury moves from Taurus to Gemini +2026-06-01T10:27:19.522Z sunrise +2026-06-01T11:05:28.722Z moonset +2026-06-01T17:22:40.299Z Sun culminates 83.53 degrees above the horizon +2026-06-01T19:30:51.046Z Mercury moves from Taurus to Gemini 2026-06-02T00:18:13.275Z sunset -2026-06-02T01:51:21.161Z moonrise +2026-06-02T01:51:21.160Z moonrise 2026-06-02T06:54:11.207Z Moon culminates 32.90 degrees above the horizon 2026-06-02T10:27:08.081Z sunrise 2026-06-02T11:57:57.645Z moonset @@ -11784,467 +11784,467 @@ 2026-06-03T02:38:45.521Z moonrise 2026-06-03T07:44:54.514Z Moon culminates 34.38 degrees above the horizon 2026-06-03T10:26:58.004Z sunrise -2026-06-03T10:42:35.350Z Saturn moves from Cetus to Pisces +2026-06-03T10:42:46.821Z Saturn moves from Cetus to Pisces 2026-06-03T12:53:32.847Z moonset -2026-06-03T17:22:59.627Z Sun culminates 83.78 degrees above the horizon +2026-06-03T17:22:59.628Z Sun culminates 83.78 degrees above the horizon 2026-06-04T00:19:12.329Z sunset 2026-06-04T03:21:06.777Z moonrise 2026-06-04T08:33:58.109Z Moon culminates 37.15 degrees above the horizon 2026-06-04T10:26:49.291Z sunrise 2026-06-04T13:50:37.141Z moonset -2026-06-04T17:23:09.848Z Sun culminates 83.89 degrees above the horizon +2026-06-04T17:23:09.849Z Sun culminates 83.89 degrees above the horizon 2026-06-05T00:19:40.909Z sunset 2026-06-05T03:58:44.070Z moonrise 2026-06-05T09:20:54.752Z Moon culminates 41.04 degrees above the horizon -2026-06-05T10:26:41.941Z sunrise +2026-06-05T10:26:41.942Z sunrise 2026-06-05T14:47:55.050Z moonset 2026-06-05T17:23:20.421Z Sun culminates 84.00 degrees above the horizon 2026-06-06T00:20:08.820Z sunset -2026-06-06T04:32:30.972Z moonrise +2026-06-06T04:32:30.971Z moonrise 2026-06-06T10:05:53.098Z Moon culminates 45.87 degrees above the horizon 2026-06-06T10:26:35.951Z sunrise 2026-06-06T15:44:53.597Z moonset 2026-06-06T17:23:31.328Z Sun culminates 84.11 degrees above the horizon 2026-06-07T00:20:36.033Z sunset 2026-06-07T05:03:37.923Z moonrise -2026-06-07T10:26:31.314Z sunrise +2026-06-07T10:26:31.315Z sunrise 2026-06-07T10:49:31.160Z Moon culminates 51.46 degrees above the horizon 2026-06-07T16:41:43.672Z moonset 2026-06-07T17:23:42.551Z Sun culminates 84.20 degrees above the horizon -2026-06-08T00:21:02.517Z sunset -2026-06-08T05:33:22.171Z moonrise +2026-06-08T00:21:02.516Z sunset +2026-06-08T05:33:22.170Z moonrise 2026-06-08T10:00:59.376Z third quarter -2026-06-08T10:26:28.025Z sunrise +2026-06-08T10:26:28.026Z sunrise 2026-06-08T11:32:48.035Z Moon culminates 57.60 degrees above the horizon 2026-06-08T17:23:54.072Z Sun culminates 84.29 degrees above the horizon 2026-06-08T17:39:10.960Z moonset -2026-06-09T00:21:28.241Z sunset -2026-06-09T06:03:05.861Z moonrise -2026-06-09T10:26:26.073Z sunrise -2026-06-09T12:16:58.191Z Moon culminates 64.08 degrees above the horizon -2026-06-09T17:24:05.869Z Sun culminates 84.37 degrees above the horizon -2026-06-09T18:38:24.448Z moonset -2026-06-10T00:21:53.174Z sunset +2026-06-09T00:21:28.240Z sunset +2026-06-09T06:03:05.860Z moonrise +2026-06-09T10:26:26.075Z sunrise +2026-06-09T12:16:58.192Z Moon culminates 64.08 degrees above the horizon +2026-06-09T17:24:05.870Z Sun culminates 84.37 degrees above the horizon +2026-06-09T18:38:24.449Z moonset +2026-06-10T00:21:53.173Z sunset 2026-06-10T06:34:19.796Z moonrise -2026-06-10T10:26:25.447Z sunrise +2026-06-10T10:26:25.449Z sunrise 2026-06-10T13:03:27.940Z Moon culminates 70.65 degrees above the horizon -2026-06-10T17:24:17.921Z Sun culminates 84.45 degrees above the horizon -2026-06-10T19:40:42.995Z moonset -2026-06-11T00:22:17.282Z sunset +2026-06-10T17:24:17.922Z Sun culminates 84.45 degrees above the horizon +2026-06-10T19:40:42.996Z moonset +2026-06-11T00:22:17.281Z sunset 2026-06-11T07:08:49.918Z moonrise -2026-06-11T10:26:26.133Z sunrise -2026-06-11T13:53:49.892Z Moon culminates 76.96 degrees above the horizon -2026-06-11T16:56:04.833Z Venus moves from Gemini to Cancer -2026-06-11T17:24:30.204Z Sun culminates 84.52 degrees above the horizon -2026-06-11T20:47:12.955Z moonset +2026-06-11T10:26:26.135Z sunrise +2026-06-11T13:53:49.893Z Moon culminates 76.96 degrees above the horizon +2026-06-11T16:56:05.505Z Venus moves from Gemini to Cancer +2026-06-11T17:24:30.205Z Sun culminates 84.52 degrees above the horizon +2026-06-11T20:47:12.957Z moonset 2026-06-12T00:22:40.534Z sunset -2026-06-12T07:48:41.792Z moonrise -2026-06-12T10:26:28.115Z sunrise -2026-06-12T14:49:27.166Z Moon culminates 82.54 degrees above the horizon -2026-06-12T17:24:42.693Z Sun culminates 84.58 degrees above the horizon -2026-06-12T21:58:05.978Z moonset +2026-06-12T07:48:41.793Z moonrise +2026-06-12T10:26:28.117Z sunrise +2026-06-12T14:49:27.167Z Moon culminates 82.54 degrees above the horizon +2026-06-12T17:24:42.694Z Sun culminates 84.58 degrees above the horizon +2026-06-12T21:58:05.979Z moonset 2026-06-13T00:23:02.897Z sunset 2026-06-13T08:36:11.807Z moonrise -2026-06-13T10:26:31.376Z sunrise +2026-06-13T10:26:31.377Z sunrise 2026-06-13T15:50:57.129Z Moon culminates 86.78 degrees above the horizon 2026-06-13T17:24:55.362Z Sun culminates 84.64 degrees above the horizon -2026-06-13T23:11:38.729Z moonset +2026-06-13T23:11:38.731Z moonset 2026-06-14T00:23:24.338Z sunset -2026-06-14T09:33:03.783Z moonrise +2026-06-14T09:33:03.782Z moonrise 2026-06-14T10:26:35.894Z sunrise 2026-06-14T16:57:18.108Z Moon culminates 89.09 degrees above the horizon 2026-06-14T17:25:08.184Z Sun culminates 84.69 degrees above the horizon 2026-06-14T23:20:04.294Z lunar perigee at 357186 km -2026-06-15T00:23:44.823Z sunset +2026-06-15T00:23:44.824Z sunset 2026-06-15T00:23:45.614Z moonset 2026-06-15T02:54:38.973Z new moon -2026-06-15T10:26:41.649Z sunrise -2026-06-15T10:39:02.535Z moonrise -2026-06-15T17:25:21.132Z Sun culminates 84.73 degrees above the horizon -2026-06-15T18:05:25.200Z Moon culminates 89.07 degrees above the horizon +2026-06-15T10:26:41.647Z sunrise +2026-06-15T10:39:02.533Z moonrise +2026-06-15T17:25:21.131Z Sun culminates 84.73 degrees above the horizon +2026-06-15T18:05:25.198Z Moon culminates 89.07 degrees above the horizon 2026-06-15T20:02:43.026Z Mercury max evening elongation: 24.52 degrees from Sun -2026-06-16T00:24:04.321Z sunset -2026-06-16T01:29:28.946Z moonset -2026-06-16T10:26:48.616Z sunrise -2026-06-16T11:50:52.939Z moonrise -2026-06-16T17:25:34.178Z Sun culminates 84.77 degrees above the horizon -2026-06-16T19:11:17.629Z Moon culminates 86.74 degrees above the horizon -2026-06-17T00:24:22.797Z sunset -2026-06-17T02:25:46.218Z moonset -2026-06-17T10:26:56.773Z sunrise -2026-06-17T13:03:38.138Z moonrise -2026-06-17T17:25:47.293Z Sun culminates 84.79 degrees above the horizon -2026-06-17T20:12:00.699Z Moon culminates 82.54 degrees above the horizon -2026-06-18T00:24:40.219Z sunset -2026-06-18T03:12:35.991Z moonset +2026-06-16T00:24:04.320Z sunset +2026-06-16T01:29:28.945Z moonset +2026-06-16T10:26:48.615Z sunrise +2026-06-16T11:50:52.936Z moonrise +2026-06-16T17:25:34.176Z Sun culminates 84.77 degrees above the horizon +2026-06-16T19:11:17.627Z Moon culminates 86.74 degrees above the horizon +2026-06-17T00:24:22.795Z sunset +2026-06-17T02:25:46.217Z moonset +2026-06-17T10:26:56.772Z sunrise +2026-06-17T13:03:38.135Z moonrise +2026-06-17T17:25:47.291Z Sun culminates 84.79 degrees above the horizon +2026-06-17T20:12:00.697Z Moon culminates 82.54 degrees above the horizon +2026-06-18T00:24:40.216Z sunset +2026-06-18T03:12:35.990Z moonset 2026-06-18T10:27:06.096Z sunrise -2026-06-18T14:13:24.946Z moonrise -2026-06-18T17:26:00.450Z Sun culminates 84.82 degrees above the horizon -2026-06-18T21:06:43.913Z Moon culminates 77.06 degrees above the horizon -2026-06-19T00:24:56.557Z sunset -2026-06-19T03:51:48.784Z moonset -2026-06-19T10:27:16.560Z sunrise -2026-06-19T15:18:42.086Z moonrise -2026-06-19T17:26:13.621Z Sun culminates 84.83 degrees above the horizon -2026-06-19T21:56:10.822Z Moon culminates 70.88 degrees above the horizon -2026-06-19T23:57:12.143Z Mars moves from Aries to Taurus -2026-06-20T00:25:11.780Z sunset +2026-06-18T14:13:24.943Z moonrise +2026-06-18T17:26:00.448Z Sun culminates 84.82 degrees above the horizon +2026-06-18T21:06:43.911Z Moon culminates 77.06 degrees above the horizon +2026-06-19T00:24:56.553Z sunset +2026-06-19T03:51:48.783Z moonset +2026-06-19T10:27:16.561Z sunrise +2026-06-19T15:18:42.084Z moonrise +2026-06-19T17:26:13.619Z Sun culminates 84.83 degrees above the horizon +2026-06-19T21:56:10.821Z Moon culminates 70.88 degrees above the horizon +2026-06-19T23:57:13.222Z Mars moves from Aries to Taurus +2026-06-20T00:25:11.776Z sunset 2026-06-20T04:25:41.850Z moonset -2026-06-20T10:27:28.142Z sunrise -2026-06-20T16:19:47.317Z moonrise -2026-06-20T17:26:26.780Z Sun culminates 84.84 degrees above the horizon +2026-06-20T10:27:28.143Z sunrise +2026-06-20T16:19:47.316Z moonrise +2026-06-20T17:26:26.779Z Sun culminates 84.84 degrees above the horizon 2026-06-20T22:41:46.090Z Moon culminates 64.45 degrees above the horizon -2026-06-21T00:25:25.861Z sunset -2026-06-21T04:56:19.052Z moonset -2026-06-21T08:24:58.859Z June solstice -2026-06-21T10:27:40.816Z sunrise -2026-06-21T17:17:48.665Z moonrise +2026-06-21T00:25:25.858Z sunset +2026-06-21T04:56:19.053Z moonset +2026-06-21T08:25:00.316Z June solstice +2026-06-21T10:27:40.817Z sunrise +2026-06-21T17:17:48.664Z moonrise 2026-06-21T17:26:39.901Z Sun culminates 84.84 degrees above the horizon 2026-06-21T21:55:56.854Z first quarter 2026-06-21T23:25:01.603Z Moon culminates 58.09 degrees above the horizon -2026-06-22T00:25:38.775Z sunset -2026-06-22T01:59:09.102Z Jupiter moves from Gemini to Cancer +2026-06-22T00:25:38.773Z sunset +2026-06-22T01:59:12.953Z Jupiter moves from Gemini to Cancer 2026-06-22T05:25:23.906Z moonset -2026-06-22T10:27:54.557Z sunrise +2026-06-22T10:27:54.558Z sunrise 2026-06-22T17:26:52.960Z Sun culminates 84.83 degrees above the horizon -2026-06-22T18:14:05.276Z moonrise +2026-06-22T18:14:05.275Z moonrise 2026-06-23T00:07:22.571Z Moon culminates 52.04 degrees above the horizon -2026-06-23T00:25:50.498Z sunset -2026-06-23T05:54:24.829Z moonset +2026-06-23T00:25:50.497Z sunset +2026-06-23T05:54:24.830Z moonset 2026-06-23T10:28:09.339Z sunrise 2026-06-23T17:27:05.933Z Sun culminates 84.82 degrees above the horizon 2026-06-23T19:09:47.363Z moonrise -2026-06-24T00:26:01.009Z sunset +2026-06-24T00:26:01.008Z sunset 2026-06-24T00:50:03.191Z Moon culminates 46.49 degrees above the horizon 2026-06-24T06:24:42.016Z moonset -2026-06-24T10:28:25.138Z sunrise -2026-06-24T17:27:18.798Z Sun culminates 84.80 degrees above the horizon -2026-06-24T20:05:44.235Z moonrise +2026-06-24T10:28:25.137Z sunrise +2026-06-24T17:27:18.797Z Sun culminates 84.80 degrees above the horizon +2026-06-24T20:05:44.234Z moonrise 2026-06-25T00:26:10.288Z sunset 2026-06-25T01:34:03.989Z Moon culminates 41.63 degrees above the horizon 2026-06-25T06:57:31.756Z moonset 2026-06-25T10:28:41.927Z sunrise 2026-06-25T17:27:31.531Z Sun culminates 84.77 degrees above the horizon 2026-06-25T21:02:13.419Z moonrise -2026-06-26T00:26:18.318Z sunset +2026-06-26T00:26:18.317Z sunset 2026-06-26T02:20:06.822Z Moon culminates 37.64 degrees above the horizon 2026-06-26T07:34:05.659Z moonset -2026-06-26T10:28:59.683Z sunrise -2026-06-26T17:27:44.114Z Sun culminates 84.74 degrees above the horizon -2026-06-26T21:58:50.708Z moonrise -2026-06-27T00:26:25.082Z sunset -2026-06-27T03:08:26.824Z Moon culminates 34.73 degrees above the horizon +2026-06-26T10:28:59.682Z sunrise +2026-06-26T17:27:44.113Z Sun culminates 84.74 degrees above the horizon +2026-06-26T21:58:50.707Z moonrise +2026-06-27T00:26:25.081Z sunset +2026-06-27T03:08:26.823Z Moon culminates 34.73 degrees above the horizon 2026-06-27T08:15:22.231Z moonset 2026-06-27T10:29:18.379Z sunrise 2026-06-27T17:27:56.524Z Sun culminates 84.70 degrees above the horizon -2026-06-27T22:54:28.134Z moonrise +2026-06-27T22:54:28.133Z moonrise 2026-06-28T00:26:30.566Z sunset 2026-06-28T03:58:44.621Z Moon culminates 33.05 degrees above the horizon 2026-06-28T07:11:22.513Z lunar apogee at 406256 km -2026-06-28T09:01:50.238Z moonset +2026-06-28T09:01:50.239Z moonset 2026-06-28T10:29:37.991Z sunrise 2026-06-28T17:28:08.745Z Sun culminates 84.65 degrees above the horizon -2026-06-28T22:08:05.495Z Venus moves from Cancer to Leo +2026-06-28T22:08:06.187Z Venus moves from Cancer to Leo 2026-06-28T23:47:29.817Z moonrise -2026-06-29T00:26:34.758Z sunset +2026-06-29T00:26:34.757Z sunset 2026-06-29T04:50:06.208Z Moon culminates 32.73 degrees above the horizon 2026-06-29T09:53:10.589Z moonset -2026-06-29T10:29:58.494Z sunrise +2026-06-29T10:29:58.495Z sunrise 2026-06-29T17:28:20.756Z Sun culminates 84.60 degrees above the horizon 2026-06-29T23:57:18.181Z full moon -2026-06-30T00:26:37.645Z sunset +2026-06-30T00:26:37.644Z sunset 2026-06-30T00:36:25.712Z moonrise 2026-06-30T05:41:16.903Z Moon culminates 33.82 degrees above the horizon -2026-06-30T10:30:19.864Z sunrise -2026-06-30T10:48:12.471Z moonset +2026-06-30T10:30:19.865Z sunrise +2026-06-30T10:48:12.472Z moonset 2026-06-30T17:28:32.541Z Sun culminates 84.54 degrees above the horizon 2026-07-01T00:26:39.217Z sunset 2026-07-01T01:20:25.035Z moonrise 2026-07-01T06:31:06.243Z Moon culminates 36.24 degrees above the horizon 2026-07-01T09:33:02.030Z Mercury aphelion at 0.4667 AU -2026-07-01T10:30:42.074Z sunrise -2026-07-01T11:45:15.394Z moonset -2026-07-01T17:28:44.081Z Sun culminates 84.47 degrees above the horizon -2026-07-02T00:26:39.465Z sunset -2026-07-02T01:59:28.354Z moonrise +2026-07-01T10:30:42.076Z sunrise +2026-07-01T11:45:15.395Z moonset +2026-07-01T17:28:44.082Z Sun culminates 84.47 degrees above the horizon +2026-07-02T00:26:39.464Z sunset +2026-07-02T01:59:28.353Z moonrise 2026-07-02T07:18:50.549Z Moon culminates 39.84 degrees above the horizon -2026-07-02T10:31:05.101Z sunrise -2026-07-02T12:42:46.954Z moonset +2026-07-02T10:31:05.102Z sunrise +2026-07-02T12:42:46.955Z moonset 2026-07-02T17:28:55.360Z Sun culminates 84.40 degrees above the horizon -2026-07-03T00:26:38.379Z sunset -2026-07-03T02:34:17.057Z moonrise +2026-07-03T00:26:38.378Z sunset +2026-07-03T02:34:17.056Z moonrise 2026-07-03T08:04:22.194Z Moon culminates 44.44 degrees above the horizon -2026-07-03T10:31:28.917Z sunrise -2026-07-03T13:39:52.151Z moonset -2026-07-03T17:29:06.359Z Sun culminates 84.32 degrees above the horizon +2026-07-03T10:31:28.918Z sunrise +2026-07-03T13:39:52.152Z moonset +2026-07-03T17:29:06.360Z Sun culminates 84.32 degrees above the horizon 2026-07-04T00:26:35.951Z sunset -2026-07-04T03:05:55.118Z moonrise +2026-07-04T03:05:55.116Z moonrise 2026-07-04T08:48:06.127Z Moon culminates 49.81 degrees above the horizon -2026-07-04T10:31:53.497Z sunrise -2026-07-04T14:36:21.835Z moonset -2026-07-04T17:29:17.062Z Sun culminates 84.23 degrees above the horizon -2026-07-05T00:26:32.175Z sunset -2026-07-05T03:35:35.753Z moonrise +2026-07-04T10:31:53.498Z sunrise +2026-07-04T14:36:21.836Z moonset +2026-07-04T17:29:17.063Z Sun culminates 84.23 degrees above the horizon +2026-07-05T00:26:32.174Z sunset +2026-07-05T03:35:35.751Z moonrise 2026-07-05T09:30:51.321Z Moon culminates 55.75 degrees above the horizon -2026-07-05T10:32:18.812Z sunrise -2026-07-05T15:32:45.956Z moonset +2026-07-05T10:32:18.814Z sunrise +2026-07-05T15:32:45.957Z moonset 2026-07-05T17:29:27.452Z Sun culminates 84.13 degrees above the horizon -2026-07-06T00:26:27.042Z sunset -2026-07-06T04:04:36.329Z moonrise +2026-07-06T00:26:27.041Z sunset +2026-07-06T04:04:36.328Z moonrise 2026-07-06T10:13:43.432Z Moon culminates 62.04 degrees above the horizon -2026-07-06T10:32:44.836Z sunrise -2026-07-06T16:30:01.931Z moonset -2026-07-06T17:29:37.510Z Sun culminates 84.03 degrees above the horizon +2026-07-06T10:32:44.838Z sunrise +2026-07-06T16:30:01.933Z moonset +2026-07-06T17:29:37.511Z Sun culminates 84.03 degrees above the horizon 2026-07-06T18:00:23.358Z Earth aphelion at 1.0166 AU -2026-07-07T00:26:20.546Z sunset -2026-07-07T04:34:19.820Z moonrise -2026-07-07T10:33:11.538Z sunrise +2026-07-07T00:26:20.544Z sunset +2026-07-07T04:34:19.819Z moonrise +2026-07-07T10:33:11.541Z sunrise 2026-07-07T10:58:00.441Z Moon culminates 68.45 degrees above the horizon -2026-07-07T17:29:22.610Z moonset -2026-07-07T17:29:47.219Z Sun culminates 83.93 degrees above the horizon +2026-07-07T17:29:22.612Z moonset +2026-07-07T17:29:47.220Z Sun culminates 83.93 degrees above the horizon 2026-07-07T19:29:27.521Z third quarter -2026-07-08T00:26:12.681Z sunset -2026-07-08T05:06:20.192Z moonrise -2026-07-08T10:33:38.889Z sunrise -2026-07-08T11:45:09.227Z Moon culminates 74.70 degrees above the horizon -2026-07-08T17:29:56.561Z Sun culminates 83.81 degrees above the horizon -2026-07-08T18:32:00.967Z moonset -2026-07-09T00:26:03.442Z sunset -2026-07-09T05:42:28.727Z moonrise -2026-07-09T10:34:06.857Z sunrise -2026-07-09T12:36:37.715Z Moon culminates 80.43 degrees above the horizon -2026-07-09T17:30:05.516Z Sun culminates 83.69 degrees above the horizon -2026-07-09T19:38:43.027Z moonset -2026-07-10T00:25:52.823Z sunset +2026-07-08T00:26:12.680Z sunset +2026-07-08T05:06:20.191Z moonrise +2026-07-08T10:33:38.892Z sunrise +2026-07-08T11:45:09.228Z Moon culminates 74.70 degrees above the horizon +2026-07-08T17:29:56.562Z Sun culminates 83.81 degrees above the horizon +2026-07-08T18:32:00.969Z moonset +2026-07-09T00:26:03.441Z sunset +2026-07-09T05:42:28.726Z moonrise +2026-07-09T10:34:06.860Z sunrise +2026-07-09T12:36:37.716Z Moon culminates 80.43 degrees above the horizon +2026-07-09T17:30:05.518Z Sun culminates 83.69 degrees above the horizon +2026-07-09T19:38:43.030Z moonset +2026-07-10T00:25:52.822Z sunset 2026-07-10T06:24:54.972Z moonrise -2026-07-10T10:34:35.409Z sunrise -2026-07-10T13:33:33.836Z Moon culminates 85.16 degrees above the horizon -2026-07-10T17:30:14.067Z Sun culminates 83.56 degrees above the horizon -2026-07-10T20:49:01.614Z moonset -2026-07-11T00:25:40.819Z sunset -2026-07-11T07:15:47.725Z moonrise -2026-07-11T10:35:04.512Z sunrise -2026-07-11T14:36:04.405Z Moon culminates 88.33 degrees above the horizon -2026-07-11T17:30:22.195Z Sun culminates 83.43 degrees above the horizon -2026-07-11T22:00:27.059Z moonset -2026-07-12T00:25:27.428Z sunset -2026-07-12T08:16:15.910Z moonrise +2026-07-10T10:34:35.412Z sunrise +2026-07-10T13:33:33.838Z Moon culminates 85.16 degrees above the horizon +2026-07-10T17:30:14.069Z Sun culminates 83.56 degrees above the horizon +2026-07-10T20:49:01.617Z moonset +2026-07-11T00:25:40.820Z sunset +2026-07-11T07:15:47.724Z moonrise +2026-07-11T10:35:04.514Z sunrise +2026-07-11T14:36:04.407Z Moon culminates 88.33 degrees above the horizon +2026-07-11T17:30:22.196Z Sun culminates 83.43 degrees above the horizon +2026-07-11T22:00:27.062Z moonset +2026-07-12T00:25:27.429Z sunset +2026-07-12T08:16:15.909Z moonrise 2026-07-12T10:35:34.131Z sunrise -2026-07-12T15:42:29.236Z Moon culminates 89.43 degrees above the horizon -2026-07-12T17:30:29.879Z Sun culminates 83.29 degrees above the horizon -2026-07-12T23:08:39.526Z moonset -2026-07-13T00:25:12.646Z sunset +2026-07-12T15:42:29.237Z Moon culminates 89.43 degrees above the horizon +2026-07-12T17:30:29.880Z Sun culminates 83.29 degrees above the horizon +2026-07-12T23:08:39.528Z moonset +2026-07-13T00:25:12.647Z sunset 2026-07-13T01:19:37.959Z Mercury inferior conjunction 2026-07-13T07:56:49.301Z lunar perigee at 359102 km -2026-07-13T09:25:02.417Z moonrise +2026-07-13T09:25:02.416Z moonrise 2026-07-13T10:36:04.230Z sunrise 2026-07-13T16:49:25.238Z Moon culminates 88.21 degrees above the horizon 2026-07-13T17:30:37.101Z Sun culminates 83.15 degrees above the horizon 2026-07-14T00:09:30.889Z moonset 2026-07-14T00:24:56.469Z sunset 2026-07-14T09:44:04.845Z new moon -2026-07-14T10:36:34.776Z sunrise -2026-07-14T10:38:06.229Z moonrise +2026-07-14T10:36:34.775Z sunrise +2026-07-14T10:38:06.228Z moonrise 2026-07-14T17:30:43.841Z Sun culminates 83.00 degrees above the horizon 2026-07-14T17:53:15.572Z Moon culminates 84.84 degrees above the horizon 2026-07-15T00:24:38.894Z sunset 2026-07-15T01:01:16.205Z moonset -2026-07-15T10:37:05.732Z sunrise -2026-07-15T11:50:43.481Z moonrise -2026-07-15T17:30:50.082Z Sun culminates 82.84 degrees above the horizon -2026-07-15T18:51:52.035Z Moon culminates 79.81 degrees above the horizon -2026-07-16T00:24:19.920Z sunset -2026-07-16T01:44:41.249Z moonset +2026-07-15T10:37:05.731Z sunrise +2026-07-15T11:50:43.479Z moonrise +2026-07-15T17:30:50.081Z Sun culminates 82.84 degrees above the horizon +2026-07-15T18:51:52.034Z Moon culminates 79.81 degrees above the horizon +2026-07-16T00:24:19.919Z sunset +2026-07-16T01:44:41.248Z moonset 2026-07-16T10:37:37.064Z sunrise -2026-07-16T12:59:50.903Z moonrise -2026-07-16T17:30:55.806Z Sun culminates 82.67 degrees above the horizon +2026-07-16T12:59:50.902Z moonrise +2026-07-16T17:30:55.805Z Sun culminates 82.67 degrees above the horizon 2026-07-16T19:44:59.148Z Moon culminates 73.73 degrees above the horizon -2026-07-17T00:23:59.547Z sunset -2026-07-17T02:21:44.627Z moonset -2026-07-17T10:38:08.741Z sunrise +2026-07-17T00:23:59.545Z sunset +2026-07-17T02:21:44.626Z moonset +2026-07-17T10:38:08.742Z sunrise 2026-07-17T14:04:38.749Z moonrise -2026-07-17T17:31:00.997Z Sun culminates 82.50 degrees above the horizon -2026-07-17T20:33:34.090Z Moon culminates 67.17 degrees above the horizon -2026-07-18T00:23:37.774Z sunset -2026-07-18T02:54:33.910Z moonset -2026-07-18T10:38:40.730Z sunrise +2026-07-17T17:31:00.996Z Sun culminates 82.50 degrees above the horizon +2026-07-17T20:33:34.089Z Moon culminates 67.17 degrees above the horizon +2026-07-18T00:23:37.772Z sunset +2026-07-18T02:54:33.909Z moonset +2026-07-18T10:38:40.731Z sunrise 2026-07-18T15:05:43.420Z moonrise 2026-07-18T17:31:05.639Z Sun culminates 82.33 degrees above the horizon 2026-07-18T21:19:01.680Z Moon culminates 60.54 degrees above the horizon -2026-07-19T00:23:14.604Z sunset +2026-07-19T00:23:14.603Z sunset 2026-07-19T03:25:01.481Z moonset -2026-07-19T10:39:12.999Z sunrise +2026-07-19T10:39:13.000Z sunrise 2026-07-19T16:04:15.249Z moonrise 2026-07-19T17:31:09.720Z Sun culminates 82.15 degrees above the horizon 2026-07-19T22:02:48.840Z Moon culminates 54.17 degrees above the horizon -2026-07-20T00:22:50.043Z sunset +2026-07-20T00:22:50.042Z sunset 2026-07-20T03:54:43.066Z moonset 2026-07-20T10:39:45.520Z sunrise -2026-07-20T17:01:26.758Z moonrise +2026-07-20T17:01:26.759Z moonrise 2026-07-20T17:31:13.228Z Sun culminates 81.96 degrees above the horizon 2026-07-20T22:46:14.364Z Moon culminates 48.29 degrees above the horizon -2026-07-21T00:22:24.096Z sunset +2026-07-21T00:22:24.097Z sunset 2026-07-21T04:25:03.311Z moonset 2026-07-21T10:40:18.263Z sunrise 2026-07-21T11:06:09.474Z first quarter -2026-07-21T17:31:16.152Z Sun culminates 81.76 degrees above the horizon +2026-07-21T17:31:16.153Z Sun culminates 81.76 degrees above the horizon 2026-07-21T17:58:15.543Z moonrise -2026-07-21T23:30:24.827Z Moon culminates 43.09 degrees above the horizon -2026-07-22T00:21:56.773Z sunset -2026-07-22T04:57:21.105Z moonset +2026-07-21T23:30:24.826Z Moon culminates 43.09 degrees above the horizon +2026-07-22T00:21:56.774Z sunset +2026-07-22T04:57:21.104Z moonset 2026-07-22T10:40:51.201Z sunrise 2026-07-22T17:31:18.485Z Sun culminates 81.57 degrees above the horizon -2026-07-22T18:55:12.464Z moonrise -2026-07-23T00:16:10.527Z Moon culminates 38.76 degrees above the horizon -2026-07-23T00:21:28.082Z sunset -2026-07-23T05:32:51.160Z moonset +2026-07-22T18:55:12.465Z moonrise +2026-07-23T00:16:10.526Z Moon culminates 38.76 degrees above the horizon +2026-07-23T00:21:28.084Z sunset +2026-07-23T05:32:51.158Z moonset 2026-07-23T10:41:24.309Z sunrise 2026-07-23T17:31:20.219Z Sun culminates 81.36 degrees above the horizon 2026-07-23T19:52:11.384Z moonrise -2026-07-24T00:20:58.037Z sunset +2026-07-24T00:20:58.038Z sunset 2026-07-24T01:03:58.917Z Moon culminates 35.46 degrees above the horizon -2026-07-24T06:12:39.097Z moonset -2026-07-24T10:41:57.564Z sunrise +2026-07-24T06:12:39.095Z moonset +2026-07-24T10:41:57.563Z sunrise 2026-07-24T17:31:21.349Z Sun culminates 81.15 degrees above the horizon 2026-07-24T20:48:23.880Z moonrise -2026-07-25T00:20:26.650Z sunset +2026-07-25T00:20:26.651Z sunset 2026-07-25T01:53:46.751Z Moon culminates 33.36 degrees above the horizon -2026-07-25T06:57:28.241Z moonset -2026-07-25T10:42:30.942Z sunrise +2026-07-25T06:57:28.239Z moonset +2026-07-25T10:42:30.941Z sunrise 2026-07-25T16:44:51.585Z lunar apogee at 405538 km 2026-07-25T17:31:21.872Z Sun culminates 80.94 degrees above the horizon -2026-07-25T21:42:27.671Z moonrise +2026-07-25T21:42:27.672Z moonrise 2026-07-26T00:19:53.936Z sunset 2026-07-26T02:44:56.406Z Moon culminates 32.60 degrees above the horizon 2026-07-26T07:47:21.266Z moonset 2026-07-26T10:43:04.424Z sunrise 2026-07-26T17:31:21.785Z Sun culminates 80.71 degrees above the horizon -2026-07-26T22:32:53.299Z moonrise -2026-07-27T00:19:19.910Z sunset -2026-07-27T03:36:23.487Z Moon culminates 33.24 degrees above the horizon +2026-07-26T22:32:53.300Z moonrise +2026-07-27T00:19:19.911Z sunset +2026-07-27T03:36:23.488Z Moon culminates 33.24 degrees above the horizon 2026-07-27T06:39:24.616Z Pluto opposition 2026-07-27T08:41:28.946Z moonset 2026-07-27T10:43:37.991Z sunrise -2026-07-27T17:31:21.087Z Sun culminates 80.49 degrees above the horizon -2026-07-27T23:18:38.024Z moonrise +2026-07-27T17:31:21.088Z Sun culminates 80.49 degrees above the horizon +2026-07-27T23:18:38.025Z moonrise 2026-07-28T00:18:44.591Z sunset 2026-07-28T04:26:57.035Z Moon culminates 35.26 degrees above the horizon -2026-07-28T09:38:21.001Z moonset -2026-07-28T10:44:11.625Z sunrise -2026-07-28T17:31:19.780Z Sun culminates 80.26 degrees above the horizon +2026-07-28T09:38:21.002Z moonset +2026-07-28T10:44:11.626Z sunrise +2026-07-28T17:31:19.781Z Sun culminates 80.26 degrees above the horizon 2026-07-28T23:59:25.869Z moonrise 2026-07-29T00:18:07.996Z sunset -2026-07-29T05:15:43.175Z Moon culminates 38.54 degrees above the horizon -2026-07-29T10:36:18.750Z moonset -2026-07-29T10:44:45.311Z sunrise +2026-07-29T05:15:43.176Z Moon culminates 38.54 degrees above the horizon +2026-07-29T10:36:18.751Z moonset +2026-07-29T10:44:45.312Z sunrise 2026-07-29T12:22:04.589Z Jupiter conjunction 2026-07-29T14:36:19.649Z full moon 2026-07-29T17:31:17.865Z Sun culminates 80.02 degrees above the horizon 2026-07-30T00:17:30.144Z sunset 2026-07-30T00:35:44.728Z moonrise -2026-07-30T06:02:19.759Z Moon culminates 42.90 degrees above the horizon -2026-07-30T10:45:19.034Z sunrise -2026-07-30T11:34:09.325Z moonset -2026-07-30T17:31:15.343Z Sun culminates 79.78 degrees above the horizon +2026-07-30T06:02:19.760Z Moon culminates 42.90 degrees above the horizon +2026-07-30T10:45:19.035Z sunrise +2026-07-30T11:34:09.326Z moonset +2026-07-30T17:31:15.344Z Sun culminates 79.78 degrees above the horizon 2026-07-31T00:16:51.054Z sunset 2026-07-31T01:08:30.396Z moonrise 2026-07-31T06:46:57.767Z Moon culminates 48.11 degrees above the horizon -2026-07-31T10:45:52.780Z sunrise -2026-07-31T12:31:22.612Z moonset +2026-07-31T10:45:52.781Z sunrise +2026-07-31T12:31:22.613Z moonset 2026-07-31T17:31:12.219Z Sun culminates 79.53 degrees above the horizon -2026-08-01T00:16:10.747Z sunset -2026-08-01T01:38:51.485Z moonrise -2026-08-01T04:06:47.444Z Venus moves from Leo to Virgo +2026-08-01T00:16:10.746Z sunset +2026-08-01T01:38:51.484Z moonrise +2026-08-01T04:06:48.219Z Venus moves from Leo to Virgo 2026-08-01T07:30:14.561Z Moon culminates 53.96 degrees above the horizon -2026-08-01T10:46:26.536Z sunrise -2026-08-01T13:28:09.779Z moonset -2026-08-01T17:31:08.495Z Sun culminates 79.28 degrees above the horizon -2026-08-02T00:15:29.241Z sunset -2026-08-02T02:08:01.522Z moonrise +2026-08-01T10:46:26.537Z sunrise +2026-08-01T13:28:09.780Z moonset +2026-08-01T17:31:08.496Z Sun culminates 79.28 degrees above the horizon +2026-08-02T00:15:29.240Z sunset +2026-08-02T02:08:01.520Z moonrise 2026-08-02T08:02:28.152Z Mercury max morning elongation: 19.47 degrees from Sun 2026-08-02T08:13:05.909Z Moon culminates 60.21 degrees above the horizon -2026-08-02T10:47:00.290Z sunrise -2026-08-02T14:25:12.818Z moonset +2026-08-02T10:47:00.292Z sunrise +2026-08-02T14:25:12.819Z moonset 2026-08-02T17:31:04.177Z Sun culminates 79.02 degrees above the horizon -2026-08-03T00:14:46.558Z sunset -2026-08-03T02:37:17.927Z moonrise +2026-08-03T00:14:46.557Z sunset +2026-08-03T02:37:17.926Z moonrise 2026-08-03T08:56:40.237Z Moon culminates 66.61 degrees above the horizon -2026-08-03T10:47:34.030Z sunrise -2026-08-03T15:23:32.315Z moonset +2026-08-03T10:47:34.031Z sunrise +2026-08-03T15:23:32.317Z moonset 2026-08-03T17:30:59.267Z Sun culminates 78.76 degrees above the horizon -2026-08-04T00:14:02.718Z sunset -2026-08-04T03:08:05.480Z moonrise +2026-08-04T00:14:02.717Z sunset +2026-08-04T03:08:05.479Z moonrise 2026-08-04T09:42:14.703Z Moon culminates 72.89 degrees above the horizon -2026-08-04T10:48:07.743Z sunrise -2026-08-04T16:24:13.922Z moonset -2026-08-04T17:30:53.770Z Sun culminates 78.50 degrees above the horizon -2026-08-05T00:13:17.741Z sunset -2026-08-05T03:42:01.695Z moonrise -2026-08-05T10:31:09.699Z Moon culminates 78.72 degrees above the horizon -2026-08-05T10:48:41.418Z sunrise -2026-08-05T17:28:08.496Z moonset +2026-08-04T10:48:07.745Z sunrise +2026-08-04T16:24:13.925Z moonset +2026-08-04T17:30:53.771Z Sun culminates 78.50 degrees above the horizon +2026-08-05T00:13:17.740Z sunset +2026-08-05T03:42:01.694Z moonrise +2026-08-05T10:31:09.700Z Moon culminates 78.72 degrees above the horizon +2026-08-05T10:48:41.420Z sunrise +2026-08-05T17:28:08.499Z moonset 2026-08-05T17:30:47.691Z Sun culminates 78.23 degrees above the horizon 2026-08-06T00:12:31.647Z sunset 2026-08-06T02:21:57.319Z third quarter -2026-08-06T04:21:00.100Z moonrise -2026-08-06T10:49:15.042Z sunrise -2026-08-06T11:24:35.834Z Moon culminates 83.72 degrees above the horizon -2026-08-06T17:30:41.033Z Sun culminates 77.95 degrees above the horizon -2026-08-06T18:35:19.351Z moonset -2026-08-07T00:11:44.458Z sunset -2026-08-07T05:07:02.539Z moonrise -2026-08-07T10:49:48.603Z sunrise -2026-08-07T12:23:06.836Z Moon culminates 87.41 degrees above the horizon -2026-08-07T17:30:33.800Z Sun culminates 77.67 degrees above the horizon -2026-08-07T19:44:20.608Z moonset -2026-08-08T00:10:56.194Z sunset -2026-08-08T06:01:45.071Z moonrise -2026-08-08T10:50:22.087Z sunrise +2026-08-06T04:21:00.098Z moonrise +2026-08-06T10:49:15.044Z sunrise +2026-08-06T11:24:35.835Z Moon culminates 83.72 degrees above the horizon +2026-08-06T17:30:41.034Z Sun culminates 77.95 degrees above the horizon +2026-08-06T18:35:19.354Z moonset +2026-08-07T00:11:44.459Z sunset +2026-08-07T05:07:02.537Z moonrise +2026-08-07T10:49:48.605Z sunrise +2026-08-07T12:23:06.837Z Moon culminates 87.41 degrees above the horizon +2026-08-07T17:30:33.801Z Sun culminates 77.67 degrees above the horizon +2026-08-07T19:44:20.612Z moonset +2026-08-08T00:10:56.195Z sunset +2026-08-08T06:01:45.069Z moonrise +2026-08-08T10:50:22.088Z sunrise 2026-08-08T13:26:01.351Z Moon culminates 89.32 degrees above the horizon -2026-08-08T15:30:55.288Z Mercury moves from Gemini to Cancer -2026-08-08T17:30:25.996Z Sun culminates 77.39 degrees above the horizon -2026-08-08T20:52:01.820Z moonset -2026-08-09T00:10:06.874Z sunset -2026-08-09T07:05:11.219Z moonrise -2026-08-09T10:50:55.483Z sunrise +2026-08-08T15:30:55.777Z Mercury moves from Gemini to Cancer +2026-08-08T17:30:25.997Z Sun culminates 77.39 degrees above the horizon +2026-08-08T20:52:01.823Z moonset +2026-08-09T00:10:06.876Z sunset +2026-08-09T07:05:11.217Z moonrise +2026-08-09T10:50:55.482Z sunrise 2026-08-09T14:31:03.074Z Moon culminates 89.11 degrees above the horizon 2026-08-09T17:30:17.625Z Sun culminates 77.10 degrees above the horizon -2026-08-09T21:54:30.968Z moonset -2026-08-10T00:09:16.519Z sunset -2026-08-10T08:14:58.033Z moonrise -2026-08-10T10:51:28.775Z sunrise +2026-08-09T21:54:30.970Z moonset +2026-08-10T00:09:16.521Z sunset +2026-08-10T08:14:58.031Z moonrise +2026-08-10T10:51:28.774Z sunrise 2026-08-10T11:18:04.528Z lunar perigee at 363273 km 2026-08-10T15:35:01.257Z Moon culminates 86.74 degrees above the horizon -2026-08-10T17:30:08.688Z Sun culminates 76.81 degrees above the horizon -2026-08-10T22:49:12.473Z moonset -2026-08-11T00:08:25.148Z sunset -2026-08-11T09:26:59.500Z moonrise -2026-08-11T10:52:01.951Z sunrise +2026-08-10T17:30:08.689Z Sun culminates 76.81 degrees above the horizon +2026-08-10T22:49:12.475Z moonset +2026-08-11T00:08:25.149Z sunset +2026-08-11T09:26:59.499Z moonrise +2026-08-11T10:52:01.950Z sunrise 2026-08-11T16:35:18.167Z Moon culminates 82.48 degrees above the horizon 2026-08-11T17:29:59.191Z Sun culminates 76.51 degrees above the horizon -2026-08-11T23:35:47.021Z moonset -2026-08-12T00:07:32.779Z sunset -2026-08-12T03:11:31.209Z Mars moves from Taurus to Gemini -2026-08-12T10:37:33.247Z moonrise -2026-08-12T10:52:34.999Z sunrise +2026-08-11T23:35:47.022Z moonset +2026-08-12T00:07:32.780Z sunset +2026-08-12T03:11:32.421Z Mars moves from Taurus to Gemini +2026-08-12T10:37:33.246Z moonrise +2026-08-12T10:52:34.998Z sunrise 2026-08-12T17:29:49.135Z Sun culminates 76.21 degrees above the horizon 2026-08-12T17:30:47.096Z Moon culminates 76.86 degrees above the horizon 2026-08-12T17:37:11.628Z new moon 2026-08-13T00:06:39.433Z sunset -2026-08-13T00:15:34.279Z moonset -2026-08-13T10:53:07.908Z sunrise -2026-08-13T11:44:45.414Z moonrise +2026-08-13T00:15:34.280Z moonset +2026-08-13T10:53:07.907Z sunrise +2026-08-13T11:44:45.413Z moonrise 2026-08-13T17:29:38.525Z Sun culminates 75.90 degrees above the horizon 2026-08-13T18:21:45.291Z Moon culminates 70.42 degrees above the horizon -2026-08-14T00:05:45.127Z sunset -2026-08-14T00:50:28.953Z moonset +2026-08-14T00:05:45.128Z sunset +2026-08-14T00:50:28.954Z moonset 2026-08-14T09:11:24.874Z Mercury perihelion at 0.3075 AU 2026-08-14T10:53:40.666Z sunrise 2026-08-14T12:48:24.306Z moonrise 2026-08-14T17:29:27.366Z Sun culminates 75.60 degrees above the horizon 2026-08-14T19:09:16.373Z Moon culminates 63.66 degrees above the horizon -2026-08-15T00:04:49.882Z sunset -2026-08-15T01:22:23.160Z moonset +2026-08-15T00:04:49.883Z sunset +2026-08-15T01:22:23.161Z moonset 2026-08-15T06:23:03.225Z Venus max evening elongation: 45.89 degrees from Sun 2026-08-15T10:54:13.265Z sunrise 2026-08-15T13:49:14.925Z moonrise @@ -12256,76 +12256,76 @@ 2026-08-16T14:48:20.034Z moonrise 2026-08-16T17:29:03.422Z Sun culminates 74.97 degrees above the horizon 2026-08-16T20:39:09.768Z Moon culminates 50.71 degrees above the horizon -2026-08-17T00:02:56.655Z sunset +2026-08-17T00:02:56.656Z sunset 2026-08-17T02:23:33.347Z moonset -2026-08-17T10:55:17.954Z sunrise +2026-08-17T10:55:17.953Z sunrise 2026-08-17T15:46:36.355Z moonrise 2026-08-17T17:28:50.651Z Sun culminates 74.65 degrees above the horizon -2026-08-17T21:23:56.442Z Moon culminates 45.08 degrees above the horizon -2026-08-18T00:01:58.715Z sunset -2026-08-18T02:55:36.094Z moonset -2026-08-18T10:55:50.030Z sunrise +2026-08-17T21:23:56.441Z Moon culminates 45.08 degrees above the horizon +2026-08-18T00:01:58.716Z sunset +2026-08-18T02:55:36.092Z moonset +2026-08-18T10:55:50.029Z sunrise 2026-08-18T16:44:39.688Z moonrise -2026-08-18T17:28:37.358Z Sun culminates 74.33 degrees above the horizon -2026-08-18T22:09:52.419Z Moon culminates 40.29 degrees above the horizon -2026-08-19T00:00:59.921Z sunset -2026-08-19T03:30:19.006Z moonset -2026-08-19T10:51:35.724Z Mercury moves from Cancer to Leo -2026-08-19T10:56:21.922Z sunrise -2026-08-19T17:28:23.553Z Sun culminates 74.00 degrees above the horizon +2026-08-18T17:28:37.359Z Sun culminates 74.33 degrees above the horizon +2026-08-18T22:09:52.418Z Moon culminates 40.29 degrees above the horizon +2026-08-19T00:00:59.923Z sunset +2026-08-19T03:30:19.004Z moonset +2026-08-19T10:51:36.128Z Mercury moves from Cancer to Leo +2026-08-19T10:56:21.921Z sunrise +2026-08-19T17:28:23.554Z Sun culminates 74.00 degrees above the horizon 2026-08-19T17:42:33.750Z moonrise -2026-08-19T22:57:31.427Z Moon culminates 36.52 degrees above the horizon -2026-08-20T00:00:00.296Z sunset +2026-08-19T22:57:31.425Z Moon culminates 36.52 degrees above the horizon +2026-08-20T00:00:00.298Z sunset 2026-08-20T02:46:57.070Z first quarter -2026-08-20T04:08:50.215Z moonset -2026-08-20T10:56:53.626Z sunrise -2026-08-20T17:28:09.248Z Sun culminates 73.67 degrees above the horizon -2026-08-20T18:39:43.408Z moonrise -2026-08-20T23:47:00.516Z Moon culminates 33.93 degrees above the horizon -2026-08-20T23:58:59.865Z sunset -2026-08-21T04:52:01.238Z moonset -2026-08-21T10:57:25.142Z sunrise -2026-08-21T17:27:54.454Z Sun culminates 73.34 degrees above the horizon -2026-08-21T19:34:58.686Z moonrise -2026-08-21T23:57:58.653Z sunset -2026-08-22T00:37:55.423Z Moon culminates 32.66 degrees above the horizon -2026-08-22T05:40:11.093Z moonset +2026-08-20T04:08:50.212Z moonset +2026-08-20T10:56:53.625Z sunrise +2026-08-20T17:28:09.249Z Sun culminates 73.67 degrees above the horizon +2026-08-20T18:39:43.409Z moonrise +2026-08-20T23:47:00.514Z Moon culminates 33.93 degrees above the horizon +2026-08-20T23:58:59.867Z sunset +2026-08-21T04:52:01.235Z moonset +2026-08-21T10:57:25.141Z sunrise +2026-08-21T17:27:54.455Z Sun culminates 73.34 degrees above the horizon +2026-08-21T19:34:58.687Z moonrise +2026-08-21T23:57:58.655Z sunset +2026-08-22T00:37:55.422Z Moon culminates 32.66 degrees above the horizon +2026-08-22T05:40:11.090Z moonset 2026-08-22T08:20:46.754Z lunar apogee at 404632 km -2026-08-22T10:57:56.471Z sunrise -2026-08-22T17:27:39.185Z Sun culminates 73.00 degrees above the horizon -2026-08-22T20:26:55.242Z moonrise -2026-08-22T23:56:56.686Z sunset -2026-08-23T01:29:24.271Z Moon culminates 32.79 degrees above the horizon -2026-08-23T06:32:52.441Z moonset +2026-08-22T10:57:56.470Z sunrise +2026-08-22T17:27:39.186Z Sun culminates 73.00 degrees above the horizon +2026-08-22T20:26:55.244Z moonrise +2026-08-22T23:56:56.687Z sunset +2026-08-23T01:29:24.270Z Moon culminates 32.79 degrees above the horizon +2026-08-23T06:32:52.439Z moonset 2026-08-23T10:58:27.615Z sunrise -2026-08-23T17:27:23.456Z Sun culminates 72.66 degrees above the horizon -2026-08-23T21:14:25.474Z moonrise -2026-08-23T23:55:53.990Z sunset +2026-08-23T17:27:23.457Z Sun culminates 72.66 degrees above the horizon +2026-08-23T21:14:25.476Z moonrise +2026-08-23T23:55:53.991Z sunset 2026-08-24T02:20:22.742Z Moon culminates 34.30 degrees above the horizon -2026-08-24T07:28:53.687Z moonset +2026-08-24T07:28:53.686Z moonset 2026-08-24T10:58:58.579Z sunrise 2026-08-24T17:27:07.283Z Sun culminates 72.32 degrees above the horizon -2026-08-24T21:57:02.236Z moonrise -2026-08-24T23:54:50.593Z sunset -2026-08-25T03:09:55.395Z Moon culminates 37.14 degrees above the horizon -2026-08-25T08:26:42.865Z moonset +2026-08-24T21:57:02.237Z moonrise +2026-08-24T23:54:50.594Z sunset +2026-08-25T03:09:55.396Z Moon culminates 37.14 degrees above the horizon +2026-08-25T08:26:42.864Z moonset 2026-08-25T10:59:29.368Z sunrise 2026-08-25T17:26:50.682Z Sun culminates 71.98 degrees above the horizon -2026-08-25T22:35:02.242Z moonrise -2026-08-25T23:53:46.523Z sunset +2026-08-25T22:35:02.243Z moonrise +2026-08-25T23:53:46.524Z sunset 2026-08-26T03:57:32.270Z Moon culminates 41.14 degrees above the horizon 2026-08-26T09:25:00.561Z moonset 2026-08-26T10:59:59.989Z sunrise 2026-08-26T17:26:33.672Z Sun culminates 71.63 degrees above the horizon -2026-08-26T23:09:13.674Z moonrise -2026-08-26T23:52:41.807Z sunset +2026-08-26T23:09:13.675Z moonrise +2026-08-26T23:52:41.808Z sunset 2026-08-27T04:43:14.215Z Moon culminates 46.11 degrees above the horizon 2026-08-27T10:23:02.403Z moonset 2026-08-27T11:00:30.451Z sunrise 2026-08-27T16:50:02.941Z Mercury superior conjunction 2026-08-27T17:26:16.270Z Sun culminates 71.28 degrees above the horizon 2026-08-27T23:40:40.997Z moonrise -2026-08-27T23:51:36.474Z sunset +2026-08-27T23:51:36.475Z sunset 2026-08-28T04:12:49.076Z partial lunar eclipse 2026-08-28T04:19:05.890Z full moon 2026-08-28T05:27:29.018Z Moon culminates 51.83 degrees above the horizon @@ -12341,180 +12341,180 @@ 2026-08-29T23:49:24.072Z sunset 2026-08-30T00:40:11.031Z moonrise 2026-08-30T06:55:00.848Z Moon culminates 64.55 degrees above the horizon -2026-08-30T11:02:00.980Z sunrise +2026-08-30T11:02:00.981Z sunrise 2026-08-30T13:17:19.019Z moonset 2026-08-30T17:25:21.912Z Sun culminates 70.21 degrees above the horizon 2026-08-30T23:48:17.059Z sunset -2026-08-31T01:10:48.306Z moonrise +2026-08-31T01:10:48.305Z moonrise 2026-08-31T07:40:28.446Z Moon culminates 70.99 degrees above the horizon -2026-08-31T11:02:30.907Z sunrise -2026-08-31T14:17:58.440Z moonset +2026-08-31T11:02:30.908Z sunrise +2026-08-31T14:17:58.441Z moonset 2026-08-31T17:25:03.141Z Sun culminates 69.85 degrees above the horizon 2026-08-31T23:47:09.543Z sunset -2026-09-01T01:43:56.449Z moonrise +2026-09-01T01:43:56.448Z moonrise 2026-09-01T08:28:39.692Z Moon culminates 77.05 degrees above the horizon -2026-09-01T11:03:00.728Z sunrise -2026-09-01T15:21:17.539Z moonset +2026-09-01T11:03:00.729Z sunrise +2026-09-01T15:21:17.540Z moonset 2026-09-01T17:24:44.076Z Sun culminates 69.49 degrees above the horizon -2026-09-01T23:46:01.552Z sunset -2026-09-02T02:21:17.296Z moonrise +2026-09-01T23:46:01.551Z sunset +2026-09-02T02:21:17.295Z moonrise 2026-09-02T09:20:39.687Z Moon culminates 82.34 degrees above the horizon -2026-09-02T11:03:30.453Z sunrise -2026-09-02T16:27:24.996Z moonset +2026-09-02T11:03:30.454Z sunrise +2026-09-02T16:27:24.997Z moonset 2026-09-02T17:24:24.737Z Sun culminates 69.13 degrees above the horizon 2026-09-02T23:44:53.113Z sunset -2026-09-03T03:04:40.695Z moonrise +2026-09-03T03:04:40.693Z moonrise 2026-09-03T10:17:05.219Z Moon culminates 86.44 degrees above the horizon 2026-09-03T11:04:00.093Z sunrise 2026-09-03T17:24:05.143Z Sun culminates 68.76 degrees above the horizon -2026-09-03T17:35:17.427Z moonset -2026-09-03T23:43:44.254Z sunset -2026-09-04T03:55:41.419Z moonrise +2026-09-03T17:35:17.429Z moonset +2026-09-03T23:43:44.255Z sunset +2026-09-04T03:55:41.416Z moonrise 2026-09-04T07:51:41.750Z third quarter 2026-09-04T11:04:29.657Z sunrise -2026-09-04T11:17:34.891Z Moon culminates 88.92 degrees above the horizon +2026-09-04T11:17:34.890Z Moon culminates 88.92 degrees above the horizon 2026-09-04T11:22:23.157Z Venus aphelion at 0.7282 AU -2026-09-04T17:23:45.312Z Sun culminates 68.39 degrees above the horizon -2026-09-04T18:42:21.131Z moonset -2026-09-04T23:42:35.003Z sunset -2026-09-05T04:54:49.876Z moonrise -2026-09-05T11:04:59.156Z sunrise +2026-09-04T17:23:45.313Z Sun culminates 68.39 degrees above the horizon +2026-09-04T18:42:21.133Z moonset +2026-09-04T23:42:35.004Z sunset +2026-09-05T04:54:49.873Z moonrise +2026-09-05T11:04:59.155Z sunrise 2026-09-05T12:20:28.832Z Moon culminates 89.44 degrees above the horizon 2026-09-05T17:23:25.263Z Sun culminates 68.02 degrees above the horizon -2026-09-05T19:45:11.321Z moonset -2026-09-05T20:22:26.648Z Saturn moves from Pisces to Cetus -2026-09-05T23:41:25.385Z sunset -2026-09-06T06:00:40.714Z moonrise -2026-09-06T11:05:28.596Z sunrise -2026-09-06T13:23:10.072Z Moon culminates 87.89 degrees above the horizon +2026-09-05T19:45:11.323Z moonset +2026-09-05T20:22:14.389Z Saturn moves from Pisces to Cetus +2026-09-05T23:41:25.387Z sunset +2026-09-06T06:00:40.710Z moonrise +2026-09-06T11:05:28.594Z sunrise +2026-09-06T13:23:10.071Z Moon culminates 87.89 degrees above the horizon 2026-09-06T17:23:05.011Z Sun culminates 67.65 degrees above the horizon -2026-09-06T20:41:06.771Z moonset +2026-09-06T20:41:06.773Z moonset 2026-09-06T20:44:08.974Z lunar perigee at 368249 km -2026-09-06T23:40:15.427Z sunset -2026-09-07T01:26:30.879Z Mercury moves from Leo to Virgo -2026-09-07T07:10:02.441Z moonrise -2026-09-07T11:05:57.985Z sunrise -2026-09-07T14:23:09.761Z Moon culminates 84.44 degrees above the horizon +2026-09-06T23:40:15.429Z sunset +2026-09-07T01:26:31.345Z Mercury moves from Leo to Virgo +2026-09-07T07:10:02.437Z moonrise +2026-09-07T11:05:57.983Z sunrise +2026-09-07T14:23:09.760Z Moon culminates 84.44 degrees above the horizon 2026-09-07T17:22:44.575Z Sun culminates 67.27 degrees above the horizon -2026-09-07T21:29:18.956Z moonset -2026-09-07T23:39:05.154Z sunset -2026-09-08T08:19:27.086Z moonrise -2026-09-08T11:06:27.332Z sunrise -2026-09-08T15:19:05.649Z Moon culminates 79.47 degrees above the horizon +2026-09-07T21:29:18.958Z moonset +2026-09-07T23:39:05.157Z sunset +2026-09-08T08:19:27.083Z moonrise +2026-09-08T11:06:27.330Z sunrise +2026-09-08T15:19:05.648Z Moon culminates 79.47 degrees above the horizon 2026-09-08T17:22:23.969Z Sun culminates 66.90 degrees above the horizon -2026-09-08T22:10:40.174Z moonset -2026-09-08T23:37:54.592Z sunset -2026-09-09T09:26:39.317Z moonrise -2026-09-09T11:06:56.642Z sunrise +2026-09-08T22:10:40.175Z moonset +2026-09-08T23:37:54.594Z sunset +2026-09-09T09:26:39.314Z moonrise +2026-09-09T11:06:56.640Z sunrise 2026-09-09T16:10:52.115Z Moon culminates 73.45 degrees above the horizon 2026-09-09T17:22:03.210Z Sun culminates 66.52 degrees above the horizon -2026-09-09T22:46:50.435Z moonset -2026-09-09T23:36:43.763Z sunset -2026-09-10T10:30:57.030Z moonrise -2026-09-10T11:07:25.924Z sunrise +2026-09-09T22:46:50.436Z moonset +2026-09-09T23:36:43.765Z sunset +2026-09-10T10:30:57.029Z moonrise +2026-09-10T11:07:25.923Z sunrise 2026-09-10T16:59:14.962Z Moon culminates 66.86 degrees above the horizon 2026-09-10T17:21:42.313Z Sun culminates 66.14 degrees above the horizon -2026-09-10T23:19:36.844Z moonset -2026-09-10T23:35:32.692Z sunset +2026-09-10T23:19:36.846Z moonset +2026-09-10T23:35:32.693Z sunset 2026-09-11T03:27:27.779Z new moon -2026-09-11T11:07:55.185Z sunrise -2026-09-11T11:32:42.431Z moonrise +2026-09-11T11:07:55.184Z sunrise +2026-09-11T11:32:42.430Z moonrise 2026-09-11T17:21:21.294Z Sun culminates 65.76 degrees above the horizon -2026-09-11T17:45:22.490Z Moon culminates 60.12 degrees above the horizon -2026-09-11T23:34:21.402Z sunset -2026-09-11T23:50:37.390Z moonset -2026-09-12T11:08:24.432Z sunrise -2026-09-12T12:32:45.849Z moonrise +2026-09-11T17:45:22.490Z Moon culminates 60.13 degrees above the horizon +2026-09-11T23:34:21.403Z sunset +2026-09-11T23:50:37.391Z moonset +2026-09-12T11:08:24.431Z sunrise +2026-09-12T12:32:45.848Z moonrise 2026-09-12T17:21:00.169Z Sun culminates 65.38 degrees above the horizon 2026-09-12T18:30:26.777Z Moon culminates 53.60 degrees above the horizon -2026-09-12T23:33:09.917Z sunset -2026-09-13T00:21:19.250Z moonset -2026-09-13T11:08:53.672Z sunrise -2026-09-13T13:31:59.441Z moonrise +2026-09-12T23:33:09.918Z sunset +2026-09-13T00:21:19.251Z moonset +2026-09-13T11:08:53.671Z sunrise +2026-09-13T13:31:59.439Z moonrise 2026-09-13T17:20:38.952Z Sun culminates 65.00 degrees above the horizon -2026-09-13T19:15:33.851Z Moon culminates 47.58 degrees above the horizon -2026-09-13T23:31:58.261Z sunset +2026-09-13T19:15:33.850Z Moon culminates 47.58 degrees above the horizon +2026-09-13T23:31:58.262Z sunset 2026-09-14T00:53:01.948Z moonset -2026-09-14T11:09:22.914Z sunrise -2026-09-14T14:30:59.634Z moonrise +2026-09-14T11:09:22.913Z sunrise +2026-09-14T14:30:59.633Z moonrise 2026-09-14T17:20:17.660Z Sun culminates 64.61 degrees above the horizon -2026-09-14T20:01:37.654Z Moon culminates 42.31 degrees above the horizon -2026-09-14T23:30:46.458Z sunset -2026-09-15T01:26:59.962Z moonset -2026-09-15T11:09:52.166Z sunrise -2026-09-15T15:29:54.179Z moonrise +2026-09-14T20:01:37.653Z Moon culminates 42.31 degrees above the horizon +2026-09-14T23:30:46.459Z sunset +2026-09-15T01:26:59.961Z moonset +2026-09-15T11:09:52.165Z sunrise +2026-09-15T15:29:54.178Z moonrise 2026-09-15T17:19:56.310Z Sun culminates 64.23 degrees above the horizon -2026-09-15T20:49:14.151Z Moon culminates 38.03 degrees above the horizon -2026-09-15T23:29:34.531Z sunset -2026-09-16T02:04:21.586Z moonset -2026-09-16T11:10:21.438Z sunrise -2026-09-16T16:28:13.691Z moonrise +2026-09-15T20:49:14.150Z Moon culminates 38.03 degrees above the horizon +2026-09-15T23:29:34.533Z sunset +2026-09-16T02:04:21.585Z moonset +2026-09-16T11:10:21.436Z sunrise +2026-09-16T16:28:13.689Z moonrise 2026-09-16T17:19:34.918Z Sun culminates 63.84 degrees above the horizon -2026-09-16T21:38:34.711Z Moon culminates 34.90 degrees above the horizon -2026-09-16T23:28:22.508Z sunset -2026-09-17T02:46:01.662Z moonset -2026-09-17T11:10:50.738Z sunrise +2026-09-16T21:38:34.710Z Moon culminates 34.90 degrees above the horizon +2026-09-16T23:28:22.509Z sunset +2026-09-17T02:46:01.660Z moonset +2026-09-17T11:10:50.736Z sunrise 2026-09-17T17:19:13.503Z Sun culminates 63.46 degrees above the horizon -2026-09-17T17:24:52.906Z moonrise -2026-09-17T22:29:21.307Z Moon culminates 33.07 degrees above the horizon -2026-09-17T23:27:10.412Z sunset -2026-09-18T03:32:28.080Z moonset -2026-09-18T11:11:20.078Z sunrise +2026-09-17T17:24:52.905Z moonrise +2026-09-17T22:29:21.305Z Moon culminates 33.07 degrees above the horizon +2026-09-17T23:27:10.414Z sunset +2026-09-18T03:32:28.077Z moonset +2026-09-18T11:11:20.077Z sunrise 2026-09-18T17:18:52.083Z Sun culminates 63.07 degrees above the horizon 2026-09-18T18:18:27.658Z moonrise 2026-09-18T20:44:24.705Z first quarter -2026-09-18T23:20:48.671Z Moon culminates 32.62 degrees above the horizon -2026-09-18T23:25:58.271Z sunset +2026-09-18T23:20:48.669Z Moon culminates 32.62 degrees above the horizon +2026-09-18T23:25:58.272Z sunset 2026-09-19T02:59:43.512Z lunar apogee at 404210 km -2026-09-19T04:23:27.854Z moonset -2026-09-19T11:11:49.470Z sunrise +2026-09-19T04:23:27.852Z moonset +2026-09-19T11:11:49.469Z sunrise 2026-09-19T17:18:30.677Z Sun culminates 62.68 degrees above the horizon 2026-09-19T19:07:44.447Z moonrise -2026-09-19T23:24:46.111Z sunset -2026-09-20T00:11:56.943Z Moon culminates 33.58 degrees above the horizon -2026-09-20T05:18:04.803Z moonset -2026-09-20T11:12:18.927Z sunrise +2026-09-19T23:24:46.112Z sunset +2026-09-20T00:11:56.942Z Moon culminates 33.58 degrees above the horizon +2026-09-20T05:18:04.802Z moonset +2026-09-20T11:12:18.926Z sunrise 2026-09-20T17:18:09.307Z Sun culminates 62.30 degrees above the horizon 2026-09-20T19:52:06.662Z moonrise -2026-09-20T23:23:33.960Z sunset +2026-09-20T23:23:33.961Z sunset 2026-09-21T01:01:51.288Z Moon culminates 35.87 degrees above the horizon -2026-09-21T06:14:57.075Z moonset -2026-09-21T11:12:48.462Z sunrise +2026-09-21T06:14:57.073Z moonset +2026-09-21T11:12:48.461Z sunrise 2026-09-21T17:17:47.992Z Sun culminates 61.91 degrees above the horizon 2026-09-21T20:31:42.352Z moonrise -2026-09-21T23:22:21.846Z sunset -2026-09-22T01:49:58.879Z Moon culminates 39.37 degrees above the horizon -2026-09-22T07:12:46.912Z moonset +2026-09-21T23:22:21.847Z sunset +2026-09-22T01:49:58.878Z Moon culminates 39.37 degrees above the horizon +2026-09-22T07:12:46.911Z moonset 2026-09-22T11:13:18.091Z sunrise 2026-09-22T13:33:42.181Z Venus peak magnitude -4.78 in evening sky 2026-09-22T17:17:26.756Z Sun culminates 61.52 degrees above the horizon 2026-09-22T21:07:14.334Z moonrise -2026-09-22T23:21:09.798Z sunset -2026-09-23T00:05:37.449Z September equinox +2026-09-22T23:21:09.799Z sunset +2026-09-23T00:05:38.617Z September equinox 2026-09-23T02:36:15.982Z Moon culminates 43.93 degrees above the horizon -2026-09-23T08:10:44.964Z moonset -2026-09-23T11:13:47.831Z sunrise -2026-09-23T14:34:55.927Z Jupiter moves from Cancer to Leo +2026-09-23T08:10:44.963Z moonset +2026-09-23T11:13:47.830Z sunrise +2026-09-23T14:35:00.189Z Jupiter moves from Cancer to Leo 2026-09-23T17:17:05.621Z Sun culminates 61.13 degrees above the horizon -2026-09-23T21:39:44.791Z moonrise -2026-09-23T23:19:57.845Z sunset +2026-09-23T21:39:44.792Z moonrise +2026-09-23T23:19:57.846Z sunset 2026-09-24T03:21:05.716Z Moon culminates 49.36 degrees above the horizon -2026-09-24T09:08:39.026Z moonset -2026-09-24T11:14:17.697Z sunrise +2026-09-24T09:08:39.025Z moonset +2026-09-24T11:14:17.696Z sunrise 2026-09-24T17:16:44.610Z Sun culminates 60.74 degrees above the horizon 2026-09-24T22:10:24.107Z moonrise -2026-09-24T23:18:46.017Z sunset -2026-09-25T01:15:54.985Z Mars moves from Gemini to Cancer +2026-09-24T23:18:46.018Z sunset +2026-09-25T01:15:56.347Z Mars moves from Gemini to Cancer 2026-09-25T04:05:11.696Z Moon culminates 55.44 degrees above the horizon -2026-09-25T10:06:49.987Z moonset +2026-09-25T10:06:49.986Z moonset 2026-09-25T11:14:47.707Z sunrise 2026-09-25T17:16:23.747Z Sun culminates 60.35 degrees above the horizon -2026-09-25T22:40:26.471Z moonrise -2026-09-25T23:17:34.344Z sunset +2026-09-25T22:40:26.472Z moonrise +2026-09-25T23:17:34.345Z sunset 2026-09-26T01:26:48.301Z Neptune opposition 2026-09-26T04:49:31.880Z Moon culminates 61.92 degrees above the horizon 2026-09-26T11:06:01.832Z moonset -2026-09-26T11:15:17.881Z sunrise +2026-09-26T11:15:17.880Z sunrise 2026-09-26T16:49:31.026Z full moon 2026-09-26T17:16:03.057Z Sun culminates 59.96 degrees above the horizon 2026-09-26T23:11:10.708Z moonrise @@ -12526,8 +12526,8 @@ 2026-09-27T17:15:42.563Z Sun culminates 59.57 degrees above the horizon 2026-09-27T23:15:11.582Z sunset 2026-09-27T23:44:03.791Z moonrise -2026-09-28T06:23:28.295Z Moon culminates 74.87 degrees above the horizon -2026-09-28T11:16:18.789Z sunrise +2026-09-28T06:23:28.296Z Moon culminates 74.87 degrees above the horizon +2026-09-28T11:16:18.790Z sunrise 2026-09-28T13:10:58.688Z moonset 2026-09-28T17:15:22.289Z Sun culminates 59.18 degrees above the horizon 2026-09-28T23:14:00.653Z sunset @@ -12543,178 +12543,178 @@ 2026-09-30T15:26:32.253Z moonset 2026-09-30T17:14:42.501Z Sun culminates 58.41 degrees above the horizon 2026-09-30T23:11:39.449Z sunset -2026-10-01T01:52:18.300Z moonrise -2026-10-01T09:11:40.432Z Moon culminates 88.25 degrees above the horizon -2026-10-01T11:17:51.826Z sunrise +2026-10-01T01:52:18.299Z moonrise +2026-10-01T09:11:40.431Z Moon culminates 88.25 degrees above the horizon +2026-10-01T11:17:51.825Z sunrise 2026-10-01T16:34:53.780Z moonset 2026-10-01T17:14:23.032Z Sun culminates 58.02 degrees above the horizon 2026-10-01T20:52:16.541Z lunar perigee at 369324 km -2026-10-01T23:10:29.334Z sunset -2026-10-02T02:49:26.882Z moonrise -2026-10-02T10:14:18.913Z Moon culminates 89.38 degrees above the horizon -2026-10-02T11:18:23.350Z sunrise +2026-10-01T23:10:29.335Z sunset +2026-10-02T02:49:26.880Z moonrise +2026-10-02T10:14:18.912Z Moon culminates 89.38 degrees above the horizon +2026-10-02T11:18:23.349Z sunrise 2026-10-02T17:14:03.877Z Sun culminates 57.63 degrees above the horizon -2026-10-02T17:39:21.403Z moonset -2026-10-02T23:09:19.584Z sunset -2026-10-03T03:53:16.718Z moonrise -2026-10-03T11:16:53.543Z Moon culminates 88.46 degrees above the horizon -2026-10-03T11:18:55.155Z sunrise +2026-10-02T17:39:21.402Z moonset +2026-10-02T23:09:19.585Z sunset +2026-10-03T03:53:16.716Z moonrise +2026-10-03T11:16:53.541Z Moon culminates 88.46 degrees above the horizon +2026-10-03T11:18:55.153Z sunrise 2026-10-03T13:25:34.117Z third quarter -2026-10-03T17:13:45.058Z Sun culminates 57.25 degrees above the horizon -2026-10-03T18:36:58.912Z moonset -2026-10-03T23:08:10.227Z sunset -2026-10-04T05:00:55.734Z moonrise -2026-10-04T11:19:27.252Z sunrise +2026-10-03T17:13:45.057Z Sun culminates 57.25 degrees above the horizon +2026-10-03T18:36:58.911Z moonset +2026-10-03T23:08:10.229Z sunset +2026-10-04T05:00:55.731Z moonrise +2026-10-04T11:19:27.250Z sunrise 2026-10-04T12:12:41.100Z Saturn opposition -2026-10-04T12:16:54.389Z Moon culminates 85.62 degrees above the horizon +2026-10-04T12:16:54.387Z Moon culminates 85.62 degrees above the horizon 2026-10-04T17:13:26.593Z Sun culminates 56.86 degrees above the horizon -2026-10-04T19:26:40.542Z moonset -2026-10-04T23:07:01.293Z sunset -2026-10-05T06:09:03.541Z moonrise -2026-10-05T11:19:59.655Z sunrise -2026-10-05T13:12:53.737Z Moon culminates 81.21 degrees above the horizon +2026-10-04T19:26:40.541Z moonset +2026-10-04T23:07:01.296Z sunset +2026-10-05T06:09:03.538Z moonrise +2026-10-05T11:19:59.652Z sunrise +2026-10-05T13:12:53.735Z Moon culminates 81.21 degrees above the horizon 2026-10-05T17:13:08.505Z Sun culminates 56.48 degrees above the horizon -2026-10-05T20:09:08.567Z moonset -2026-10-05T23:05:52.809Z sunset -2026-10-06T07:15:20.462Z moonrise -2026-10-06T11:20:32.373Z sunrise -2026-10-06T14:04:40.300Z Moon culminates 75.67 degrees above the horizon +2026-10-05T20:09:08.566Z moonset +2026-10-05T23:05:52.812Z sunset +2026-10-06T07:15:20.460Z moonrise +2026-10-06T11:20:32.370Z sunrise +2026-10-06T14:04:40.298Z Moon culminates 75.67 degrees above the horizon 2026-10-06T17:12:50.811Z Sun culminates 56.09 degrees above the horizon 2026-10-06T20:46:00.744Z moonset -2026-10-06T23:04:44.803Z sunset -2026-10-07T08:18:56.277Z moonrise -2026-10-07T11:21:05.415Z sunrise +2026-10-06T23:04:44.806Z sunset +2026-10-07T08:18:56.275Z moonrise +2026-10-07T11:21:05.413Z sunrise 2026-10-07T14:52:56.377Z Moon culminates 69.43 degrees above the horizon -2026-10-07T17:12:33.529Z Sun culminates 55.71 degrees above the horizon -2026-10-07T17:20:04.771Z Mercury moves from Virgo to Libra -2026-10-07T21:19:05.711Z moonset -2026-10-07T23:03:37.301Z sunset -2026-10-08T09:20:07.285Z moonrise -2026-10-08T11:21:38.791Z sunrise +2026-10-07T17:12:33.530Z Sun culminates 55.71 degrees above the horizon +2026-10-07T17:20:05.463Z Mercury moves from Virgo to Libra +2026-10-07T21:19:05.712Z moonset +2026-10-07T23:03:37.304Z sunset +2026-10-08T09:20:07.284Z moonrise +2026-10-08T11:21:38.789Z sunrise 2026-10-08T15:38:49.057Z Moon culminates 62.87 degrees above the horizon 2026-10-08T17:12:16.678Z Sun culminates 55.33 degrees above the horizon -2026-10-08T21:50:03.621Z moonset -2026-10-08T23:02:30.330Z sunset -2026-10-09T10:19:41.940Z moonrise -2026-10-09T11:22:12.507Z sunrise +2026-10-08T21:50:03.622Z moonset +2026-10-08T23:02:30.332Z sunset +2026-10-09T10:19:41.939Z moonrise +2026-10-09T11:22:12.506Z sunrise 2026-10-09T16:23:30.943Z Moon culminates 56.34 degrees above the horizon 2026-10-09T17:12:00.273Z Sun culminates 54.95 degrees above the horizon -2026-10-09T22:20:23.166Z moonset -2026-10-09T23:01:23.916Z sunset -2026-10-10T11:18:34.510Z moonrise -2026-10-10T11:22:46.470Z sunrise +2026-10-09T22:20:23.167Z moonset +2026-10-09T23:01:23.917Z sunset +2026-10-10T11:18:34.509Z moonrise +2026-10-10T11:22:46.469Z sunrise 2026-10-10T15:50:35.166Z new moon 2026-10-10T17:08:10.002Z Moon culminates 50.15 degrees above the horizon 2026-10-10T17:11:44.330Z Sun culminates 54.57 degrees above the horizon -2026-10-10T22:51:24.613Z moonset -2026-10-10T23:00:18.082Z sunset -2026-10-11T11:23:20.885Z sunrise -2026-10-11T12:17:26.972Z moonrise +2026-10-10T22:51:24.614Z moonset +2026-10-10T23:00:18.083Z sunset +2026-10-11T11:23:20.884Z sunrise +2026-10-11T12:17:26.971Z moonrise 2026-10-11T17:11:28.865Z Sun culminates 54.20 degrees above the horizon 2026-10-11T17:53:43.450Z Moon culminates 44.56 degrees above the horizon -2026-10-11T22:59:12.856Z sunset +2026-10-11T22:59:12.857Z sunset 2026-10-11T23:24:22.949Z moonset 2026-10-12T10:06:20.884Z Mercury max evening elongation: 25.16 degrees from Sun -2026-10-12T11:23:55.659Z sunrise -2026-10-12T13:16:34.826Z moonrise +2026-10-12T11:23:55.658Z sunrise +2026-10-12T13:16:34.824Z moonrise 2026-10-12T17:11:13.892Z Sun culminates 53.82 degrees above the horizon -2026-10-12T18:40:51.689Z Moon culminates 39.84 degrees above the horizon -2026-10-12T22:58:08.261Z sunset -2026-10-13T00:00:27.756Z moonset -2026-10-13T11:24:30.795Z sunrise -2026-10-13T14:15:35.976Z moonrise +2026-10-12T18:40:51.688Z Moon culminates 39.84 degrees above the horizon +2026-10-12T22:58:08.262Z sunset +2026-10-13T00:00:27.757Z moonset +2026-10-13T11:24:30.794Z sunrise +2026-10-13T14:15:35.974Z moonrise 2026-10-13T17:10:59.426Z Sun culminates 53.45 degrees above the horizon -2026-10-13T19:29:51.016Z Moon culminates 36.20 degrees above the horizon -2026-10-13T22:57:04.323Z sunset -2026-10-14T00:40:37.312Z moonset -2026-10-14T11:25:06.297Z sunrise -2026-10-14T15:13:27.847Z moonrise +2026-10-13T19:29:51.015Z Moon culminates 36.20 degrees above the horizon +2026-10-13T22:57:04.324Z sunset +2026-10-14T00:40:37.313Z moonset +2026-10-14T11:25:06.296Z sunrise +2026-10-14T15:13:27.845Z moonrise 2026-10-14T17:10:45.483Z Sun culminates 53.08 degrees above the horizon -2026-10-14T20:20:27.382Z Moon culminates 33.82 degrees above the horizon -2026-10-14T22:56:01.068Z sunset +2026-10-14T20:20:27.381Z Moon culminates 33.82 degrees above the horizon +2026-10-14T22:56:01.069Z sunset 2026-10-15T01:25:26.098Z moonset -2026-10-15T11:25:42.170Z sunrise -2026-10-15T16:08:40.723Z moonrise +2026-10-15T11:25:42.168Z sunrise +2026-10-15T16:08:40.721Z moonrise 2026-10-15T17:10:32.077Z Sun culminates 52.71 degrees above the horizon -2026-10-15T21:11:56.698Z Moon culminates 32.81 degrees above the horizon -2026-10-15T22:54:58.521Z sunset +2026-10-15T21:11:56.697Z Moon culminates 32.81 degrees above the horizon +2026-10-15T22:54:58.522Z sunset 2026-10-16T02:14:50.066Z moonset -2026-10-16T11:26:18.416Z sunrise -2026-10-16T16:59:47.725Z moonrise +2026-10-16T11:26:18.415Z sunrise +2026-10-16T16:59:47.723Z moonrise 2026-10-16T17:10:19.223Z Sun culminates 52.34 degrees above the horizon -2026-10-16T22:03:16.388Z Moon culminates 33.20 degrees above the horizon -2026-10-16T22:53:56.709Z sunset +2026-10-16T22:03:16.387Z Moon culminates 33.20 degrees above the horizon +2026-10-16T22:53:56.710Z sunset 2026-10-16T22:54:21.111Z lunar apogee at 404632 km 2026-10-17T03:08:00.988Z moonset -2026-10-17T11:26:55.041Z sunrise -2026-10-17T17:10:06.936Z Sun culminates 51.97 degrees above the horizon -2026-10-17T17:45:56.358Z moonrise -2026-10-17T22:52:55.659Z sunset -2026-10-17T22:53:25.818Z Moon culminates 34.95 degrees above the horizon +2026-10-17T11:26:55.040Z sunrise +2026-10-17T17:10:06.937Z Sun culminates 51.97 degrees above the horizon +2026-10-17T17:45:56.356Z moonrise +2026-10-17T22:52:55.660Z sunset +2026-10-17T22:53:25.817Z Moon culminates 34.95 degrees above the horizon 2026-10-18T04:03:40.259Z moonset 2026-10-18T11:27:32.047Z sunrise 2026-10-18T16:13:20.167Z first quarter 2026-10-18T17:09:55.233Z Sun culminates 51.61 degrees above the horizon -2026-10-18T18:27:02.391Z moonrise -2026-10-18T22:51:55.399Z sunset -2026-10-18T23:41:45.591Z Moon culminates 37.92 degrees above the horizon -2026-10-19T05:00:27.954Z moonset +2026-10-18T18:27:02.389Z moonrise +2026-10-18T22:51:55.400Z sunset +2026-10-18T23:41:45.590Z Moon culminates 37.92 degrees above the horizon +2026-10-19T05:00:27.955Z moonset 2026-10-19T11:28:09.440Z sunrise 2026-10-19T17:09:44.130Z Sun culminates 51.25 degrees above the horizon -2026-10-19T19:03:42.389Z moonrise -2026-10-19T22:50:55.957Z sunset +2026-10-19T19:03:42.388Z moonrise +2026-10-19T22:50:55.958Z sunset 2026-10-20T00:28:06.763Z Moon culminates 41.98 degrees above the horizon -2026-10-20T05:57:29.707Z moonset +2026-10-20T05:57:29.708Z moonset 2026-10-20T11:28:47.225Z sunrise 2026-10-20T17:09:33.643Z Sun culminates 50.89 degrees above the horizon -2026-10-20T19:36:56.992Z moonrise -2026-10-20T22:49:57.362Z sunset +2026-10-20T19:36:56.991Z moonrise +2026-10-20T22:49:57.363Z sunset 2026-10-21T01:12:49.392Z Moon culminates 46.96 degrees above the horizon -2026-10-21T06:54:28.595Z moonset +2026-10-21T06:54:28.596Z moonset 2026-10-21T11:29:25.406Z sunrise -2026-10-21T17:09:23.790Z Sun culminates 50.54 degrees above the horizon -2026-10-21T20:07:57.224Z moonrise -2026-10-21T22:48:59.642Z sunset +2026-10-21T17:09:23.791Z Sun culminates 50.54 degrees above the horizon +2026-10-21T20:07:57.222Z moonrise +2026-10-21T22:48:59.643Z sunset 2026-10-22T01:56:35.946Z Moon culminates 52.67 degrees above the horizon 2026-10-22T07:51:43.033Z moonset 2026-10-22T11:30:03.989Z sunrise 2026-10-22T17:09:14.589Z Sun culminates 50.18 degrees above the horizon -2026-10-22T20:37:58.186Z moonrise -2026-10-22T22:48:02.829Z sunset +2026-10-22T20:37:58.185Z moonrise +2026-10-22T22:48:02.830Z sunset 2026-10-23T02:40:24.784Z Moon culminates 58.91 degrees above the horizon -2026-10-23T08:49:57.951Z moonset +2026-10-23T08:49:57.952Z moonset 2026-10-23T11:30:42.980Z sunrise -2026-10-23T17:09:06.056Z Sun culminates 49.83 degrees above the horizon +2026-10-23T17:09:06.057Z Sun culminates 49.83 degrees above the horizon 2026-10-23T21:08:19.045Z moonrise -2026-10-23T22:47:06.951Z sunset -2026-10-24T03:25:25.515Z Moon culminates 65.46 degrees above the horizon +2026-10-23T22:47:06.952Z sunset +2026-10-24T03:25:25.516Z Moon culminates 65.46 degrees above the horizon 2026-10-24T03:33:40.802Z Venus inferior conjunction -2026-10-24T09:50:13.638Z moonset +2026-10-24T09:50:13.639Z moonset 2026-10-24T11:31:22.384Z sunrise -2026-10-24T17:08:58.211Z Sun culminates 49.48 degrees above the horizon +2026-10-24T17:08:58.212Z Sun culminates 49.48 degrees above the horizon 2026-10-24T21:40:26.746Z moonrise -2026-10-24T22:46:12.039Z sunset -2026-10-25T04:12:54.753Z Moon culminates 72.00 degrees above the horizon -2026-10-25T10:53:30.761Z moonset -2026-10-25T11:32:02.206Z sunrise +2026-10-24T22:46:12.040Z sunset +2026-10-25T04:12:54.754Z Moon culminates 72.00 degrees above the horizon +2026-10-25T10:53:30.763Z moonset +2026-10-25T11:32:02.207Z sunrise 2026-10-25T17:08:51.072Z Sun culminates 49.14 degrees above the horizon -2026-10-25T22:16:00.490Z moonrise -2026-10-25T22:45:18.124Z sunset +2026-10-25T22:16:00.491Z moonrise +2026-10-25T22:45:18.125Z sunset 2026-10-26T04:12:14.105Z full moon -2026-10-26T05:04:08.000Z Moon culminates 78.13 degrees above the horizon -2026-10-26T11:32:42.452Z sunrise -2026-10-26T12:00:25.521Z moonset -2026-10-26T17:08:44.654Z Sun culminates 48.80 degrees above the horizon +2026-10-26T05:04:08.001Z Moon culminates 78.13 degrees above the horizon +2026-10-26T11:32:42.453Z sunrise +2026-10-26T12:00:25.522Z moonset +2026-10-26T17:08:44.655Z Sun culminates 48.80 degrees above the horizon 2026-10-26T22:44:25.236Z sunset -2026-10-26T22:56:51.856Z moonrise -2026-10-27T06:00:01.276Z Moon culminates 83.36 degrees above the horizon -2026-10-27T11:33:23.126Z sunrise -2026-10-27T13:10:30.185Z moonset +2026-10-26T22:56:51.857Z moonrise +2026-10-27T06:00:01.278Z Moon culminates 83.36 degrees above the horizon +2026-10-27T11:33:23.127Z sunrise +2026-10-27T13:10:30.186Z moonset 2026-10-27T17:08:38.977Z Sun culminates 48.46 degrees above the horizon 2026-10-27T22:43:33.404Z sunset -2026-10-27T23:44:50.147Z moonrise -2026-10-28T07:00:38.522Z Moon culminates 87.15 degrees above the horizon -2026-10-28T11:34:04.230Z sunrise +2026-10-27T23:44:50.148Z moonrise +2026-10-28T07:00:38.523Z Moon culminates 87.15 degrees above the horizon +2026-10-28T11:34:04.231Z sunrise 2026-10-28T14:21:32.727Z moonset 2026-10-28T17:08:34.055Z Sun culminates 48.13 degrees above the horizon 2026-10-28T18:04:11.197Z lunar perigee at 364397 km @@ -12722,393 +12722,393 @@ 2026-10-29T00:40:59.724Z moonrise 2026-10-29T08:04:37.470Z Moon culminates 89.03 degrees above the horizon 2026-10-29T11:34:45.765Z sunrise -2026-10-29T15:29:44.860Z moonset +2026-10-29T15:29:44.859Z moonset 2026-10-29T17:08:29.904Z Sun culminates 47.80 degrees above the horizon -2026-10-29T22:41:53.031Z sunset +2026-10-29T22:41:53.032Z sunset 2026-10-30T01:44:37.273Z moonrise -2026-10-30T09:09:12.781Z Moon culminates 88.77 degrees above the horizon -2026-10-30T11:35:27.732Z sunrise -2026-10-30T14:53:19.890Z Mars moves from Cancer to Leo -2026-10-30T16:31:17.602Z moonset -2026-10-30T17:08:26.539Z Sun culminates 47.47 degrees above the horizon -2026-10-30T22:41:04.549Z sunset -2026-10-31T02:52:49.706Z moonrise -2026-10-31T10:11:21.665Z Moon culminates 86.45 degrees above the horizon -2026-10-31T11:36:10.126Z sunrise +2026-10-30T09:09:12.780Z Moon culminates 88.77 degrees above the horizon +2026-10-30T11:35:27.730Z sunrise +2026-10-30T14:53:21.448Z Mars moves from Cancer to Leo +2026-10-30T16:31:17.600Z moonset +2026-10-30T17:08:26.538Z Sun culminates 47.47 degrees above the horizon +2026-10-30T22:41:04.550Z sunset +2026-10-31T02:52:49.705Z moonrise +2026-10-31T10:11:21.664Z Moon culminates 86.45 degrees above the horizon +2026-10-31T11:36:10.124Z sunrise 2026-10-31T17:08:23.972Z Sun culminates 47.15 degrees above the horizon -2026-10-31T17:24:16.065Z moonset -2026-10-31T22:40:17.242Z sunset -2026-11-01T04:01:49.219Z moonrise -2026-11-01T11:09:05.280Z Moon culminates 82.44 degrees above the horizon -2026-11-01T11:36:52.944Z sunrise +2026-10-31T17:24:16.063Z moonset +2026-10-31T22:40:17.244Z sunset +2026-11-01T04:01:49.218Z moonrise +2026-11-01T11:09:05.279Z Moon culminates 82.44 degrees above the horizon +2026-11-01T11:36:52.942Z sunrise 2026-11-01T17:08:22.215Z Sun culminates 46.83 degrees above the horizon -2026-11-01T18:09:02.463Z moonset +2026-11-01T18:09:02.461Z moonset 2026-11-01T20:28:59.228Z third quarter -2026-11-01T22:39:31.138Z sunset -2026-11-02T05:08:45.274Z moonrise -2026-11-02T11:37:36.179Z sunrise -2026-11-02T12:01:57.299Z Moon culminates 77.22 degrees above the horizon +2026-11-01T22:39:31.141Z sunset +2026-11-02T05:08:45.272Z moonrise +2026-11-02T11:37:36.177Z sunrise +2026-11-02T12:01:57.298Z Moon culminates 77.22 degrees above the horizon 2026-11-02T17:08:21.279Z Sun culminates 46.51 degrees above the horizon -2026-11-02T18:47:17.524Z moonset -2026-11-02T22:38:46.265Z sunset -2026-11-03T06:12:31.136Z moonrise -2026-11-03T11:38:19.825Z sunrise -2026-11-03T12:50:39.162Z Moon culminates 71.24 degrees above the horizon -2026-11-03T17:08:21.173Z Sun culminates 46.20 degrees above the horizon -2026-11-03T19:21:00.600Z moonset -2026-11-03T22:38:02.649Z sunset +2026-11-02T18:47:17.522Z moonset +2026-11-02T22:38:46.268Z sunset +2026-11-03T06:12:31.135Z moonrise +2026-11-03T11:38:19.823Z sunrise +2026-11-03T12:50:39.161Z Moon culminates 71.24 degrees above the horizon +2026-11-03T17:08:21.174Z Sun culminates 46.20 degrees above the horizon +2026-11-03T19:21:00.599Z moonset +2026-11-03T22:38:02.652Z sunset 2026-11-04T07:13:20.991Z moonrise -2026-11-04T11:39:03.869Z sunrise +2026-11-04T11:39:03.868Z sunrise 2026-11-04T13:36:23.728Z Moon culminates 64.88 degrees above the horizon 2026-11-04T14:18:37.484Z Mercury inferior conjunction -2026-11-04T17:08:21.904Z Sun culminates 45.89 degrees above the horizon +2026-11-04T17:08:21.905Z Sun culminates 45.89 degrees above the horizon 2026-11-04T19:52:01.686Z moonset -2026-11-04T22:37:20.315Z sunset +2026-11-04T22:37:20.317Z sunset 2026-11-05T08:12:09.307Z moonrise 2026-11-05T11:39:48.301Z sunrise 2026-11-05T14:20:31.055Z Moon culminates 58.46 degrees above the horizon -2026-11-05T17:08:23.478Z Sun culminates 45.59 degrees above the horizon -2026-11-05T20:21:56.185Z moonset -2026-11-05T22:36:39.286Z sunset +2026-11-05T17:08:23.479Z Sun culminates 45.59 degrees above the horizon +2026-11-05T20:21:56.186Z moonset +2026-11-05T22:36:39.288Z sunset 2026-11-06T09:10:00.426Z moonrise -2026-11-06T11:40:33.107Z sunrise +2026-11-06T11:40:33.106Z sunrise 2026-11-06T15:04:16.723Z Moon culminates 52.27 degrees above the horizon -2026-11-06T17:08:25.899Z Sun culminates 45.29 degrees above the horizon +2026-11-06T17:08:25.900Z Sun culminates 45.29 degrees above the horizon 2026-11-06T20:52:08.443Z moonset -2026-11-06T22:35:59.585Z sunset +2026-11-06T22:35:59.586Z sunset 2026-11-07T10:07:49.352Z moonrise 2026-11-07T11:41:18.269Z sunrise 2026-11-07T15:48:46.101Z Moon culminates 46.56 degrees above the horizon 2026-11-07T17:08:29.170Z Sun culminates 44.99 degrees above the horizon 2026-11-07T21:23:56.289Z moonset 2026-11-07T22:35:21.233Z sunset -2026-11-08T04:11:44.303Z Mercury moves from Libra to Virgo +2026-11-08T04:11:43.460Z Mercury moves from Libra to Virgo 2026-11-08T11:06:07.410Z moonrise 2026-11-08T11:42:03.771Z sunrise -2026-11-08T16:34:49.123Z Moon culminates 41.58 degrees above the horizon +2026-11-08T16:34:49.124Z Moon culminates 41.58 degrees above the horizon 2026-11-08T17:08:33.291Z Sun culminates 44.70 degrees above the horizon 2026-11-08T21:58:32.767Z moonset -2026-11-08T22:34:44.249Z sunset +2026-11-08T22:34:44.250Z sunset 2026-11-09T07:02:40.972Z new moon 2026-11-09T11:42:49.592Z sunrise 2026-11-09T12:04:49.436Z moonrise 2026-11-09T17:08:38.262Z Sun culminates 44.42 degrees above the horizon 2026-11-09T17:22:53.038Z Moon culminates 37.56 degrees above the horizon -2026-11-09T22:34:08.654Z sunset +2026-11-09T22:34:08.655Z sunset 2026-11-09T22:37:02.276Z moonset 2026-11-10T08:27:15.535Z Mercury perihelion at 0.3075 AU -2026-11-10T11:43:35.712Z sunrise -2026-11-10T13:03:05.717Z moonrise +2026-11-10T11:43:35.711Z sunrise +2026-11-10T13:03:05.716Z moonrise 2026-11-10T17:08:44.082Z Sun culminates 44.13 degrees above the horizon 2026-11-10T18:12:54.179Z Moon culminates 34.72 degrees above the horizon -2026-11-10T22:33:34.466Z sunset -2026-11-10T23:20:09.256Z moonset -2026-11-11T11:44:22.106Z sunrise +2026-11-10T22:33:34.467Z sunset +2026-11-10T23:20:09.257Z moonset +2026-11-11T11:44:22.105Z sunrise 2026-11-11T13:59:27.954Z moonrise 2026-11-11T17:08:50.747Z Sun culminates 43.86 degrees above the horizon 2026-11-11T19:04:14.168Z Moon culminates 33.21 degrees above the horizon -2026-11-11T22:33:01.702Z sunset -2026-11-12T00:08:01.700Z moonset +2026-11-11T22:33:01.703Z sunset +2026-11-12T00:08:01.702Z moonset 2026-11-12T11:45:08.750Z sunrise -2026-11-12T14:52:15.752Z moonrise +2026-11-12T14:52:15.751Z moonrise 2026-11-12T17:08:58.255Z Sun culminates 43.59 degrees above the horizon 2026-11-12T19:55:47.677Z Moon culminates 33.09 degrees above the horizon -2026-11-12T22:32:30.381Z sunset -2026-11-13T00:59:59.930Z moonset +2026-11-12T22:32:30.382Z sunset +2026-11-13T00:59:59.931Z moonset 2026-11-13T11:45:55.621Z sunrise -2026-11-13T15:40:13.778Z moonrise -2026-11-13T17:09:06.601Z Sun culminates 43.32 degrees above the horizon +2026-11-13T15:40:13.777Z moonrise +2026-11-13T17:09:06.602Z Sun culminates 43.32 degrees above the horizon 2026-11-13T17:50:49.115Z lunar apogee at 405608 km -2026-11-13T20:46:23.039Z Moon culminates 34.35 degrees above the horizon -2026-11-13T22:32:00.518Z sunset -2026-11-14T01:54:44.661Z moonset -2026-11-14T11:46:42.691Z sunrise -2026-11-14T16:22:56.369Z moonrise -2026-11-14T17:09:15.781Z Sun culminates 43.06 degrees above the horizon +2026-11-13T20:46:23.040Z Moon culminates 34.35 degrees above the horizon +2026-11-13T22:32:00.519Z sunset +2026-11-14T01:54:44.663Z moonset +2026-11-14T11:46:42.692Z sunrise +2026-11-14T16:22:56.368Z moonrise +2026-11-14T17:09:15.782Z Sun culminates 43.06 degrees above the horizon 2026-11-14T21:35:06.216Z Moon culminates 36.87 degrees above the horizon -2026-11-14T22:31:32.130Z sunset -2026-11-15T02:50:45.868Z moonset -2026-11-15T11:47:29.935Z sunrise -2026-11-15T17:00:46.817Z moonrise -2026-11-15T17:09:25.789Z Sun culminates 42.81 degrees above the horizon +2026-11-14T22:31:32.131Z sunset +2026-11-15T02:50:45.870Z moonset +2026-11-15T11:47:29.936Z sunrise +2026-11-15T17:00:46.816Z moonrise +2026-11-15T17:09:25.790Z Sun culminates 42.81 degrees above the horizon 2026-11-15T22:21:35.377Z Moon culminates 40.49 degrees above the horizon -2026-11-15T22:31:05.235Z sunset -2026-11-16T03:46:55.135Z moonset -2026-11-16T11:48:17.325Z sunrise -2026-11-16T17:09:36.621Z Sun culminates 42.56 degrees above the horizon -2026-11-16T17:34:40.431Z moonrise -2026-11-16T22:30:39.848Z sunset +2026-11-15T22:31:05.236Z sunset +2026-11-16T03:46:55.137Z moonset +2026-11-16T11:48:17.326Z sunrise +2026-11-16T17:09:36.622Z Sun culminates 42.56 degrees above the horizon +2026-11-16T17:34:40.429Z moonrise +2026-11-16T22:30:39.849Z sunset 2026-11-16T23:06:02.009Z Moon culminates 45.03 degrees above the horizon -2026-11-17T04:42:43.332Z moonset +2026-11-17T04:42:43.334Z moonset 2026-11-17T11:48:27.139Z first quarter -2026-11-17T11:49:04.836Z sunrise -2026-11-17T17:09:48.272Z Sun culminates 42.31 degrees above the horizon -2026-11-17T18:05:47.235Z moonrise -2026-11-17T22:30:15.985Z sunset +2026-11-17T11:49:04.837Z sunrise +2026-11-17T17:09:48.273Z Sun culminates 42.31 degrees above the horizon +2026-11-17T18:05:47.233Z moonrise +2026-11-17T22:30:15.986Z sunset 2026-11-17T23:49:03.958Z Moon culminates 50.31 degrees above the horizon -2026-11-18T05:38:21.143Z moonset -2026-11-18T11:49:52.438Z sunrise -2026-11-18T17:10:00.734Z Sun culminates 42.08 degrees above the horizon -2026-11-18T18:35:22.286Z moonrise -2026-11-18T22:29:53.662Z sunset -2026-11-18T23:08:39.554Z Mercury moves from Virgo to Libra +2026-11-18T05:38:21.145Z moonset +2026-11-18T11:49:52.439Z sunrise +2026-11-18T17:10:00.736Z Sun culminates 42.08 degrees above the horizon +2026-11-18T18:35:22.284Z moonrise +2026-11-18T22:29:53.664Z sunset +2026-11-18T23:08:40.524Z Mercury moves from Virgo to Libra 2026-11-19T00:31:37.580Z Moon culminates 56.18 degrees above the horizon -2026-11-19T06:34:30.740Z moonset -2026-11-19T11:50:40.107Z sunrise -2026-11-19T17:10:14.004Z Sun culminates 41.84 degrees above the horizon -2026-11-19T19:04:43.730Z moonrise -2026-11-19T22:29:32.895Z sunset +2026-11-19T06:34:30.742Z moonset +2026-11-19T11:50:40.108Z sunrise +2026-11-19T17:10:14.006Z Sun culminates 41.84 degrees above the horizon +2026-11-19T19:04:43.728Z moonrise +2026-11-19T22:29:32.898Z sunset 2026-11-20T01:14:52.516Z Moon culminates 62.44 degrees above the horizon -2026-11-20T07:32:15.650Z moonset -2026-11-20T11:51:27.814Z sunrise -2026-11-20T17:10:28.075Z Sun culminates 41.62 degrees above the horizon -2026-11-20T19:35:16.068Z moonrise -2026-11-20T22:29:13.700Z sunset +2026-11-20T07:32:15.652Z moonset +2026-11-20T11:51:27.815Z sunrise +2026-11-20T17:10:28.077Z Sun culminates 41.62 degrees above the horizon +2026-11-20T19:35:16.066Z moonrise +2026-11-20T22:29:13.702Z sunset 2026-11-20T23:35:39.724Z Mercury max morning elongation: 19.62 degrees from Sun -2026-11-21T02:00:08.741Z Moon culminates 68.86 degrees above the horizon -2026-11-21T08:32:49.528Z moonset -2026-11-21T11:52:15.532Z sunrise -2026-11-21T17:10:42.940Z Sun culminates 41.40 degrees above the horizon +2026-11-21T02:00:08.742Z Moon culminates 68.86 degrees above the horizon +2026-11-21T08:32:49.530Z moonset +2026-11-21T11:52:15.534Z sunrise +2026-11-21T17:10:42.942Z Sun culminates 41.40 degrees above the horizon 2026-11-21T20:08:36.025Z moonrise -2026-11-21T22:28:56.090Z sunset -2026-11-22T02:48:52.521Z Moon culminates 75.14 degrees above the horizon -2026-11-22T09:37:18.407Z moonset -2026-11-22T11:53:03.234Z sunrise -2026-11-22T17:10:58.594Z Sun culminates 41.18 degrees above the horizon +2026-11-21T22:28:56.092Z sunset +2026-11-22T02:48:52.522Z Moon culminates 75.14 degrees above the horizon +2026-11-22T09:37:18.410Z moonset +2026-11-22T11:53:03.236Z sunrise +2026-11-22T17:10:58.596Z Sun culminates 41.18 degrees above the horizon 2026-11-22T20:46:37.478Z moonrise -2026-11-22T22:28:40.080Z sunset -2026-11-23T03:42:24.799Z Moon culminates 80.85 degrees above the horizon -2026-11-23T10:46:07.125Z moonset -2026-11-23T11:53:50.893Z sunrise -2026-11-23T17:11:15.029Z Sun culminates 40.97 degrees above the horizon +2026-11-22T22:28:40.082Z sunset +2026-11-23T03:42:24.800Z Moon culminates 80.85 degrees above the horizon +2026-11-23T10:46:07.128Z moonset +2026-11-23T11:53:50.895Z sunrise +2026-11-23T17:11:15.030Z Sun culminates 40.97 degrees above the horizon 2026-11-23T21:31:27.231Z moonrise 2026-11-23T22:28:25.683Z sunset -2026-11-24T04:41:33.167Z Moon culminates 85.43 degrees above the horizon -2026-11-24T11:54:38.479Z sunrise -2026-11-24T11:58:07.259Z moonset +2026-11-24T04:41:33.168Z Moon culminates 85.43 degrees above the horizon +2026-11-24T11:54:38.481Z sunrise +2026-11-24T11:58:07.262Z moonset 2026-11-24T14:54:03.462Z full moon -2026-11-24T17:11:32.236Z Sun culminates 40.77 degrees above the horizon +2026-11-24T17:11:32.237Z Sun culminates 40.77 degrees above the horizon 2026-11-24T22:24:54.996Z moonrise 2026-11-24T22:28:12.910Z sunset -2026-11-25T05:45:46.114Z Moon culminates 88.29 degrees above the horizon -2026-11-25T11:55:25.962Z sunrise -2026-11-25T13:09:59.138Z moonset +2026-11-25T05:45:46.115Z Moon culminates 88.29 degrees above the horizon +2026-11-25T11:55:25.964Z sunrise +2026-11-25T13:09:59.140Z moonset 2026-11-25T17:11:50.206Z Sun culminates 40.58 degrees above the horizon 2026-11-25T21:02:00.293Z lunar perigee at 359335 km 2026-11-25T22:27:02.266Z Uranus opposition 2026-11-25T22:28:01.772Z sunset 2026-11-25T23:27:24.163Z moonrise 2026-11-26T06:52:39.753Z Moon culminates 88.99 degrees above the horizon -2026-11-26T11:56:13.313Z sunrise -2026-11-26T14:17:02.569Z moonset +2026-11-26T11:56:13.314Z sunrise +2026-11-26T14:17:02.570Z moonset 2026-11-26T17:12:08.928Z Sun culminates 40.39 degrees above the horizon 2026-11-26T22:27:52.280Z sunset 2026-11-27T00:36:41.829Z moonrise 2026-11-27T01:47:33.356Z Venus peak magnitude -4.87 in morning sky 2026-11-27T07:58:34.928Z Moon culminates 87.41 degrees above the horizon -2026-11-27T11:57:00.499Z sunrise +2026-11-27T11:57:00.498Z sunrise 2026-11-27T15:15:42.710Z moonset 2026-11-27T17:12:28.391Z Sun culminates 40.20 degrees above the horizon 2026-11-27T22:27:44.442Z sunset -2026-11-28T01:48:29.254Z moonrise -2026-11-28T09:00:22.707Z Moon culminates 83.85 degrees above the horizon -2026-11-28T11:57:47.485Z sunrise -2026-11-28T16:05:08.910Z moonset +2026-11-28T01:48:29.253Z moonrise +2026-11-28T09:00:22.706Z Moon culminates 83.85 degrees above the horizon +2026-11-28T11:57:47.483Z sunrise +2026-11-28T16:05:08.909Z moonset 2026-11-28T17:12:48.581Z Sun culminates 40.03 degrees above the horizon -2026-11-28T22:27:38.265Z sunset -2026-11-29T02:58:41.461Z moonrise -2026-11-29T09:56:41.283Z Moon culminates 78.84 degrees above the horizon -2026-11-29T11:58:34.236Z sunrise -2026-11-29T16:46:41.136Z moonset +2026-11-28T22:27:38.266Z sunset +2026-11-29T02:58:41.460Z moonrise +2026-11-29T09:56:41.282Z Moon culminates 78.84 degrees above the horizon +2026-11-29T11:58:34.234Z sunrise +2026-11-29T16:46:41.134Z moonset 2026-11-29T17:13:09.484Z Sun culminates 39.86 degrees above the horizon -2026-11-29T22:27:33.755Z sunset +2026-11-29T22:27:33.757Z sunset 2026-11-30T04:05:11.884Z moonrise -2026-11-30T10:47:49.277Z Moon culminates 72.93 degrees above the horizon -2026-11-30T11:59:20.715Z sunrise +2026-11-30T10:47:49.276Z Moon culminates 72.93 degrees above the horizon +2026-11-30T11:59:20.713Z sunrise 2026-11-30T17:13:31.083Z Sun culminates 39.70 degrees above the horizon -2026-11-30T17:22:27.548Z moonset -2026-11-30T22:27:30.916Z sunset +2026-11-30T17:22:27.547Z moonset +2026-11-30T22:27:30.918Z sunset 2026-12-01T05:07:49.269Z moonrise 2026-12-01T06:09:13.997Z third quarter -2026-12-01T11:34:59.014Z Moon culminates 66.58 degrees above the horizon -2026-12-01T12:00:06.884Z sunrise +2026-12-01T11:34:59.013Z Moon culminates 66.58 degrees above the horizon +2026-12-01T12:00:06.883Z sunrise 2026-12-01T17:13:53.359Z Sun culminates 39.54 degrees above the horizon -2026-12-01T17:54:33.627Z moonset -2026-12-01T22:27:29.749Z sunset +2026-12-01T17:54:33.626Z moonset +2026-12-01T22:27:29.751Z sunset 2026-12-02T06:07:26.280Z moonrise 2026-12-02T12:00:52.704Z sunrise 2026-12-02T12:19:38.721Z Moon culminates 60.16 degrees above the horizon 2026-12-02T17:14:16.293Z Sun culminates 39.39 degrees above the horizon -2026-12-02T18:24:47.436Z moonset -2026-12-02T22:27:30.253Z sunset +2026-12-02T18:24:47.435Z moonset +2026-12-02T22:27:30.255Z sunset 2026-12-03T07:05:16.303Z moonrise 2026-12-03T12:01:38.135Z sunrise 2026-12-03T13:03:13.941Z Moon culminates 53.93 degrees above the horizon -2026-12-03T17:14:39.862Z Sun culminates 39.25 degrees above the horizon -2026-12-03T18:54:41.609Z moonset +2026-12-03T17:14:39.863Z Sun culminates 39.25 degrees above the horizon +2026-12-03T18:54:41.608Z moonset 2026-12-03T22:27:32.425Z sunset -2026-12-04T08:02:28.405Z moonrise +2026-12-04T08:02:28.406Z moonrise 2026-12-04T12:02:23.133Z sunrise 2026-12-04T13:47:00.276Z Moon culminates 48.14 degrees above the horizon -2026-12-04T17:15:04.042Z Sun culminates 39.12 degrees above the horizon -2026-12-04T19:25:39.207Z moonset +2026-12-04T17:15:04.043Z Sun culminates 39.12 degrees above the horizon +2026-12-04T19:25:39.206Z moonset 2026-12-04T22:27:36.256Z sunset -2026-12-05T08:59:52.022Z moonrise +2026-12-05T08:59:52.023Z moonrise 2026-12-05T12:03:07.655Z sunrise 2026-12-05T14:31:59.146Z Moon culminates 43.01 degrees above the horizon 2026-12-05T17:15:28.807Z Sun culminates 38.99 degrees above the horizon -2026-12-05T19:58:57.742Z moonset +2026-12-05T19:58:57.741Z moonset 2026-12-05T22:27:41.739Z sunset -2026-12-06T09:57:44.108Z moonrise -2026-12-06T12:03:51.656Z sunrise +2026-12-06T09:57:44.109Z moonrise +2026-12-06T12:03:51.657Z sunrise 2026-12-06T15:18:51.905Z Moon culminates 38.74 degrees above the horizon 2026-12-06T17:15:54.129Z Sun culminates 38.87 degrees above the horizon -2026-12-06T20:35:48.240Z moonset -2026-12-06T22:27:48.862Z sunset -2026-12-07T10:55:38.230Z moonrise -2026-12-07T12:04:35.090Z sunrise -2026-12-07T16:07:51.456Z Moon culminates 35.56 degrees above the horizon +2026-12-06T20:35:48.239Z moonset +2026-12-06T22:27:48.861Z sunset +2026-12-07T10:55:38.231Z moonrise +2026-12-07T12:04:35.091Z sunrise +2026-12-07T16:07:51.455Z Moon culminates 35.56 degrees above the horizon 2026-12-07T17:16:19.977Z Sun culminates 38.76 degrees above the horizon -2026-12-07T21:17:06.810Z moonset -2026-12-07T22:27:57.611Z sunset -2026-12-08T05:58:06.841Z Mercury moves from Libra to Scorpius -2026-12-08T11:52:22.829Z moonrise -2026-12-08T12:05:17.911Z sunrise +2026-12-07T21:17:06.809Z moonset +2026-12-07T22:27:57.610Z sunset +2026-12-08T05:58:07.368Z Mercury moves from Libra to Scorpius +2026-12-08T11:52:22.830Z moonrise +2026-12-08T12:05:17.912Z sunrise 2026-12-08T16:58:34.967Z Moon culminates 33.63 degrees above the horizon 2026-12-08T17:16:46.321Z Sun culminates 38.65 degrees above the horizon -2026-12-08T22:03:18.610Z moonset -2026-12-08T22:28:07.970Z sunset +2026-12-08T22:03:18.609Z moonset +2026-12-08T22:28:07.969Z sunset 2026-12-09T00:52:30.964Z new moon -2026-12-09T12:06:00.071Z sunrise -2026-12-09T12:46:18.596Z moonrise +2026-12-09T12:06:00.072Z sunrise +2026-12-09T12:46:18.597Z moonrise 2026-12-09T17:17:13.128Z Sun culminates 38.56 degrees above the horizon 2026-12-09T17:50:05.301Z Moon culminates 33.07 degrees above the horizon 2026-12-09T22:28:19.920Z sunset 2026-12-09T22:54:01.410Z moonset 2026-12-10T12:06:41.523Z sunrise -2026-12-10T13:35:53.943Z moonrise +2026-12-10T13:35:53.944Z moonrise 2026-12-10T17:17:40.365Z Sun culminates 38.47 degrees above the horizon 2026-12-10T18:41:06.804Z Moon culminates 33.90 degrees above the horizon 2026-12-10T22:28:33.443Z sunset -2026-12-10T23:48:03.980Z moonset +2026-12-10T23:48:03.981Z moonset 2026-12-11T06:44:01.165Z lunar apogee at 406407 km 2026-12-11T12:07:22.219Z sunrise -2026-12-11T13:55:05.003Z Mercury moves from Scorpius to Ophiuchus -2026-12-11T14:20:18.777Z moonrise +2026-12-11T13:55:05.531Z Mercury moves from Scorpius to Ophiuchus +2026-12-11T14:20:18.778Z moonrise 2026-12-11T17:18:07.997Z Sun culminates 38.38 degrees above the horizon -2026-12-11T19:30:30.788Z Moon culminates 36.04 degrees above the horizon -2026-12-11T22:28:48.517Z sunset -2026-12-12T00:43:49.029Z moonset -2026-12-12T12:08:02.112Z sunrise -2026-12-12T14:59:35.441Z moonrise +2026-12-11T19:30:30.789Z Moon culminates 36.04 degrees above the horizon +2026-12-11T22:28:48.518Z sunset +2026-12-12T00:43:49.030Z moonset +2026-12-12T12:08:02.113Z sunrise +2026-12-12T14:59:35.440Z moonrise 2026-12-12T17:18:35.990Z Sun culminates 38.31 degrees above the horizon 2026-12-12T20:17:36.880Z Moon culminates 39.31 degrees above the horizon 2026-12-12T22:29:05.120Z sunset -2026-12-13T01:39:49.363Z moonset -2026-12-13T12:08:41.155Z sunrise +2026-12-13T01:39:49.365Z moonset +2026-12-13T12:08:41.157Z sunrise 2026-12-13T15:34:26.798Z moonrise -2026-12-13T17:19:04.308Z Sun culminates 38.24 degrees above the horizon -2026-12-13T21:02:20.382Z Moon culminates 43.54 degrees above the horizon -2026-12-13T22:29:23.227Z sunset -2026-12-14T02:35:14.518Z moonset -2026-12-14T05:32:35.102Z Venus moves from Virgo to Libra -2026-12-14T12:09:19.305Z sunrise -2026-12-14T16:05:57.240Z moonrise -2026-12-14T17:19:32.919Z Sun culminates 38.18 degrees above the horizon -2026-12-14T21:45:07.572Z Moon culminates 48.52 degrees above the horizon -2026-12-14T22:29:42.816Z sunset -2026-12-15T03:29:57.529Z moonset -2026-12-15T12:09:56.516Z sunrise -2026-12-15T16:35:19.062Z moonrise -2026-12-15T17:20:01.786Z Sun culminates 38.13 degrees above the horizon +2026-12-13T17:19:04.309Z Sun culminates 38.24 degrees above the horizon +2026-12-13T21:02:20.383Z Moon culminates 43.54 degrees above the horizon +2026-12-13T22:29:23.228Z sunset +2026-12-14T02:35:14.519Z moonset +2026-12-14T05:32:35.990Z Venus moves from Virgo to Libra +2026-12-14T12:09:19.306Z sunrise +2026-12-14T16:05:57.239Z moonrise +2026-12-14T17:19:32.920Z Sun culminates 38.18 degrees above the horizon +2026-12-14T21:45:07.573Z Moon culminates 48.52 degrees above the horizon +2026-12-14T22:29:42.817Z sunset +2026-12-15T03:29:57.531Z moonset +2026-12-15T12:09:56.517Z sunrise +2026-12-15T16:35:19.061Z moonrise +2026-12-15T17:20:01.787Z Sun culminates 38.13 degrees above the horizon 2026-12-15T22:26:46.871Z Moon culminates 54.07 degrees above the horizon -2026-12-15T22:30:03.859Z sunset -2026-12-16T04:24:28.143Z moonset -2026-12-16T12:10:32.747Z sunrise -2026-12-16T17:03:47.223Z moonrise -2026-12-16T17:20:30.877Z Sun culminates 38.09 degrees above the horizon -2026-12-16T22:30:26.332Z sunset -2026-12-16T23:08:21.839Z Moon culminates 60.03 degrees above the horizon -2026-12-17T05:19:42.319Z moonset +2026-12-15T22:30:03.860Z sunset +2026-12-16T04:24:28.145Z moonset +2026-12-16T12:10:32.748Z sunrise +2026-12-16T17:03:47.222Z moonrise +2026-12-16T17:20:30.878Z Sun culminates 38.09 degrees above the horizon +2026-12-16T22:30:26.333Z sunset +2026-12-16T23:08:21.838Z Moon culminates 60.03 degrees above the horizon +2026-12-17T05:19:42.321Z moonset 2026-12-17T05:43:13.611Z first quarter -2026-12-17T12:11:07.957Z sunrise -2026-12-17T17:21:00.157Z Sun culminates 38.05 degrees above the horizon -2026-12-17T17:32:40.603Z moonrise -2026-12-17T22:30:50.207Z sunset +2026-12-17T12:11:07.958Z sunrise +2026-12-17T17:21:00.158Z Sun culminates 38.05 degrees above the horizon +2026-12-17T17:32:40.602Z moonrise +2026-12-17T22:30:50.209Z sunset 2026-12-17T23:51:07.596Z Moon culminates 66.21 degrees above the horizon -2026-12-18T06:16:52.428Z moonset +2026-12-18T06:16:52.430Z moonset 2026-12-18T12:11:42.108Z sunrise -2026-12-18T17:21:29.594Z Sun culminates 38.02 degrees above the horizon -2026-12-18T18:03:27.269Z moonrise -2026-12-18T22:31:15.457Z sunset -2026-12-19T00:36:28.996Z Moon culminates 72.37 degrees above the horizon -2026-12-19T07:17:15.955Z moonset -2026-12-19T12:12:15.161Z sunrise -2026-12-19T17:21:59.156Z Sun culminates 38.00 degrees above the horizon -2026-12-19T18:37:51.433Z moonrise -2026-12-19T22:31:42.055Z sunset -2026-12-20T01:25:56.124Z Moon culminates 78.20 degrees above the horizon -2026-12-20T08:21:55.034Z moonset -2026-12-20T12:12:47.084Z sunrise -2026-12-20T17:22:28.811Z Sun culminates 37.99 degrees above the horizon -2026-12-20T19:17:57.682Z moonrise -2026-12-20T22:32:09.972Z sunset -2026-12-21T02:20:49.247Z Moon culminates 83.28 degrees above the horizon -2026-12-21T09:30:56.794Z moonset -2026-12-21T12:13:17.842Z sunrise -2026-12-21T17:22:58.529Z Sun culminates 37.98 degrees above the horizon -2026-12-21T20:06:01.105Z moonrise -2026-12-21T20:50:25.604Z December solstice -2026-12-21T22:32:39.179Z sunset -2026-12-22T03:21:43.636Z Moon culminates 87.03 degrees above the horizon -2026-12-22T10:42:37.771Z moonset -2026-12-22T12:13:47.405Z sunrise -2026-12-22T17:23:28.279Z Sun culminates 37.98 degrees above the horizon -2026-12-22T21:03:42.310Z moonrise -2026-12-22T22:33:09.645Z sunset +2026-12-18T17:21:29.595Z Sun culminates 38.02 degrees above the horizon +2026-12-18T18:03:27.268Z moonrise +2026-12-18T22:31:15.460Z sunset +2026-12-19T00:36:28.997Z Moon culminates 72.37 degrees above the horizon +2026-12-19T07:17:15.958Z moonset +2026-12-19T12:12:15.162Z sunrise +2026-12-19T17:21:59.157Z Sun culminates 38.00 degrees above the horizon +2026-12-19T18:37:51.432Z moonrise +2026-12-19T22:31:42.058Z sunset +2026-12-20T01:25:56.125Z Moon culminates 78.20 degrees above the horizon +2026-12-20T08:21:55.037Z moonset +2026-12-20T12:12:47.085Z sunrise +2026-12-20T17:22:28.813Z Sun culminates 37.99 degrees above the horizon +2026-12-20T19:17:57.681Z moonrise +2026-12-20T22:32:09.974Z sunset +2026-12-21T02:20:49.248Z Moon culminates 83.28 degrees above the horizon +2026-12-21T09:30:56.798Z moonset +2026-12-21T12:13:17.844Z sunrise +2026-12-21T17:22:58.530Z Sun culminates 37.98 degrees above the horizon +2026-12-21T20:06:01.104Z moonrise +2026-12-21T20:50:22.187Z December solstice +2026-12-21T22:32:39.180Z sunset +2026-12-22T03:21:43.637Z Moon culminates 87.03 degrees above the horizon +2026-12-22T10:42:37.774Z moonset +2026-12-22T12:13:47.407Z sunrise +2026-12-22T17:23:28.280Z Sun culminates 37.98 degrees above the horizon +2026-12-22T21:03:42.309Z moonrise +2026-12-22T22:33:09.644Z sunset 2026-12-23T04:27:38.164Z Moon culminates 88.89 degrees above the horizon -2026-12-23T11:53:01.706Z moonset -2026-12-23T12:14:15.743Z sunrise -2026-12-23T15:17:42.838Z Mercury moves from Ophiuchus to Sagittarius +2026-12-23T11:53:01.708Z moonset +2026-12-23T12:14:15.745Z sunrise +2026-12-23T15:17:43.345Z Mercury moves from Ophiuchus to Sagittarius 2026-12-23T17:23:58.030Z Sun culminates 38.00 degrees above the horizon -2026-12-23T22:10:40.805Z moonrise -2026-12-23T22:33:41.339Z sunset +2026-12-23T22:10:40.803Z moonrise +2026-12-23T22:33:41.337Z sunset 2026-12-24T01:28:45.218Z full moon 2026-12-24T05:35:32.294Z Moon culminates 88.46 degrees above the horizon 2026-12-24T08:04:42.844Z Mercury aphelion at 0.4667 AU 2026-12-24T08:32:11.373Z lunar perigee at 356641 km -2026-12-24T12:14:42.826Z sunrise -2026-12-24T12:57:26.963Z moonset +2026-12-24T12:14:42.827Z sunrise +2026-12-24T12:57:26.964Z moonset 2026-12-24T17:24:27.752Z Sun culminates 38.01 degrees above the horizon -2026-12-24T22:34:14.229Z sunset -2026-12-24T23:23:37.430Z moonrise -2026-12-25T06:41:30.980Z Moon culminates 85.74 degrees above the horizon +2026-12-24T22:34:14.227Z sunset +2026-12-24T23:23:37.428Z moonrise +2026-12-25T06:41:30.979Z Moon culminates 85.74 degrees above the horizon 2026-12-25T12:15:08.626Z sunrise -2026-12-25T13:53:01.844Z moonset -2026-12-25T17:24:57.416Z Sun culminates 38.04 degrees above the horizon +2026-12-25T13:53:01.845Z moonset +2026-12-25T17:24:57.415Z Sun culminates 38.04 degrees above the horizon 2026-12-25T20:04:21.126Z Venus perihelion at 0.7185 AU -2026-12-25T22:34:48.283Z sunset -2026-12-26T00:37:35.659Z moonrise -2026-12-26T07:42:42.361Z Moon culminates 81.16 degrees above the horizon -2026-12-26T12:15:33.116Z sunrise +2026-12-25T22:34:48.282Z sunset +2026-12-26T00:37:35.657Z moonrise +2026-12-26T07:42:42.360Z Moon culminates 81.16 degrees above the horizon +2026-12-26T12:15:33.115Z sunrise 2026-12-26T14:39:44.740Z moonset -2026-12-26T17:25:26.991Z Sun culminates 38.07 degrees above the horizon -2026-12-26T22:35:23.469Z sunset -2026-12-27T01:48:45.114Z moonrise -2026-12-27T08:38:15.237Z Moon culminates 75.34 degrees above the horizon -2026-12-27T12:15:56.270Z sunrise +2026-12-26T17:25:26.990Z Sun culminates 38.07 degrees above the horizon +2026-12-26T22:35:23.468Z sunset +2026-12-27T01:48:45.113Z moonrise +2026-12-27T08:38:15.236Z Moon culminates 75.34 degrees above the horizon +2026-12-27T12:15:56.268Z sunrise 2026-12-27T15:19:20.518Z moonset -2026-12-27T17:25:56.446Z Sun culminates 38.12 degrees above the horizon +2026-12-27T17:25:56.445Z Sun culminates 38.12 degrees above the horizon 2026-12-27T22:35:59.752Z sunset -2026-12-28T02:55:36.765Z moonrise +2026-12-28T02:55:36.764Z moonrise 2026-12-28T09:28:51.275Z Moon culminates 68.86 degrees above the horizon -2026-12-28T12:16:18.061Z sunrise -2026-12-28T15:54:01.481Z moonset +2026-12-28T12:16:18.059Z sunrise +2026-12-28T15:54:01.482Z moonset 2026-12-28T17:26:25.753Z Sun culminates 38.17 degrees above the horizon -2026-12-28T22:36:37.098Z sunset +2026-12-28T22:36:37.099Z sunset 2026-12-29T03:58:29.161Z moonrise 2026-12-29T10:15:53.754Z Moon culminates 62.21 degrees above the horizon -2026-12-29T12:16:38.466Z sunrise +2026-12-29T12:16:38.465Z sunrise 2026-12-29T16:25:49.326Z moonset 2026-12-29T17:26:54.881Z Sun culminates 38.22 degrees above the horizon 2026-12-29T22:37:15.470Z sunset @@ -13118,311 +13118,311 @@ 2026-12-30T16:56:27.909Z moonset 2026-12-30T17:27:23.799Z Sun culminates 38.29 degrees above the horizon 2026-12-30T19:00:05.700Z third quarter -2026-12-30T22:37:54.830Z sunset +2026-12-30T22:37:54.829Z sunset 2026-12-31T05:56:52.966Z moonrise 2026-12-31T11:45:14.860Z Moon culminates 49.71 degrees above the horizon 2026-12-31T12:17:15.025Z sunrise 2026-12-31T17:27:27.508Z moonset 2026-12-31T17:27:52.476Z Sun culminates 38.36 degrees above the horizon -2026-12-31T22:38:35.137Z sunset -2027-01-01T06:54:41.874Z moonrise -2027-01-01T12:17:31.134Z sunrise +2026-12-31T22:38:35.136Z sunset +2027-01-01T06:54:41.873Z moonrise +2027-01-01T12:17:31.135Z sunrise 2027-01-01T12:30:07.935Z Moon culminates 44.33 degrees above the horizon 2027-01-01T16:50:36.444Z Mercury superior conjunction 2027-01-01T17:28:20.882Z Sun culminates 38.44 degrees above the horizon -2027-01-01T18:00:10.219Z moonset -2027-01-01T22:39:16.350Z sunset +2027-01-01T18:00:10.218Z moonset +2027-01-01T22:39:16.348Z sunset 2027-01-02T07:52:30.761Z moonrise -2027-01-02T12:17:45.769Z sunrise -2027-01-02T13:16:25.672Z Moon culminates 39.81 degrees above the horizon -2027-01-02T17:28:48.983Z Sun culminates 38.53 degrees above the horizon -2027-01-02T18:35:51.803Z moonset -2027-01-02T22:39:58.425Z sunset +2027-01-02T12:17:45.770Z sunrise +2027-01-02T13:16:25.671Z Moon culminates 39.81 degrees above the horizon +2027-01-02T17:28:48.982Z Sun culminates 38.53 degrees above the horizon +2027-01-02T18:35:51.801Z moonset +2027-01-02T22:39:58.423Z sunset 2027-01-03T02:07:43.352Z Earth perihelion at 0.9833 AU -2027-01-03T08:50:15.710Z moonrise -2027-01-03T12:17:58.908Z sunrise -2027-01-03T14:04:36.186Z Moon culminates 36.31 degrees above the horizon +2027-01-03T08:50:15.709Z moonrise +2027-01-03T12:17:58.909Z sunrise +2027-01-03T14:04:36.185Z Moon culminates 36.31 degrees above the horizon 2027-01-03T17:29:16.747Z Sun culminates 38.63 degrees above the horizon 2027-01-03T17:56:03.410Z Venus max morning elongation: 46.95 degrees from Sun -2027-01-03T19:15:36.979Z moonset -2027-01-03T22:40:41.319Z sunset -2027-01-04T09:47:08.651Z moonrise -2027-01-04T12:18:10.532Z sunrise -2027-01-04T14:54:35.181Z Moon culminates 34.02 degrees above the horizon -2027-01-04T17:29:44.143Z Sun culminates 38.73 degrees above the horizon -2027-01-04T20:00:06.593Z moonset -2027-01-04T22:41:24.985Z sunset -2027-01-05T10:41:46.116Z moonrise -2027-01-05T12:18:20.623Z sunrise -2027-01-05T15:45:42.935Z Moon culminates 33.06 degrees above the horizon -2027-01-05T17:30:11.137Z Sun culminates 38.84 degrees above the horizon -2027-01-05T20:49:20.229Z moonset -2027-01-05T22:42:09.376Z sunset -2027-01-06T11:32:36.864Z moonrise +2027-01-03T19:15:36.977Z moonset +2027-01-03T22:40:41.317Z sunset +2027-01-04T09:47:08.650Z moonrise +2027-01-04T12:18:10.533Z sunrise +2027-01-04T14:54:35.179Z Moon culminates 34.02 degrees above the horizon +2027-01-04T17:29:44.142Z Sun culminates 38.73 degrees above the horizon +2027-01-04T20:00:06.591Z moonset +2027-01-04T22:41:24.983Z sunset +2027-01-05T10:41:46.115Z moonrise +2027-01-05T12:18:20.624Z sunrise +2027-01-05T15:45:42.933Z Moon culminates 33.06 degrees above the horizon +2027-01-05T17:30:11.136Z Sun culminates 38.84 degrees above the horizon +2027-01-05T20:49:20.227Z moonset +2027-01-05T22:42:09.374Z sunset +2027-01-06T11:32:36.863Z moonrise 2027-01-06T12:18:29.163Z sunrise 2027-01-06T16:36:53.118Z Moon culminates 33.48 degrees above the horizon 2027-01-06T17:30:37.696Z Sun culminates 38.96 degrees above the horizon -2027-01-06T21:42:26.574Z moonset -2027-01-06T22:42:54.445Z sunset +2027-01-06T21:42:26.573Z moonset +2027-01-06T22:42:54.444Z sunset 2027-01-07T08:08:41.700Z lunar apogee at 406597 km 2027-01-07T12:18:36.134Z sunrise 2027-01-07T12:18:36.714Z moonrise 2027-01-07T17:26:54.060Z Moon culminates 35.24 degrees above the horizon 2027-01-07T17:31:03.790Z Sun culminates 39.09 degrees above the horizon 2027-01-07T20:25:06.443Z new moon -2027-01-07T22:37:55.548Z moonset +2027-01-07T22:37:55.547Z moonset 2027-01-07T22:43:40.145Z sunset 2027-01-08T12:18:41.522Z sunrise -2027-01-08T12:59:28.847Z moonrise -2027-01-08T17:31:29.387Z Sun culminates 39.22 degrees above the horizon +2027-01-08T12:59:28.848Z moonrise +2027-01-08T17:31:29.386Z Sun culminates 39.22 degrees above the horizon 2027-01-08T18:14:52.416Z Moon culminates 38.20 degrees above the horizon 2027-01-08T22:44:26.428Z sunset 2027-01-08T23:34:10.644Z moonset 2027-01-09T12:18:45.314Z sunrise 2027-01-09T13:35:40.518Z moonrise -2027-01-09T13:51:13.847Z Venus moves from Libra to Scorpius -2027-01-09T17:31:54.455Z Sun culminates 39.36 degrees above the horizon +2027-01-09T13:51:14.570Z Venus moves from Libra to Scorpius +2027-01-09T17:31:54.456Z Sun culminates 39.36 degrees above the horizon 2027-01-09T19:00:26.864Z Moon culminates 42.18 degrees above the horizon 2027-01-09T22:45:13.247Z sunset 2027-01-10T00:30:01.458Z moonset 2027-01-10T12:18:47.497Z sunrise -2027-01-10T14:08:06.535Z moonrise +2027-01-10T14:08:06.534Z moonrise 2027-01-10T17:32:18.968Z Sun culminates 39.51 degrees above the horizon 2027-01-10T19:43:48.468Z Moon culminates 46.97 degrees above the horizon 2027-01-10T22:46:00.554Z sunset 2027-01-11T01:24:59.065Z moonset -2027-01-11T12:18:48.062Z sunrise -2027-01-11T14:37:53.721Z moonrise +2027-01-11T12:18:48.061Z sunrise +2027-01-11T14:37:53.720Z moonrise 2027-01-11T17:32:42.896Z Sun culminates 39.66 degrees above the horizon 2027-01-11T20:25:33.424Z Moon culminates 52.36 degrees above the horizon 2027-01-11T22:46:48.305Z sunset -2027-01-12T02:19:14.143Z moonset +2027-01-12T02:19:14.144Z moonset 2027-01-12T12:18:47.001Z sunrise 2027-01-12T15:06:12.627Z moonrise 2027-01-12T17:33:06.213Z Sun culminates 39.82 degrees above the horizon 2027-01-12T21:06:35.128Z Moon culminates 58.17 degrees above the horizon -2027-01-12T22:47:36.454Z sunset -2027-01-13T00:25:40.146Z Mercury moves from Sagittarius to Capricornus +2027-01-12T22:47:36.455Z sunset +2027-01-13T00:25:40.632Z Mercury moves from Sagittarius to Capricornus 2027-01-13T03:13:27.301Z moonset 2027-01-13T12:18:44.309Z sunrise 2027-01-13T15:34:16.132Z moonrise -2027-01-13T17:33:28.896Z Sun culminates 39.99 degrees above the horizon +2027-01-13T17:33:28.897Z Sun culminates 39.99 degrees above the horizon 2027-01-13T21:47:59.012Z Moon culminates 64.20 degrees above the horizon -2027-01-13T22:48:24.958Z sunset -2027-01-14T04:08:38.827Z moonset -2027-01-14T09:18:03.632Z Venus moves from Scorpius to Ophiuchus -2027-01-14T12:18:39.984Z sunrise +2027-01-13T22:48:24.959Z sunset +2027-01-14T04:08:38.828Z moonset +2027-01-14T09:18:04.355Z Venus moves from Scorpius to Ophiuchus +2027-01-14T12:18:39.983Z sunrise 2027-01-14T16:03:22.682Z moonrise 2027-01-14T17:33:50.923Z Sun culminates 40.17 degrees above the horizon 2027-01-14T22:31:00.088Z Moon culminates 70.24 degrees above the horizon -2027-01-14T22:49:13.776Z sunset -2027-01-15T05:05:59.060Z moonset -2027-01-15T12:18:34.024Z sunrise +2027-01-14T22:49:13.777Z sunset +2027-01-15T05:05:59.061Z moonset +2027-01-15T12:18:34.023Z sunrise 2027-01-15T16:35:02.187Z moonrise -2027-01-15T17:34:12.272Z Sun culminates 40.35 degrees above the horizon +2027-01-15T17:34:12.273Z Sun culminates 40.35 degrees above the horizon 2027-01-15T20:35:03.316Z first quarter -2027-01-15T22:50:02.867Z sunset -2027-01-15T23:17:00.760Z Moon culminates 76.04 degrees above the horizon -2027-01-16T06:06:35.363Z moonset -2027-01-16T12:18:26.433Z sunrise +2027-01-15T22:50:02.869Z sunset +2027-01-15T23:17:00.761Z Moon culminates 76.04 degrees above the horizon +2027-01-16T06:06:35.365Z moonset +2027-01-16T12:18:26.432Z sunrise 2027-01-16T17:11:02.153Z moonrise -2027-01-16T17:34:32.927Z Sun culminates 40.54 degrees above the horizon -2027-01-16T22:50:52.193Z sunset -2027-01-17T00:07:24.047Z Moon culminates 81.29 degrees above the horizon -2027-01-17T07:11:08.085Z moonset +2027-01-16T17:34:32.928Z Sun culminates 40.54 degrees above the horizon +2027-01-16T22:50:52.195Z sunset +2027-01-17T00:07:24.048Z Moon culminates 81.29 degrees above the horizon +2027-01-17T07:11:08.087Z moonset 2027-01-17T12:18:17.214Z sunrise -2027-01-17T17:34:52.871Z Sun culminates 40.73 degrees above the horizon +2027-01-17T17:34:52.872Z Sun culminates 40.73 degrees above the horizon 2027-01-17T17:53:28.273Z moonrise -2027-01-17T22:51:41.717Z sunset -2027-01-18T01:03:14.522Z Moon culminates 85.55 degrees above the horizon -2027-01-18T08:19:09.749Z moonset -2027-01-18T12:18:06.375Z sunrise -2027-01-18T17:35:12.090Z Sun culminates 40.94 degrees above the horizon +2027-01-17T22:51:41.719Z sunset +2027-01-18T01:03:14.523Z Moon culminates 85.55 degrees above the horizon +2027-01-18T08:19:09.751Z moonset +2027-01-18T12:18:06.376Z sunrise +2027-01-18T17:35:12.091Z Sun culminates 40.94 degrees above the horizon 2027-01-18T18:44:25.845Z moonrise -2027-01-18T22:52:31.404Z sunset +2027-01-18T22:52:31.405Z sunset 2027-01-19T02:04:40.970Z Moon culminates 88.30 degrees above the horizon -2027-01-19T09:28:22.619Z moonset -2027-01-19T12:17:53.925Z sunrise -2027-01-19T17:35:30.571Z Sun culminates 41.14 degrees above the horizon -2027-01-19T19:45:03.549Z moonrise +2027-01-19T09:28:22.621Z moonset +2027-01-19T12:17:53.926Z sunrise +2027-01-19T17:35:30.572Z Sun culminates 41.14 degrees above the horizon +2027-01-19T19:45:03.548Z moonrise 2027-01-19T22:53:21.220Z sunset 2027-01-20T03:10:14.032Z Moon culminates 89.05 degrees above the horizon -2027-01-20T10:34:50.247Z moonset -2027-01-20T12:17:39.874Z sunrise +2027-01-20T10:34:50.248Z moonset +2027-01-20T12:17:39.875Z sunrise 2027-01-20T17:35:48.305Z Sun culminates 41.36 degrees above the horizon -2027-01-20T20:54:11.734Z moonrise -2027-01-20T22:54:11.133Z sunset -2027-01-21T04:16:46.918Z Moon culminates 87.54 degrees above the horizon +2027-01-20T20:54:11.732Z moonrise +2027-01-20T22:54:11.132Z sunset +2027-01-21T04:16:46.917Z Moon culminates 87.54 degrees above the horizon 2027-01-21T11:34:43.870Z moonset 2027-01-21T12:17:24.235Z sunrise 2027-01-21T17:36:05.281Z Sun culminates 41.58 degrees above the horizon 2027-01-21T21:46:57.922Z lunar perigee at 357273 km -2027-01-21T22:08:02.569Z moonrise -2027-01-21T22:55:01.113Z sunset -2027-01-22T05:20:53.432Z Moon culminates 83.88 degrees above the horizon +2027-01-21T22:08:02.567Z moonrise +2027-01-21T22:55:01.111Z sunset +2027-01-22T05:20:53.431Z Moon culminates 83.88 degrees above the horizon 2027-01-22T12:17:07.020Z sunrise 2027-01-22T12:17:50.656Z full moon 2027-01-22T12:26:20.579Z moonset -2027-01-22T17:36:21.493Z Sun culminates 41.81 degrees above the horizon -2027-01-22T22:55:51.131Z sunset -2027-01-22T23:22:00.449Z moonrise -2027-01-23T06:20:24.460Z Moon culminates 78.55 degrees above the horizon -2027-01-23T12:16:48.244Z sunrise +2027-01-22T17:36:21.492Z Sun culminates 41.81 degrees above the horizon +2027-01-22T22:55:51.129Z sunset +2027-01-22T23:22:00.447Z moonrise +2027-01-23T06:20:24.459Z Moon culminates 78.55 degrees above the horizon +2027-01-23T12:16:48.243Z sunrise 2027-01-23T13:10:16.356Z moonset -2027-01-23T17:36:36.933Z Sun culminates 42.04 degrees above the horizon -2027-01-23T22:56:41.159Z sunset -2027-01-24T00:33:00.365Z moonrise -2027-01-24T07:14:57.218Z Moon culminates 72.16 degrees above the horizon -2027-01-24T12:16:27.922Z sunrise +2027-01-23T17:36:36.931Z Sun culminates 42.04 degrees above the horizon +2027-01-23T22:56:41.158Z sunset +2027-01-24T00:33:00.363Z moonrise +2027-01-24T07:14:57.217Z Moon culminates 72.16 degrees above the horizon +2027-01-24T12:16:27.920Z sunrise 2027-01-24T13:48:19.758Z moonset -2027-01-24T17:36:51.595Z Sun culminates 42.28 degrees above the horizon -2027-01-24T22:57:31.173Z sunset -2027-01-25T01:40:05.727Z moonrise +2027-01-24T17:36:51.594Z Sun culminates 42.28 degrees above the horizon +2027-01-24T22:57:31.172Z sunset +2027-01-25T01:40:05.726Z moonrise 2027-01-25T08:01:48.100Z Pluto conjunction 2027-01-25T08:05:21.872Z Moon culminates 65.29 degrees above the horizon -2027-01-25T12:16:06.070Z sunrise -2027-01-25T14:22:32.866Z moonset -2027-01-25T17:37:05.477Z Sun culminates 42.53 degrees above the horizon -2027-01-25T22:58:21.148Z sunset -2027-01-26T02:43:45.694Z moonrise +2027-01-25T12:16:06.068Z sunrise +2027-01-25T14:22:32.867Z moonset +2027-01-25T17:37:05.476Z Sun culminates 42.53 degrees above the horizon +2027-01-25T22:58:21.147Z sunset +2027-01-26T02:43:45.693Z moonrise 2027-01-26T08:52:58.605Z Moon culminates 58.44 degrees above the horizon -2027-01-26T12:15:42.705Z sunrise -2027-01-26T14:54:46.749Z moonset +2027-01-26T12:15:42.704Z sunrise +2027-01-26T14:54:46.750Z moonset 2027-01-26T17:37:18.574Z Sun culminates 42.78 degrees above the horizon -2027-01-26T22:59:11.059Z sunset +2027-01-26T22:59:11.058Z sunset 2027-01-27T03:45:03.144Z moonrise 2027-01-27T09:39:10.910Z Moon culminates 51.96 degrees above the horizon 2027-01-27T12:15:17.844Z sunrise -2027-01-27T15:26:38.268Z moonset +2027-01-27T15:26:38.269Z moonset 2027-01-27T17:37:30.884Z Sun culminates 43.03 degrees above the horizon -2027-01-27T23:00:00.883Z sunset -2027-01-28T04:45:00.503Z moonrise +2027-01-27T23:00:00.882Z sunset +2027-01-28T04:45:00.502Z moonrise 2027-01-28T10:25:13.085Z Moon culminates 46.14 degrees above the horizon 2027-01-28T12:14:51.507Z sunrise -2027-01-28T15:59:33.733Z moonset +2027-01-28T15:59:33.734Z moonset 2027-01-28T17:37:42.404Z Sun culminates 43.30 degrees above the horizon -2027-01-28T23:00:50.596Z sunset -2027-01-29T05:44:19.800Z moonrise +2027-01-28T23:00:50.595Z sunset +2027-01-29T05:44:19.798Z moonrise 2027-01-29T10:56:04.494Z third quarter -2027-01-29T11:12:03.639Z Moon culminates 41.18 degrees above the horizon -2027-01-29T12:14:23.711Z sunrise +2027-01-29T11:12:03.638Z Moon culminates 41.18 degrees above the horizon +2027-01-29T12:14:23.712Z sunrise 2027-01-29T16:34:51.743Z moonset 2027-01-29T17:37:53.132Z Sun culminates 43.56 degrees above the horizon -2027-01-29T23:01:40.176Z sunset -2027-01-30T06:43:09.701Z moonrise -2027-01-30T07:02:25.658Z Mercury moves from Capricornus to Aquarius -2027-01-30T12:00:19.197Z Moon culminates 37.26 degrees above the horizon -2027-01-30T12:13:54.476Z sunrise -2027-01-30T17:13:41.165Z moonset -2027-01-30T17:38:03.066Z Sun culminates 43.84 degrees above the horizon -2027-01-30T23:02:29.599Z sunset -2027-01-31T07:40:58.530Z moonrise -2027-01-31T12:13:23.821Z sunrise -2027-01-31T12:50:07.817Z Moon culminates 34.54 degrees above the horizon -2027-01-31T13:13:26.846Z Venus moves from Ophiuchus to Sagittarius -2027-01-31T17:38:12.203Z Sun culminates 44.11 degrees above the horizon -2027-01-31T17:56:51.973Z moonset -2027-01-31T23:03:18.842Z sunset -2027-02-01T08:36:38.775Z moonrise -2027-02-01T12:12:51.765Z sunrise -2027-02-01T13:41:05.058Z Moon culminates 33.14 degrees above the horizon -2027-02-01T17:38:20.542Z Sun culminates 44.40 degrees above the horizon -2027-02-01T18:44:40.257Z moonset -2027-02-01T23:04:07.881Z sunset -2027-02-02T09:28:48.110Z moonrise +2027-01-29T23:01:40.174Z sunset +2027-01-30T06:43:09.699Z moonrise +2027-01-30T07:02:26.289Z Mercury moves from Capricornus to Aquarius +2027-01-30T12:00:19.195Z Moon culminates 37.26 degrees above the horizon +2027-01-30T12:13:54.478Z sunrise +2027-01-30T17:13:41.163Z moonset +2027-01-30T17:38:03.065Z Sun culminates 43.84 degrees above the horizon +2027-01-30T23:02:29.597Z sunset +2027-01-31T07:40:58.528Z moonrise +2027-01-31T12:13:23.823Z sunrise +2027-01-31T12:50:07.815Z Moon culminates 34.54 degrees above the horizon +2027-01-31T13:13:27.517Z Venus moves from Ophiuchus to Sagittarius +2027-01-31T17:38:12.202Z Sun culminates 44.11 degrees above the horizon +2027-01-31T17:56:51.971Z moonset +2027-01-31T23:03:18.839Z sunset +2027-02-01T08:36:38.773Z moonrise +2027-02-01T12:12:51.766Z sunrise +2027-02-01T13:41:05.057Z Moon culminates 33.14 degrees above the horizon +2027-02-01T17:38:20.541Z Sun culminates 44.40 degrees above the horizon +2027-02-01T18:44:40.256Z moonset +2027-02-01T23:04:07.879Z sunset +2027-02-02T09:28:48.108Z moonrise 2027-02-02T12:12:18.327Z sunrise -2027-02-02T14:32:18.644Z Moon culminates 33.12 degrees above the horizon -2027-02-02T17:38:28.081Z Sun culminates 44.69 degrees above the horizon -2027-02-02T19:36:35.893Z moonset -2027-02-02T23:04:56.695Z sunset +2027-02-02T14:32:18.643Z Moon culminates 33.12 degrees above the horizon +2027-02-02T17:38:28.080Z Sun culminates 44.69 degrees above the horizon +2027-02-02T19:36:35.892Z moonset +2027-02-02T23:04:56.694Z sunset 2027-02-03T06:20:08.602Z Mercury max evening elongation: 18.32 degrees from Sun -2027-02-03T10:16:20.558Z moonrise +2027-02-03T10:16:20.557Z moonrise 2027-02-03T12:11:43.525Z sunrise 2027-02-03T13:31:06.644Z lunar apogee at 406178 km -2027-02-03T15:22:44.365Z Moon culminates 34.46 degrees above the horizon -2027-02-03T17:38:34.818Z Sun culminates 44.98 degrees above the horizon -2027-02-03T20:31:26.131Z moonset -2027-02-03T23:05:45.262Z sunset -2027-02-04T10:58:49.835Z moonrise -2027-02-04T12:11:07.379Z sunrise -2027-02-04T16:11:27.386Z Moon culminates 37.05 degrees above the horizon +2027-02-03T15:22:44.364Z Moon culminates 34.46 degrees above the horizon +2027-02-03T17:38:34.817Z Sun culminates 44.98 degrees above the horizon +2027-02-03T20:31:26.130Z moonset +2027-02-03T23:05:45.261Z sunset +2027-02-04T10:58:49.834Z moonrise +2027-02-04T12:11:07.378Z sunrise +2027-02-04T16:11:27.385Z Moon culminates 37.05 degrees above the horizon 2027-02-04T17:38:40.752Z Sun culminates 45.28 degrees above the horizon 2027-02-04T21:27:39.739Z moonset 2027-02-04T23:06:33.559Z sunset -2027-02-05T11:36:32.391Z moonrise -2027-02-05T12:10:29.908Z sunrise +2027-02-05T11:36:32.390Z moonrise +2027-02-05T12:10:29.907Z sunrise 2027-02-05T16:57:58.133Z Moon culminates 40.74 degrees above the horizon 2027-02-05T17:38:45.883Z Sun culminates 45.58 degrees above the horizon 2027-02-05T22:23:58.635Z moonset 2027-02-05T23:07:21.567Z sunset 2027-02-06T07:43:06.196Z Mercury perihelion at 0.3075 AU -2027-02-06T12:09:51.132Z sunrise -2027-02-06T12:10:14.904Z moonrise +2027-02-06T12:09:51.131Z sunrise +2027-02-06T12:10:14.903Z moonrise 2027-02-06T15:56:47.518Z new moon -2027-02-06T17:38:50.211Z Sun culminates 45.89 degrees above the horizon +2027-02-06T17:38:50.210Z Sun culminates 45.89 degrees above the horizon 2027-02-06T17:42:16.793Z Moon culminates 45.33 degrees above the horizon 2027-02-06T23:08:09.266Z sunset 2027-02-06T23:19:38.716Z moonset -2027-02-07T12:09:11.071Z sunrise -2027-02-07T12:40:59.079Z moonrise +2027-02-07T12:09:11.070Z sunrise +2027-02-07T12:40:59.078Z moonrise 2027-02-07T17:38:53.735Z Sun culminates 46.20 degrees above the horizon 2027-02-07T18:24:48.945Z Moon culminates 50.60 degrees above the horizon 2027-02-07T23:08:56.637Z sunset -2027-02-08T00:14:33.825Z moonset -2027-02-08T12:08:29.745Z sunrise -2027-02-08T13:09:51.771Z moonrise +2027-02-08T00:14:33.826Z moonset +2027-02-08T12:08:29.744Z sunrise +2027-02-08T13:09:51.770Z moonrise 2027-02-08T17:38:56.459Z Sun culminates 46.52 degrees above the horizon -2027-02-08T19:06:18.368Z Moon culminates 56.35 degrees above the horizon +2027-02-08T19:06:18.367Z Moon culminates 56.35 degrees above the horizon 2027-02-08T23:09:43.664Z sunset -2027-02-09T01:09:08.955Z moonset -2027-02-09T12:07:47.177Z sunrise -2027-02-09T13:38:01.652Z moonrise -2027-02-09T17:38:58.386Z Sun culminates 46.84 degrees above the horizon +2027-02-09T01:09:08.956Z moonset +2027-02-09T12:07:47.175Z sunrise +2027-02-09T13:38:01.651Z moonrise +2027-02-09T17:38:58.385Z Sun culminates 46.84 degrees above the horizon 2027-02-09T19:47:41.179Z Moon culminates 62.37 degrees above the horizon -2027-02-09T23:10:30.331Z sunset -2027-02-10T02:04:10.374Z moonset -2027-02-10T12:07:03.388Z sunrise +2027-02-09T23:10:30.332Z sunset +2027-02-10T02:04:10.375Z moonset +2027-02-10T12:07:03.386Z sunrise 2027-02-10T14:06:40.629Z moonrise -2027-02-10T17:38:59.519Z Sun culminates 47.16 degrees above the horizon +2027-02-10T17:38:59.518Z Sun culminates 47.16 degrees above the horizon 2027-02-10T20:30:02.323Z Moon culminates 68.43 degrees above the horizon -2027-02-10T23:11:16.625Z sunset +2027-02-10T23:11:16.627Z sunset 2027-02-11T00:17:01.371Z Jupiter opposition -2027-02-11T03:00:35.915Z moonset -2027-02-11T12:06:18.402Z sunrise +2027-02-11T03:00:35.917Z moonset +2027-02-11T12:06:18.400Z sunrise 2027-02-11T14:37:08.074Z moonrise 2027-02-11T17:38:59.864Z Sun culminates 47.49 degrees above the horizon -2027-02-11T21:14:33.070Z Moon culminates 74.30 degrees above the horizon -2027-02-11T23:12:02.535Z sunset -2027-02-12T03:59:23.899Z moonset -2027-02-12T12:05:32.242Z sunrise +2027-02-11T21:14:33.071Z Moon culminates 74.30 degrees above the horizon +2027-02-11T23:12:02.537Z sunset +2027-02-12T03:59:23.900Z moonset +2027-02-12T12:05:32.240Z sunrise 2027-02-12T15:10:55.903Z moonrise 2027-02-12T17:38:59.429Z Sun culminates 47.82 degrees above the horizon -2027-02-12T22:02:26.415Z Moon culminates 79.67 degrees above the horizon -2027-02-12T23:12:48.051Z sunset -2027-02-13T05:01:15.910Z moonset -2027-02-13T12:04:44.935Z sunrise -2027-02-13T15:49:51.040Z moonrise +2027-02-12T22:02:26.417Z Moon culminates 79.67 degrees above the horizon +2027-02-12T23:12:48.053Z sunset +2027-02-13T05:01:15.912Z moonset +2027-02-13T12:04:44.933Z sunrise +2027-02-13T15:49:51.041Z moonrise 2027-02-13T17:38:58.223Z Sun culminates 48.15 degrees above the horizon -2027-02-13T22:54:45.412Z Moon culminates 84.20 degrees above the horizon -2027-02-13T23:13:33.165Z sunset -2027-02-14T06:06:08.757Z moonset +2027-02-13T22:54:45.413Z Moon culminates 84.20 degrees above the horizon +2027-02-13T23:13:33.167Z sunset +2027-02-14T06:06:08.759Z moonset 2027-02-14T07:59:01.003Z first quarter -2027-02-14T12:03:56.507Z sunrise -2027-02-14T16:35:47.360Z moonrise +2027-02-14T12:03:56.505Z sunrise +2027-02-14T16:35:47.361Z moonrise 2027-02-14T17:38:56.255Z Sun culminates 48.49 degrees above the horizon -2027-02-14T23:14:17.871Z sunset -2027-02-14T23:51:59.489Z Moon culminates 87.46 degrees above the horizon -2027-02-15T07:12:40.763Z moonset -2027-02-15T12:03:06.985Z sunrise -2027-02-15T17:30:14.060Z moonrise -2027-02-15T17:38:53.538Z Sun culminates 48.84 degrees above the horizon -2027-02-15T23:15:02.167Z sunset -2027-02-16T00:53:32.078Z Moon culminates 89.02 degrees above the horizon -2027-02-16T08:18:02.187Z moonset +2027-02-14T23:14:17.873Z sunset +2027-02-14T23:51:59.491Z Moon culminates 87.46 degrees above the horizon +2027-02-15T07:12:40.765Z moonset +2027-02-15T12:03:06.984Z sunrise +2027-02-15T17:30:14.061Z moonrise +2027-02-15T17:38:53.539Z Sun culminates 48.84 degrees above the horizon +2027-02-15T23:15:02.168Z sunset +2027-02-16T00:53:32.080Z Moon culminates 89.02 degrees above the horizon +2027-02-16T08:18:02.188Z moonset 2027-02-16T12:02:16.399Z sunrise -2027-02-16T17:38:50.085Z Sun culminates 49.18 degrees above the horizon +2027-02-16T17:38:50.086Z Sun culminates 49.18 degrees above the horizon 2027-02-16T18:33:16.454Z moonrise -2027-02-16T23:15:46.048Z sunset +2027-02-16T23:15:46.049Z sunset 2027-02-17T01:57:23.897Z Moon culminates 88.56 degrees above the horizon 2027-02-17T09:18:49.645Z moonset 2027-02-17T12:01:24.777Z sunrise @@ -13430,183 +13430,183 @@ 2027-02-17T19:42:48.514Z moonrise 2027-02-17T23:16:29.516Z sunset 2027-02-18T03:00:45.947Z Moon culminates 85.99 degrees above the horizon -2027-02-18T10:12:44.177Z moonset +2027-02-18T10:12:44.176Z moonset 2027-02-18T12:00:32.151Z sunrise 2027-02-18T16:33:22.053Z Mercury inferior conjunction -2027-02-18T17:38:41.031Z Sun culminates 49.88 degrees above the horizon +2027-02-18T17:38:41.030Z Sun culminates 49.88 degrees above the horizon 2027-02-18T20:55:08.222Z moonrise 2027-02-18T23:17:12.571Z sunset -2027-02-19T04:01:13.379Z Moon culminates 81.56 degrees above the horizon -2027-02-19T06:08:07.817Z Mercury moves from Aquarius to Capricornus +2027-02-19T04:01:13.378Z Moon culminates 81.56 degrees above the horizon +2027-02-19T06:08:07.284Z Mercury moves from Aquarius to Capricornus 2027-02-19T07:30:12.469Z lunar perigee at 361004 km -2027-02-19T10:59:23.989Z moonset -2027-02-19T11:59:38.549Z sunrise +2027-02-19T10:59:23.988Z moonset +2027-02-19T11:59:38.548Z sunrise 2027-02-19T15:44:02.037Z Mars opposition -2027-02-19T17:38:35.461Z Sun culminates 50.24 degrees above the horizon -2027-02-19T22:06:47.388Z moonrise -2027-02-19T23:17:55.218Z sunset -2027-02-20T04:57:39.229Z Moon culminates 75.72 degrees above the horizon -2027-02-20T11:39:57.616Z moonset +2027-02-19T17:38:35.460Z Sun culminates 50.24 degrees above the horizon +2027-02-19T22:06:47.387Z moonrise +2027-02-19T23:17:55.217Z sunset +2027-02-20T04:57:39.228Z Moon culminates 75.72 degrees above the horizon +2027-02-20T11:39:57.615Z moonset 2027-02-20T11:58:44.002Z sunrise -2027-02-20T17:38:29.219Z Sun culminates 50.60 degrees above the horizon +2027-02-20T17:38:29.218Z Sun culminates 50.60 degrees above the horizon 2027-02-20T23:12:44.142Z penumbral lunar eclipse -2027-02-20T23:15:51.798Z moonrise +2027-02-20T23:15:51.797Z moonrise 2027-02-20T23:18:37.460Z sunset 2027-02-20T23:24:06.918Z full moon 2027-02-21T05:50:13.766Z Moon culminates 69.03 degrees above the horizon -2027-02-21T11:57:48.542Z sunrise -2027-02-21T12:16:10.497Z moonset -2027-02-21T17:38:22.324Z Sun culminates 50.96 degrees above the horizon +2027-02-21T11:57:48.541Z sunrise +2027-02-21T12:16:10.496Z moonset +2027-02-21T17:38:22.323Z Sun culminates 50.96 degrees above the horizon 2027-02-21T23:19:19.305Z sunset 2027-02-22T00:22:01.758Z moonrise 2027-02-22T06:39:53.410Z Moon culminates 62.02 degrees above the horizon -2027-02-22T11:56:52.198Z sunrise +2027-02-22T11:56:52.197Z sunrise 2027-02-22T12:49:50.476Z moonset 2027-02-22T17:38:14.794Z Sun culminates 51.32 degrees above the horizon 2027-02-22T23:20:00.759Z sunset 2027-02-23T01:25:52.110Z moonrise 2027-02-23T07:27:51.104Z Moon culminates 55.16 degrees above the horizon -2027-02-23T11:55:55.002Z sunrise +2027-02-23T11:55:55.001Z sunrise 2027-02-23T13:22:35.999Z moonset -2027-02-23T14:11:07.075Z Saturn moves from Cetus to Pisces +2027-02-23T14:11:14.426Z Saturn moves from Cetus to Pisces 2027-02-23T17:38:06.649Z Sun culminates 51.69 degrees above the horizon -2027-02-23T23:20:41.830Z sunset +2027-02-23T23:20:41.831Z sunset 2027-02-24T02:28:13.402Z moonrise 2027-02-24T08:15:18.072Z Moon culminates 48.80 degrees above the horizon -2027-02-24T11:54:56.985Z sunrise +2027-02-24T11:54:56.984Z sunrise 2027-02-24T13:55:55.627Z moonset 2027-02-24T17:37:57.909Z Sun culminates 52.06 degrees above the horizon 2027-02-24T23:21:22.528Z sunset 2027-02-25T03:29:45.229Z moonrise 2027-02-25T09:03:13.429Z Moon culminates 43.26 degrees above the horizon -2027-02-25T11:53:58.176Z sunrise +2027-02-25T11:53:58.177Z sunrise 2027-02-25T14:31:09.804Z moonset 2027-02-25T17:37:48.592Z Sun culminates 52.43 degrees above the horizon -2027-02-25T23:22:02.859Z sunset -2027-02-26T04:30:38.788Z moonrise +2027-02-25T23:22:02.858Z sunset +2027-02-26T04:30:38.787Z moonrise 2027-02-26T09:52:16.514Z Moon culminates 38.75 degrees above the horizon -2027-02-26T11:52:58.608Z sunrise +2027-02-26T11:52:58.609Z sunrise 2027-02-26T15:09:29.619Z moonset 2027-02-26T17:37:38.719Z Sun culminates 52.80 degrees above the horizon -2027-02-26T23:22:42.832Z sunset +2027-02-26T23:22:42.831Z sunset 2027-02-27T05:30:27.091Z moonrise -2027-02-27T10:42:39.937Z Moon culminates 35.47 degrees above the horizon -2027-02-27T11:51:58.310Z sunrise -2027-02-27T15:51:49.616Z moonset +2027-02-27T10:42:39.936Z Moon culminates 35.47 degrees above the horizon +2027-02-27T11:51:58.311Z sunrise +2027-02-27T15:51:49.615Z moonset 2027-02-27T17:37:28.308Z Sun culminates 53.18 degrees above the horizon -2027-02-27T23:23:22.454Z sunset +2027-02-27T23:23:22.453Z sunset 2027-02-28T05:17:06.708Z third quarter -2027-02-28T06:28:06.862Z moonrise -2027-02-28T11:34:05.447Z Moon culminates 33.53 degrees above the horizon -2027-02-28T11:50:57.311Z sunrise +2027-02-28T06:28:06.861Z moonrise +2027-02-28T11:34:05.446Z Moon culminates 33.53 degrees above the horizon +2027-02-28T11:50:57.312Z sunrise 2027-02-28T16:38:34.815Z moonset 2027-02-28T17:37:17.377Z Sun culminates 53.55 degrees above the horizon 2027-02-28T23:24:01.732Z sunset -2027-03-01T07:22:16.893Z moonrise -2027-03-01T10:18:52.769Z Venus moves from Sagittarius to Capricornus -2027-03-01T11:49:55.641Z sunrise -2027-03-01T12:25:47.447Z Moon culminates 32.99 degrees above the horizon +2027-03-01T07:22:16.892Z moonrise +2027-03-01T10:18:53.440Z Venus moves from Sagittarius to Capricornus +2027-03-01T11:49:55.642Z sunrise +2027-03-01T12:25:47.446Z Moon culminates 32.99 degrees above the horizon 2027-03-01T17:29:28.285Z moonset 2027-03-01T17:37:05.945Z Sun culminates 53.93 degrees above the horizon -2027-03-01T23:24:40.675Z sunset -2027-03-02T08:11:48.130Z moonrise -2027-03-02T11:48:53.328Z sunrise -2027-03-02T13:16:46.829Z Moon culminates 33.83 degrees above the horizon +2027-03-01T23:24:40.674Z sunset +2027-03-02T08:11:48.129Z moonrise +2027-03-02T11:48:53.329Z sunrise +2027-03-02T13:16:46.828Z Moon culminates 33.83 degrees above the horizon 2027-03-02T17:36:54.028Z Sun culminates 54.31 degrees above the horizon 2027-03-02T18:23:30.980Z moonset -2027-03-02T23:25:19.287Z sunset +2027-03-02T23:25:19.286Z sunset 2027-03-03T05:40:05.784Z lunar apogee at 405206 km -2027-03-03T08:56:08.732Z moonrise +2027-03-03T08:56:08.731Z moonrise 2027-03-03T11:47:50.400Z sunrise -2027-03-03T14:06:10.649Z Moon culminates 35.98 degrees above the horizon +2027-03-03T14:06:10.648Z Moon culminates 35.98 degrees above the horizon 2027-03-03T17:36:41.644Z Sun culminates 54.70 degrees above the horizon 2027-03-03T19:19:20.504Z moonset 2027-03-03T23:25:57.575Z sunset -2027-03-04T09:35:30.087Z moonrise -2027-03-04T11:46:46.884Z sunrise -2027-03-04T14:53:27.966Z Moon culminates 39.28 degrees above the horizon +2027-03-04T09:35:30.086Z moonrise +2027-03-04T11:46:46.883Z sunrise +2027-03-04T14:53:27.965Z Moon culminates 39.28 degrees above the horizon 2027-03-04T17:36:28.809Z Sun culminates 55.08 degrees above the horizon -2027-03-04T20:15:40.025Z moonset +2027-03-04T20:15:40.026Z moonset 2027-03-04T22:58:55.172Z Mars aphelion at 1.6661 AU -2027-03-04T23:26:35.544Z sunset -2027-03-05T10:10:35.937Z moonrise -2027-03-05T11:45:42.805Z sunrise +2027-03-04T23:26:35.545Z sunset +2027-03-05T10:10:35.936Z moonrise +2027-03-05T11:45:42.804Z sunrise 2027-03-05T15:38:35.544Z Moon culminates 43.55 degrees above the horizon 2027-03-05T17:36:15.540Z Sun culminates 55.47 degrees above the horizon -2027-03-05T21:11:40.509Z moonset -2027-03-05T23:27:13.201Z sunset -2027-03-06T10:42:26.912Z moonrise -2027-03-06T11:44:38.192Z sunrise +2027-03-05T21:11:40.511Z moonset +2027-03-05T23:27:13.202Z sunset +2027-03-06T10:42:26.911Z moonrise +2027-03-06T11:44:38.190Z sunrise 2027-03-06T16:21:54.767Z Moon culminates 48.61 degrees above the horizon 2027-03-06T17:36:01.851Z Sun culminates 55.86 degrees above the horizon -2027-03-06T22:07:07.871Z moonset -2027-03-06T23:27:50.551Z sunset -2027-03-07T11:12:09.533Z moonrise -2027-03-07T11:43:33.168Z sunrise +2027-03-06T22:07:07.872Z moonset +2027-03-06T23:27:50.552Z sunset +2027-03-07T11:12:09.531Z moonrise +2027-03-07T11:43:33.166Z sunrise 2027-03-07T17:04:05.096Z Moon culminates 54.25 degrees above the horizon 2027-03-07T17:35:47.758Z Sun culminates 56.24 degrees above the horizon -2027-03-07T23:02:18.616Z moonset -2027-03-07T23:28:27.599Z sunset +2027-03-07T23:02:18.617Z moonset +2027-03-07T23:28:27.600Z sunset 2027-03-08T09:30:06.292Z new moon -2027-03-08T11:40:51.719Z moonrise -2027-03-08T11:42:27.559Z sunrise +2027-03-08T11:40:51.717Z moonrise +2027-03-08T11:42:27.557Z sunrise 2027-03-08T17:35:33.278Z Sun culminates 56.63 degrees above the horizon 2027-03-08T17:45:58.177Z Moon culminates 60.26 degrees above the horizon -2027-03-08T23:29:04.352Z sunset -2027-03-08T23:57:50.949Z moonset -2027-03-09T11:41:21.491Z sunrise -2027-03-09T12:09:43.215Z moonrise -2027-03-09T17:35:18.427Z Sun culminates 57.03 degrees above the horizon +2027-03-08T23:29:04.353Z sunset +2027-03-08T23:57:50.951Z moonset +2027-03-09T11:41:21.489Z sunrise +2027-03-09T12:09:43.213Z moonrise +2027-03-09T17:35:18.426Z Sun culminates 57.03 degrees above the horizon 2027-03-09T18:28:33.863Z Moon culminates 66.41 degrees above the horizon -2027-03-09T23:29:40.815Z sunset -2027-03-10T00:54:35.125Z moonset -2027-03-10T11:40:14.990Z sunrise -2027-03-10T12:39:58.836Z moonrise +2027-03-09T23:29:40.817Z sunset +2027-03-10T00:54:35.127Z moonset +2027-03-10T11:40:14.988Z sunrise +2027-03-10T12:39:58.835Z moonrise 2027-03-10T17:35:03.219Z Sun culminates 57.42 degrees above the horizon -2027-03-10T19:12:57.192Z Moon culminates 72.44 degrees above the horizon -2027-03-10T23:30:16.997Z sunset -2027-03-11T01:53:22.532Z moonset -2027-03-11T11:39:08.081Z sunrise -2027-03-11T13:13:02.602Z moonrise +2027-03-10T19:12:57.193Z Moon culminates 72.44 degrees above the horizon +2027-03-10T23:30:16.999Z sunset +2027-03-11T01:53:22.535Z moonset +2027-03-11T11:39:08.079Z sunrise +2027-03-11T13:13:02.601Z moonrise 2027-03-11T17:34:47.673Z Sun culminates 57.81 degrees above the horizon -2027-03-11T20:00:13.850Z Moon culminates 78.04 degrees above the horizon -2027-03-11T23:30:52.905Z sunset -2027-03-12T02:54:50.126Z moonset -2027-03-12T11:38:00.790Z sunrise +2027-03-11T20:00:13.851Z Moon culminates 78.04 degrees above the horizon +2027-03-11T23:30:52.907Z sunset +2027-03-12T02:54:50.129Z moonset +2027-03-12T11:38:00.788Z sunrise 2027-03-12T13:50:29.906Z moonrise 2027-03-12T17:34:31.805Z Sun culminates 58.20 degrees above the horizon -2027-03-12T20:51:20.342Z Moon culminates 82.87 degrees above the horizon -2027-03-12T23:31:28.547Z sunset -2027-03-13T03:58:56.742Z moonset -2027-03-13T11:36:53.144Z sunrise +2027-03-12T20:51:20.343Z Moon culminates 82.87 degrees above the horizon +2027-03-12T23:31:28.549Z sunset +2027-03-13T03:58:56.745Z moonset +2027-03-13T11:36:53.142Z sunrise 2027-03-13T14:34:01.905Z moonrise 2027-03-13T17:34:15.633Z Sun culminates 58.60 degrees above the horizon -2027-03-13T21:46:45.269Z Moon culminates 86.53 degrees above the horizon -2027-03-13T23:32:03.932Z sunset -2027-03-14T05:04:35.044Z moonset -2027-03-14T11:35:45.170Z sunrise -2027-03-14T15:25:02.716Z moonrise +2027-03-13T21:46:45.271Z Moon culminates 86.53 degrees above the horizon +2027-03-13T23:32:03.935Z sunset +2027-03-14T05:04:35.047Z moonset +2027-03-14T11:35:45.168Z sunrise +2027-03-14T15:25:02.717Z moonrise 2027-03-14T17:33:59.176Z Sun culminates 58.99 degrees above the horizon -2027-03-14T22:46:04.021Z Moon culminates 88.63 degrees above the horizon -2027-03-14T23:32:39.072Z sunset -2027-03-15T06:09:20.932Z moonset -2027-03-15T11:34:36.896Z sunrise -2027-03-15T16:23:55.057Z moonrise +2027-03-14T22:46:04.022Z Moon culminates 88.63 degrees above the horizon +2027-03-14T23:32:39.074Z sunset +2027-03-15T06:09:20.935Z moonset +2027-03-15T11:34:36.894Z sunrise +2027-03-15T16:23:55.058Z moonrise 2027-03-15T16:25:43.858Z first quarter 2027-03-15T17:33:42.454Z Sun culminates 59.39 degrees above the horizon -2027-03-15T23:33:13.977Z sunset -2027-03-15T23:47:43.787Z Moon culminates 88.86 degrees above the horizon -2027-03-16T00:24:14.319Z Mercury moves from Capricornus to Aquarius -2027-03-16T07:10:12.266Z moonset -2027-03-16T11:33:28.350Z sunrise +2027-03-15T23:33:13.979Z sunset +2027-03-15T23:47:43.788Z Moon culminates 88.86 degrees above the horizon +2027-03-16T00:24:15.114Z Mercury moves from Capricornus to Aquarius +2027-03-16T07:10:12.268Z moonset +2027-03-16T11:33:28.348Z sunrise 2027-03-16T17:29:17.989Z moonrise 2027-03-16T17:33:25.487Z Sun culminates 59.78 degrees above the horizon 2027-03-16T23:33:48.661Z sunset -2027-03-17T00:49:24.410Z Moon culminates 87.11 degrees above the horizon +2027-03-17T00:49:24.411Z Moon culminates 87.11 degrees above the horizon 2027-03-17T06:56:57.340Z Mercury max morning elongation: 27.63 degrees from Sun -2027-03-17T08:04:49.436Z moonset +2027-03-17T08:04:49.437Z moonset 2027-03-17T11:32:19.560Z sunrise -2027-03-17T12:02:43.775Z Jupiter moves from Leo to Cancer +2027-03-17T12:02:33.731Z Jupiter moves from Leo to Cancer 2027-03-17T17:33:08.296Z Sun culminates 60.18 degrees above the horizon 2027-03-17T18:38:19.060Z moonrise 2027-03-17T23:34:23.135Z sunset @@ -13614,77 +13614,77 @@ 2027-03-18T08:52:31.505Z moonset 2027-03-18T11:31:10.558Z sunrise 2027-03-18T17:32:50.903Z Sun culminates 60.57 degrees above the horizon -2027-03-18T19:47:52.511Z moonrise +2027-03-18T19:47:52.512Z moonrise 2027-03-18T23:34:57.314Z sunset 2027-03-19T02:45:00.944Z Moon culminates 78.41 degrees above the horizon 2027-03-19T04:28:54.778Z lunar perigee at 366426 km -2027-03-19T09:34:06.298Z moonset +2027-03-19T09:34:06.297Z moonset 2027-03-19T11:30:01.372Z sunrise 2027-03-19T17:32:33.330Z Sun culminates 60.97 degrees above the horizon 2027-03-19T20:55:56.076Z moonrise 2027-03-19T23:35:31.414Z sunset 2027-03-20T03:37:39.227Z Moon culminates 72.25 degrees above the horizon -2027-03-20T10:11:06.414Z moonset +2027-03-20T10:11:06.413Z moonset 2027-03-20T11:28:52.033Z sunrise 2027-03-20T17:32:15.602Z Sun culminates 61.36 degrees above the horizon -2027-03-20T20:24:44.049Z March equinox -2027-03-20T22:01:50.263Z moonrise +2027-03-20T20:24:43.453Z March equinox +2027-03-20T22:01:50.264Z moonrise 2027-03-20T23:36:05.352Z sunset 2027-03-21T04:27:32.344Z Moon culminates 65.50 degrees above the horizon -2027-03-21T10:45:14.253Z moonset -2027-03-21T11:27:42.571Z sunrise +2027-03-21T10:45:14.252Z moonset +2027-03-21T11:27:42.570Z sunrise 2027-03-21T17:31:57.741Z Sun culminates 61.76 degrees above the horizon -2027-03-21T23:05:53.764Z moonrise -2027-03-21T23:36:39.145Z sunset +2027-03-21T23:05:53.765Z moonrise +2027-03-21T23:36:39.146Z sunset 2027-03-22T05:15:45.418Z Moon culminates 58.60 degrees above the horizon 2027-03-22T07:20:33.251Z Mercury aphelion at 0.4667 AU 2027-03-22T10:44:17.992Z full moon -2027-03-22T11:18:06.930Z moonset -2027-03-22T11:26:33.015Z sunrise +2027-03-22T11:18:06.929Z moonset +2027-03-22T11:26:33.014Z sunrise 2027-03-22T17:31:39.771Z Sun culminates 62.15 degrees above the horizon -2027-03-22T23:37:12.811Z sunset -2027-03-23T00:08:49.544Z moonrise +2027-03-22T23:37:12.812Z sunset +2027-03-23T00:08:49.545Z moonrise 2027-03-23T06:03:27.206Z Moon culminates 51.96 degrees above the horizon -2027-03-23T11:25:23.397Z sunrise -2027-03-23T11:51:13.555Z moonset +2027-03-23T11:25:23.396Z sunrise +2027-03-23T11:51:13.554Z moonset 2027-03-23T17:31:21.718Z Sun culminates 62.54 degrees above the horizon -2027-03-23T23:37:46.368Z sunset -2027-03-24T01:11:17.178Z moonrise +2027-03-23T23:37:46.369Z sunset +2027-03-24T01:11:17.179Z moonrise 2027-03-24T06:51:38.269Z Moon culminates 45.94 degrees above the horizon -2027-03-24T09:31:55.661Z Venus moves from Capricornus to Aquarius -2027-03-24T11:24:13.746Z sunrise -2027-03-24T12:25:56.253Z moonset +2027-03-24T09:31:56.312Z Venus moves from Capricornus to Aquarius +2027-03-24T11:24:13.745Z sunrise +2027-03-24T12:25:56.251Z moonset 2027-03-24T17:31:03.604Z Sun culminates 62.94 degrees above the horizon 2027-03-24T23:18:45.615Z Neptune conjunction -2027-03-24T23:38:19.834Z sunset -2027-03-25T02:13:32.087Z moonrise +2027-03-24T23:38:19.835Z sunset +2027-03-25T02:13:32.088Z moonrise 2027-03-25T07:41:01.719Z Moon culminates 40.85 degrees above the horizon 2027-03-25T11:23:04.093Z sunrise -2027-03-25T13:03:29.280Z moonset +2027-03-25T13:03:29.278Z moonset 2027-03-25T17:30:45.454Z Sun culminates 63.33 degrees above the horizon 2027-03-25T23:38:53.226Z sunset -2027-03-26T03:15:11.134Z moonrise +2027-03-26T03:15:11.135Z moonrise 2027-03-26T08:31:54.452Z Moon culminates 36.92 degrees above the horizon -2027-03-26T11:21:54.469Z sunrise -2027-03-26T13:44:52.663Z moonset +2027-03-26T11:21:54.468Z sunrise +2027-03-26T13:44:52.661Z moonset 2027-03-26T17:30:27.290Z Sun culminates 63.72 degrees above the horizon 2027-03-26T23:39:26.559Z sunset -2027-03-27T04:15:09.393Z moonrise -2027-03-27T09:24:00.861Z Moon culminates 34.34 degrees above the horizon +2027-03-27T04:15:09.394Z moonrise +2027-03-27T09:24:00.860Z Moon culminates 34.34 degrees above the horizon 2027-03-27T11:20:44.901Z sunrise -2027-03-27T14:30:39.461Z moonset +2027-03-27T14:30:39.459Z moonset 2027-03-27T17:30:09.137Z Sun culminates 64.11 degrees above the horizon -2027-03-27T23:39:59.851Z sunset -2027-03-28T05:11:55.522Z moonrise -2027-03-28T10:16:34.463Z Moon culminates 33.19 degrees above the horizon +2027-03-27T23:39:59.850Z sunset +2027-03-28T05:11:55.523Z moonrise +2027-03-28T10:16:34.462Z Moon culminates 33.19 degrees above the horizon 2027-03-28T11:19:35.421Z sunrise -2027-03-28T15:20:41.654Z moonset +2027-03-28T15:20:41.653Z moonset 2027-03-28T17:29:51.015Z Sun culminates 64.51 degrees above the horizon 2027-03-28T23:40:33.114Z sunset -2027-03-29T06:04:04.143Z moonrise +2027-03-29T06:04:04.144Z moonrise 2027-03-29T11:08:31.444Z Moon culminates 33.48 degrees above the horizon 2027-03-29T11:18:26.058Z sunrise -2027-03-29T16:14:06.484Z moonset +2027-03-29T16:14:06.483Z moonset 2027-03-29T17:29:32.946Z Sun culminates 64.89 degrees above the horizon 2027-03-29T23:41:06.363Z sunset 2027-03-30T00:54:36.522Z third quarter @@ -13695,110 +13695,110 @@ 2027-03-30T17:29:14.950Z Sun culminates 65.28 degrees above the horizon 2027-03-30T23:41:39.610Z sunset 2027-03-31T01:33:45.781Z lunar apogee at 404315 km -2027-03-31T07:32:07.619Z moonrise -2027-03-31T11:16:07.791Z sunrise +2027-03-31T07:32:07.620Z moonrise +2027-03-31T11:16:07.790Z sunrise 2027-03-31T12:46:59.840Z Moon culminates 37.97 degrees above the horizon 2027-03-31T17:28:57.047Z Sun culminates 65.67 degrees above the horizon 2027-03-31T18:05:39.647Z moonset -2027-03-31T23:42:12.865Z sunset +2027-03-31T23:42:12.866Z sunset 2027-04-01T08:08:45.219Z moonrise -2027-04-01T11:14:58.942Z sunrise +2027-04-01T11:14:58.941Z sunrise 2027-04-01T13:32:47.701Z Moon culminates 41.85 degrees above the horizon 2027-04-01T17:28:39.255Z Sun culminates 66.06 degrees above the horizon -2027-04-01T19:01:33.740Z moonset -2027-04-01T23:42:46.139Z sunset +2027-04-01T19:01:33.741Z moonset +2027-04-01T23:42:46.140Z sunset 2027-04-02T08:41:42.764Z moonrise -2027-04-02T11:13:50.319Z sunrise -2027-04-02T14:16:36.092Z Moon culminates 46.57 degrees above the horizon +2027-04-02T11:13:50.317Z sunrise +2027-04-02T14:16:36.093Z Moon culminates 46.57 degrees above the horizon 2027-04-02T17:28:21.591Z Sun culminates 66.44 degrees above the horizon -2027-04-02T19:56:56.893Z moonset -2027-04-02T23:43:19.440Z sunset -2027-04-03T09:12:09.990Z moonrise -2027-04-03T11:12:41.946Z sunrise -2027-04-03T14:59:04.883Z Moon culminates 51.96 degrees above the horizon +2027-04-02T19:56:56.894Z moonset +2027-04-02T23:43:19.442Z sunset +2027-04-03T09:12:09.989Z moonrise +2027-04-03T11:12:41.945Z sunrise +2027-04-03T14:59:04.884Z Moon culminates 51.96 degrees above the horizon 2027-04-03T17:28:04.073Z Sun culminates 66.83 degrees above the horizon -2027-04-03T20:52:03.545Z moonset -2027-04-03T23:43:52.776Z sunset -2027-04-04T09:41:17.647Z moonrise -2027-04-04T11:11:33.849Z sunrise +2027-04-03T20:52:03.546Z moonset +2027-04-03T23:43:52.778Z sunset +2027-04-04T09:41:17.645Z moonrise +2027-04-04T11:11:33.848Z sunrise 2027-04-04T15:41:06.690Z Moon culminates 57.82 degrees above the horizon 2027-04-04T17:27:46.717Z Sun culminates 67.21 degrees above the horizon -2027-04-04T21:47:31.560Z moonset -2027-04-04T23:44:26.154Z sunset -2027-04-05T10:10:17.109Z moonrise -2027-04-05T11:10:26.053Z sunrise +2027-04-04T21:47:31.561Z moonset +2027-04-04T23:44:26.156Z sunset +2027-04-05T10:10:17.107Z moonrise +2027-04-05T11:10:26.051Z sunrise 2027-04-05T16:23:42.469Z Moon culminates 63.96 degrees above the horizon 2027-04-05T17:27:29.537Z Sun culminates 67.59 degrees above the horizon -2027-04-05T22:44:12.549Z moonset -2027-04-05T23:44:59.579Z sunset -2027-04-06T10:40:23.420Z moonrise -2027-04-06T11:09:18.581Z sunrise +2027-04-05T22:44:12.551Z moonset +2027-04-05T23:44:59.581Z sunset +2027-04-06T10:40:23.418Z moonrise +2027-04-06T11:09:18.579Z sunrise 2027-04-06T17:07:58.546Z Moon culminates 70.11 degrees above the horizon 2027-04-06T17:27:12.548Z Sun culminates 67.97 degrees above the horizon -2027-04-06T23:43:01.319Z moonset -2027-04-06T23:45:33.058Z sunset +2027-04-06T23:43:01.321Z moonset +2027-04-06T23:45:33.060Z sunset 2027-04-06T23:51:43.619Z new moon -2027-04-07T11:08:11.457Z sunrise -2027-04-07T11:12:59.535Z moonrise -2027-04-07T13:57:29.580Z Mercury moves from Aquarius to Pisces +2027-04-07T11:08:11.455Z sunrise +2027-04-07T11:12:59.533Z moonrise +2027-04-07T13:57:30.046Z Mercury moves from Aquarius to Pisces 2027-04-07T17:16:49.249Z Saturn conjunction 2027-04-07T17:26:55.765Z Sun culminates 68.34 degrees above the horizon 2027-04-07T17:55:02.424Z Moon culminates 75.98 degrees above the horizon -2027-04-07T23:46:06.594Z sunset -2027-04-08T00:44:40.837Z moonset -2027-04-08T11:07:04.705Z sunrise -2027-04-08T11:49:39.008Z moonrise +2027-04-07T23:46:06.596Z sunset +2027-04-08T00:44:40.839Z moonset +2027-04-08T11:07:04.703Z sunrise +2027-04-08T11:49:39.007Z moonrise 2027-04-08T17:26:39.202Z Sun culminates 68.72 degrees above the horizon -2027-04-08T18:45:53.462Z Moon culminates 81.20 degrees above the horizon -2027-04-08T23:46:40.192Z sunset -2027-04-09T01:49:18.390Z moonset -2027-04-09T11:05:58.348Z sunrise -2027-04-09T12:32:01.798Z moonrise +2027-04-08T18:45:53.463Z Moon culminates 81.20 degrees above the horizon +2027-04-08T23:46:40.194Z sunset +2027-04-09T01:49:18.393Z moonset +2027-04-09T11:05:58.346Z sunrise +2027-04-09T12:32:01.797Z moonrise 2027-04-09T17:26:22.873Z Sun culminates 69.09 degrees above the horizon 2027-04-09T19:41:04.398Z Moon culminates 85.35 degrees above the horizon -2027-04-09T23:47:13.856Z sunset -2027-04-10T02:55:54.916Z moonset -2027-04-10T11:04:52.410Z sunrise -2027-04-10T13:21:34.155Z moonrise +2027-04-09T23:47:13.858Z sunset +2027-04-10T02:55:54.919Z moonset +2027-04-10T11:04:52.408Z sunrise +2027-04-10T13:21:34.154Z moonrise 2027-04-10T17:26:06.791Z Sun culminates 69.46 degrees above the horizon -2027-04-10T20:40:15.126Z Moon culminates 87.99 degrees above the horizon -2027-04-10T23:47:47.591Z sunset -2027-04-11T04:02:07.992Z moonset -2027-04-11T11:03:46.916Z sunrise -2027-04-11T14:18:46.824Z moonrise +2027-04-10T20:40:15.127Z Moon culminates 87.99 degrees above the horizon +2027-04-10T23:47:47.593Z sunset +2027-04-11T04:02:07.995Z moonset +2027-04-11T11:03:46.914Z sunrise +2027-04-11T14:18:46.822Z moonrise 2027-04-11T17:25:50.971Z Sun culminates 69.83 degrees above the horizon -2027-04-11T21:41:54.986Z Moon culminates 88.80 degrees above the horizon -2027-04-11T23:48:21.401Z sunset -2027-04-12T05:04:44.456Z moonset -2027-04-12T11:02:41.890Z sunrise -2027-04-12T15:22:30.917Z moonrise +2027-04-11T21:41:54.987Z Moon culminates 88.80 degrees above the horizon +2027-04-11T23:48:21.402Z sunset +2027-04-12T05:04:44.459Z moonset +2027-04-12T11:02:41.889Z sunrise +2027-04-12T15:22:30.916Z moonrise 2027-04-12T17:25:35.428Z Sun culminates 70.19 degrees above the horizon -2027-04-12T19:06:53.357Z Mercury moves from Pisces to Cetus +2027-04-12T19:06:53.771Z Mercury moves from Pisces to Cetus 2027-04-12T22:43:40.812Z Moon culminates 87.63 degrees above the horizon -2027-04-12T23:48:55.288Z sunset -2027-04-13T06:01:04.288Z moonset -2027-04-13T11:01:37.358Z sunrise -2027-04-13T16:30:02.541Z moonrise -2027-04-13T17:25:20.177Z Sun culminates 70.56 degrees above the horizon +2027-04-12T23:48:55.289Z sunset +2027-04-13T06:01:04.290Z moonset +2027-04-13T11:01:37.357Z sunrise +2027-04-13T16:30:02.540Z moonrise +2027-04-13T17:25:20.176Z Sun culminates 70.56 degrees above the horizon 2027-04-13T22:57:12.950Z first quarter 2027-04-13T23:43:13.815Z Moon culminates 84.61 degrees above the horizon 2027-04-13T23:49:29.259Z sunset 2027-04-14T00:36:40.779Z lunar perigee at 369994 km -2027-04-14T06:50:08.550Z moonset +2027-04-14T06:50:08.551Z moonset 2027-04-14T11:00:33.346Z sunrise 2027-04-14T17:25:05.232Z Sun culminates 70.92 degrees above the horizon -2027-04-14T17:38:15.959Z moonrise +2027-04-14T17:38:15.958Z moonrise 2027-04-14T23:50:03.316Z sunset 2027-04-15T00:39:13.598Z Moon culminates 80.06 degrees above the horizon 2027-04-15T07:32:36.694Z moonset 2027-04-15T10:59:29.880Z sunrise 2027-04-15T17:24:50.610Z Sun culminates 71.27 degrees above the horizon -2027-04-15T17:43:37.805Z Mercury moves from Cetus to Pisces -2027-04-15T18:45:03.706Z moonrise +2027-04-15T17:43:38.176Z Mercury moves from Cetus to Pisces +2027-04-15T18:45:03.705Z moonrise 2027-04-15T23:50:37.467Z sunset 2027-04-16T01:31:31.206Z Moon culminates 74.39 degrees above the horizon 2027-04-16T08:10:00.673Z moonset -2027-04-16T08:44:17.087Z Venus moves from Aquarius to Pisces +2027-04-16T08:44:17.738Z Venus moves from Aquarius to Pisces 2027-04-16T10:58:26.988Z sunrise 2027-04-16T17:24:36.327Z Sun culminates 71.63 degrees above the horizon 2027-04-16T19:49:41.886Z moonrise @@ -13815,250 +13815,250 @@ 2027-04-18T10:56:23.032Z sunrise 2027-04-18T17:24:08.848Z Sun culminates 72.33 degrees above the horizon 2027-04-18T21:54:11.954Z moonrise -2027-04-18T23:52:20.539Z sunset +2027-04-18T23:52:20.540Z sunset 2027-04-19T03:54:57.766Z Moon culminates 54.75 degrees above the horizon -2027-04-19T09:48:46.684Z moonset -2027-04-19T10:55:22.025Z sunrise +2027-04-19T09:48:46.683Z moonset +2027-04-19T10:55:22.024Z sunrise 2027-04-19T17:23:55.686Z Sun culminates 72.68 degrees above the horizon -2027-04-19T22:55:40.849Z moonrise -2027-04-19T23:52:55.125Z sunset +2027-04-19T22:55:40.850Z moonrise +2027-04-19T23:52:55.126Z sunset 2027-04-20T04:42:08.791Z Moon culminates 48.56 degrees above the horizon -2027-04-20T10:22:19.119Z moonset -2027-04-20T10:54:21.701Z sunrise -2027-04-20T17:23:42.932Z Sun culminates 73.02 degrees above the horizon +2027-04-20T10:22:19.117Z moonset +2027-04-20T10:54:21.700Z sunrise +2027-04-20T17:23:42.931Z Sun culminates 73.02 degrees above the horizon 2027-04-20T22:27:43.107Z full moon 2027-04-20T23:53:29.837Z sunset 2027-04-20T23:57:25.699Z moonrise -2027-04-21T05:30:39.107Z Moon culminates 43.10 degrees above the horizon -2027-04-21T10:53:22.089Z sunrise -2027-04-21T10:58:25.982Z moonset -2027-04-21T17:23:30.603Z Sun culminates 73.36 degrees above the horizon -2027-04-21T23:54:04.679Z sunset -2027-04-22T00:59:19.939Z moonrise -2027-04-22T06:20:57.209Z Moon culminates 38.65 degrees above the horizon -2027-04-22T10:52:23.216Z sunrise -2027-04-22T11:38:15.294Z moonset -2027-04-22T17:23:18.715Z Sun culminates 73.70 degrees above the horizon +2027-04-21T05:30:39.106Z Moon culminates 43.10 degrees above the horizon +2027-04-21T10:53:22.087Z sunrise +2027-04-21T10:58:25.980Z moonset +2027-04-21T17:23:30.602Z Sun culminates 73.36 degrees above the horizon +2027-04-21T23:54:04.680Z sunset +2027-04-22T00:59:19.940Z moonrise +2027-04-22T06:20:57.207Z Moon culminates 38.65 degrees above the horizon +2027-04-22T10:52:23.214Z sunrise +2027-04-22T11:38:15.291Z moonset +2027-04-22T17:23:18.714Z Sun culminates 73.70 degrees above the horizon 2027-04-22T23:54:39.659Z sunset -2027-04-23T02:00:29.640Z moonrise -2027-04-23T07:12:58.023Z Moon culminates 35.47 degrees above the horizon -2027-04-23T10:51:25.110Z sunrise -2027-04-23T12:22:32.615Z moonset -2027-04-23T17:23:07.285Z Sun culminates 74.03 degrees above the horizon +2027-04-23T02:00:29.641Z moonrise +2027-04-23T07:12:58.022Z Moon culminates 35.47 degrees above the horizon +2027-04-23T10:51:25.109Z sunrise +2027-04-23T12:22:32.612Z moonset +2027-04-23T17:23:07.284Z Sun culminates 74.03 degrees above the horizon 2027-04-23T23:55:14.778Z sunset 2027-04-24T02:59:19.947Z moonrise -2027-04-24T08:05:59.314Z Moon culminates 33.70 degrees above the horizon -2027-04-24T10:50:27.799Z sunrise -2027-04-24T13:11:24.059Z moonset -2027-04-24T17:22:56.328Z Sun culminates 74.36 degrees above the horizon +2027-04-24T08:05:59.313Z Moon culminates 33.70 degrees above the horizon +2027-04-24T10:50:27.798Z sunrise +2027-04-24T13:11:24.056Z moonset +2027-04-24T17:22:56.327Z Sun culminates 74.36 degrees above the horizon 2027-04-24T23:55:50.041Z sunset -2027-04-25T00:45:15.288Z Mercury moves from Pisces to Aries -2027-04-25T03:54:04.987Z moonrise -2027-04-25T08:58:51.457Z Moon culminates 33.41 degrees above the horizon -2027-04-25T10:49:31.311Z sunrise -2027-04-25T14:04:05.813Z moonset -2027-04-25T17:22:45.858Z Sun culminates 74.69 degrees above the horizon -2027-04-25T20:06:39.551Z Venus moves from Pisces to Cetus +2027-04-25T00:45:15.659Z Mercury moves from Pisces to Aries +2027-04-25T03:54:04.988Z moonrise +2027-04-25T08:58:51.456Z Moon culminates 33.41 degrees above the horizon +2027-04-25T10:49:31.310Z sunrise +2027-04-25T14:04:05.810Z moonset +2027-04-25T17:22:45.857Z Sun culminates 74.69 degrees above the horizon +2027-04-25T20:06:40.192Z Venus moves from Pisces to Cetus 2027-04-25T23:56:25.448Z sunset -2027-04-26T04:43:28.507Z moonrise -2027-04-26T09:50:20.591Z Moon culminates 34.52 degrees above the horizon +2027-04-26T04:43:28.508Z moonrise +2027-04-26T09:50:20.590Z Moon culminates 34.52 degrees above the horizon 2027-04-26T10:48:35.670Z sunrise -2027-04-26T14:59:14.451Z moonset -2027-04-26T17:22:35.889Z Sun culminates 75.01 degrees above the horizon +2027-04-26T14:59:14.449Z moonset +2027-04-26T17:22:35.888Z Sun culminates 75.01 degrees above the horizon 2027-04-26T23:57:00.999Z sunset -2027-04-27T05:27:08.579Z moonrise +2027-04-27T05:27:08.581Z moonrise 2027-04-27T10:39:33.496Z Moon culminates 36.91 degrees above the horizon -2027-04-27T10:47:40.905Z sunrise -2027-04-27T15:55:17.833Z moonset +2027-04-27T10:47:40.904Z sunrise +2027-04-27T15:55:17.832Z moonset 2027-04-27T17:22:26.432Z Sun culminates 75.33 degrees above the horizon 2027-04-27T21:21:21.194Z lunar apogee at 404157 km 2027-04-27T23:57:36.693Z sunset -2027-04-28T06:05:34.042Z moonrise -2027-04-28T10:46:47.040Z sunrise +2027-04-28T06:05:34.043Z moonrise +2027-04-28T10:46:47.039Z sunrise 2027-04-28T11:26:10.853Z Moon culminates 40.38 degrees above the horizon 2027-04-28T16:51:07.359Z moonset 2027-04-28T17:22:17.500Z Sun culminates 75.64 degrees above the horizon 2027-04-28T20:18:33.564Z third quarter 2027-04-28T21:09:48.443Z Mercury superior conjunction -2027-04-28T23:58:12.524Z sunset -2027-04-29T05:13:12.083Z Venus moves from Cetus to Pisces +2027-04-28T23:58:12.525Z sunset +2027-04-29T05:13:12.775Z Venus moves from Cetus to Pisces 2027-04-29T06:39:44.706Z moonrise -2027-04-29T10:45:54.099Z sunrise -2027-04-29T12:10:26.216Z Moon culminates 44.73 degrees above the horizon -2027-04-29T17:22:09.101Z Sun culminates 75.96 degrees above the horizon -2027-04-29T17:46:13.823Z moonset +2027-04-29T10:45:54.098Z sunrise +2027-04-29T12:10:26.217Z Moon culminates 44.73 degrees above the horizon +2027-04-29T17:22:09.100Z Sun culminates 75.96 degrees above the horizon +2027-04-29T17:46:13.824Z moonset 2027-04-29T23:58:48.489Z sunset -2027-04-30T07:10:52.642Z moonrise -2027-04-30T10:45:02.106Z sunrise +2027-04-30T07:10:52.643Z moonrise +2027-04-30T10:45:02.105Z sunrise 2027-04-30T12:52:57.493Z Moon culminates 49.80 degrees above the horizon 2027-04-30T17:22:01.243Z Sun culminates 76.26 degrees above the horizon 2027-04-30T18:40:46.022Z moonset -2027-04-30T23:59:24.578Z sunset +2027-04-30T23:59:24.579Z sunset 2027-05-01T07:40:12.057Z moonrise -2027-05-01T10:44:11.084Z sunrise -2027-05-01T13:34:38.237Z Moon culminates 55.39 degrees above the horizon +2027-05-01T10:44:11.083Z sunrise +2027-05-01T13:34:38.238Z Moon culminates 55.39 degrees above the horizon 2027-05-01T17:21:53.933Z Sun culminates 76.57 degrees above the horizon 2027-05-01T19:35:21.278Z moonset -2027-05-02T00:00:00.784Z sunset -2027-05-02T08:08:56.978Z moonrise +2027-05-02T00:00:00.785Z sunset +2027-05-02T08:08:56.977Z moonrise 2027-05-02T10:43:21.052Z sunrise 2027-05-02T14:16:31.970Z Moon culminates 61.35 degrees above the horizon -2027-05-02T17:21:47.177Z Sun culminates 76.87 degrees above the horizon -2027-05-02T20:30:55.069Z moonset +2027-05-02T17:21:47.178Z Sun culminates 76.87 degrees above the horizon +2027-05-02T20:30:55.070Z moonset 2027-05-03T00:00:37.096Z sunset -2027-05-03T08:38:23.776Z moonrise -2027-05-03T10:42:32.033Z sunrise +2027-05-03T08:38:23.775Z moonrise +2027-05-03T10:42:32.032Z sunrise 2027-05-03T14:59:49.158Z Moon culminates 67.46 degrees above the horizon 2027-05-03T17:21:40.979Z Sun culminates 77.16 degrees above the horizon -2027-05-03T21:28:31.147Z moonset -2027-05-04T00:01:13.500Z sunset -2027-05-04T09:09:55.988Z moonrise -2027-05-04T10:41:44.044Z sunrise +2027-05-03T21:28:31.148Z moonset +2027-05-04T00:01:13.501Z sunset +2027-05-04T09:09:55.987Z moonrise +2027-05-04T10:41:44.043Z sunrise 2027-05-04T15:45:44.388Z Moon culminates 73.47 degrees above the horizon 2027-05-04T17:21:35.341Z Sun culminates 77.45 degrees above the horizon -2027-05-04T22:29:08.777Z moonset -2027-05-05T00:01:49.983Z sunset +2027-05-04T22:29:08.778Z moonset +2027-05-05T00:01:49.984Z sunset 2027-05-05T06:58:56.855Z Mercury perihelion at 0.3075 AU -2027-05-05T09:45:08.912Z moonrise -2027-05-05T10:40:57.104Z sunrise +2027-05-05T09:45:08.911Z moonrise +2027-05-05T10:40:57.103Z sunrise 2027-05-05T16:35:29.506Z Moon culminates 79.03 degrees above the horizon 2027-05-05T17:21:30.264Z Sun culminates 77.74 degrees above the horizon -2027-05-05T23:33:20.974Z moonset -2027-05-06T00:02:26.530Z sunset -2027-05-06T10:25:49.300Z moonrise -2027-05-06T10:40:11.231Z sunrise +2027-05-05T23:33:20.976Z moonset +2027-05-06T00:02:26.531Z sunset +2027-05-06T10:25:49.299Z moonrise +2027-05-06T10:40:11.229Z sunrise 2027-05-06T10:59:09.224Z new moon 2027-05-06T17:21:25.749Z Sun culminates 78.02 degrees above the horizon -2027-05-06T17:29:57.005Z Moon culminates 83.72 degrees above the horizon -2027-05-06T19:16:23.857Z Mercury moves from Aries to Taurus -2027-05-07T00:03:03.124Z sunset -2027-05-07T00:40:40.048Z moonset -2027-05-07T10:39:26.440Z sunrise -2027-05-07T11:13:40.588Z moonrise -2027-05-07T17:21:21.797Z Sun culminates 78.30 degrees above the horizon +2027-05-06T17:29:57.006Z Moon culminates 83.72 degrees above the horizon +2027-05-06T19:16:24.227Z Mercury moves from Aries to Taurus +2027-05-07T00:03:03.125Z sunset +2027-05-07T00:40:40.050Z moonset +2027-05-07T10:39:26.438Z sunrise +2027-05-07T11:13:40.586Z moonrise +2027-05-07T17:21:21.796Z Sun culminates 78.30 degrees above the horizon 2027-05-07T18:29:10.511Z Moon culminates 87.04 degrees above the horizon -2027-05-08T00:03:39.748Z sunset -2027-05-08T01:49:03.490Z moonset -2027-05-08T10:38:42.748Z sunrise -2027-05-08T12:09:42.132Z moonrise +2027-05-08T00:03:39.749Z sunset +2027-05-08T01:49:03.493Z moonset +2027-05-08T10:38:42.746Z sunrise +2027-05-08T12:09:42.130Z moonrise 2027-05-08T17:21:18.404Z Sun culminates 78.57 degrees above the horizon 2027-05-08T19:31:53.982Z Moon culminates 88.55 degrees above the horizon -2027-05-09T00:04:16.383Z sunset -2027-05-09T02:55:02.801Z moonset -2027-05-09T10:38:00.171Z sunrise -2027-05-09T13:13:11.191Z moonrise +2027-05-09T00:04:16.384Z sunset +2027-05-09T02:55:02.803Z moonset +2027-05-09T10:38:00.169Z sunrise +2027-05-09T13:13:11.188Z moonrise 2027-05-09T17:21:15.571Z Sun culminates 78.84 degrees above the horizon 2027-05-09T20:07:00.659Z lunar perigee at 366621 km 2027-05-09T20:35:33.943Z Moon culminates 88.02 degrees above the horizon 2027-05-10T00:04:53.010Z sunset -2027-05-10T03:55:07.552Z moonset -2027-05-10T09:09:56.835Z Jupiter moves from Cancer to Leo -2027-05-10T10:37:18.725Z sunrise -2027-05-10T14:21:23.309Z moonrise +2027-05-10T03:55:07.554Z moonset +2027-05-10T09:10:07.041Z Jupiter moves from Cancer to Leo +2027-05-10T10:37:18.723Z sunrise +2027-05-10T14:21:23.306Z moonrise 2027-05-10T17:21:13.295Z Sun culminates 79.10 degrees above the horizon 2027-05-10T21:37:17.876Z Moon culminates 85.50 degrees above the horizon -2027-05-11T00:05:29.609Z sunset -2027-05-11T04:47:27.242Z moonset +2027-05-11T00:05:29.608Z sunset +2027-05-11T04:47:27.243Z moonset 2027-05-11T10:36:38.425Z sunrise -2027-05-11T15:30:41.669Z moonrise -2027-05-11T17:21:11.575Z Sun culminates 79.36 degrees above the horizon -2027-05-11T22:35:09.606Z Moon culminates 81.32 degrees above the horizon -2027-05-12T00:06:06.160Z sunset -2027-05-12T05:32:15.984Z moonset -2027-05-12T10:35:59.288Z sunrise -2027-05-12T16:38:21.719Z moonrise -2027-05-12T17:21:10.408Z Sun culminates 79.61 degrees above the horizon -2027-05-12T23:28:39.519Z Moon culminates 75.93 degrees above the horizon -2027-05-13T00:06:42.643Z sunset +2027-05-11T15:30:41.667Z moonrise +2027-05-11T17:21:11.574Z Sun culminates 79.36 degrees above the horizon +2027-05-11T22:35:09.605Z Moon culminates 81.32 degrees above the horizon +2027-05-12T00:06:06.158Z sunset +2027-05-12T05:32:15.985Z moonset +2027-05-12T10:35:59.289Z sunrise +2027-05-12T16:38:21.717Z moonrise +2027-05-12T17:21:10.407Z Sun culminates 79.61 degrees above the horizon +2027-05-12T23:28:39.518Z Moon culminates 75.93 degrees above the horizon +2027-05-13T00:06:42.641Z sunset 2027-05-13T04:44:28.046Z first quarter 2027-05-13T06:11:04.079Z moonset -2027-05-13T10:35:21.331Z sunrise +2027-05-13T10:35:21.332Z sunrise 2027-05-13T17:21:09.792Z Sun culminates 79.86 degrees above the horizon -2027-05-13T17:43:17.362Z moonrise -2027-05-14T00:07:19.038Z sunset +2027-05-13T17:43:17.361Z moonrise +2027-05-14T00:07:19.037Z sunset 2027-05-14T00:18:24.817Z Moon culminates 69.79 degrees above the horizon 2027-05-14T06:45:44.230Z moonset -2027-05-14T10:34:44.570Z sunrise +2027-05-14T10:34:44.571Z sunrise 2027-05-14T17:21:09.727Z Sun culminates 80.10 degrees above the horizon 2027-05-14T18:45:41.474Z moonrise -2027-05-15T00:07:55.327Z sunset +2027-05-15T00:07:55.326Z sunset 2027-05-15T01:05:35.996Z Moon culminates 63.29 degrees above the horizon -2027-05-15T07:18:04.449Z moonset +2027-05-15T07:18:04.450Z moonset 2027-05-15T10:34:09.021Z sunrise 2027-05-15T17:21:10.211Z Sun culminates 80.34 degrees above the horizon -2027-05-15T19:46:26.987Z moonrise +2027-05-15T19:46:26.986Z moonrise 2027-05-16T00:08:31.491Z sunset 2027-05-16T01:51:32.731Z Moon culminates 56.79 degrees above the horizon 2027-05-16T07:49:41.797Z moonset -2027-05-16T10:33:34.700Z sunrise -2027-05-16T10:49:25.196Z Venus moves from Pisces to Aries +2027-05-16T10:33:34.699Z sunrise +2027-05-16T10:49:25.960Z Venus moves from Pisces to Aries 2027-05-16T17:21:11.243Z Sun culminates 80.57 degrees above the horizon 2027-05-16T20:46:35.551Z moonrise 2027-05-17T00:09:07.511Z sunset -2027-05-17T02:37:30.824Z Moon culminates 50.59 degrees above the horizon +2027-05-17T02:37:30.823Z Moon culminates 50.59 degrees above the horizon 2027-05-17T08:22:04.587Z moonset -2027-05-17T10:33:01.622Z sunrise +2027-05-17T10:33:01.621Z sunrise 2027-05-17T17:21:12.821Z Sun culminates 80.79 degrees above the horizon 2027-05-17T21:46:55.544Z moonrise 2027-05-18T00:09:43.369Z sunset 2027-05-18T03:24:34.146Z Moon culminates 44.98 degrees above the horizon -2027-05-18T08:56:35.190Z moonset -2027-05-18T10:32:29.804Z sunrise +2027-05-18T08:56:35.189Z moonset +2027-05-18T10:32:29.802Z sunrise 2027-05-18T17:21:14.944Z Sun culminates 81.02 degrees above the horizon -2027-05-18T22:47:44.193Z moonrise +2027-05-18T22:47:44.192Z moonrise 2027-05-19T00:10:19.046Z sunset -2027-05-19T04:13:26.328Z Moon culminates 40.24 degrees above the horizon -2027-05-19T09:34:28.712Z moonset -2027-05-19T10:31:59.259Z sunrise -2027-05-19T17:21:17.611Z Sun culminates 81.23 degrees above the horizon -2027-05-19T23:48:32.933Z moonrise +2027-05-19T04:13:26.327Z Moon culminates 40.24 degrees above the horizon +2027-05-19T09:34:28.710Z moonset +2027-05-19T10:31:59.257Z sunrise +2027-05-19T17:21:17.609Z Sun culminates 81.23 degrees above the horizon +2027-05-19T23:48:32.932Z moonrise 2027-05-20T00:10:54.523Z sunset -2027-05-20T05:04:20.545Z Moon culminates 36.63 degrees above the horizon -2027-05-20T10:16:44.091Z moonset -2027-05-20T10:31:30.004Z sunrise +2027-05-20T05:04:20.544Z Moon culminates 36.63 degrees above the horizon +2027-05-20T10:16:44.089Z moonset +2027-05-20T10:31:30.002Z sunrise 2027-05-20T10:59:38.491Z full moon -2027-05-20T17:21:20.817Z Sun culminates 81.44 degrees above the horizon -2027-05-21T00:11:29.781Z sunset -2027-05-21T00:48:03.664Z moonrise -2027-05-21T05:56:51.103Z Moon culminates 34.34 degrees above the horizon -2027-05-21T10:31:02.052Z sunrise -2027-05-21T11:03:47.180Z moonset -2027-05-21T17:21:24.561Z Sun culminates 81.64 degrees above the horizon -2027-05-22T00:12:04.800Z sunset -2027-05-22T01:44:27.436Z moonrise -2027-05-22T06:49:55.350Z Moon culminates 33.50 degrees above the horizon -2027-05-22T10:30:35.417Z sunrise -2027-05-22T11:55:13.614Z moonset -2027-05-22T17:21:28.839Z Sun culminates 81.84 degrees above the horizon -2027-05-23T00:12:39.558Z sunset +2027-05-20T17:21:20.816Z Sun culminates 81.44 degrees above the horizon +2027-05-21T00:11:29.780Z sunset +2027-05-21T00:48:03.663Z moonrise +2027-05-21T05:56:51.101Z Moon culminates 34.34 degrees above the horizon +2027-05-21T10:31:02.050Z sunrise +2027-05-21T11:03:47.178Z moonset +2027-05-21T17:21:24.560Z Sun culminates 81.64 degrees above the horizon +2027-05-22T00:12:04.799Z sunset +2027-05-22T01:44:27.435Z moonrise +2027-05-22T06:49:55.348Z Moon culminates 33.50 degrees above the horizon +2027-05-22T10:30:35.416Z sunrise +2027-05-22T11:55:13.611Z moonset +2027-05-22T17:21:28.838Z Sun culminates 81.84 degrees above the horizon +2027-05-23T00:12:39.557Z sunset 2027-05-23T02:36:04.465Z moonrise -2027-05-23T07:42:11.996Z Moon culminates 34.10 degrees above the horizon -2027-05-23T10:30:10.111Z sunrise -2027-05-23T12:49:48.009Z moonset -2027-05-23T17:21:33.647Z Sun culminates 82.03 degrees above the horizon -2027-05-24T00:13:14.034Z sunset +2027-05-23T07:42:11.994Z Moon culminates 34.10 degrees above the horizon +2027-05-23T10:30:10.110Z sunrise +2027-05-23T12:49:48.008Z moonset +2027-05-23T17:21:33.646Z Sun culminates 82.03 degrees above the horizon +2027-05-24T00:13:14.032Z sunset 2027-05-24T03:22:01.888Z moonrise -2027-05-24T08:32:29.429Z Moon culminates 36.04 degrees above the horizon +2027-05-24T08:32:29.428Z Moon culminates 36.04 degrees above the horizon 2027-05-24T10:29:46.147Z sunrise -2027-05-24T13:45:49.325Z moonset -2027-05-24T17:21:38.978Z Sun culminates 82.22 degrees above the horizon -2027-05-25T00:13:48.203Z sunset +2027-05-24T13:45:49.323Z moonset +2027-05-24T17:21:38.977Z Sun culminates 82.22 degrees above the horizon +2027-05-25T00:13:48.202Z sunset 2027-05-25T04:02:24.582Z moonrise 2027-05-25T09:20:07.797Z Moon culminates 39.13 degrees above the horizon 2027-05-25T10:29:23.535Z sunrise -2027-05-25T14:41:48.855Z moonset +2027-05-25T14:41:48.854Z moonset 2027-05-25T15:13:44.194Z lunar apogee at 404790 km -2027-05-25T17:21:44.825Z Sun culminates 82.40 degrees above the horizon +2027-05-25T17:21:44.824Z Sun culminates 82.40 degrees above the horizon 2027-05-26T00:14:22.041Z sunset 2027-05-26T04:38:00.206Z moonrise 2027-05-26T10:05:04.804Z Moon culminates 43.16 degrees above the horizon 2027-05-26T10:29:02.284Z sunrise 2027-05-26T15:36:56.421Z moonset 2027-05-26T17:21:51.180Z Sun culminates 82.58 degrees above the horizon -2027-05-27T00:14:55.523Z sunset +2027-05-27T00:14:55.522Z sunset 2027-05-27T05:09:57.343Z moonrise 2027-05-27T06:13:30.243Z Uranus conjunction -2027-05-27T10:28:42.401Z sunrise +2027-05-27T10:28:42.402Z sunrise 2027-05-27T10:47:48.855Z Moon culminates 47.92 degrees above the horizon 2027-05-27T16:31:05.340Z moonset 2027-05-27T17:21:58.033Z Sun culminates 82.74 degrees above the horizon @@ -14068,327 +14068,327 @@ 2027-05-28T10:28:23.894Z sunrise 2027-05-28T11:29:08.795Z Moon culminates 53.25 degrees above the horizon 2027-05-28T13:58:34.252Z third quarter -2027-05-28T17:22:05.372Z Sun culminates 82.91 degrees above the horizon +2027-05-28T17:22:05.373Z Sun culminates 82.91 degrees above the horizon 2027-05-28T17:24:44.076Z moonset 2027-05-29T00:16:01.304Z sunset -2027-05-29T06:07:54.205Z moonrise -2027-05-29T07:10:25.417Z Mercury moves from Taurus to Gemini +2027-05-29T06:07:54.204Z moonrise +2027-05-29T07:10:26.272Z Mercury moves from Taurus to Gemini 2027-05-29T10:28:06.765Z sunrise 2027-05-29T12:10:06.203Z Moon culminates 58.97 degrees above the horizon 2027-05-29T17:22:13.185Z Sun culminates 83.06 degrees above the horizon 2027-05-29T18:18:44.992Z moonset 2027-05-30T00:16:33.545Z sunset -2027-05-30T06:36:24.123Z moonrise -2027-05-30T10:27:51.016Z sunrise +2027-05-30T06:36:24.122Z moonrise +2027-05-30T10:27:51.017Z sunrise 2027-05-30T12:51:51.466Z Moon culminates 64.91 degrees above the horizon 2027-05-30T17:22:21.456Z Sun culminates 83.21 degrees above the horizon -2027-05-30T19:14:14.582Z moonset +2027-05-30T19:14:14.583Z moonset 2027-05-31T00:17:05.311Z sunset 2027-05-31T07:06:21.274Z moonrise -2027-05-31T10:27:36.648Z sunrise +2027-05-31T10:27:36.649Z sunrise 2027-05-31T13:35:41.945Z Moon culminates 70.87 degrees above the horizon -2027-05-31T17:22:30.168Z Sun culminates 83.36 degrees above the horizon -2027-05-31T20:12:23.646Z moonset +2027-05-31T17:22:30.169Z Sun culminates 83.36 degrees above the horizon +2027-05-31T20:12:23.647Z moonset 2027-06-01T00:17:36.569Z sunset 2027-06-01T07:39:18.140Z moonrise -2027-06-01T10:27:23.658Z sunrise +2027-06-01T10:27:23.659Z sunrise 2027-06-01T14:22:58.724Z Moon culminates 76.58 degrees above the horizon -2027-06-01T17:22:39.305Z Sun culminates 83.49 degrees above the horizon -2027-06-01T21:14:11.676Z moonset -2027-06-02T00:18:07.286Z sunset -2027-06-02T08:17:02.898Z moonrise -2027-06-02T10:27:12.042Z sunrise +2027-06-01T17:22:39.306Z Sun culminates 83.49 degrees above the horizon +2027-06-01T21:14:11.677Z moonset +2027-06-02T00:18:07.287Z sunset +2027-06-02T08:17:02.897Z moonrise +2027-06-02T10:27:12.043Z sunrise 2027-06-02T15:14:56.284Z Moon culminates 81.67 degrees above the horizon -2027-06-02T17:22:48.845Z Sun culminates 83.62 degrees above the horizon -2027-06-02T22:19:57.888Z moonset -2027-06-03T00:18:37.428Z sunset -2027-06-03T04:09:51.283Z Venus moves from Aries to Taurus +2027-06-02T17:22:48.846Z Sun culminates 83.62 degrees above the horizon +2027-06-02T22:19:57.890Z moonset +2027-06-03T00:18:37.430Z sunset +2027-06-03T04:09:51.903Z Venus moves from Aries to Taurus 2027-06-03T09:01:34.545Z moonrise 2027-06-03T10:27:01.794Z sunrise -2027-06-03T16:12:17.928Z Moon culminates 85.67 degrees above the horizon -2027-06-03T17:22:58.769Z Sun culminates 83.75 degrees above the horizon -2027-06-03T23:28:38.332Z moonset -2027-06-04T00:19:06.960Z sunset -2027-06-04T09:54:34.526Z moonrise -2027-06-04T10:26:52.906Z sunrise +2027-06-03T16:12:17.929Z Moon culminates 85.67 degrees above the horizon +2027-06-03T17:22:58.770Z Sun culminates 83.75 degrees above the horizon +2027-06-03T23:28:38.333Z moonset +2027-06-04T00:19:06.961Z sunset +2027-06-04T09:54:34.525Z moonrise +2027-06-04T10:26:52.905Z sunrise 2027-06-04T17:14:36.680Z Moon culminates 88.05 degrees above the horizon 2027-06-04T17:23:09.055Z Sun culminates 83.87 degrees above the horizon 2027-06-04T19:40:50.809Z new moon -2027-06-05T00:19:35.846Z sunset -2027-06-05T00:37:17.197Z moonset -2027-06-05T10:26:45.368Z sunrise -2027-06-05T10:56:24.708Z moonrise -2027-06-05T17:23:19.679Z Sun culminates 83.98 degrees above the horizon +2027-06-05T00:19:35.847Z sunset +2027-06-05T00:37:17.198Z moonset +2027-06-05T10:26:45.367Z sunrise +2027-06-05T10:56:24.707Z moonrise +2027-06-05T17:23:19.678Z Sun culminates 83.98 degrees above the horizon 2027-06-05T18:19:46.855Z Moon culminates 88.41 degrees above the horizon 2027-06-06T00:20:04.049Z sunset -2027-06-06T01:41:50.561Z moonset -2027-06-06T10:26:39.169Z sunrise -2027-06-06T12:05:05.947Z moonrise +2027-06-06T01:41:50.562Z moonset +2027-06-06T10:26:39.168Z sunrise +2027-06-06T12:05:05.946Z moonrise 2027-06-06T14:53:12.669Z lunar perigee at 361692 km -2027-06-06T17:23:30.617Z Sun culminates 84.08 degrees above the horizon -2027-06-06T19:24:33.516Z Moon culminates 86.60 degrees above the horizon -2027-06-07T00:20:31.534Z sunset -2027-06-07T02:39:06.286Z moonset -2027-06-07T10:26:34.299Z sunrise -2027-06-07T13:16:42.690Z moonrise -2027-06-07T17:23:41.847Z Sun culminates 84.18 degrees above the horizon -2027-06-07T20:26:01.314Z Moon culminates 82.87 degrees above the horizon -2027-06-08T00:20:58.264Z sunset -2027-06-08T03:28:10.122Z moonset +2027-06-06T17:23:30.616Z Sun culminates 84.08 degrees above the horizon +2027-06-06T19:24:33.515Z Moon culminates 86.60 degrees above the horizon +2027-06-07T00:20:31.533Z sunset +2027-06-07T02:39:06.285Z moonset +2027-06-07T10:26:34.298Z sunrise +2027-06-07T13:16:42.689Z moonrise +2027-06-07T17:23:41.846Z Sun culminates 84.18 degrees above the horizon +2027-06-07T20:26:01.313Z Moon culminates 82.87 degrees above the horizon +2027-06-08T00:20:58.262Z sunset +2027-06-08T03:28:10.121Z moonset 2027-06-08T10:26:30.745Z sunrise -2027-06-08T14:27:24.311Z moonrise -2027-06-08T17:23:53.343Z Sun culminates 84.27 degrees above the horizon -2027-06-08T21:22:45.975Z Moon culminates 77.69 degrees above the horizon -2027-06-09T00:21:24.204Z sunset +2027-06-08T14:27:24.310Z moonrise +2027-06-08T17:23:53.342Z Sun culminates 84.27 degrees above the horizon +2027-06-08T21:22:45.974Z Moon culminates 77.69 degrees above the horizon +2027-06-09T00:21:24.201Z sunset 2027-06-09T04:10:05.502Z moonset -2027-06-09T10:26:28.495Z sunrise -2027-06-09T15:35:03.645Z moonrise -2027-06-09T17:24:05.082Z Sun culminates 84.36 degrees above the horizon -2027-06-09T22:14:56.261Z Moon culminates 71.60 degrees above the horizon -2027-06-10T00:21:49.319Z sunset +2027-06-09T10:26:28.496Z sunrise +2027-06-09T15:35:03.643Z moonrise +2027-06-09T17:24:05.081Z Sun culminates 84.36 degrees above the horizon +2027-06-09T22:14:56.260Z Moon culminates 71.60 degrees above the horizon +2027-06-10T00:21:49.316Z sunset 2027-06-10T04:46:46.320Z moonset -2027-06-10T10:26:27.536Z sunrise -2027-06-10T16:39:21.929Z moonrise -2027-06-10T17:24:17.042Z Sun culminates 84.43 degrees above the horizon +2027-06-10T10:26:27.537Z sunrise +2027-06-10T16:39:21.928Z moonrise +2027-06-10T17:24:17.041Z Sun culminates 84.43 degrees above the horizon 2027-06-10T23:03:35.832Z Moon culminates 65.08 degrees above the horizon -2027-06-11T00:22:13.576Z sunset +2027-06-11T00:22:13.574Z sunset 2027-06-11T05:20:10.658Z moonset -2027-06-11T10:26:27.854Z sunrise +2027-06-11T10:26:27.856Z sunrise 2027-06-11T10:56:41.544Z first quarter 2027-06-11T17:24:29.198Z Sun culminates 84.50 degrees above the horizon -2027-06-11T17:41:04.410Z moonrise +2027-06-11T17:41:04.409Z moonrise 2027-06-11T23:50:07.960Z Moon culminates 58.51 degrees above the horizon -2027-06-12T00:22:36.944Z sunset +2027-06-12T00:22:36.942Z sunset 2027-06-12T05:52:04.886Z moonset -2027-06-12T10:26:29.437Z sunrise +2027-06-12T10:26:29.438Z sunrise 2027-06-12T17:24:41.530Z Sun culminates 84.57 degrees above the horizon 2027-06-12T18:41:18.163Z moonrise 2027-06-13T00:22:59.393Z sunset 2027-06-13T00:35:55.735Z Moon culminates 52.23 degrees above the horizon 2027-06-13T06:24:03.504Z moonset -2027-06-13T10:26:32.269Z sunrise +2027-06-13T10:26:32.270Z sunrise 2027-06-13T17:24:54.015Z Sun culminates 84.63 degrees above the horizon -2027-06-13T19:41:04.603Z moonrise -2027-06-14T00:23:20.896Z sunset +2027-06-13T19:41:04.602Z moonrise +2027-06-14T00:23:20.895Z sunset 2027-06-14T01:22:12.334Z Moon culminates 46.49 degrees above the horizon -2027-06-14T06:57:32.946Z moonset +2027-06-14T06:57:32.947Z moonset 2027-06-14T10:26:36.336Z sunrise -2027-06-14T17:25:06.633Z Sun culminates 84.68 degrees above the horizon -2027-06-14T20:41:00.672Z moonrise +2027-06-14T17:25:06.632Z Sun culminates 84.68 degrees above the horizon +2027-06-14T20:41:00.671Z moonrise 2027-06-15T00:23:41.424Z sunset -2027-06-15T02:09:53.847Z Moon culminates 41.54 degrees above the horizon -2027-06-15T07:33:53.017Z moonset -2027-06-15T10:26:41.623Z sunrise -2027-06-15T17:25:19.362Z Sun culminates 84.72 degrees above the horizon -2027-06-15T21:41:03.543Z moonrise +2027-06-15T02:09:53.846Z Moon culminates 41.54 degrees above the horizon +2027-06-15T07:33:53.016Z moonset +2027-06-15T10:26:41.621Z sunrise +2027-06-15T17:25:19.361Z Sun culminates 84.72 degrees above the horizon +2027-06-15T21:41:03.542Z moonrise 2027-06-16T00:24:00.953Z sunset -2027-06-16T02:59:30.521Z Moon culminates 37.62 degrees above the horizon -2027-06-16T08:14:11.928Z moonset -2027-06-16T10:26:48.113Z sunrise -2027-06-16T13:56:45.302Z Mercury moves from Gemini to Orion -2027-06-16T17:25:32.183Z Sun culminates 84.76 degrees above the horizon -2027-06-16T22:40:21.647Z moonrise +2027-06-16T02:59:30.520Z Moon culminates 37.62 degrees above the horizon +2027-06-16T08:14:11.927Z moonset +2027-06-16T10:26:48.111Z sunrise +2027-06-16T13:56:43.308Z Mercury moves from Gemini to Orion +2027-06-16T17:25:32.182Z Sun culminates 84.76 degrees above the horizon +2027-06-16T22:40:21.646Z moonrise 2027-06-17T00:24:19.459Z sunset -2027-06-17T03:50:57.237Z Moon culminates 34.94 degrees above the horizon -2027-06-17T08:59:12.752Z moonset -2027-06-17T10:26:55.790Z sunrise -2027-06-17T17:25:45.076Z Sun culminates 84.79 degrees above the horizon -2027-06-17T23:37:22.290Z moonrise -2027-06-18T00:24:36.918Z sunset -2027-06-18T04:43:29.609Z Moon culminates 33.64 degrees above the horizon +2027-06-17T03:50:57.236Z Moon culminates 34.94 degrees above the horizon +2027-06-17T08:59:12.751Z moonset +2027-06-17T10:26:55.789Z sunrise +2027-06-17T17:25:45.075Z Sun culminates 84.79 degrees above the horizon +2027-06-17T23:37:22.289Z moonrise +2027-06-18T00:24:36.917Z sunset +2027-06-18T04:43:29.608Z Moon culminates 33.64 degrees above the horizon 2027-06-18T06:36:23.656Z Mercury aphelion at 0.4667 AU -2027-06-18T09:48:54.779Z moonset -2027-06-18T10:27:04.639Z sunrise -2027-06-18T17:25:58.021Z Sun culminates 84.81 degrees above the horizon -2027-06-19T00:24:53.309Z sunset -2027-06-19T00:30:22.192Z moonrise +2027-06-18T09:48:54.778Z moonset +2027-06-18T10:27:04.638Z sunrise +2027-06-18T17:25:58.020Z Sun culminates 84.81 degrees above the horizon +2027-06-19T00:24:53.307Z sunset +2027-06-19T00:30:22.190Z moonrise 2027-06-19T00:45:01.376Z full moon -2027-06-19T05:35:53.995Z Moon culminates 33.78 degrees above the horizon +2027-06-19T05:35:53.994Z Moon culminates 33.78 degrees above the horizon 2027-06-19T10:27:14.643Z sunrise -2027-06-19T10:42:23.174Z moonset -2027-06-19T17:26:10.999Z Sun culminates 84.83 degrees above the horizon -2027-06-20T00:25:08.609Z sunset -2027-06-20T01:18:07.826Z moonrise -2027-06-20T06:26:51.905Z Moon culminates 35.29 degrees above the horizon -2027-06-20T10:27:25.784Z sunrise +2027-06-19T10:42:23.173Z moonset +2027-06-19T17:26:10.998Z Sun culminates 84.83 degrees above the horizon +2027-06-20T00:25:08.607Z sunset +2027-06-20T01:18:07.824Z moonrise +2027-06-20T06:26:51.904Z Moon culminates 35.29 degrees above the horizon +2027-06-20T10:27:25.785Z sunrise 2027-06-20T11:38:02.475Z moonset 2027-06-20T17:26:23.990Z Sun culminates 84.84 degrees above the horizon -2027-06-21T00:25:22.798Z sunset -2027-06-21T02:00:19.121Z moonrise -2027-06-21T07:15:26.447Z Moon culminates 38.01 degrees above the horizon -2027-06-21T10:27:38.044Z sunrise +2027-06-21T00:25:22.797Z sunset +2027-06-21T02:00:19.119Z moonrise +2027-06-21T07:15:26.446Z Moon culminates 38.01 degrees above the horizon +2027-06-21T10:27:38.045Z sunrise 2027-06-21T12:34:11.803Z moonset -2027-06-21T14:10:33.482Z June solstice +2027-06-21T14:10:33.792Z June solstice 2027-06-21T17:26:36.976Z Sun culminates 84.84 degrees above the horizon -2027-06-22T00:25:35.856Z sunset -2027-06-22T02:37:25.198Z moonrise +2027-06-22T00:25:35.855Z sunset +2027-06-22T02:37:25.197Z moonrise 2027-06-22T05:07:10.899Z lunar apogee at 405686 km 2027-06-22T08:01:16.364Z Moon culminates 41.75 degrees above the horizon -2027-06-22T10:27:51.404Z sunrise -2027-06-22T13:29:39.112Z moonset +2027-06-22T10:27:51.406Z sunrise +2027-06-22T13:29:39.113Z moonset 2027-06-22T17:26:49.936Z Sun culminates 84.83 degrees above the horizon -2027-06-23T00:25:47.763Z sunset -2027-06-23T03:10:24.762Z moonrise +2027-06-23T00:25:47.762Z sunset +2027-06-23T03:10:24.761Z moonrise 2027-06-23T07:53:04.500Z Mercury inferior conjunction 2027-06-23T08:44:34.747Z Moon culminates 46.28 degrees above the horizon -2027-06-23T10:28:05.844Z sunrise -2027-06-23T14:23:55.980Z moonset +2027-06-23T10:28:05.846Z sunrise +2027-06-23T14:23:55.981Z moonset 2027-06-23T17:27:02.851Z Sun culminates 84.82 degrees above the horizon -2027-06-24T00:25:58.500Z sunset -2027-06-24T03:40:28.062Z moonrise +2027-06-24T00:25:58.499Z sunset +2027-06-24T03:40:28.061Z moonrise 2027-06-24T09:25:59.844Z Moon culminates 51.40 degrees above the horizon -2027-06-24T10:28:21.342Z sunrise -2027-06-24T15:17:14.055Z moonset +2027-06-24T10:28:21.344Z sunrise +2027-06-24T15:17:14.056Z moonset 2027-06-24T17:27:15.699Z Sun culminates 84.80 degrees above the horizon 2027-06-25T00:26:08.047Z sunset -2027-06-25T04:08:47.392Z moonrise +2027-06-25T04:08:47.390Z moonrise 2027-06-25T10:06:25.909Z Moon culminates 56.94 degrees above the horizon -2027-06-25T10:28:37.875Z sunrise -2027-06-25T16:10:14.155Z moonset +2027-06-25T10:28:37.877Z sunrise +2027-06-25T16:10:14.156Z moonset 2027-06-25T17:27:28.460Z Sun culminates 84.78 degrees above the horizon 2027-06-26T00:26:16.386Z sunset -2027-06-26T04:36:35.216Z moonrise -2027-06-26T10:28:55.419Z sunrise +2027-06-26T04:36:35.215Z moonrise +2027-06-26T10:28:55.421Z sunrise 2027-06-26T10:46:57.573Z Moon culminates 62.71 degrees above the horizon -2027-06-26T17:03:55.750Z moonset -2027-06-26T17:27:41.111Z Sun culminates 84.75 degrees above the horizon +2027-06-26T17:03:55.752Z moonset +2027-06-26T17:27:41.112Z Sun culminates 84.75 degrees above the horizon 2027-06-27T00:26:23.498Z sunset 2027-06-27T04:54:54.962Z third quarter -2027-06-27T05:05:07.123Z moonrise -2027-06-27T10:29:13.947Z sunrise -2027-06-27T11:28:47.490Z Moon culminates 68.56 degrees above the horizon -2027-06-27T17:27:53.630Z Sun culminates 84.71 degrees above the horizon -2027-06-27T17:59:28.240Z moonset -2027-06-28T00:26:29.365Z sunset -2027-06-28T05:35:47.392Z moonrise -2027-06-28T10:29:33.432Z sunrise -2027-06-28T12:13:14.977Z Moon culminates 74.26 degrees above the horizon -2027-06-28T17:28:05.994Z Sun culminates 84.66 degrees above the horizon -2027-06-28T18:58:00.565Z moonset -2027-06-29T00:26:33.968Z sunset +2027-06-27T05:05:07.122Z moonrise +2027-06-27T10:29:13.950Z sunrise +2027-06-27T11:28:47.491Z Moon culminates 68.56 degrees above the horizon +2027-06-27T17:27:53.631Z Sun culminates 84.71 degrees above the horizon +2027-06-27T17:59:28.242Z moonset +2027-06-28T00:26:29.364Z sunset +2027-06-28T05:35:47.391Z moonrise +2027-06-28T10:29:33.435Z sunrise +2027-06-28T12:13:14.978Z Moon culminates 74.26 degrees above the horizon +2027-06-28T17:28:05.996Z Sun culminates 84.66 degrees above the horizon +2027-06-28T18:58:00.567Z moonset +2027-06-29T00:26:33.967Z sunset 2027-06-29T06:10:15.160Z moonrise -2027-06-29T10:29:53.844Z sunrise -2027-06-29T13:01:41.537Z Moon culminates 79.53 degrees above the horizon -2027-06-29T17:28:18.179Z Sun culminates 84.61 degrees above the horizon -2027-06-29T20:00:22.442Z moonset +2027-06-29T10:29:53.847Z sunrise +2027-06-29T13:01:41.539Z Moon culminates 79.53 degrees above the horizon +2027-06-29T17:28:18.180Z Sun culminates 84.61 degrees above the horizon +2027-06-29T20:00:22.444Z moonset 2027-06-30T00:26:37.289Z sunset 2027-06-30T06:50:27.001Z moonrise -2027-06-30T10:30:15.151Z sunrise -2027-06-30T13:55:16.783Z Moon culminates 84.00 degrees above the horizon -2027-06-30T17:28:30.160Z Sun culminates 84.55 degrees above the horizon -2027-06-30T21:06:30.472Z moonset -2027-07-01T00:26:39.312Z sunset -2027-07-01T07:38:25.618Z moonrise -2027-07-01T10:30:37.322Z sunrise -2027-07-01T14:54:27.952Z Moon culminates 87.16 degrees above the horizon -2027-07-01T16:32:54.202Z Mercury moves from Orion to Taurus -2027-07-01T17:28:41.911Z Sun culminates 84.49 degrees above the horizon -2027-07-01T22:14:45.491Z moonset -2027-07-02T00:26:40.020Z sunset +2027-06-30T10:30:15.154Z sunrise +2027-06-30T13:55:16.785Z Moon culminates 84.00 degrees above the horizon +2027-06-30T17:28:30.161Z Sun culminates 84.55 degrees above the horizon +2027-06-30T21:06:30.475Z moonset +2027-07-01T00:26:39.313Z sunset +2027-07-01T07:38:25.619Z moonrise +2027-07-01T10:30:37.324Z sunrise +2027-07-01T14:54:27.953Z Moon culminates 87.16 degrees above the horizon +2027-07-01T16:32:50.952Z Mercury moves from Orion to Taurus +2027-07-01T17:28:41.913Z Sun culminates 84.49 degrees above the horizon +2027-07-01T22:14:45.494Z moonset +2027-07-02T00:26:40.021Z sunset 2027-07-02T08:35:37.875Z moonrise -2027-07-02T10:31:00.321Z sunrise -2027-07-02T15:58:18.510Z Moon culminates 88.53 degrees above the horizon -2027-07-02T17:28:53.409Z Sun culminates 84.41 degrees above the horizon -2027-07-02T23:21:42.373Z moonset -2027-07-03T00:26:39.397Z sunset +2027-07-02T10:31:00.323Z sunrise +2027-07-02T15:58:18.512Z Moon culminates 88.53 degrees above the horizon +2027-07-02T17:28:53.410Z Sun culminates 84.41 degrees above the horizon +2027-07-02T23:21:42.374Z moonset +2027-07-03T00:26:39.398Z sunset 2027-07-03T09:41:41.024Z moonrise -2027-07-03T10:31:24.114Z sunrise -2027-07-03T12:15:58.398Z Venus moves from Taurus to Gemini -2027-07-03T17:04:12.182Z Moon culminates 87.75 degrees above the horizon -2027-07-03T17:29:04.626Z Sun culminates 84.33 degrees above the horizon -2027-07-04T00:23:25.008Z moonset -2027-07-04T00:26:37.426Z sunset +2027-07-03T10:31:24.115Z sunrise +2027-07-03T12:15:59.029Z Venus moves from Taurus to Gemini +2027-07-03T17:04:12.183Z Moon culminates 87.75 degrees above the horizon +2027-07-03T17:29:04.627Z Sun culminates 84.33 degrees above the horizon +2027-07-04T00:23:25.009Z moonset +2027-07-04T00:26:37.427Z sunset 2027-07-04T03:02:33.252Z new moon -2027-07-04T10:31:48.666Z sunrise +2027-07-04T10:31:48.665Z sunrise 2027-07-04T10:53:38.047Z moonrise -2027-07-04T11:39:12.592Z Mars moves from Leo to Virgo +2027-07-04T11:39:14.052Z Mars moves from Leo to Virgo 2027-07-04T17:29:15.538Z Sun culminates 84.25 degrees above the horizon 2027-07-04T18:08:46.404Z Moon culminates 84.82 degrees above the horizon 2027-07-04T20:55:09.470Z lunar perigee at 358273 km -2027-07-05T00:26:34.095Z sunset -2027-07-05T01:17:28.116Z moonset +2027-07-05T00:26:34.094Z sunset +2027-07-05T01:17:28.115Z moonset 2027-07-05T05:04:14.755Z Earth aphelion at 1.0167 AU 2027-07-05T10:32:13.939Z sunrise 2027-07-05T12:07:06.798Z moonrise -2027-07-05T17:29:26.120Z Sun culminates 84.16 degrees above the horizon +2027-07-05T17:29:26.119Z Sun culminates 84.16 degrees above the horizon 2027-07-05T19:09:27.971Z Moon culminates 80.09 degrees above the horizon -2027-07-06T00:26:29.387Z sunset -2027-07-06T02:03:46.269Z moonset -2027-07-06T10:32:39.898Z sunrise +2027-07-06T00:26:29.385Z sunset +2027-07-06T02:03:46.268Z moonset +2027-07-06T10:32:39.899Z sunrise 2027-07-06T13:18:36.940Z moonrise 2027-07-06T17:29:36.346Z Sun culminates 84.06 degrees above the horizon -2027-07-06T20:05:24.710Z Moon culminates 74.12 degrees above the horizon -2027-07-07T00:26:23.291Z sunset -2027-07-07T02:43:47.586Z moonset -2027-07-07T10:33:06.510Z sunrise +2027-07-06T20:05:24.709Z Moon culminates 74.12 degrees above the horizon +2027-07-07T00:26:23.288Z sunset +2027-07-07T02:43:47.585Z moonset +2027-07-07T10:33:06.511Z sunrise 2027-07-07T14:26:39.214Z moonrise -2027-07-07T17:29:46.195Z Sun culminates 83.95 degrees above the horizon -2027-07-07T20:57:08.196Z Moon culminates 67.48 degrees above the horizon -2027-07-07T22:12:13.914Z Mercury moves from Taurus to Orion -2027-07-08T00:26:15.795Z sunset -2027-07-08T03:19:30.311Z moonset -2027-07-08T10:33:33.739Z sunrise +2027-07-07T17:29:46.194Z Sun culminates 83.95 degrees above the horizon +2027-07-07T20:57:08.195Z Moon culminates 67.48 degrees above the horizon +2027-07-07T22:12:16.958Z Mercury moves from Taurus to Orion +2027-07-08T00:26:15.793Z sunset +2027-07-08T03:19:30.310Z moonset +2027-07-08T10:33:33.740Z sunrise 2027-07-08T15:31:22.559Z moonrise 2027-07-08T17:29:55.644Z Sun culminates 83.84 degrees above the horizon 2027-07-08T21:45:51.946Z Moon culminates 60.68 degrees above the horizon -2027-07-09T00:26:06.892Z sunset -2027-07-09T03:52:48.869Z moonset -2027-07-09T10:34:01.551Z sunrise +2027-07-09T00:26:06.890Z sunset +2027-07-09T03:52:48.868Z moonset +2027-07-09T10:34:01.552Z sunrise 2027-07-09T16:33:43.137Z moonrise 2027-07-09T17:30:04.673Z Sun culminates 83.72 degrees above the horizon 2027-07-09T22:33:00.136Z Moon culminates 54.11 degrees above the horizon -2027-07-10T00:25:56.574Z sunset +2027-07-10T00:25:56.573Z sunset 2027-07-10T04:25:25.251Z moonset -2027-07-10T10:34:29.914Z sunrise +2027-07-10T10:34:29.915Z sunrise 2027-07-10T17:30:13.263Z Sun culminates 83.59 degrees above the horizon 2027-07-10T17:34:45.110Z moonrise 2027-07-10T18:39:34.964Z first quarter 2027-07-10T23:19:51.223Z Moon culminates 48.08 degrees above the horizon 2027-07-11T00:25:44.838Z sunset -2027-07-11T04:58:50.810Z moonset +2027-07-11T04:58:50.809Z moonset 2027-07-11T10:34:58.795Z sunrise 2027-07-11T17:30:21.397Z Sun culminates 83.46 degrees above the horizon 2027-07-11T18:35:16.088Z moonrise -2027-07-12T00:07:29.074Z Moon culminates 42.83 degrees above the horizon -2027-07-12T00:25:31.682Z sunset -2027-07-12T05:34:28.844Z moonset -2027-07-12T10:35:28.163Z sunrise +2027-07-12T00:07:29.073Z Moon culminates 42.83 degrees above the horizon +2027-07-12T00:25:31.683Z sunset +2027-07-12T05:34:28.842Z moonset +2027-07-12T10:35:28.162Z sunrise 2027-07-12T17:30:29.059Z Sun culminates 83.33 degrees above the horizon 2027-07-12T19:35:30.397Z moonrise -2027-07-13T00:25:17.105Z sunset -2027-07-13T00:56:35.218Z Moon culminates 38.58 degrees above the horizon -2027-07-13T06:13:32.681Z moonset -2027-07-13T10:35:57.988Z sunrise +2027-07-13T00:25:17.107Z sunset +2027-07-13T00:56:35.217Z Moon culminates 38.58 degrees above the horizon +2027-07-13T06:13:32.679Z moonset +2027-07-13T10:35:57.986Z sunrise 2027-07-13T17:30:36.235Z Sun culminates 83.18 degrees above the horizon 2027-07-13T20:34:58.413Z moonrise -2027-07-14T00:25:01.110Z sunset -2027-07-14T01:47:20.341Z Moon culminates 35.54 degrees above the horizon -2027-07-14T06:56:56.152Z moonset -2027-07-14T10:36:28.241Z sunrise -2027-07-14T17:30:42.913Z Sun culminates 83.03 degrees above the horizon +2027-07-14T00:25:01.112Z sunset +2027-07-14T01:47:20.340Z Moon culminates 35.54 degrees above the horizon +2027-07-14T06:56:56.150Z moonset +2027-07-14T10:36:28.239Z sunrise +2027-07-14T17:30:42.912Z Sun culminates 83.03 degrees above the horizon 2027-07-14T21:32:28.185Z moonrise -2027-07-15T00:24:43.701Z sunset -2027-07-15T02:39:18.549Z Moon culminates 33.83 degrees above the horizon -2027-07-15T07:44:57.247Z moonset -2027-07-15T10:36:58.893Z sunrise -2027-07-15T17:30:49.080Z Sun culminates 82.88 degrees above the horizon +2027-07-15T00:24:43.702Z sunset +2027-07-15T02:39:18.548Z Moon culminates 33.83 degrees above the horizon +2027-07-15T07:44:57.245Z moonset +2027-07-15T10:36:58.892Z sunrise +2027-07-15T17:30:49.079Z Sun culminates 82.88 degrees above the horizon 2027-07-15T19:29:41.626Z Mercury max morning elongation: 20.70 degrees from Sun 2027-07-15T22:26:26.769Z moonrise -2027-07-16T00:24:24.882Z sunset +2027-07-16T00:24:24.883Z sunset 2027-07-16T03:31:31.568Z Moon culminates 33.54 degrees above the horizon -2027-07-16T08:37:04.015Z moonset -2027-07-16T10:37:29.919Z sunrise +2027-07-16T08:37:04.014Z moonset +2027-07-16T10:37:29.918Z sunrise 2027-07-16T17:30:54.727Z Sun culminates 82.71 degrees above the horizon 2027-07-16T23:15:35.911Z moonrise 2027-07-17T00:24:04.662Z sunset -2027-07-17T04:22:46.679Z Moon culminates 34.63 degrees above the horizon +2027-07-17T04:22:46.678Z Moon culminates 34.63 degrees above the horizon 2027-07-17T09:31:57.854Z moonset 2027-07-17T10:38:01.294Z sunrise 2027-07-17T17:30:59.846Z Sun culminates 82.54 degrees above the horizon 2027-07-17T23:59:20.764Z moonrise 2027-07-18T00:23:43.047Z sunset -2027-07-18T05:12:01.510Z Moon culminates 36.99 degrees above the horizon -2027-07-18T08:04:37.439Z Mercury moves from Orion to Gemini +2027-07-18T05:12:01.509Z Moon culminates 36.99 degrees above the horizon +2027-07-18T08:04:38.155Z Mercury moves from Orion to Gemini 2027-07-18T10:28:00.056Z moonset 2027-07-18T10:38:32.993Z sunrise 2027-07-18T15:45:36.401Z full moon @@ -14397,93 +14397,93 @@ 2027-07-19T00:23:20.047Z sunset 2027-07-19T00:37:54.856Z moonrise 2027-07-19T05:58:42.266Z Moon culminates 40.44 degrees above the horizon -2027-07-19T10:39:04.993Z sunrise -2027-07-19T11:23:46.715Z moonset +2027-07-19T10:39:04.994Z sunrise +2027-07-19T11:23:46.716Z moonset 2027-07-19T11:52:13.699Z lunar apogee at 406205 km -2027-07-19T17:31:08.470Z Sun culminates 82.19 degrees above the horizon -2027-07-20T00:22:55.673Z sunset +2027-07-19T17:31:08.471Z Sun culminates 82.19 degrees above the horizon +2027-07-20T00:22:55.672Z sunset 2027-07-20T01:12:05.858Z moonrise 2027-07-20T06:42:48.122Z Moon culminates 44.75 degrees above the horizon -2027-07-20T10:39:37.272Z sunrise -2027-07-20T12:18:30.952Z moonset -2027-07-20T17:31:11.963Z Sun culminates 82.00 degrees above the horizon -2027-07-21T00:22:29.935Z sunset -2027-07-21T01:42:57.674Z moonrise -2027-07-21T07:24:45.301Z Moon culminates 49.71 degrees above the horizon -2027-07-21T10:40:09.809Z sunrise -2027-07-21T13:12:06.134Z moonset -2027-07-21T17:31:14.903Z Sun culminates 81.81 degrees above the horizon +2027-07-20T10:39:37.274Z sunrise +2027-07-20T12:18:30.953Z moonset +2027-07-20T17:31:11.964Z Sun culminates 82.00 degrees above the horizon +2027-07-21T00:22:29.934Z sunset +2027-07-21T01:42:57.673Z moonrise +2027-07-21T07:24:45.302Z Moon culminates 49.71 degrees above the horizon +2027-07-21T10:40:09.810Z sunrise +2027-07-21T13:12:06.136Z moonset +2027-07-21T17:31:14.904Z Sun culminates 81.81 degrees above the horizon 2027-07-22T00:22:02.845Z sunset -2027-07-22T02:11:38.686Z moonrise +2027-07-22T02:11:38.685Z moonrise 2027-07-22T08:05:18.365Z Moon culminates 55.13 degrees above the horizon -2027-07-22T10:40:42.581Z sunrise -2027-07-22T14:04:57.747Z moonset -2027-07-22T17:31:17.286Z Sun culminates 81.61 degrees above the horizon +2027-07-22T10:40:42.582Z sunrise +2027-07-22T14:04:57.749Z moonset +2027-07-22T17:31:17.287Z Sun culminates 81.61 degrees above the horizon 2027-07-23T00:21:34.416Z sunset -2027-07-23T02:39:17.500Z moonrise +2027-07-23T02:39:17.498Z moonrise 2027-07-23T08:45:23.524Z Moon culminates 60.82 degrees above the horizon -2027-07-23T10:41:15.567Z sunrise -2027-07-23T14:57:52.925Z moonset -2027-07-23T17:31:19.106Z Sun culminates 81.41 degrees above the horizon +2027-07-23T10:41:15.569Z sunrise +2027-07-23T14:57:52.926Z moonset +2027-07-23T17:31:19.107Z Sun culminates 81.41 degrees above the horizon 2027-07-24T00:21:04.660Z sunset -2027-07-24T03:07:03.983Z moonrise +2027-07-24T03:07:03.981Z moonrise 2027-07-24T09:26:05.130Z Moon culminates 66.59 degrees above the horizon -2027-07-24T10:41:48.746Z sunrise -2027-07-24T15:51:51.472Z moonset -2027-07-24T17:31:20.361Z Sun culminates 81.20 degrees above the horizon -2027-07-25T00:20:33.590Z sunset -2027-07-25T03:36:13.413Z moonrise +2027-07-24T10:41:48.749Z sunrise +2027-07-24T15:51:51.474Z moonset +2027-07-24T17:31:20.362Z Sun culminates 81.20 degrees above the horizon +2027-07-25T00:20:33.589Z sunset +2027-07-25T03:36:13.411Z moonrise 2027-07-25T10:08:34.139Z Moon culminates 72.27 degrees above the horizon -2027-07-25T10:42:22.098Z sunrise -2027-07-25T16:47:57.351Z moonset -2027-07-25T17:31:21.045Z Sun culminates 80.99 degrees above the horizon -2027-07-26T00:20:01.220Z sunset -2027-07-26T01:46:14.708Z Venus moves from Gemini to Cancer -2027-07-26T04:08:12.082Z moonrise -2027-07-26T10:42:55.599Z sunrise +2027-07-25T10:42:22.100Z sunrise +2027-07-25T16:47:57.354Z moonset +2027-07-25T17:31:21.046Z Sun culminates 80.99 degrees above the horizon +2027-07-26T00:20:01.219Z sunset +2027-07-26T01:46:15.385Z Venus moves from Gemini to Cancer +2027-07-26T04:08:12.081Z moonrise +2027-07-26T10:42:55.602Z sunrise 2027-07-26T10:54:05.953Z Moon culminates 77.61 degrees above the horizon 2027-07-26T16:55:26.849Z third quarter -2027-07-26T17:31:21.155Z Sun culminates 80.77 degrees above the horizon -2027-07-26T17:47:06.314Z moonset -2027-07-27T00:19:27.562Z sunset -2027-07-27T04:44:42.035Z moonrise -2027-07-27T10:43:29.229Z sunrise -2027-07-27T11:43:53.285Z Moon culminates 82.31 degrees above the horizon -2027-07-27T17:31:20.686Z Sun culminates 80.54 degrees above the horizon -2027-07-27T18:49:43.753Z moonset -2027-07-28T00:18:52.630Z sunset -2027-07-28T05:27:39.257Z moonrise -2027-07-28T10:44:02.965Z sunrise -2027-07-28T12:38:48.099Z Moon culminates 85.98 degrees above the horizon -2027-07-28T17:31:19.634Z Sun culminates 80.31 degrees above the horizon -2027-07-28T19:55:10.844Z moonset +2027-07-26T17:31:21.156Z Sun culminates 80.77 degrees above the horizon +2027-07-26T17:47:06.318Z moonset +2027-07-27T00:19:27.561Z sunset +2027-07-27T04:44:42.034Z moonrise +2027-07-27T10:43:29.232Z sunrise +2027-07-27T11:43:53.286Z Moon culminates 82.31 degrees above the horizon +2027-07-27T17:31:20.688Z Sun culminates 80.54 degrees above the horizon +2027-07-27T18:49:43.757Z moonset +2027-07-28T00:18:52.629Z sunset +2027-07-28T05:27:39.256Z moonrise +2027-07-28T10:44:02.968Z sunrise +2027-07-28T12:38:48.101Z Moon culminates 85.98 degrees above the horizon +2027-07-28T17:31:19.636Z Sun culminates 80.31 degrees above the horizon +2027-07-28T19:55:10.849Z moonset 2027-07-29T00:18:16.438Z sunset -2027-07-29T06:18:53.355Z moonrise +2027-07-29T06:18:53.354Z moonrise 2027-07-29T06:31:18.165Z Pluto opposition -2027-07-29T10:44:36.783Z sunrise -2027-07-29T13:38:49.767Z Moon culminates 88.17 degrees above the horizon -2027-07-29T17:31:17.995Z Sun culminates 80.08 degrees above the horizon -2027-07-29T21:01:16.034Z moonset -2027-07-30T00:17:38.999Z sunset -2027-07-30T07:19:16.011Z moonrise -2027-07-30T10:45:10.662Z sunrise -2027-07-30T14:42:33.462Z Moon culminates 88.46 degrees above the horizon -2027-07-30T17:31:15.763Z Sun culminates 79.84 degrees above the horizon -2027-07-30T22:04:35.471Z moonset -2027-07-31T00:17:00.328Z sunset +2027-07-29T10:44:36.786Z sunrise +2027-07-29T13:38:49.769Z Moon culminates 88.17 degrees above the horizon +2027-07-29T17:31:17.996Z Sun culminates 80.08 degrees above the horizon +2027-07-29T21:01:16.038Z moonset +2027-07-30T00:17:39.000Z sunset +2027-07-30T07:19:16.010Z moonrise +2027-07-30T10:45:10.664Z sunrise +2027-07-30T14:42:33.463Z Moon culminates 88.46 degrees above the horizon +2027-07-30T17:31:15.764Z Sun culminates 79.84 degrees above the horizon +2027-07-30T22:04:35.474Z moonset +2027-07-31T00:17:00.329Z sunset 2027-07-31T08:27:35.253Z moonrise -2027-07-31T10:45:44.578Z sunrise -2027-07-31T15:47:16.657Z Moon culminates 86.62 degrees above the horizon -2027-07-31T17:31:12.934Z Sun culminates 79.59 degrees above the horizon -2027-07-31T23:02:02.585Z moonset -2027-08-01T00:16:20.438Z sunset +2027-07-31T10:45:44.579Z sunrise +2027-07-31T15:47:16.658Z Moon culminates 86.62 degrees above the horizon +2027-07-31T17:31:12.935Z Sun culminates 79.59 degrees above the horizon +2027-07-31T23:02:02.587Z moonset +2027-08-01T00:16:20.439Z sunset 2027-08-01T06:14:47.515Z Mercury perihelion at 0.3075 AU 2027-08-01T09:40:27.832Z moonrise 2027-08-01T10:46:18.508Z sunrise -2027-08-01T13:23:45.744Z Mercury moves from Gemini to Cancer +2027-08-01T13:23:46.150Z Mercury moves from Gemini to Cancer 2027-08-01T16:50:04.609Z Moon culminates 82.76 degrees above the horizon 2027-08-01T17:31:09.504Z Sun culminates 79.34 degrees above the horizon -2027-08-01T23:52:16.983Z moonset +2027-08-01T23:52:16.984Z moonset 2027-08-02T00:15:39.344Z sunset 2027-08-02T06:24:43.263Z lunar perigee at 357352 km 2027-08-02T10:05:42.313Z new moon @@ -14492,282 +14492,282 @@ 2027-08-02T17:31:05.468Z Sun culminates 79.08 degrees above the horizon 2027-08-02T17:49:07.173Z Moon culminates 77.28 degrees above the horizon 2027-08-03T00:14:57.058Z sunset -2027-08-03T00:35:52.160Z moonset +2027-08-03T00:35:52.161Z moonset 2027-08-03T10:47:26.323Z sunrise -2027-08-03T12:05:11.110Z moonrise +2027-08-03T12:05:11.109Z moonrise 2027-08-03T17:31:00.824Z Sun culminates 78.82 degrees above the horizon 2027-08-03T18:44:03.611Z Moon culminates 70.75 degrees above the horizon 2027-08-04T00:14:13.595Z sunset 2027-08-04T01:14:24.335Z moonset 2027-08-04T10:48:00.167Z sunrise 2027-08-04T13:13:24.802Z moonrise -2027-08-04T17:30:55.570Z Sun culminates 78.56 degrees above the horizon +2027-08-04T17:30:55.569Z Sun culminates 78.56 degrees above the horizon 2027-08-04T19:35:37.562Z Moon culminates 63.77 degrees above the horizon -2027-08-05T00:13:28.971Z sunset +2027-08-05T00:13:28.970Z sunset 2027-08-05T01:49:45.305Z moonset -2027-08-05T10:48:33.944Z sunrise -2027-08-05T14:18:56.707Z moonrise +2027-08-05T10:48:33.945Z sunrise +2027-08-05T14:18:56.708Z moonrise 2027-08-05T17:30:49.703Z Sun culminates 78.29 degrees above the horizon 2027-08-05T20:25:01.437Z Moon culminates 56.82 degrees above the horizon 2027-08-06T00:12:43.201Z sunset 2027-08-06T02:23:41.032Z moonset 2027-08-06T10:49:07.637Z sunrise 2027-08-06T15:22:37.841Z moonrise -2027-08-06T17:30:43.224Z Sun culminates 78.02 degrees above the horizon +2027-08-06T17:30:43.225Z Sun culminates 78.02 degrees above the horizon 2027-08-06T21:13:31.650Z Moon culminates 50.32 degrees above the horizon -2027-08-07T00:11:56.303Z sunset -2027-08-07T02:57:47.253Z moonset +2027-08-07T00:11:56.304Z sunset +2027-08-07T02:57:47.252Z moonset 2027-08-07T10:49:41.230Z sunrise 2027-08-07T13:07:59.837Z Venus perihelion at 0.7185 AU 2027-08-07T16:25:15.054Z moonrise 2027-08-07T17:30:36.136Z Sun culminates 77.74 degrees above the horizon -2027-08-07T22:02:14.534Z Moon culminates 44.59 degrees above the horizon -2027-08-08T00:11:08.295Z sunset -2027-08-08T03:33:30.511Z moonset -2027-08-08T10:50:14.708Z sunrise +2027-08-07T22:02:14.533Z Moon culminates 44.59 degrees above the horizon +2027-08-08T00:11:08.297Z sunset +2027-08-08T03:33:30.508Z moonset +2027-08-08T10:50:14.707Z sunrise 2027-08-08T17:27:09.048Z moonrise -2027-08-08T17:30:28.439Z Sun culminates 77.45 degrees above the horizon -2027-08-08T22:51:56.908Z Moon culminates 39.87 degrees above the horizon -2027-08-09T00:10:19.197Z sunset -2027-08-09T04:12:07.298Z moonset +2027-08-08T17:30:28.440Z Sun culminates 77.45 degrees above the horizon +2027-08-08T22:51:56.906Z Moon culminates 39.87 degrees above the horizon +2027-08-09T00:10:19.200Z sunset +2027-08-09T04:12:07.295Z moonset 2027-08-09T04:54:46.941Z first quarter -2027-08-09T10:50:48.060Z sunrise -2027-08-09T17:30:20.140Z Sun culminates 77.17 degrees above the horizon +2027-08-09T10:50:48.058Z sunrise +2027-08-09T17:30:20.141Z Sun culminates 77.17 degrees above the horizon 2027-08-09T18:28:01.110Z moonrise -2027-08-09T23:42:57.758Z Moon culminates 36.36 degrees above the horizon -2027-08-10T00:09:29.031Z sunset -2027-08-10T04:54:37.199Z moonset -2027-08-10T10:51:21.273Z sunrise +2027-08-09T23:42:57.756Z Moon culminates 36.36 degrees above the horizon +2027-08-10T00:09:29.034Z sunset +2027-08-10T04:54:37.195Z moonset +2027-08-10T10:51:21.271Z sunrise 2027-08-10T17:30:11.244Z Sun culminates 76.88 degrees above the horizon 2027-08-10T19:26:51.722Z moonrise -2027-08-11T00:08:37.818Z sunset -2027-08-11T00:35:02.452Z Moon culminates 34.19 degrees above the horizon -2027-08-11T02:48:59.454Z Mercury moves from Cancer to Leo -2027-08-11T03:29:58.394Z Venus moves from Cancer to Leo -2027-08-11T05:41:29.398Z moonset +2027-08-11T00:08:37.821Z sunset +2027-08-11T00:35:02.450Z Moon culminates 34.19 degrees above the horizon +2027-08-11T02:48:59.809Z Mercury moves from Cancer to Leo +2027-08-11T03:29:59.071Z Venus moves from Cancer to Leo +2027-08-11T05:41:29.394Z moonset 2027-08-11T10:47:56.442Z Mercury superior conjunction -2027-08-11T10:51:54.340Z sunrise +2027-08-11T10:51:54.338Z sunrise 2027-08-11T17:30:01.757Z Sun culminates 76.58 degrees above the horizon 2027-08-11T20:22:17.014Z moonrise 2027-08-11T23:43:00.633Z Venus superior conjunction -2027-08-12T00:07:45.581Z sunset -2027-08-12T01:27:24.781Z Moon culminates 33.45 degrees above the horizon -2027-08-12T06:32:28.631Z moonset -2027-08-12T10:52:27.252Z sunrise +2027-08-12T00:07:45.584Z sunset +2027-08-12T01:27:24.780Z Moon culminates 33.45 degrees above the horizon +2027-08-12T06:32:28.627Z moonset +2027-08-12T10:52:27.250Z sunrise 2027-08-12T17:29:51.688Z Sun culminates 76.28 degrees above the horizon -2027-08-12T21:13:00.283Z moonrise -2027-08-13T00:06:52.345Z sunset -2027-08-13T02:19:00.835Z Moon culminates 34.11 degrees above the horizon -2027-08-13T07:26:33.355Z moonset -2027-08-13T10:53:00.006Z sunrise +2027-08-12T21:13:00.284Z moonrise +2027-08-13T00:06:52.347Z sunset +2027-08-13T02:19:00.834Z Moon culminates 34.11 degrees above the horizon +2027-08-13T07:26:33.352Z moonset +2027-08-13T10:53:00.004Z sunrise 2027-08-13T17:29:41.048Z Sun culminates 75.98 degrees above the horizon -2027-08-13T21:58:21.249Z moonrise -2027-08-14T00:05:58.134Z sunset +2027-08-13T21:58:21.250Z moonrise +2027-08-14T00:05:58.135Z sunset 2027-08-14T03:08:50.692Z Moon culminates 36.08 degrees above the horizon -2027-08-14T08:22:14.749Z moonset -2027-08-14T10:53:32.596Z sunrise +2027-08-14T08:22:14.747Z moonset +2027-08-14T10:53:32.595Z sunrise 2027-08-14T17:29:29.847Z Sun culminates 75.67 degrees above the horizon -2027-08-14T22:38:25.530Z moonrise -2027-08-15T00:05:02.973Z sunset +2027-08-14T22:38:25.531Z moonrise +2027-08-15T00:05:02.974Z sunset 2027-08-15T03:56:16.901Z Moon culminates 39.19 degrees above the horizon -2027-08-15T09:18:08.067Z moonset +2027-08-15T09:18:08.066Z moonset 2027-08-15T10:54:05.022Z sunrise 2027-08-15T14:24:14.014Z lunar apogee at 406073 km 2027-08-15T17:29:18.098Z Sun culminates 75.36 degrees above the horizon -2027-08-15T23:13:54.344Z moonrise +2027-08-15T23:13:54.345Z moonrise 2027-08-16T00:04:06.889Z sunset 2027-08-16T04:41:11.602Z Moon culminates 43.24 degrees above the horizon 2027-08-16T10:13:17.407Z moonset 2027-08-16T10:54:37.284Z sunrise 2027-08-16T17:29:05.814Z Sun culminates 75.04 degrees above the horizon 2027-08-16T23:45:47.604Z moonrise -2027-08-17T00:03:09.907Z sunset +2027-08-17T00:03:09.908Z sunset 2027-08-17T05:23:53.250Z Moon culminates 48.03 degrees above the horizon 2027-08-17T07:13:44.931Z penumbral lunar eclipse 2027-08-17T07:29:19.453Z full moon 2027-08-17T10:55:09.382Z sunrise 2027-08-17T11:07:23.755Z moonset -2027-08-17T17:28:53.008Z Sun culminates 74.73 degrees above the horizon +2027-08-17T17:28:53.009Z Sun culminates 74.73 degrees above the horizon 2027-08-18T00:02:12.056Z sunset -2027-08-18T00:15:11.205Z moonrise +2027-08-18T00:15:11.206Z moonrise 2027-08-18T06:04:59.076Z Moon culminates 53.34 degrees above the horizon -2027-08-18T10:55:41.318Z sunrise -2027-08-18T12:00:40.179Z moonset -2027-08-18T17:28:39.697Z Sun culminates 74.40 degrees above the horizon +2027-08-18T10:55:41.319Z sunrise +2027-08-18T12:00:40.180Z moonset +2027-08-18T17:28:39.698Z Sun culminates 74.40 degrees above the horizon 2027-08-19T00:01:13.361Z sunset -2027-08-19T00:43:11.320Z moonrise -2027-08-19T06:45:18.318Z Moon culminates 58.99 degrees above the horizon +2027-08-19T00:43:11.319Z moonrise +2027-08-19T06:45:18.319Z Moon culminates 58.99 degrees above the horizon 2027-08-19T10:56:13.097Z sunrise -2027-08-19T12:53:42.445Z moonset +2027-08-19T12:53:42.446Z moonset 2027-08-19T17:28:25.895Z Sun culminates 74.08 degrees above the horizon 2027-08-20T00:00:13.850Z sunset -2027-08-20T01:10:54.075Z moonrise +2027-08-20T01:10:54.074Z moonrise 2027-08-20T07:25:47.997Z Moon culminates 64.77 degrees above the horizon -2027-08-20T10:56:44.720Z sunrise -2027-08-20T13:47:19.944Z moonset -2027-08-20T17:28:11.617Z Sun culminates 73.75 degrees above the horizon +2027-08-20T10:56:44.721Z sunrise +2027-08-20T13:47:19.945Z moonset +2027-08-20T17:28:11.618Z Sun culminates 73.75 degrees above the horizon 2027-08-20T23:59:13.550Z sunset -2027-08-21T01:39:28.435Z moonrise +2027-08-21T01:39:28.434Z moonrise 2027-08-21T08:07:30.705Z Moon culminates 70.48 degrees above the horizon -2027-08-21T10:57:16.192Z sunrise -2027-08-21T14:42:27.407Z moonset -2027-08-21T17:27:56.879Z Sun culminates 73.42 degrees above the horizon +2027-08-21T10:57:16.194Z sunrise +2027-08-21T14:42:27.409Z moonset +2027-08-21T17:27:56.880Z Sun culminates 73.42 degrees above the horizon 2027-08-21T23:58:12.488Z sunset -2027-08-22T02:10:10.650Z moonrise +2027-08-22T02:10:10.648Z moonrise 2027-08-22T08:51:32.623Z Moon culminates 75.91 degrees above the horizon -2027-08-22T10:57:47.518Z sunrise -2027-08-22T15:39:54.846Z moonset +2027-08-22T10:57:47.519Z sunrise +2027-08-22T15:39:54.848Z moonset 2027-08-22T17:27:41.697Z Sun culminates 73.08 degrees above the horizon 2027-08-22T23:57:10.690Z sunset -2027-08-23T02:44:28.554Z moonrise +2027-08-23T02:44:28.552Z moonrise 2027-08-23T09:38:58.835Z Moon culminates 80.78 degrees above the horizon -2027-08-23T10:58:18.701Z sunrise -2027-08-23T16:40:11.623Z moonset -2027-08-23T17:27:26.084Z Sun culminates 72.75 degrees above the horizon +2027-08-23T10:58:18.702Z sunrise +2027-08-23T16:40:11.626Z moonset +2027-08-23T17:27:26.085Z Sun culminates 72.75 degrees above the horizon 2027-08-23T23:56:08.183Z sunset -2027-08-24T03:24:02.296Z moonrise -2027-08-24T10:30:41.904Z Moon culminates 84.77 degrees above the horizon -2027-08-24T10:58:49.744Z sunrise -2027-08-24T17:27:10.057Z Sun culminates 72.40 degrees above the horizon -2027-08-24T17:43:02.244Z moonset +2027-08-24T03:24:02.295Z moonrise +2027-08-24T10:30:41.905Z Moon culminates 84.77 degrees above the horizon +2027-08-24T10:58:49.746Z sunrise +2027-08-24T17:27:10.058Z Sun culminates 72.40 degrees above the horizon +2027-08-24T17:43:02.247Z moonset 2027-08-24T23:55:04.993Z sunset 2027-08-25T02:27:54.018Z third quarter -2027-08-25T04:10:34.153Z moonrise -2027-08-25T10:59:20.651Z sunrise +2027-08-25T04:10:34.151Z moonrise +2027-08-25T10:59:20.653Z sunrise 2027-08-25T11:27:00.671Z Moon culminates 87.49 degrees above the horizon 2027-08-25T17:26:53.630Z Sun culminates 72.06 degrees above the horizon -2027-08-25T18:47:01.514Z moonset +2027-08-25T18:47:01.517Z moonset 2027-08-25T23:54:01.145Z sunset -2027-08-26T05:05:17.319Z moonrise -2027-08-26T10:59:51.425Z sunrise -2027-08-26T12:27:14.475Z Moon culminates 88.56 degrees above the horizon +2027-08-26T05:05:17.317Z moonrise +2027-08-26T10:59:51.426Z sunrise +2027-08-26T12:27:14.476Z Moon culminates 88.56 degrees above the horizon 2027-08-26T17:26:36.816Z Sun culminates 71.71 degrees above the horizon -2027-08-26T19:49:35.222Z moonset -2027-08-26T23:52:56.665Z sunset -2027-08-27T06:08:05.018Z moonrise +2027-08-26T19:49:35.225Z moonset +2027-08-26T23:52:56.666Z sunset +2027-08-27T06:08:05.016Z moonrise 2027-08-27T11:00:22.067Z sunrise -2027-08-27T13:29:34.183Z Moon culminates 87.70 degrees above the horizon +2027-08-27T13:29:34.184Z Moon culminates 87.70 degrees above the horizon 2027-08-27T17:26:19.629Z Sun culminates 71.36 degrees above the horizon -2027-08-27T20:47:52.180Z moonset -2027-08-27T23:51:51.577Z sunset -2027-08-28T07:16:57.307Z moonrise -2027-08-28T11:00:52.579Z sunrise +2027-08-27T20:47:52.183Z moonset +2027-08-27T23:51:51.578Z sunset +2027-08-28T07:16:57.305Z moonrise +2027-08-28T11:00:52.578Z sunrise 2027-08-28T14:31:34.045Z Moon culminates 84.86 degrees above the horizon 2027-08-28T17:26:02.082Z Sun culminates 71.01 degrees above the horizon -2027-08-28T21:40:02.352Z moonset -2027-08-28T23:50:45.906Z sunset -2027-08-29T08:28:38.495Z moonrise -2027-08-29T11:01:22.963Z sunrise +2027-08-28T21:40:02.354Z moonset +2027-08-28T23:50:45.907Z sunset +2027-08-29T08:28:38.493Z moonrise +2027-08-29T11:01:22.962Z sunrise 2027-08-29T15:31:12.513Z Moon culminates 80.24 degrees above the horizon -2027-08-29T17:25:44.187Z Sun culminates 70.66 degrees above the horizon -2027-08-29T22:25:54.128Z moonset -2027-08-29T23:49:39.674Z sunset -2027-08-30T09:40:09.204Z moonrise -2027-08-30T11:01:53.221Z sunrise +2027-08-29T17:25:44.188Z Sun culminates 70.66 degrees above the horizon +2027-08-29T22:25:54.129Z moonset +2027-08-29T23:49:39.675Z sunset +2027-08-30T09:40:09.202Z moonrise +2027-08-30T11:01:53.219Z sunrise 2027-08-30T15:41:39.130Z lunar perigee at 359195 km 2027-08-30T16:27:34.741Z Moon culminates 74.26 degrees above the horizon -2027-08-30T17:04:43.444Z Mercury moves from Leo to Virgo +2027-08-30T17:04:43.953Z Mercury moves from Leo to Virgo 2027-08-30T17:25:25.958Z Sun culminates 70.30 degrees above the horizon -2027-08-30T23:06:31.441Z moonset -2027-08-30T23:48:32.906Z sunset +2027-08-30T23:06:31.442Z moonset +2027-08-30T23:48:32.907Z sunset 2027-08-31T07:34:43.050Z Jupiter conjunction -2027-08-31T10:49:50.721Z moonrise -2027-08-31T11:02:23.354Z sunrise +2027-08-31T10:49:50.720Z moonrise +2027-08-31T11:02:23.353Z sunrise 2027-08-31T17:20:52.193Z Moon culminates 67.45 degrees above the horizon 2027-08-31T17:25:07.407Z Sun culminates 69.94 degrees above the horizon 2027-08-31T17:41:39.982Z new moon -2027-08-31T23:43:31.530Z moonset -2027-08-31T23:47:25.623Z sunset +2027-08-31T23:43:31.531Z moonset +2027-08-31T23:47:25.624Z sunset 2027-09-01T11:02:53.365Z sunrise -2027-09-01T11:57:25.028Z moonrise +2027-09-01T11:57:25.027Z moonrise 2027-09-01T17:24:48.546Z Sun culminates 69.58 degrees above the horizon 2027-09-01T18:11:57.373Z Moon culminates 60.35 degrees above the horizon -2027-09-01T23:46:17.849Z sunset -2027-09-02T00:18:36.787Z moonset +2027-09-01T23:46:17.850Z sunset +2027-09-02T00:18:36.788Z moonset 2027-09-02T11:03:23.258Z sunrise -2027-09-02T13:03:20.226Z moonrise +2027-09-02T13:03:20.225Z moonrise 2027-09-02T17:24:29.388Z Sun culminates 69.21 degrees above the horizon 2027-09-02T19:01:57.874Z Moon culminates 53.45 degrees above the horizon -2027-09-02T23:45:09.606Z sunset +2027-09-02T23:45:09.607Z sunset 2027-09-03T00:53:23.976Z moonset 2027-09-03T11:03:53.036Z sunrise -2027-09-03T14:08:14.112Z moonrise +2027-09-03T14:08:14.111Z moonrise 2027-09-03T17:24:09.948Z Sun culminates 68.85 degrees above the horizon -2027-09-03T19:51:58.122Z Moon culminates 47.16 degrees above the horizon -2027-09-03T23:44:00.918Z sunset -2027-09-04T01:29:22.065Z moonset -2027-09-04T11:04:22.704Z sunrise -2027-09-04T15:12:26.447Z moonrise -2027-09-04T17:23:50.238Z Sun culminates 68.48 degrees above the horizon -2027-09-04T20:42:46.676Z Moon culminates 41.81 degrees above the horizon -2027-09-04T23:42:51.808Z sunset -2027-09-05T02:07:50.710Z moonset -2027-09-05T11:04:52.267Z sunrise -2027-09-05T16:15:40.625Z moonrise -2027-09-05T17:23:30.275Z Sun culminates 68.11 degrees above the horizon -2027-09-05T21:34:45.993Z Moon culminates 37.68 degrees above the horizon -2027-09-05T23:41:42.300Z sunset -2027-09-06T02:49:54.202Z moonset -2027-09-06T11:05:21.731Z sunrise -2027-09-06T17:16:58.093Z moonrise +2027-09-03T19:51:58.121Z Moon culminates 47.16 degrees above the horizon +2027-09-03T23:44:00.919Z sunset +2027-09-04T01:29:22.064Z moonset +2027-09-04T11:04:22.703Z sunrise +2027-09-04T15:12:26.446Z moonrise +2027-09-04T17:23:50.239Z Sun culminates 68.48 degrees above the horizon +2027-09-04T20:42:46.675Z Moon culminates 41.81 degrees above the horizon +2027-09-04T23:42:51.810Z sunset +2027-09-05T02:07:50.708Z moonset +2027-09-05T11:04:52.266Z sunrise +2027-09-05T16:15:40.623Z moonrise +2027-09-05T17:23:30.276Z Sun culminates 68.11 degrees above the horizon +2027-09-05T21:34:45.991Z Moon culminates 37.68 degrees above the horizon +2027-09-05T23:41:42.303Z sunset +2027-09-06T02:49:54.198Z moonset +2027-09-06T11:05:21.729Z sunrise +2027-09-06T17:16:58.092Z moonrise 2027-09-06T17:23:10.074Z Sun culminates 67.74 degrees above the horizon -2027-09-06T22:27:45.345Z Moon culminates 34.92 degrees above the horizon -2027-09-06T23:40:32.420Z sunset -2027-09-07T03:36:09.101Z moonset -2027-09-07T11:05:51.104Z sunrise +2027-09-06T22:27:45.342Z Moon culminates 34.92 degrees above the horizon +2027-09-06T23:40:32.424Z sunset +2027-09-07T03:36:09.097Z moonset +2027-09-07T11:05:51.101Z sunrise 2027-09-07T17:22:49.651Z Sun culminates 67.36 degrees above the horizon -2027-09-07T18:14:51.947Z moonrise +2027-09-07T18:14:51.946Z moonrise 2027-09-07T18:31:57.017Z first quarter -2027-09-07T23:21:01.672Z Moon culminates 33.63 degrees above the horizon -2027-09-07T23:39:22.194Z sunset -2027-09-08T04:26:30.029Z moonset -2027-09-08T11:06:20.393Z sunrise -2027-09-08T17:22:29.023Z Sun culminates 66.99 degrees above the horizon -2027-09-08T19:07:58.427Z moonrise -2027-09-08T21:36:41.462Z Venus moves from Leo to Virgo -2027-09-08T23:38:11.647Z sunset -2027-09-09T00:13:32.470Z Moon culminates 33.80 degrees above the horizon -2027-09-09T05:20:05.298Z moonset -2027-09-09T11:06:49.610Z sunrise -2027-09-09T17:22:08.210Z Sun culminates 66.61 degrees above the horizon -2027-09-09T19:55:29.251Z moonrise -2027-09-09T23:37:00.807Z sunset -2027-09-10T01:04:17.283Z Moon culminates 35.33 degrees above the horizon -2027-09-10T06:15:32.302Z moonset -2027-09-10T11:07:18.764Z sunrise +2027-09-07T23:21:01.670Z Moon culminates 33.63 degrees above the horizon +2027-09-07T23:39:22.197Z sunset +2027-09-08T04:26:30.025Z moonset +2027-09-08T11:06:20.390Z sunrise +2027-09-08T17:22:29.024Z Sun culminates 66.99 degrees above the horizon +2027-09-08T19:07:58.426Z moonrise +2027-09-08T21:36:42.118Z Venus moves from Leo to Virgo +2027-09-08T23:38:11.650Z sunset +2027-09-09T00:13:32.467Z Moon culminates 33.80 degrees above the horizon +2027-09-09T05:20:05.294Z moonset +2027-09-09T11:06:49.607Z sunrise +2027-09-09T17:22:08.211Z Sun culminates 66.61 degrees above the horizon +2027-09-09T19:55:29.250Z moonrise +2027-09-09T23:37:00.810Z sunset +2027-09-10T01:04:17.281Z Moon culminates 35.33 degrees above the horizon +2027-09-10T06:15:32.298Z moonset +2027-09-10T11:07:18.762Z sunrise 2027-09-10T17:21:47.231Z Sun culminates 66.23 degrees above the horizon 2027-09-10T20:37:24.591Z moonrise -2027-09-10T23:35:49.701Z sunset -2027-09-11T01:52:36.890Z Moon culminates 38.06 degrees above the horizon -2027-09-11T07:11:27.196Z moonset -2027-09-11T11:07:47.869Z sunrise +2027-09-10T23:35:49.703Z sunset +2027-09-11T01:52:36.889Z Moon culminates 38.06 degrees above the horizon +2027-09-11T07:11:27.193Z moonset +2027-09-11T11:07:47.868Z sunrise 2027-09-11T17:21:26.107Z Sun culminates 65.85 degrees above the horizon -2027-09-11T21:14:23.929Z moonrise -2027-09-11T23:34:38.357Z sunset +2027-09-11T21:14:23.930Z moonrise +2027-09-11T23:34:38.358Z sunset 2027-09-11T23:36:19.044Z lunar apogee at 405371 km 2027-09-12T02:38:21.351Z Moon culminates 41.79 degrees above the horizon -2027-09-12T08:06:50.858Z moonset -2027-09-12T11:08:16.939Z sunrise +2027-09-12T08:06:50.856Z moonset +2027-09-12T11:08:16.938Z sunrise 2027-09-12T17:21:04.858Z Sun culminates 65.47 degrees above the horizon -2027-09-12T21:47:28.026Z moonrise -2027-09-12T23:33:26.803Z sunset +2027-09-12T21:47:28.027Z moonrise +2027-09-12T23:33:26.804Z sunset 2027-09-13T03:21:47.201Z Moon culminates 46.33 degrees above the horizon -2027-09-13T09:01:19.189Z moonset -2027-09-13T11:08:45.989Z sunrise +2027-09-13T09:01:19.188Z moonset +2027-09-13T11:08:45.988Z sunrise 2027-09-13T17:20:43.506Z Sun culminates 65.09 degrees above the horizon -2027-09-13T22:17:44.450Z moonrise -2027-09-13T23:32:15.068Z sunset +2027-09-13T22:17:44.451Z moonrise +2027-09-13T23:32:15.069Z sunset 2027-09-14T04:03:29.838Z Moon culminates 51.48 degrees above the horizon 2027-09-14T05:52:14.061Z Mercury aphelion at 0.4667 AU -2027-09-14T09:54:59.843Z moonset -2027-09-14T11:09:15.035Z sunrise -2027-09-14T16:13:27.571Z Mars moves from Virgo to Libra +2027-09-14T09:54:59.842Z moonset +2027-09-14T11:09:15.034Z sunrise +2027-09-14T16:13:28.701Z Mars moves from Virgo to Libra 2027-09-14T17:20:22.075Z Sun culminates 64.71 degrees above the horizon -2027-09-14T22:46:20.528Z moonrise +2027-09-14T22:46:20.529Z moonrise 2027-09-14T23:31:03.183Z sunset 2027-09-15T04:44:16.403Z Moon culminates 57.04 degrees above the horizon -2027-09-15T10:48:23.344Z moonset -2027-09-15T11:09:44.093Z sunrise +2027-09-15T10:48:23.343Z moonset +2027-09-15T11:09:44.092Z sunrise 2027-09-15T17:20:00.588Z Sun culminates 64.32 degrees above the horizon 2027-09-15T23:04:07.737Z full moon 2027-09-15T23:14:22.216Z moonrise @@ -14779,665 +14779,665 @@ 2027-09-16T23:28:39.075Z sunset 2027-09-16T23:42:56.380Z moonrise 2027-09-17T06:06:42.762Z Moon culminates 68.61 degrees above the horizon -2027-09-17T11:10:42.318Z sunrise +2027-09-17T11:10:42.317Z sunrise 2027-09-17T12:37:21.324Z moonset 2027-09-17T17:19:17.539Z Sun culminates 63.55 degrees above the horizon 2027-09-17T23:27:26.913Z sunset 2027-09-18T00:13:14.586Z moonrise 2027-09-18T06:50:22.255Z Moon culminates 74.19 degrees above the horizon -2027-09-18T11:11:11.519Z sunrise +2027-09-18T11:11:11.520Z sunrise 2027-09-18T13:34:30.759Z moonset 2027-09-18T17:18:56.025Z Sun culminates 63.17 degrees above the horizon 2027-09-18T23:26:14.717Z sunset -2027-09-19T00:46:36.751Z moonrise +2027-09-19T00:46:36.750Z moonrise 2027-09-19T07:36:58.508Z Moon culminates 79.27 degrees above the horizon 2027-09-19T11:11:40.805Z sunrise 2027-09-19T14:34:09.237Z moonset 2027-09-19T17:18:34.549Z Sun culminates 62.78 degrees above the horizon -2027-09-19T23:25:02.518Z sunset -2027-09-20T01:24:31.974Z moonrise -2027-09-20T08:27:18.912Z Moon culminates 83.54 degrees above the horizon +2027-09-19T23:25:02.517Z sunset +2027-09-20T01:24:31.973Z moonrise +2027-09-20T08:27:18.913Z Moon culminates 83.54 degrees above the horizon 2027-09-20T11:12:10.190Z sunrise 2027-09-20T15:36:05.092Z moonset 2027-09-20T17:18:13.134Z Sun culminates 62.39 degrees above the horizon -2027-09-20T23:23:50.344Z sunset +2027-09-20T23:23:50.343Z sunset 2027-09-21T02:08:31.267Z moonrise 2027-09-21T09:21:42.731Z Moon culminates 86.65 degrees above the horizon 2027-09-21T11:12:39.692Z sunrise -2027-09-21T16:39:07.260Z moonset +2027-09-21T16:39:07.261Z moonset 2027-09-21T17:17:51.802Z Sun culminates 62.00 degrees above the horizon 2027-09-21T23:22:38.224Z sunset -2027-09-22T02:59:44.875Z moonrise +2027-09-22T02:59:44.874Z moonrise 2027-09-22T10:19:40.977Z Moon culminates 88.25 degrees above the horizon 2027-09-22T11:13:09.326Z sunrise 2027-09-22T17:17:30.576Z Sun culminates 61.61 degrees above the horizon -2027-09-22T17:41:03.435Z moonset +2027-09-22T17:41:03.436Z moonset 2027-09-22T23:21:26.187Z sunset -2027-09-23T03:58:23.734Z moonrise -2027-09-23T06:01:18.126Z September equinox +2027-09-23T03:58:23.733Z moonrise +2027-09-23T06:01:18.345Z September equinox 2027-09-23T10:21:00.816Z third quarter 2027-09-23T11:13:39.106Z sunrise 2027-09-23T11:19:47.793Z Moon culminates 88.08 degrees above the horizon 2027-09-23T17:17:09.477Z Sun culminates 61.23 degrees above the horizon -2027-09-23T18:39:18.570Z moonset -2027-09-23T23:20:14.260Z sunset -2027-09-24T05:03:08.496Z moonrise -2027-09-24T11:14:09.046Z sunrise +2027-09-23T18:39:18.571Z moonset +2027-09-23T23:20:14.261Z sunset +2027-09-24T05:03:08.495Z moonrise +2027-09-24T11:14:09.045Z sunrise 2027-09-24T12:20:01.695Z Moon culminates 86.04 degrees above the horizon 2027-09-24T17:16:48.525Z Sun culminates 60.84 degrees above the horizon -2027-09-24T19:32:00.372Z moonset +2027-09-24T19:32:00.373Z moonset 2027-09-24T22:06:02.129Z Mercury max evening elongation: 26.26 degrees from Sun -2027-09-24T23:19:02.472Z sunset -2027-09-25T06:11:26.425Z moonrise -2027-09-25T11:14:39.158Z sunrise -2027-09-25T13:18:32.401Z Moon culminates 82.26 degrees above the horizon +2027-09-24T23:19:02.473Z sunset +2027-09-25T06:11:26.424Z moonrise +2027-09-25T11:14:39.156Z sunrise +2027-09-25T13:18:32.400Z Moon culminates 82.26 degrees above the horizon 2027-09-25T17:16:27.740Z Sun culminates 60.45 degrees above the horizon -2027-09-25T20:18:40.407Z moonset -2027-09-25T23:17:50.850Z sunset -2027-09-26T07:20:38.301Z moonrise -2027-09-26T11:15:09.453Z sunrise -2027-09-26T14:14:20.428Z Moon culminates 77.03 degrees above the horizon +2027-09-25T20:18:40.408Z moonset +2027-09-25T23:17:50.851Z sunset +2027-09-26T07:20:38.300Z moonrise +2027-09-26T11:15:09.451Z sunrise +2027-09-26T14:14:20.427Z Moon culminates 77.03 degrees above the horizon 2027-09-26T17:16:07.141Z Sun culminates 60.06 degrees above the horizon 2027-09-26T21:00:04.489Z moonset -2027-09-26T23:16:39.419Z sunset -2027-09-27T08:29:00.420Z moonrise -2027-09-27T11:15:39.942Z sunrise -2027-09-27T15:07:25.032Z Moon culminates 70.75 degrees above the horizon +2027-09-26T23:16:39.421Z sunset +2027-09-27T08:29:00.418Z moonrise +2027-09-27T11:15:39.941Z sunrise +2027-09-27T15:07:25.031Z Moon culminates 70.75 degrees above the horizon 2027-09-27T17:15:46.745Z Sun culminates 59.67 degrees above the horizon 2027-09-27T20:11:35.150Z lunar perigee at 363441 km 2027-09-27T21:37:37.994Z moonset -2027-09-27T23:15:28.206Z sunset -2027-09-28T09:35:59.874Z moonrise -2027-09-28T11:16:10.636Z sunrise +2027-09-27T23:15:28.208Z sunset +2027-09-28T09:35:59.872Z moonrise +2027-09-28T11:16:10.634Z sunrise 2027-09-28T14:08:16.379Z Neptune opposition 2027-09-28T15:58:27.762Z Moon culminates 63.90 degrees above the horizon 2027-09-28T17:15:26.571Z Sun culminates 59.28 degrees above the horizon -2027-09-28T22:12:57.808Z moonset -2027-09-28T23:14:17.336Z sunset -2027-09-29T10:41:53.384Z moonrise -2027-09-29T11:16:41.543Z sunrise +2027-09-28T22:12:57.809Z moonset +2027-09-28T23:14:17.337Z sunset +2027-09-29T10:41:53.383Z moonrise +2027-09-29T11:16:41.542Z sunrise 2027-09-29T16:48:30.559Z Moon culminates 56.93 degrees above the horizon 2027-09-29T17:15:06.637Z Sun culminates 58.89 degrees above the horizon -2027-09-29T22:47:39.343Z moonset -2027-09-29T23:13:06.633Z sunset +2027-09-29T22:47:39.344Z moonset +2027-09-29T23:13:06.634Z sunset 2027-09-30T02:36:32.891Z new moon -2027-09-30T11:17:12.673Z sunrise -2027-09-30T11:47:15.885Z moonrise +2027-09-30T11:17:12.672Z sunrise +2027-09-30T11:47:15.884Z moonrise 2027-09-30T17:14:46.957Z Sun culminates 58.50 degrees above the horizon 2027-09-30T17:38:37.932Z Moon culminates 50.30 degrees above the horizon -2027-09-30T23:11:56.222Z sunset -2027-09-30T23:23:12.957Z moonset -2027-10-01T11:17:44.035Z sunrise -2027-10-01T12:52:31.716Z moonrise +2027-09-30T23:11:56.223Z sunset +2027-09-30T23:23:12.958Z moonset +2027-10-01T11:17:44.034Z sunrise +2027-10-01T12:52:31.714Z moonrise 2027-10-01T17:14:27.551Z Sun culminates 58.11 degrees above the horizon -2027-10-01T18:29:43.037Z Moon culminates 44.41 degrees above the horizon -2027-10-01T23:10:46.128Z sunset +2027-10-01T18:29:43.036Z Moon culminates 44.41 degrees above the horizon +2027-10-01T23:10:46.129Z sunset 2027-10-02T00:01:02.302Z moonset -2027-10-02T11:18:15.638Z sunrise -2027-10-02T13:57:31.317Z moonrise +2027-10-02T11:18:15.636Z sunrise +2027-10-02T13:57:31.315Z moonrise 2027-10-02T17:14:08.433Z Sun culminates 57.73 degrees above the horizon -2027-10-02T19:22:15.070Z Moon culminates 39.60 degrees above the horizon -2027-10-02T23:09:36.375Z sunset -2027-10-03T00:42:18.849Z moonset -2027-10-03T11:18:47.489Z sunrise -2027-10-03T15:01:17.961Z moonrise -2027-10-03T17:13:49.621Z Sun culminates 57.34 degrees above the horizon -2027-10-03T20:16:08.553Z Moon culminates 36.14 degrees above the horizon -2027-10-03T23:08:26.990Z sunset -2027-10-04T01:27:49.430Z moonset -2027-10-04T11:19:19.596Z sunrise -2027-10-04T16:02:14.545Z moonrise +2027-10-02T19:22:15.069Z Moon culminates 39.60 degrees above the horizon +2027-10-02T23:09:36.377Z sunset +2027-10-03T00:42:18.848Z moonset +2027-10-03T11:18:47.487Z sunrise +2027-10-03T15:01:17.958Z moonrise +2027-10-03T17:13:49.620Z Sun culminates 57.34 degrees above the horizon +2027-10-03T20:16:08.551Z Moon culminates 36.14 degrees above the horizon +2027-10-03T23:08:26.992Z sunset +2027-10-04T01:27:49.428Z moonset +2027-10-04T11:19:19.594Z sunrise +2027-10-04T16:02:14.542Z moonrise 2027-10-04T17:13:31.131Z Sun culminates 56.96 degrees above the horizon -2027-10-04T21:10:40.163Z Moon culminates 34.19 degrees above the horizon -2027-10-04T23:07:17.996Z sunset -2027-10-05T02:17:39.452Z moonset -2027-10-05T11:19:51.969Z sunrise -2027-10-05T16:58:35.473Z moonrise +2027-10-04T21:10:40.160Z Moon culminates 34.19 degrees above the horizon +2027-10-04T23:07:17.999Z sunset +2027-10-05T02:17:39.450Z moonset +2027-10-05T11:19:51.966Z sunrise +2027-10-05T16:58:35.470Z moonrise 2027-10-05T17:13:12.981Z Sun culminates 56.57 degrees above the horizon -2027-10-05T22:04:39.954Z Moon culminates 33.76 degrees above the horizon -2027-10-05T23:06:09.422Z sunset -2027-10-06T03:11:03.527Z moonset -2027-10-06T11:20:24.615Z sunrise +2027-10-05T22:04:39.952Z Moon culminates 33.76 degrees above the horizon +2027-10-05T23:06:09.424Z sunset +2027-10-06T03:11:03.524Z moonset +2027-10-06T11:20:24.612Z sunrise 2027-10-06T17:12:55.189Z Sun culminates 56.19 degrees above the horizon -2027-10-06T17:49:08.193Z moonrise -2027-10-06T22:56:55.571Z Moon culminates 34.78 degrees above the horizon -2027-10-06T23:05:01.292Z sunset -2027-10-07T04:06:37.333Z moonset -2027-10-07T11:20:57.545Z sunrise +2027-10-06T17:49:08.190Z moonrise +2027-10-06T22:56:55.569Z Moon culminates 34.78 degrees above the horizon +2027-10-06T23:05:01.295Z sunset +2027-10-07T04:06:37.331Z moonset +2027-10-07T11:20:57.542Z sunrise 2027-10-07T11:48:03.779Z first quarter 2027-10-07T17:12:37.772Z Sun culminates 55.80 degrees above the horizon -2027-10-07T18:33:36.389Z moonrise -2027-10-07T23:03:53.635Z sunset -2027-10-07T23:46:36.661Z Moon culminates 37.08 degrees above the horizon -2027-10-08T05:02:49.073Z moonset -2027-10-08T11:21:30.768Z sunrise +2027-10-07T18:33:36.387Z moonrise +2027-10-07T23:03:53.638Z sunset +2027-10-07T23:46:36.659Z Moon culminates 37.08 degrees above the horizon +2027-10-08T05:02:49.072Z moonset +2027-10-08T11:21:30.766Z sunrise 2027-10-08T17:12:20.750Z Sun culminates 55.42 degrees above the horizon -2027-10-08T19:12:33.965Z moonrise -2027-10-08T23:02:46.479Z sunset -2027-10-09T00:33:26.566Z Moon culminates 40.45 degrees above the horizon -2027-10-09T05:58:30.693Z moonset -2027-10-09T11:22:04.294Z sunrise +2027-10-08T19:12:33.963Z moonrise +2027-10-08T23:02:46.481Z sunset +2027-10-09T00:33:26.565Z Moon culminates 40.45 degrees above the horizon +2027-10-09T05:58:30.692Z moonset +2027-10-09T11:22:04.293Z sunrise 2027-10-09T15:46:26.087Z lunar apogee at 404519 km 2027-10-09T17:12:04.143Z Sun culminates 55.04 degrees above the horizon -2027-10-09T19:47:03.733Z moonrise -2027-10-09T23:01:39.851Z sunset -2027-10-10T01:17:39.857Z Moon culminates 44.68 degrees above the horizon -2027-10-10T06:53:12.090Z moonset -2027-10-10T11:22:38.035Z sunrise +2027-10-09T19:47:03.732Z moonrise +2027-10-09T23:01:39.853Z sunset +2027-10-10T01:17:39.856Z Moon culminates 44.68 degrees above the horizon +2027-10-10T06:53:12.089Z moonset +2027-10-10T11:22:38.034Z sunrise 2027-10-10T17:11:47.970Z Sun culminates 54.66 degrees above the horizon -2027-10-10T20:18:18.344Z moonrise -2027-10-10T23:00:33.782Z sunset +2027-10-10T20:18:18.343Z moonrise +2027-10-10T23:00:33.783Z sunset 2027-10-11T01:59:53.078Z Moon culminates 49.57 degrees above the horizon -2027-10-11T07:46:58.626Z moonset -2027-10-11T11:23:12.204Z sunrise +2027-10-11T07:46:58.625Z moonset +2027-10-11T11:23:12.203Z sunrise 2027-10-11T17:11:32.253Z Sun culminates 54.29 degrees above the horizon 2027-10-11T20:47:30.199Z moonrise -2027-10-11T22:59:28.300Z sunset +2027-10-11T22:59:28.301Z sunset 2027-10-12T02:40:55.803Z Moon culminates 54.96 degrees above the horizon -2027-10-12T08:40:21.248Z moonset -2027-10-12T11:23:46.711Z sunrise +2027-10-12T08:40:21.247Z moonset +2027-10-12T11:23:46.710Z sunrise 2027-10-12T17:11:17.013Z Sun culminates 53.91 degrees above the horizon 2027-10-12T21:15:48.979Z moonrise -2027-10-12T22:58:23.437Z sunset +2027-10-12T22:58:23.438Z sunset 2027-10-13T03:21:44.817Z Moon culminates 60.66 degrees above the horizon 2027-10-13T09:34:06.258Z moonset 2027-10-13T11:24:21.571Z sunrise 2027-10-13T17:11:02.271Z Sun culminates 53.54 degrees above the horizon -2027-10-13T21:44:23.558Z moonrise +2027-10-13T21:44:23.559Z moonrise 2027-10-13T22:57:19.222Z sunset 2027-10-14T04:03:21.048Z Moon culminates 66.47 degrees above the horizon 2027-10-14T10:29:06.419Z moonset 2027-10-14T11:24:56.796Z sunrise -2027-10-14T15:37:29.788Z Venus moves from Virgo to Libra +2027-10-14T15:37:30.382Z Venus moves from Virgo to Libra 2027-10-14T17:10:48.050Z Sun culminates 53.17 degrees above the horizon -2027-10-14T22:14:25.858Z moonrise +2027-10-14T22:14:25.859Z moonrise 2027-10-14T22:56:15.686Z sunset -2027-10-15T04:46:47.372Z Moon culminates 72.18 degrees above the horizon -2027-10-15T09:14:10.184Z Mars moves from Libra to Scorpius -2027-10-15T11:25:32.399Z sunrise +2027-10-15T04:46:47.373Z Moon culminates 72.18 degrees above the horizon +2027-10-15T09:14:11.253Z Mars moves from Libra to Scorpius +2027-10-15T11:25:32.400Z sunrise 2027-10-15T11:26:11.449Z moonset 2027-10-15T13:47:32.063Z full moon -2027-10-15T17:10:34.370Z Sun culminates 52.80 degrees above the horizon -2027-10-15T22:47:14.743Z moonrise -2027-10-15T22:55:12.860Z sunset -2027-10-16T05:33:04.622Z Moon culminates 77.50 degrees above the horizon -2027-10-16T11:26:08.393Z sunrise +2027-10-15T17:10:34.371Z Sun culminates 52.80 degrees above the horizon +2027-10-15T22:47:14.744Z moonrise +2027-10-15T22:55:12.861Z sunset +2027-10-16T05:33:04.623Z Moon culminates 77.50 degrees above the horizon +2027-10-16T11:26:08.394Z sunrise 2027-10-16T12:25:54.254Z moonset -2027-10-16T17:10:21.255Z Sun culminates 52.43 degrees above the horizon -2027-10-16T22:54:10.776Z sunset -2027-10-16T23:24:17.382Z moonrise -2027-10-17T06:23:02.524Z Moon culminates 82.12 degrees above the horizon +2027-10-16T17:10:21.256Z Sun culminates 52.43 degrees above the horizon +2027-10-16T22:54:10.777Z sunset +2027-10-16T23:24:17.383Z moonrise +2027-10-17T06:23:02.525Z Moon culminates 82.12 degrees above the horizon 2027-10-17T11:26:44.790Z sunrise 2027-10-17T13:28:10.260Z moonset 2027-10-17T17:10:08.726Z Sun culminates 52.06 degrees above the horizon 2027-10-17T22:53:09.465Z sunset -2027-10-18T00:07:03.188Z moonrise +2027-10-18T00:07:03.189Z moonrise 2027-10-18T00:18:21.865Z Saturn opposition -2027-10-18T07:17:03.142Z Moon culminates 85.65 degrees above the horizon -2027-10-18T11:27:21.599Z sunrise +2027-10-18T07:17:03.143Z Moon culminates 85.65 degrees above the horizon +2027-10-18T11:27:21.600Z sunrise 2027-10-18T14:31:54.266Z moonset 2027-10-18T17:09:56.802Z Sun culminates 51.70 degrees above the horizon 2027-10-18T22:52:08.956Z sunset -2027-10-19T00:56:43.286Z moonrise -2027-10-19T08:14:40.049Z Moon culminates 87.74 degrees above the horizon -2027-10-19T11:27:58.831Z sunrise +2027-10-19T00:56:43.287Z moonrise +2027-10-19T08:14:40.050Z Moon culminates 87.74 degrees above the horizon +2027-10-19T11:27:58.832Z sunrise 2027-10-19T15:25:05.302Z Mercury inferior conjunction 2027-10-19T15:34:53.918Z moonset 2027-10-19T17:09:45.505Z Sun culminates 51.34 degrees above the horizon 2027-10-19T22:51:09.281Z sunset -2027-10-20T01:53:34.009Z moonrise +2027-10-20T01:53:34.010Z moonrise 2027-10-20T09:14:28.075Z Moon culminates 88.09 degrees above the horizon 2027-10-20T11:28:36.494Z sunrise -2027-10-20T16:34:24.711Z moonset +2027-10-20T16:34:24.710Z moonset 2027-10-20T17:09:34.852Z Sun culminates 50.98 degrees above the horizon 2027-10-20T22:50:10.471Z sunset 2027-10-21T02:56:24.837Z moonrise 2027-10-21T10:14:23.155Z Moon culminates 86.61 degrees above the horizon 2027-10-21T11:29:14.594Z sunrise 2027-10-21T17:09:24.863Z Sun culminates 50.62 degrees above the horizon -2027-10-21T17:28:18.630Z moonset -2027-10-21T22:49:12.555Z sunset +2027-10-21T17:28:18.629Z moonset +2027-10-21T22:49:12.556Z sunset 2027-10-22T04:02:50.238Z moonrise -2027-10-22T11:12:29.882Z Moon culminates 83.41 degrees above the horizon -2027-10-22T11:29:53.137Z sunrise +2027-10-22T11:12:29.881Z Moon culminates 83.41 degrees above the horizon +2027-10-22T11:29:53.136Z sunrise 2027-10-22T17:09:15.554Z Sun culminates 50.27 degrees above the horizon 2027-10-22T17:29:42.958Z third quarter -2027-10-22T18:15:53.301Z moonset -2027-10-22T22:48:15.563Z sunset -2027-10-23T05:10:12.738Z moonrise -2027-10-23T11:30:32.124Z sunrise -2027-10-23T12:07:43.606Z Moon culminates 78.75 degrees above the horizon -2027-10-23T17:09:06.941Z Sun culminates 49.92 degrees above the horizon -2027-10-23T18:57:47.114Z moonset -2027-10-23T22:47:19.523Z sunset -2027-10-24T06:16:46.515Z moonrise -2027-10-24T11:31:11.557Z sunrise -2027-10-24T13:00:00.405Z Moon culminates 73.01 degrees above the horizon -2027-10-24T17:08:59.039Z Sun culminates 49.57 degrees above the horizon -2027-10-24T19:35:23.462Z moonset -2027-10-24T22:46:24.465Z sunset +2027-10-22T18:15:53.299Z moonset +2027-10-22T22:48:15.564Z sunset +2027-10-23T05:10:12.737Z moonrise +2027-10-23T11:30:32.122Z sunrise +2027-10-23T12:07:43.605Z Moon culminates 78.75 degrees above the horizon +2027-10-23T17:09:06.942Z Sun culminates 49.92 degrees above the horizon +2027-10-23T18:57:47.112Z moonset +2027-10-23T22:47:19.525Z sunset +2027-10-24T06:16:46.514Z moonrise +2027-10-24T11:31:11.556Z sunrise +2027-10-24T13:00:00.404Z Moon culminates 73.01 degrees above the horizon +2027-10-24T17:08:59.040Z Sun culminates 49.57 degrees above the horizon +2027-10-24T19:35:23.460Z moonset +2027-10-24T22:46:24.467Z sunset 2027-10-25T05:36:27.954Z lunar perigee at 368641 km 2027-10-25T07:21:56.980Z moonrise -2027-10-25T11:31:51.436Z sunrise +2027-10-25T11:31:51.435Z sunrise 2027-10-25T13:50:01.264Z Moon culminates 66.57 degrees above the horizon -2027-10-25T17:08:51.861Z Sun culminates 49.23 degrees above the horizon -2027-10-25T20:10:19.692Z moonset -2027-10-25T22:45:30.414Z sunset +2027-10-25T17:08:51.862Z Sun culminates 49.23 degrees above the horizon +2027-10-25T20:10:19.691Z moonset +2027-10-25T22:45:30.416Z sunset 2027-10-26T08:26:03.052Z moonrise 2027-10-26T11:32:31.758Z sunrise 2027-10-26T14:38:50.329Z Moon culminates 59.85 degrees above the horizon -2027-10-26T17:08:45.419Z Sun culminates 48.88 degrees above the horizon +2027-10-26T17:08:45.420Z Sun culminates 48.88 degrees above the horizon 2027-10-26T20:44:12.314Z moonset -2027-10-26T22:44:37.398Z sunset -2027-10-27T08:04:43.468Z Mars moves from Scorpius to Ophiuchus +2027-10-26T22:44:37.400Z sunset +2027-10-27T08:04:44.495Z Mars moves from Scorpius to Ophiuchus 2027-10-27T09:29:47.982Z moonrise 2027-10-27T11:33:12.521Z sunrise -2027-10-27T15:27:37.704Z Moon culminates 53.23 degrees above the horizon -2027-10-27T17:08:39.724Z Sun culminates 48.54 degrees above the horizon -2027-10-27T21:18:33.393Z moonset -2027-10-27T22:43:45.441Z sunset +2027-10-27T15:27:37.705Z Moon culminates 53.23 degrees above the horizon +2027-10-27T17:08:39.725Z Sun culminates 48.54 degrees above the horizon +2027-10-27T21:18:33.394Z moonset +2027-10-27T22:43:45.442Z sunset 2027-10-28T05:30:38.173Z Mercury perihelion at 0.3075 AU -2027-10-28T10:33:51.897Z moonrise +2027-10-28T10:33:51.898Z moonrise 2027-10-28T11:33:53.719Z sunrise 2027-10-28T16:17:26.606Z Moon culminates 47.09 degrees above the horizon 2027-10-28T17:08:34.786Z Sun culminates 48.21 degrees above the horizon -2027-10-28T21:54:50.415Z moonset -2027-10-28T22:42:54.568Z sunset -2027-10-29T11:34:35.346Z sunrise -2027-10-29T11:38:27.281Z moonrise +2027-10-28T21:54:50.416Z moonset +2027-10-28T22:42:54.569Z sunset +2027-10-29T11:34:35.345Z sunrise +2027-10-29T11:38:27.280Z moonrise 2027-10-29T13:37:02.940Z new moon 2027-10-29T17:08:30.612Z Sun culminates 47.88 degrees above the horizon 2027-10-29T17:09:01.045Z Moon culminates 41.82 degrees above the horizon -2027-10-29T22:34:23.376Z moonset +2027-10-29T22:34:23.377Z moonset 2027-10-29T22:42:04.803Z sunset 2027-10-30T11:35:17.392Z sunrise -2027-10-30T12:42:58.677Z moonrise -2027-10-30T17:08:27.211Z Sun culminates 47.55 degrees above the horizon -2027-10-30T18:02:32.400Z Moon culminates 37.73 degrees above the horizon +2027-10-30T12:42:58.676Z moonrise +2027-10-30T17:08:27.210Z Sun culminates 47.55 degrees above the horizon +2027-10-30T18:02:32.399Z Moon culminates 37.73 degrees above the horizon 2027-10-30T22:41:16.168Z sunset 2027-10-30T23:18:14.366Z moonset -2027-10-31T11:35:59.849Z sunrise -2027-10-31T13:45:56.280Z moonrise +2027-10-31T11:35:59.848Z sunrise +2027-10-31T13:45:56.278Z moonrise 2027-10-31T17:08:24.588Z Sun culminates 47.22 degrees above the horizon -2027-10-31T18:57:29.220Z Moon culminates 35.08 degrees above the horizon +2027-10-31T18:57:29.219Z Moon culminates 35.08 degrees above the horizon 2027-10-31T22:40:28.688Z sunset 2027-11-01T00:06:48.823Z moonset -2027-11-01T05:31:20.187Z Venus moves from Libra to Scorpius -2027-11-01T11:36:42.706Z sunrise -2027-11-01T14:45:17.375Z moonrise +2027-11-01T05:31:21.039Z Venus moves from Libra to Scorpius +2027-11-01T11:36:42.704Z sunrise +2027-11-01T14:45:17.373Z moonrise 2027-11-01T17:08:22.751Z Sun culminates 46.90 degrees above the horizon -2027-11-01T19:52:40.279Z Moon culminates 33.98 degrees above the horizon -2027-11-01T22:39:42.384Z sunset +2027-11-01T19:52:40.278Z Moon culminates 33.98 degrees above the horizon +2027-11-01T22:39:42.385Z sunset 2027-11-02T00:59:37.510Z moonset -2027-11-02T11:37:25.950Z sunrise -2027-11-02T15:39:13.179Z moonrise +2027-11-02T11:37:25.948Z sunrise +2027-11-02T15:39:13.177Z moonrise 2027-11-02T17:08:21.704Z Sun culminates 46.59 degrees above the horizon -2027-11-02T20:46:36.974Z Moon culminates 34.41 degrees above the horizon -2027-11-02T22:38:57.281Z sunset +2027-11-02T20:46:36.972Z Moon culminates 34.41 degrees above the horizon +2027-11-02T22:38:57.283Z sunset 2027-11-03T01:55:17.762Z moonset -2027-11-03T11:38:09.570Z sunrise -2027-11-03T16:26:50.880Z moonrise +2027-11-03T11:38:09.568Z sunrise +2027-11-03T16:26:50.877Z moonrise 2027-11-03T17:08:21.453Z Sun culminates 46.27 degrees above the horizon -2027-11-03T21:38:05.402Z Moon culminates 36.22 degrees above the horizon -2027-11-03T22:38:13.401Z sunset +2027-11-03T21:38:05.400Z Moon culminates 36.23 degrees above the horizon +2027-11-03T22:38:13.403Z sunset 2027-11-04T02:52:03.177Z moonset 2027-11-04T08:55:11.872Z Mercury max morning elongation: 18.77 degrees from Sun -2027-11-04T11:38:53.552Z sunrise +2027-11-04T11:38:53.550Z sunrise 2027-11-04T17:08:22.003Z Sun culminates 45.96 degrees above the horizon -2027-11-04T17:08:22.226Z moonrise -2027-11-04T22:26:28.536Z Moon culminates 39.20 degrees above the horizon -2027-11-04T22:37:30.768Z sunset +2027-11-04T17:08:22.224Z moonrise +2027-11-04T22:26:28.535Z Moon culminates 39.20 degrees above the horizon +2027-11-04T22:37:30.770Z sunset 2027-11-05T03:48:24.149Z moonset -2027-11-05T11:39:37.883Z sunrise +2027-11-05T11:39:37.882Z sunrise 2027-11-05T17:08:23.359Z Sun culminates 45.66 degrees above the horizon -2027-11-05T17:44:43.330Z moonrise -2027-11-05T22:36:49.405Z sunset -2027-11-05T23:11:49.081Z Moon culminates 43.11 degrees above the horizon -2027-11-06T04:43:32.672Z moonset +2027-11-05T17:44:43.328Z moonrise +2027-11-05T22:36:49.407Z sunset +2027-11-05T23:11:49.080Z Moon culminates 43.11 degrees above the horizon +2027-11-06T04:43:32.673Z moonset 2027-11-06T08:00:40.209Z first quarter 2027-11-06T11:36:24.639Z lunar apogee at 404169 km 2027-11-06T11:40:22.550Z sunrise -2027-11-06T17:08:25.526Z Sun culminates 45.36 degrees above the horizon -2027-11-06T18:17:09.215Z moonrise -2027-11-06T22:36:09.335Z sunset -2027-11-06T23:54:39.543Z Moon culminates 47.74 degrees above the horizon -2027-11-07T05:37:24.204Z moonset -2027-11-07T11:41:07.540Z sunrise -2027-11-07T17:08:28.510Z Sun culminates 45.06 degrees above the horizon -2027-11-07T18:46:57.642Z moonrise -2027-11-07T20:53:55.667Z Venus moves from Scorpius to Ophiuchus -2027-11-07T22:35:30.583Z sunset +2027-11-06T17:08:25.527Z Sun culminates 45.36 degrees above the horizon +2027-11-06T18:17:09.213Z moonrise +2027-11-06T22:36:09.337Z sunset +2027-11-06T23:54:39.542Z Moon culminates 47.74 degrees above the horizon +2027-11-07T05:37:24.205Z moonset +2027-11-07T11:41:07.539Z sunrise +2027-11-07T17:08:28.511Z Sun culminates 45.06 degrees above the horizon +2027-11-07T18:46:57.640Z moonrise +2027-11-07T20:53:56.271Z Venus moves from Scorpius to Ophiuchus +2027-11-07T22:35:30.584Z sunset 2027-11-08T00:35:50.286Z Moon culminates 52.89 degrees above the horizon -2027-11-08T06:30:26.992Z moonset +2027-11-08T06:30:26.993Z moonset 2027-11-08T11:41:52.838Z sunrise -2027-11-08T17:08:32.315Z Sun culminates 44.77 degrees above the horizon -2027-11-08T19:15:23.333Z moonrise -2027-11-08T22:34:53.172Z sunset +2027-11-08T17:08:32.316Z Sun culminates 44.77 degrees above the horizon +2027-11-08T19:15:23.332Z moonrise +2027-11-08T22:34:53.174Z sunset 2027-11-09T01:16:21.217Z Moon culminates 58.41 degrees above the horizon -2027-11-09T07:23:29.782Z moonset +2027-11-09T07:23:29.783Z moonset 2027-11-09T11:42:38.431Z sunrise -2027-11-09T17:08:36.947Z Sun culminates 44.48 degrees above the horizon -2027-11-09T19:43:38.738Z moonrise -2027-11-09T22:34:17.127Z sunset -2027-11-10T01:57:17.591Z Moon culminates 64.13 degrees above the horizon -2027-11-10T08:17:31.871Z moonset -2027-11-10T11:43:24.305Z sunrise -2027-11-10T17:08:42.410Z Sun culminates 44.20 degrees above the horizon -2027-11-10T20:12:57.929Z moonrise -2027-11-10T22:33:42.471Z sunset -2027-11-11T02:39:48.004Z Moon culminates 69.85 degrees above the horizon -2027-11-11T09:13:34.127Z moonset -2027-11-11T11:44:10.446Z sunrise -2027-11-11T17:08:48.710Z Sun culminates 43.93 degrees above the horizon +2027-11-09T17:08:36.948Z Sun culminates 44.48 degrees above the horizon +2027-11-09T19:43:38.737Z moonrise +2027-11-09T22:34:17.128Z sunset +2027-11-10T01:57:17.592Z Moon culminates 64.13 degrees above the horizon +2027-11-10T08:17:31.873Z moonset +2027-11-10T11:43:24.306Z sunrise +2027-11-10T17:08:42.411Z Sun culminates 44.20 degrees above the horizon +2027-11-10T20:12:57.928Z moonrise +2027-11-10T22:33:42.472Z sunset +2027-11-11T02:39:48.005Z Moon culminates 69.85 degrees above the horizon +2027-11-11T09:13:34.128Z moonset +2027-11-11T11:44:10.447Z sunrise +2027-11-11T17:08:48.712Z Sun culminates 43.93 degrees above the horizon 2027-11-11T20:44:41.417Z moonrise -2027-11-11T22:33:09.229Z sunset -2027-11-12T03:25:01.701Z Moon culminates 75.35 degrees above the horizon -2027-11-12T10:12:26.820Z moonset -2027-11-12T11:44:56.840Z sunrise -2027-11-12T17:08:55.852Z Sun culminates 43.65 degrees above the horizon +2027-11-11T22:33:09.230Z sunset +2027-11-12T03:25:01.702Z Moon culminates 75.35 degrees above the horizon +2027-11-12T10:12:26.822Z moonset +2027-11-12T11:44:56.841Z sunrise +2027-11-12T17:08:55.853Z Sun culminates 43.65 degrees above the horizon 2027-11-12T21:20:19.559Z moonrise -2027-11-12T22:32:37.423Z sunset -2027-11-13T04:14:01.402Z Moon culminates 80.31 degrees above the horizon -2027-11-13T11:14:29.490Z moonset -2027-11-13T11:45:43.470Z sunrise -2027-11-13T17:09:03.838Z Sun culminates 43.39 degrees above the horizon -2027-11-13T22:01:29.977Z moonrise -2027-11-13T22:32:07.077Z sunset +2027-11-12T22:32:37.424Z sunset +2027-11-13T04:14:01.403Z Moon culminates 80.31 degrees above the horizon +2027-11-13T11:14:29.493Z moonset +2027-11-13T11:45:43.472Z sunrise +2027-11-13T17:09:03.839Z Sun culminates 43.39 degrees above the horizon +2027-11-13T22:01:29.978Z moonrise +2027-11-13T22:32:07.078Z sunset 2027-11-14T03:26:24.510Z full moon -2027-11-14T05:07:27.372Z Moon culminates 84.34 degrees above the horizon -2027-11-14T11:46:30.321Z sunrise -2027-11-14T12:19:02.404Z moonset -2027-11-14T17:09:12.672Z Sun culminates 43.13 degrees above the horizon +2027-11-14T05:07:27.374Z Moon culminates 84.34 degrees above the horizon +2027-11-14T11:46:30.323Z sunrise +2027-11-14T12:19:02.406Z moonset +2027-11-14T17:09:12.673Z Sun culminates 43.13 degrees above the horizon 2027-11-14T22:31:38.214Z sunset -2027-11-14T22:49:40.723Z moonrise -2027-11-15T04:04:15.563Z Mercury moves from Virgo to Libra -2027-11-15T06:05:12.255Z Moon culminates 87.02 degrees above the horizon -2027-11-15T11:47:17.375Z sunrise -2027-11-15T13:24:04.735Z moonset -2027-11-15T17:09:22.355Z Sun culminates 42.87 degrees above the horizon +2027-11-14T22:49:40.724Z moonrise +2027-11-15T04:04:16.070Z Mercury moves from Virgo to Libra +2027-11-15T06:05:12.257Z Moon culminates 87.02 degrees above the horizon +2027-11-15T11:47:17.376Z sunrise +2027-11-15T13:24:04.737Z moonset +2027-11-15T17:09:22.356Z Sun culminates 42.87 degrees above the horizon 2027-11-15T22:31:10.855Z sunset -2027-11-15T23:45:32.158Z moonrise -2027-11-16T07:05:59.361Z Moon culminates 88.00 degrees above the horizon -2027-11-16T11:48:04.612Z sunrise -2027-11-16T14:26:33.415Z moonset -2027-11-16T17:09:32.889Z Sun culminates 42.62 degrees above the horizon +2027-11-15T23:45:32.159Z moonrise +2027-11-16T07:05:59.362Z Moon culminates 88.00 degrees above the horizon +2027-11-16T11:48:04.613Z sunrise +2027-11-16T14:26:33.416Z moonset +2027-11-16T17:09:32.890Z Sun culminates 42.62 degrees above the horizon 2027-11-16T22:30:45.021Z sunset -2027-11-17T00:48:11.320Z moonrise -2027-11-17T08:07:31.701Z Moon culminates 87.07 degrees above the horizon +2027-11-17T00:48:11.321Z moonrise +2027-11-17T08:07:31.702Z Moon culminates 87.07 degrees above the horizon 2027-11-17T11:48:52.011Z sunrise -2027-11-17T15:23:36.999Z moonset -2027-11-17T17:09:44.273Z Sun culminates 42.37 degrees above the horizon +2027-11-17T15:23:36.998Z moonset +2027-11-17T17:09:44.274Z Sun culminates 42.37 degrees above the horizon 2027-11-17T22:30:20.732Z sunset -2027-11-18T01:55:06.186Z moonrise +2027-11-18T01:55:06.187Z moonrise 2027-11-18T09:07:23.598Z Moon culminates 84.31 degrees above the horizon -2027-11-18T11:49:39.549Z sunrise -2027-11-18T16:13:51.887Z moonset +2027-11-18T11:49:39.548Z sunrise +2027-11-18T16:13:51.886Z moonset 2027-11-18T17:09:56.505Z Sun culminates 42.13 degrees above the horizon -2027-11-18T22:29:58.007Z sunset +2027-11-18T22:29:58.008Z sunset 2027-11-19T00:11:33.081Z lunar perigee at 369353 km 2027-11-19T03:03:09.918Z moonrise 2027-11-19T10:04:00.145Z Moon culminates 80.01 degrees above the horizon 2027-11-19T11:50:27.200Z sunrise -2027-11-19T16:57:36.154Z moonset +2027-11-19T16:57:36.153Z moonset 2027-11-19T17:10:09.581Z Sun culminates 41.90 degrees above the horizon -2027-11-19T22:29:36.865Z sunset +2027-11-19T22:29:36.866Z sunset 2027-11-20T04:10:04.914Z moonrise 2027-11-20T10:56:59.734Z Moon culminates 74.56 degrees above the horizon -2027-11-20T11:51:14.939Z sunrise -2027-11-20T17:10:23.495Z Sun culminates 41.67 degrees above the horizon -2027-11-20T17:36:10.897Z moonset -2027-11-20T22:29:17.321Z sunset +2027-11-20T11:51:14.938Z sunrise +2027-11-20T17:10:23.496Z Sun culminates 41.67 degrees above the horizon +2027-11-20T17:36:10.895Z moonset +2027-11-20T22:29:17.323Z sunset 2027-11-21T00:48:45.281Z third quarter -2027-11-21T05:14:57.906Z moonrise -2027-11-21T08:35:42.808Z Mars moves from Ophiuchus to Sagittarius +2027-11-21T05:14:57.907Z moonrise +2027-11-21T08:35:43.835Z Mars moves from Ophiuchus to Sagittarius 2027-11-21T11:46:58.362Z Moon culminates 68.38 degrees above the horizon 2027-11-21T11:52:02.735Z sunrise -2027-11-21T17:10:38.240Z Sun culminates 41.45 degrees above the horizon -2027-11-21T18:11:18.526Z moonset -2027-11-21T22:28:59.389Z sunset -2027-11-22T06:18:03.667Z moonrise +2027-11-21T17:10:38.241Z Sun culminates 41.45 degrees above the horizon +2027-11-21T18:11:18.525Z moonset +2027-11-21T22:28:59.391Z sunset +2027-11-22T06:18:03.668Z moonrise 2027-11-22T11:52:50.558Z sunrise 2027-11-22T12:35:02.677Z Moon culminates 61.87 degrees above the horizon -2027-11-22T17:10:53.808Z Sun culminates 41.23 degrees above the horizon -2027-11-22T18:44:40.999Z moonset -2027-11-22T19:39:16.665Z Venus moves from Ophiuchus to Sagittarius -2027-11-22T22:28:43.083Z sunset -2027-11-22T23:38:35.104Z Jupiter moves from Leo to Virgo -2027-11-23T07:20:12.040Z moonrise +2027-11-22T17:10:53.809Z Sun culminates 41.23 degrees above the horizon +2027-11-22T18:44:40.998Z moonset +2027-11-22T19:39:17.269Z Venus moves from Ophiuchus to Sagittarius +2027-11-22T22:28:43.085Z sunset +2027-11-22T23:38:40.757Z Jupiter moves from Leo to Virgo +2027-11-23T07:20:12.041Z moonrise 2027-11-23T11:53:38.375Z sunrise 2027-11-23T13:22:29.234Z Moon culminates 55.37 degrees above the horizon -2027-11-23T17:11:10.186Z Sun culminates 41.02 degrees above the horizon +2027-11-23T17:11:10.187Z Sun culminates 41.02 degrees above the horizon 2027-11-23T19:17:54.141Z moonset -2027-11-23T22:28:28.412Z sunset -2027-11-24T08:22:18.705Z moonrise -2027-11-24T11:54:26.151Z sunrise +2027-11-23T22:28:28.413Z sunset +2027-11-24T08:22:18.707Z moonrise +2027-11-24T11:54:26.152Z sunrise 2027-11-24T14:10:31.372Z Moon culminates 49.22 degrees above the horizon -2027-11-24T17:11:27.361Z Sun culminates 40.82 degrees above the horizon +2027-11-24T17:11:27.362Z Sun culminates 40.82 degrees above the horizon 2027-11-24T19:52:28.568Z moonset 2027-11-24T22:28:15.384Z sunset -2027-11-25T09:25:01.230Z moonrise -2027-11-25T11:55:13.849Z sunrise +2027-11-25T09:25:01.231Z moonrise +2027-11-25T11:55:13.850Z sunrise 2027-11-25T15:00:08.700Z Moon culminates 43.75 degrees above the horizon -2027-11-25T17:11:45.318Z Sun culminates 40.62 degrees above the horizon -2027-11-25T20:29:49.955Z moonset +2027-11-25T17:11:45.319Z Sun culminates 40.62 degrees above the horizon +2027-11-25T20:29:49.954Z moonset 2027-11-25T22:28:04.004Z sunset -2027-11-26T10:28:17.448Z moonrise -2027-11-26T11:56:01.432Z sunrise +2027-11-26T10:28:17.449Z moonrise +2027-11-26T11:56:01.433Z sunrise 2027-11-26T15:51:54.892Z Moon culminates 39.28 degrees above the horizon 2027-11-26T17:12:04.040Z Sun culminates 40.43 degrees above the horizon -2027-11-26T21:11:13.246Z moonset -2027-11-26T22:27:54.277Z sunset +2027-11-26T21:11:13.245Z moonset +2027-11-26T22:27:54.276Z sunset 2027-11-27T11:31:09.817Z moonrise 2027-11-27T11:56:48.858Z sunrise 2027-11-27T16:45:44.260Z Moon culminates 36.08 degrees above the horizon 2027-11-27T17:12:23.506Z Sun culminates 40.25 degrees above the horizon 2027-11-27T19:25:03.755Z Venus aphelion at 0.7282 AU -2027-11-27T21:57:27.146Z moonset -2027-11-27T22:27:46.203Z sunset +2027-11-27T21:57:27.145Z moonset +2027-11-27T22:27:46.202Z sunset 2027-11-28T03:24:58.659Z new moon 2027-11-28T11:57:36.086Z sunrise 2027-11-28T12:31:49.377Z moonrise -2027-11-28T17:12:43.697Z Sun culminates 40.07 degrees above the horizon +2027-11-28T17:12:43.696Z Sun culminates 40.07 degrees above the horizon 2027-11-28T17:40:44.857Z Moon culminates 34.36 degrees above the horizon -2027-11-28T22:27:39.784Z sunset -2027-11-28T22:48:31.871Z moonset +2027-11-28T22:27:39.783Z sunset +2027-11-28T22:48:31.870Z moonset 2027-11-29T11:58:23.073Z sunrise 2027-11-29T13:28:10.562Z moonrise -2027-11-29T17:13:04.589Z Sun culminates 39.90 degrees above the horizon +2027-11-29T17:13:04.588Z Sun culminates 39.90 degrees above the horizon 2027-11-29T18:35:29.496Z Moon culminates 34.18 degrees above the horizon 2027-11-29T22:27:35.016Z sunset 2027-11-29T23:43:25.920Z moonset 2027-11-30T09:08:07.548Z Uranus opposition -2027-11-30T11:19:14.424Z Mercury moves from Libra to Scorpius -2027-11-30T11:59:09.775Z sunrise +2027-11-30T11:19:15.013Z Mercury moves from Libra to Scorpius +2027-11-30T11:59:09.774Z sunrise 2027-11-30T14:18:42.146Z moonrise -2027-11-30T17:13:26.160Z Sun culminates 39.74 degrees above the horizon +2027-11-30T17:13:26.159Z Sun culminates 39.74 degrees above the horizon 2027-11-30T19:28:25.930Z Moon culminates 35.47 degrees above the horizon -2027-11-30T22:27:31.897Z sunset +2027-11-30T22:27:31.898Z sunset 2027-12-01T00:40:21.644Z moonset 2027-12-01T11:59:56.147Z sunrise -2027-12-01T15:02:58.106Z moonrise +2027-12-01T15:02:58.105Z moonrise 2027-12-01T17:13:48.385Z Sun culminates 39.58 degrees above the horizon 2027-12-01T20:18:29.357Z Moon culminates 38.03 degrees above the horizon -2027-12-01T22:27:30.424Z sunset +2027-12-01T22:27:30.425Z sunset 2027-12-02T01:37:27.051Z moonset 2027-12-02T12:00:42.145Z sunrise -2027-12-02T15:41:31.606Z moonrise +2027-12-02T15:41:31.605Z moonrise 2027-12-02T17:14:11.239Z Sun culminates 39.43 degrees above the horizon 2027-12-02T21:05:17.859Z Moon culminates 41.62 degrees above the horizon -2027-12-02T22:27:30.591Z sunset -2027-12-03T02:33:24.891Z moonset +2027-12-02T22:27:30.592Z sunset +2027-12-03T02:33:24.892Z moonset 2027-12-03T12:01:27.724Z sunrise -2027-12-03T16:15:29.310Z moonrise -2027-12-03T17:14:34.697Z Sun culminates 39.29 degrees above the horizon +2027-12-03T16:15:29.308Z moonrise +2027-12-03T17:14:34.698Z Sun culminates 39.29 degrees above the horizon 2027-12-03T21:49:08.247Z Moon culminates 46.00 degrees above the horizon -2027-12-03T22:27:32.391Z sunset -2027-12-04T03:27:46.954Z moonset +2027-12-03T22:27:32.392Z sunset +2027-12-04T03:27:46.956Z moonset 2027-12-04T08:41:06.320Z lunar apogee at 404649 km 2027-12-04T12:02:12.840Z sunrise -2027-12-04T13:55:42.110Z Mercury moves from Scorpius to Ophiuchus -2027-12-04T16:46:08.698Z moonrise +2027-12-04T13:55:42.597Z Mercury moves from Scorpius to Ophiuchus +2027-12-04T16:46:08.697Z moonrise 2027-12-04T17:14:58.734Z Sun culminates 39.15 degrees above the horizon -2027-12-04T22:27:35.817Z sunset +2027-12-04T22:27:35.819Z sunset 2027-12-04T22:30:43.242Z Moon culminates 50.94 degrees above the horizon -2027-12-05T04:20:47.194Z moonset +2027-12-05T04:20:47.196Z moonset 2027-12-05T12:02:57.448Z sunrise -2027-12-05T17:14:46.650Z moonrise -2027-12-05T17:15:23.322Z Sun culminates 39.02 degrees above the horizon -2027-12-05T22:27:40.862Z sunset +2027-12-05T17:14:46.648Z moonrise +2027-12-05T17:15:23.323Z Sun culminates 39.02 degrees above the horizon +2027-12-05T22:27:40.863Z sunset 2027-12-05T23:11:00.007Z Moon culminates 56.27 degrees above the horizon -2027-12-06T05:13:07.950Z moonset +2027-12-06T05:13:07.951Z moonset 2027-12-06T05:22:45.529Z first quarter -2027-12-06T12:03:41.506Z sunrise -2027-12-06T17:15:48.438Z Sun culminates 38.90 degrees above the horizon -2027-12-06T17:42:37.145Z moonrise -2027-12-06T22:27:47.516Z sunset +2027-12-06T12:03:41.507Z sunrise +2027-12-06T17:15:48.439Z Sun culminates 38.90 degrees above the horizon +2027-12-06T17:42:37.143Z moonrise +2027-12-06T22:27:47.517Z sunset 2027-12-06T23:51:03.527Z Moon culminates 61.84 degrees above the horizon -2027-12-07T06:05:48.031Z moonset -2027-12-07T12:04:24.971Z sunrise -2027-12-07T17:16:14.054Z Sun culminates 38.79 degrees above the horizon -2027-12-07T18:10:54.055Z moonrise -2027-12-07T22:27:55.769Z sunset +2027-12-07T06:05:48.033Z moonset +2027-12-07T12:04:24.972Z sunrise +2027-12-07T17:16:14.055Z Sun culminates 38.79 degrees above the horizon +2027-12-07T18:10:54.053Z moonrise +2027-12-07T22:27:55.771Z sunset 2027-12-08T00:32:03.919Z Moon culminates 67.48 degrees above the horizon -2027-12-08T06:59:53.817Z moonset -2027-12-08T12:05:07.803Z sunrise -2027-12-08T17:16:40.145Z Sun culminates 38.68 degrees above the horizon -2027-12-08T18:40:56.218Z moonrise -2027-12-08T22:28:05.611Z sunset -2027-12-09T01:15:15.110Z Moon culminates 73.00 degrees above the horizon -2027-12-09T07:56:30.070Z moonset -2027-12-09T12:05:49.961Z sunrise -2027-12-09T17:17:06.686Z Sun culminates 38.58 degrees above the horizon -2027-12-09T19:14:12.810Z moonrise -2027-12-09T22:28:17.031Z sunset -2027-12-10T02:01:51.357Z Moon culminates 78.16 degrees above the horizon -2027-12-10T08:56:24.987Z moonset -2027-12-10T12:06:31.405Z sunrise -2027-12-10T17:17:33.650Z Sun culminates 38.49 degrees above the horizon -2027-12-10T19:52:25.848Z moonrise -2027-12-10T22:28:30.015Z sunset -2027-12-11T02:52:56.705Z Moon culminates 82.62 degrees above the horizon +2027-12-08T06:59:53.819Z moonset +2027-12-08T12:05:07.804Z sunrise +2027-12-08T17:16:40.147Z Sun culminates 38.68 degrees above the horizon +2027-12-08T18:40:56.216Z moonrise +2027-12-08T22:28:05.613Z sunset +2027-12-09T01:15:15.111Z Moon culminates 73.00 degrees above the horizon +2027-12-09T07:56:30.073Z moonset +2027-12-09T12:05:49.962Z sunrise +2027-12-09T17:17:06.688Z Sun culminates 38.58 degrees above the horizon +2027-12-09T19:14:12.809Z moonrise +2027-12-09T22:28:17.032Z sunset +2027-12-10T02:01:51.358Z Moon culminates 78.16 degrees above the horizon +2027-12-10T08:56:24.990Z moonset +2027-12-10T12:06:31.407Z sunrise +2027-12-10T17:17:33.652Z Sun culminates 38.49 degrees above the horizon +2027-12-10T19:52:25.847Z moonrise +2027-12-10T22:28:30.016Z sunset +2027-12-11T02:52:56.706Z Moon culminates 82.62 degrees above the horizon 2027-12-11T05:08:04.465Z Mercury aphelion at 0.4667 AU -2027-12-11T09:59:44.250Z moonset -2027-12-11T12:07:12.098Z sunrise -2027-12-11T17:18:01.012Z Sun culminates 38.40 degrees above the horizon -2027-12-11T20:37:22.743Z moonrise +2027-12-11T09:59:44.254Z moonset +2027-12-11T12:07:12.101Z sunrise +2027-12-11T17:18:01.014Z Sun culminates 38.40 degrees above the horizon +2027-12-11T20:37:22.742Z moonrise 2027-12-11T21:57:51.747Z Mercury superior conjunction -2027-12-11T22:28:44.550Z sunset -2027-12-12T03:49:02.449Z Moon culminates 85.96 degrees above the horizon -2027-12-12T11:05:17.427Z moonset -2027-12-12T12:07:52.002Z sunrise -2027-12-12T17:18:28.746Z Sun culminates 38.33 degrees above the horizon +2027-12-11T22:28:44.551Z sunset +2027-12-12T03:49:02.450Z Moon culminates 85.96 degrees above the horizon +2027-12-12T11:05:17.431Z moonset +2027-12-12T12:07:52.005Z sunrise +2027-12-12T17:18:28.747Z Sun culminates 38.33 degrees above the horizon 2027-12-12T21:30:27.251Z moonrise 2027-12-12T22:29:00.622Z sunset -2027-12-13T04:49:35.205Z Moon culminates 87.75 degrees above the horizon -2027-12-13T12:08:31.079Z sunrise -2027-12-13T12:10:23.424Z moonset +2027-12-13T04:49:35.207Z Moon culminates 87.75 degrees above the horizon +2027-12-13T12:08:31.082Z sunrise +2027-12-13T12:10:23.426Z moonset 2027-12-13T16:09:18.410Z full moon -2027-12-13T17:18:56.824Z Sun culminates 38.26 degrees above the horizon +2027-12-13T17:18:56.825Z Sun culminates 38.26 degrees above the horizon 2027-12-13T22:29:18.213Z sunset 2027-12-13T22:31:45.086Z moonrise -2027-12-14T05:52:38.744Z Moon culminates 87.64 degrees above the horizon -2027-12-14T12:09:09.293Z sunrise -2027-12-14T13:11:36.340Z moonset -2027-12-14T17:19:25.220Z Sun culminates 38.20 degrees above the horizon +2027-12-14T05:52:38.745Z Moon culminates 87.64 degrees above the horizon +2027-12-14T12:09:09.295Z sunrise +2027-12-14T13:11:36.342Z moonset +2027-12-14T17:19:25.221Z Sun culminates 38.20 degrees above the horizon 2027-12-14T22:29:37.307Z sunset 2027-12-14T23:39:19.195Z moonrise 2027-12-15T06:55:24.180Z Moon culminates 85.52 degrees above the horizon -2027-12-15T12:09:46.605Z sunrise -2027-12-15T14:06:21.900Z moonset +2027-12-15T12:09:46.606Z sunrise +2027-12-15T14:06:21.901Z moonset 2027-12-15T17:19:53.906Z Sun culminates 38.14 degrees above the horizon 2027-12-15T22:29:57.884Z sunset 2027-12-16T00:49:40.228Z moonrise 2027-12-16T02:25:09.514Z lunar perigee at 364018 km 2027-12-16T07:55:23.171Z Moon culminates 81.61 degrees above the horizon -2027-12-16T09:45:14.523Z Mercury moves from Ophiuchus to Sagittarius +2027-12-16T09:45:15.010Z Mercury moves from Ophiuchus to Sagittarius 2027-12-16T12:10:22.980Z sunrise 2027-12-16T14:53:59.834Z moonset -2027-12-16T17:20:22.853Z Sun culminates 38.10 degrees above the horizon -2027-12-16T22:30:19.924Z sunset +2027-12-16T17:20:22.852Z Sun culminates 38.10 degrees above the horizon +2027-12-16T22:30:19.925Z sunset 2027-12-17T01:59:28.889Z moonrise 2027-12-17T08:51:24.451Z Moon culminates 76.34 degrees above the horizon -2027-12-17T12:10:58.379Z sunrise -2027-12-17T15:35:26.453Z moonset +2027-12-17T12:10:58.378Z sunrise +2027-12-17T15:35:26.452Z moonset 2027-12-17T17:20:52.031Z Sun culminates 38.06 degrees above the horizon -2027-12-17T22:30:43.406Z sunset +2027-12-17T22:30:43.407Z sunset 2027-12-18T03:06:55.073Z moonrise 2027-12-18T09:43:36.238Z Moon culminates 70.20 degrees above the horizon -2027-12-18T12:11:32.766Z sunrise -2027-12-18T16:12:22.713Z moonset +2027-12-18T12:11:32.765Z sunrise +2027-12-18T16:12:22.712Z moonset 2027-12-18T17:21:21.412Z Sun culminates 38.03 degrees above the horizon -2027-12-18T22:31:08.306Z sunset +2027-12-18T22:31:08.307Z sunset 2027-12-19T04:11:42.311Z moonrise 2027-12-19T10:32:56.314Z Moon culminates 63.65 degrees above the horizon 2027-12-19T12:12:06.104Z sunrise -2027-12-19T12:15:51.008Z Venus moves from Sagittarius to Capricornus -2027-12-19T16:46:37.143Z moonset -2027-12-19T17:21:50.962Z Sun culminates 38.01 degrees above the horizon -2027-12-19T22:31:34.597Z sunset -2027-12-20T05:14:31.197Z moonrise +2027-12-19T12:15:51.664Z Venus moves from Sagittarius to Capricornus +2027-12-19T16:46:37.142Z moonset +2027-12-19T17:21:50.963Z Sun culminates 38.01 degrees above the horizon +2027-12-19T22:31:34.598Z sunset +2027-12-20T05:14:31.198Z moonrise 2027-12-20T09:11:25.747Z third quarter 2027-12-20T11:20:42.358Z Moon culminates 57.09 degrees above the horizon 2027-12-20T12:12:38.357Z sunrise -2027-12-20T17:19:51.859Z moonset +2027-12-20T17:19:51.858Z moonset 2027-12-20T17:22:20.652Z Sun culminates 37.99 degrees above the horizon -2027-12-20T22:32:02.252Z sunset -2027-12-21T06:16:21.822Z moonrise -2027-12-21T12:08:13.394Z Moon culminates 50.85 degrees above the horizon -2027-12-21T12:13:09.488Z sunrise -2027-12-21T17:22:50.446Z Sun culminates 37.98 degrees above the horizon -2027-12-21T17:53:41.326Z moonset -2027-12-21T22:32:31.240Z sunset -2027-12-22T02:42:19.485Z December solstice -2027-12-22T07:18:06.188Z moonrise -2027-12-22T12:13:39.461Z sunrise +2027-12-20T22:32:02.253Z sunset +2027-12-21T06:16:21.823Z moonrise +2027-12-21T12:08:13.393Z Moon culminates 50.85 degrees above the horizon +2027-12-21T12:13:09.489Z sunrise +2027-12-21T17:22:50.447Z Sun culminates 37.98 degrees above the horizon +2027-12-21T17:53:41.325Z moonset +2027-12-21T22:32:31.239Z sunset +2027-12-22T02:42:18.622Z December solstice +2027-12-22T07:18:06.189Z moonrise +2027-12-22T12:13:39.463Z sunrise 2027-12-22T12:56:38.569Z Moon culminates 45.24 degrees above the horizon 2027-12-22T17:23:20.312Z Sun culminates 37.98 degrees above the horizon -2027-12-22T18:29:34.088Z moonset -2027-12-22T22:33:01.527Z sunset -2027-12-23T08:20:06.827Z moonrise -2027-12-23T12:14:08.241Z sunrise -2027-12-23T13:46:47.112Z Moon culminates 40.53 degrees above the horizon +2027-12-22T18:29:34.087Z moonset +2027-12-22T22:33:01.526Z sunset +2027-12-23T08:20:06.828Z moonrise +2027-12-23T12:14:08.243Z sunrise +2027-12-23T13:46:47.111Z Moon culminates 40.53 degrees above the horizon 2027-12-23T17:23:50.212Z Sun culminates 37.99 degrees above the horizon -2027-12-23T19:08:51.011Z moonset -2027-12-23T22:33:33.078Z sunset +2027-12-23T19:08:51.009Z moonset +2027-12-23T22:33:33.075Z sunset 2027-12-24T09:21:59.645Z moonrise -2027-12-24T12:14:35.792Z sunrise -2027-12-24T14:38:56.548Z Moon culminates 36.97 degrees above the horizon -2027-12-24T17:24:20.111Z Sun culminates 38.01 degrees above the horizon -2027-12-24T19:52:35.410Z moonset -2027-12-24T22:34:05.854Z sunset +2027-12-24T12:14:35.794Z sunrise +2027-12-24T14:38:56.547Z Moon culminates 36.97 degrees above the horizon +2027-12-24T17:24:20.110Z Sun culminates 38.01 degrees above the horizon +2027-12-24T19:52:35.407Z moonset +2027-12-24T22:34:05.851Z sunset 2027-12-25T10:22:28.158Z moonrise -2027-12-25T12:15:02.078Z sunrise -2027-12-25T15:32:42.461Z Moon culminates 34.78 degrees above the horizon -2027-12-25T17:24:49.971Z Sun culminates 38.03 degrees above the horizon -2027-12-25T20:41:14.058Z moonset -2027-12-25T22:34:39.816Z sunset +2027-12-25T12:15:02.080Z sunrise +2027-12-25T15:32:42.459Z Moon culminates 34.78 degrees above the horizon +2027-12-25T17:24:49.970Z Sun culminates 38.03 degrees above the horizon +2027-12-25T20:41:14.055Z moonset +2027-12-25T22:34:39.813Z sunset 2027-12-26T11:19:41.704Z moonrise 2027-12-26T12:15:27.066Z sunrise -2027-12-26T16:26:59.219Z Moon culminates 34.07 degrees above the horizon -2027-12-26T17:25:19.754Z Sun culminates 38.07 degrees above the horizon -2027-12-26T21:34:17.795Z moonset -2027-12-26T22:35:14.922Z sunset +2027-12-26T16:26:59.218Z Moon culminates 34.07 degrees above the horizon +2027-12-26T17:25:19.753Z Sun culminates 38.07 degrees above the horizon +2027-12-26T21:34:17.792Z moonset +2027-12-26T22:35:14.920Z sunset 2027-12-27T12:11:57.407Z moonrise 2027-12-27T12:15:50.720Z sunrise -2027-12-27T17:20:19.233Z Moon culminates 34.84 degrees above the horizon -2027-12-27T17:25:49.422Z Sun culminates 38.11 degrees above the horizon +2027-12-27T17:20:19.232Z Moon culminates 34.84 degrees above the horizon +2027-12-27T17:25:49.421Z Sun culminates 38.11 degrees above the horizon 2027-12-27T20:12:56.480Z new moon -2027-12-27T22:30:20.803Z moonset -2027-12-27T22:35:51.130Z sunset +2027-12-27T22:30:20.801Z moonset +2027-12-27T22:35:51.128Z sunset 2027-12-28T12:16:13.007Z sunrise 2027-12-28T12:58:20.579Z moonrise -2027-12-28T17:26:18.937Z Sun culminates 38.15 degrees above the horizon -2027-12-28T18:11:24.134Z Moon culminates 36.96 degrees above the horizon -2027-12-28T22:36:28.395Z sunset -2027-12-28T23:27:29.708Z moonset +2027-12-28T17:26:18.936Z Sun culminates 38.15 degrees above the horizon +2027-12-28T18:11:24.133Z Moon culminates 36.96 degrees above the horizon +2027-12-28T22:36:28.394Z sunset +2027-12-28T23:27:29.707Z moonset 2027-12-29T12:16:33.896Z sunrise 2027-12-29T13:38:56.288Z moonrise -2027-12-29T17:26:48.260Z Sun culminates 38.21 degrees above the horizon +2027-12-29T17:26:48.259Z Sun culminates 38.21 degrees above the horizon 2027-12-29T18:59:29.281Z Moon culminates 40.21 degrees above the horizon 2027-12-29T22:37:06.673Z sunset -2027-12-30T00:24:06.084Z moonset +2027-12-30T00:24:06.083Z moonset 2027-12-30T12:16:53.357Z sunrise 2027-12-30T14:14:33.214Z moonrise 2027-12-30T17:27:17.354Z Sun culminates 38.27 degrees above the horizon @@ -15448,109 +15448,109 @@ 2027-12-31T14:46:20.393Z moonrise 2027-12-31T17:27:46.183Z Sun culminates 38.34 degrees above the horizon 2027-12-31T20:26:52.805Z Moon culminates 49.10 degrees above the horizon -2027-12-31T22:38:26.088Z sunset +2027-12-31T22:38:26.089Z sunset 2028-01-01T02:12:44.200Z moonset 2028-01-01T03:52:49.063Z lunar apogee at 405621 km 2028-01-01T12:17:27.882Z sunrise -2028-01-01T15:15:31.385Z moonrise +2028-01-01T15:15:31.384Z moonrise 2028-01-01T17:28:14.710Z Sun culminates 38.42 degrees above the horizon 2028-01-01T21:07:24.964Z Moon culminates 54.30 degrees above the horizon 2028-01-01T22:39:07.135Z sunset 2028-01-02T03:05:01.818Z moonset 2028-01-02T12:17:42.896Z sunrise -2028-01-02T15:43:18.069Z moonrise -2028-01-02T17:28:42.902Z Sun culminates 38.51 degrees above the horizon +2028-01-02T15:43:18.068Z moonrise +2028-01-02T17:28:42.903Z Sun culminates 38.51 degrees above the horizon 2028-01-02T21:47:04.357Z Moon culminates 59.76 degrees above the horizon -2028-01-02T22:39:49.013Z sunset -2028-01-03T03:56:55.013Z moonset -2028-01-03T10:35:07.010Z Mars moves from Sagittarius to Capricornus +2028-01-02T22:39:49.014Z sunset +2028-01-03T03:56:55.014Z moonset +2028-01-03T10:35:08.037Z Mars moves from Sagittarius to Capricornus 2028-01-03T12:17:56.382Z sunrise -2028-01-03T16:10:50.992Z moonrise -2028-01-03T17:29:10.726Z Sun culminates 38.60 degrees above the horizon +2028-01-03T16:10:50.991Z moonrise +2028-01-03T17:29:10.727Z Sun culminates 38.60 degrees above the horizon 2028-01-03T22:26:55.649Z Moon culminates 65.31 degrees above the horizon -2028-01-03T22:40:31.680Z sunset -2028-01-04T04:49:24.180Z moonset -2028-01-04T12:18:08.320Z sunrise -2028-01-04T16:39:23.205Z moonrise -2028-01-04T17:29:38.151Z Sun culminates 38.71 degrees above the horizon -2028-01-04T22:41:15.091Z sunset +2028-01-03T22:40:31.681Z sunset +2028-01-04T04:49:24.181Z moonset +2028-01-04T12:18:08.321Z sunrise +2028-01-04T16:39:23.204Z moonrise +2028-01-04T17:29:38.152Z Sun culminates 38.71 degrees above the horizon +2028-01-04T22:41:15.092Z sunset 2028-01-04T23:08:08.542Z Moon culminates 70.79 degrees above the horizon 2028-01-05T01:41:03.197Z first quarter -2028-01-05T05:43:34.153Z moonset +2028-01-05T05:43:34.155Z moonset 2028-01-05T12:18:18.696Z sunrise 2028-01-05T12:44:56.405Z Earth perihelion at 0.9833 AU -2028-01-05T17:10:15.644Z moonrise -2028-01-05T17:30:05.147Z Sun culminates 38.81 degrees above the horizon -2028-01-05T22:41:59.203Z sunset +2028-01-05T17:10:15.643Z moonrise +2028-01-05T17:30:05.148Z Sun culminates 38.81 degrees above the horizon +2028-01-05T22:41:59.204Z sunset 2028-01-05T23:51:56.456Z Moon culminates 76.00 degrees above the horizon -2028-01-06T00:30:34.003Z Mercury moves from Sagittarius to Capricornus -2028-01-06T06:40:24.439Z moonset +2028-01-06T00:30:34.552Z Mercury moves from Sagittarius to Capricornus +2028-01-06T06:40:24.441Z moonset 2028-01-06T12:18:27.495Z sunrise -2028-01-06T17:30:31.687Z Sun culminates 38.93 degrees above the horizon -2028-01-06T17:45:02.139Z moonrise -2028-01-06T22:42:43.974Z sunset -2028-01-07T00:39:31.850Z Moon culminates 80.70 degrees above the horizon -2028-01-07T07:40:32.180Z moonset +2028-01-06T17:30:31.688Z Sun culminates 38.93 degrees above the horizon +2028-01-06T17:45:02.138Z moonrise +2028-01-06T22:42:43.975Z sunset +2028-01-07T00:39:31.851Z Moon culminates 80.70 degrees above the horizon +2028-01-07T07:40:32.182Z moonset 2028-01-07T12:18:34.707Z sunrise -2028-01-07T17:30:57.745Z Sun culminates 39.05 degrees above the horizon -2028-01-07T18:25:30.015Z moonrise -2028-01-07T22:43:29.362Z sunset -2028-01-08T01:31:53.092Z Moon culminates 84.54 degrees above the horizon -2028-01-08T08:43:44.273Z moonset -2028-01-08T12:18:40.322Z sunrise -2028-01-08T17:31:23.296Z Sun culminates 39.19 degrees above the horizon -2028-01-08T19:13:27.375Z moonrise -2028-01-08T22:44:15.328Z sunset -2028-01-09T02:29:18.800Z Moon culminates 87.11 degrees above the horizon -2028-01-09T09:48:27.224Z moonset -2028-01-09T12:18:44.336Z sunrise -2028-01-09T17:31:48.319Z Sun culminates 39.32 degrees above the horizon +2028-01-07T17:30:57.746Z Sun culminates 39.05 degrees above the horizon +2028-01-07T18:25:30.014Z moonrise +2028-01-07T22:43:29.364Z sunset +2028-01-08T01:31:53.093Z Moon culminates 84.54 degrees above the horizon +2028-01-08T08:43:44.276Z moonset +2028-01-08T12:18:40.323Z sunrise +2028-01-08T17:31:23.298Z Sun culminates 39.19 degrees above the horizon +2028-01-08T19:13:27.374Z moonrise +2028-01-08T22:44:15.329Z sunset +2028-01-09T02:29:18.801Z Moon culminates 87.11 degrees above the horizon +2028-01-09T09:48:27.227Z moonset +2028-01-09T12:18:44.337Z sunrise +2028-01-09T17:31:48.320Z Sun culminates 39.32 degrees above the horizon 2028-01-09T20:10:04.864Z moonrise 2028-01-09T22:45:01.832Z sunset -2028-01-10T03:30:56.366Z Moon culminates 87.99 degrees above the horizon -2028-01-10T10:51:47.335Z moonset -2028-01-10T12:18:46.743Z sunrise -2028-01-10T17:32:12.790Z Sun culminates 39.47 degrees above the horizon +2028-01-10T03:30:56.367Z Moon culminates 87.99 degrees above the horizon +2028-01-10T10:51:47.337Z moonset +2028-01-10T12:18:46.745Z sunrise +2028-01-10T17:32:12.791Z Sun culminates 39.47 degrees above the horizon 2028-01-10T21:14:55.879Z moonrise 2028-01-10T22:45:48.834Z sunset -2028-01-11T01:32:50.087Z Venus moves from Capricornus to Aquarius -2028-01-11T04:34:33.125Z Moon culminates 86.88 degrees above the horizon -2028-01-11T11:50:33.601Z moonset -2028-01-11T12:18:47.543Z sunrise +2028-01-11T01:32:50.742Z Venus moves from Capricornus to Aquarius +2028-01-11T04:34:33.126Z Moon culminates 86.88 degrees above the horizon +2028-01-11T11:50:33.602Z moonset +2028-01-11T12:18:47.544Z sunrise 2028-01-11T17:32:36.691Z Sun culminates 39.62 degrees above the horizon -2028-01-11T22:25:25.734Z moonrise +2028-01-11T22:25:25.733Z moonrise 2028-01-11T22:46:36.297Z sunset 2028-01-12T04:03:35.425Z full moon 2028-01-12T04:13:00.859Z partial lunar eclipse 2028-01-12T05:37:20.023Z Moon culminates 83.76 degrees above the horizon 2028-01-12T12:18:46.733Z sunrise -2028-01-12T12:42:49.056Z moonset +2028-01-12T12:42:49.057Z moonset 2028-01-12T17:33:00.002Z Sun culminates 39.78 degrees above the horizon -2028-01-12T22:47:24.184Z sunset -2028-01-12T23:37:49.906Z moonrise -2028-01-13T06:37:06.239Z Moon culminates 78.94 degrees above the horizon +2028-01-12T22:47:24.183Z sunset +2028-01-12T23:37:49.905Z moonrise +2028-01-13T06:37:06.238Z Moon culminates 78.94 degrees above the horizon 2028-01-13T07:45:52.777Z lunar perigee at 359036 km -2028-01-13T12:18:44.314Z sunrise +2028-01-13T12:18:44.313Z sunrise 2028-01-13T13:28:27.982Z moonset -2028-01-13T17:33:22.706Z Sun culminates 39.95 degrees above the horizon -2028-01-13T22:48:12.459Z sunset -2028-01-14T00:49:03.685Z moonrise -2028-01-14T07:33:02.668Z Moon culminates 72.90 degrees above the horizon -2028-01-14T12:18:40.287Z sunrise +2028-01-13T17:33:22.705Z Sun culminates 39.95 degrees above the horizon +2028-01-13T22:48:12.458Z sunset +2028-01-14T00:49:03.684Z moonrise +2028-01-14T07:33:02.667Z Moon culminates 72.90 degrees above the horizon +2028-01-14T12:18:40.286Z sunrise 2028-01-14T14:08:43.729Z moonset -2028-01-14T17:33:44.785Z Sun culminates 40.12 degrees above the horizon +2028-01-14T17:33:44.784Z Sun culminates 40.12 degrees above the horizon 2028-01-14T22:49:01.086Z sunset 2028-01-15T01:57:41.970Z moonrise 2028-01-15T08:25:32.742Z Moon culminates 66.21 degrees above the horizon -2028-01-15T12:18:34.655Z sunrise +2028-01-15T12:18:34.653Z sunrise 2028-01-15T14:45:20.467Z moonset -2028-01-15T17:34:06.224Z Sun culminates 40.30 degrees above the horizon +2028-01-15T17:34:06.223Z Sun culminates 40.30 degrees above the horizon 2028-01-15T22:49:50.031Z sunset 2028-01-16T03:03:45.460Z moonrise 2028-01-16T09:15:40.137Z Moon culminates 59.36 degrees above the horizon -2028-01-16T12:18:27.421Z sunrise +2028-01-16T12:18:27.420Z sunrise 2028-01-16T15:20:04.479Z moonset -2028-01-16T17:34:27.007Z Sun culminates 40.49 degrees above the horizon +2028-01-16T17:34:27.006Z Sun culminates 40.49 degrees above the horizon 2028-01-16T22:50:39.259Z sunset 2028-01-17T04:07:58.545Z moonrise 2028-01-17T10:04:41.124Z Moon culminates 52.78 degrees above the horizon @@ -15558,178 +15558,178 @@ 2028-01-17T15:54:34.911Z moonset 2028-01-17T17:18:25.812Z Mercury max evening elongation: 18.81 degrees from Sun 2028-01-17T17:34:47.119Z Sun culminates 40.69 degrees above the horizon -2028-01-17T22:51:28.735Z sunset -2028-01-18T05:11:12.290Z moonrise -2028-01-18T10:53:47.397Z Moon culminates 46.82 degrees above the horizon -2028-01-18T12:18:08.171Z sunrise +2028-01-17T22:51:28.734Z sunset +2028-01-18T05:11:12.289Z moonrise +2028-01-18T10:53:47.396Z Moon culminates 46.82 degrees above the horizon +2028-01-18T12:18:08.172Z sunrise 2028-01-18T16:30:23.157Z moonset 2028-01-18T17:35:06.546Z Sun culminates 40.89 degrees above the horizon 2028-01-18T19:26:31.151Z third quarter -2028-01-18T22:52:18.423Z sunset -2028-01-19T06:13:58.111Z moonrise -2028-01-19T11:43:54.572Z Moon culminates 41.76 degrees above the horizon -2028-01-19T12:17:56.167Z sunrise -2028-01-19T17:08:52.301Z moonset +2028-01-18T22:52:18.422Z sunset +2028-01-19T06:13:58.110Z moonrise +2028-01-19T11:43:54.571Z Moon culminates 41.76 degrees above the horizon +2028-01-19T12:17:56.169Z sunrise +2028-01-19T17:08:52.300Z moonset 2028-01-19T17:35:25.273Z Sun culminates 41.09 degrees above the horizon -2028-01-19T22:53:08.289Z sunset -2028-01-20T07:16:09.370Z moonrise -2028-01-20T12:17:42.587Z sunrise -2028-01-20T12:35:31.764Z Moon culminates 37.84 degrees above the horizon +2028-01-19T22:53:08.287Z sunset +2028-01-20T07:16:09.368Z moonrise +2028-01-20T12:17:42.589Z sunrise +2028-01-20T12:35:31.762Z Moon culminates 37.84 degrees above the horizon 2028-01-20T17:35:43.287Z Sun culminates 41.31 degrees above the horizon -2028-01-20T17:51:11.040Z moonset -2028-01-20T22:53:58.297Z sunset -2028-01-21T08:16:53.144Z moonrise -2028-01-21T12:17:27.439Z sunrise -2028-01-21T13:28:32.376Z Moon culminates 35.24 degrees above the horizon -2028-01-21T17:36:00.574Z Sun culminates 41.53 degrees above the horizon -2028-01-21T18:37:59.649Z moonset -2028-01-21T22:54:48.410Z sunset -2028-01-22T06:28:21.259Z Mercury moves from Capricornus to Aquarius -2028-01-22T09:14:40.487Z moonrise -2028-01-22T12:17:10.730Z sunrise -2028-01-22T14:22:11.855Z Moon culminates 34.09 degrees above the horizon -2028-01-22T17:36:17.119Z Sun culminates 41.75 degrees above the horizon -2028-01-22T19:29:12.279Z moonset -2028-01-22T22:55:38.593Z sunset -2028-01-23T10:07:57.983Z moonrise -2028-01-23T12:16:52.469Z sunrise -2028-01-23T15:15:19.307Z Moon culminates 34.40 degrees above the horizon -2028-01-23T17:36:32.910Z Sun culminates 41.99 degrees above the horizon -2028-01-23T20:23:49.452Z moonset -2028-01-23T22:56:28.810Z sunset +2028-01-20T17:51:11.038Z moonset +2028-01-20T22:53:58.294Z sunset +2028-01-21T08:16:53.142Z moonrise +2028-01-21T12:17:27.441Z sunrise +2028-01-21T13:28:32.374Z Moon culminates 35.24 degrees above the horizon +2028-01-21T17:36:00.573Z Sun culminates 41.53 degrees above the horizon +2028-01-21T18:37:59.646Z moonset +2028-01-21T22:54:48.407Z sunset +2028-01-22T06:28:21.686Z Mercury moves from Capricornus to Aquarius +2028-01-22T09:14:40.485Z moonrise +2028-01-22T12:17:10.731Z sunrise +2028-01-22T14:22:11.853Z Moon culminates 34.09 degrees above the horizon +2028-01-22T17:36:17.118Z Sun culminates 41.75 degrees above the horizon +2028-01-22T19:29:12.277Z moonset +2028-01-22T22:55:38.590Z sunset +2028-01-23T10:07:57.981Z moonrise +2028-01-23T12:16:52.470Z sunrise +2028-01-23T15:15:19.305Z Moon culminates 34.40 degrees above the horizon +2028-01-23T17:36:32.909Z Sun culminates 41.99 degrees above the horizon +2028-01-23T20:23:49.449Z moonset +2028-01-23T22:56:28.808Z sunset 2028-01-24T04:46:28.831Z Mercury perihelion at 0.3075 AU -2028-01-24T10:55:44.958Z moonrise +2028-01-24T10:55:44.956Z moonrise 2028-01-24T12:16:32.666Z sunrise -2028-01-24T16:06:41.685Z Moon culminates 36.08 degrees above the horizon -2028-01-24T17:36:47.932Z Sun culminates 42.22 degrees above the horizon -2028-01-24T21:20:14.420Z moonset -2028-01-24T22:57:19.027Z sunset -2028-01-25T11:37:52.053Z moonrise +2028-01-24T16:06:41.684Z Moon culminates 36.08 degrees above the horizon +2028-01-24T17:36:47.931Z Sun culminates 42.22 degrees above the horizon +2028-01-24T21:20:14.418Z moonset +2028-01-24T22:57:19.025Z sunset +2028-01-25T11:37:52.051Z moonrise 2028-01-25T12:16:11.329Z sunrise -2028-01-25T16:55:27.974Z Moon culminates 38.95 degrees above the horizon +2028-01-25T16:55:27.973Z Moon culminates 38.95 degrees above the horizon 2028-01-25T17:37:02.174Z Sun culminates 42.47 degrees above the horizon -2028-01-25T22:16:48.342Z moonset -2028-01-25T22:58:09.208Z sunset -2028-01-26T12:14:54.047Z moonrise -2028-01-26T12:15:48.470Z sunrise -2028-01-26T14:18:41.332Z partial solar eclipse peak at 22.67 degrees altitude +2028-01-25T22:16:48.340Z moonset +2028-01-25T22:58:09.206Z sunset +2028-01-26T12:14:54.046Z moonrise +2028-01-26T12:15:48.469Z sunrise +2028-01-26T14:18:41.330Z partial solar eclipse peak at 22.67 degrees altitude 2028-01-26T15:13:09.787Z new moon -2028-01-26T17:37:15.625Z Sun culminates 42.72 degrees above the horizon -2028-01-26T17:41:20.683Z Moon culminates 42.79 degrees above the horizon -2028-01-26T22:58:59.320Z sunset -2028-01-26T23:12:21.648Z moonset +2028-01-26T17:37:15.624Z Sun culminates 42.72 degrees above the horizon +2028-01-26T17:41:20.682Z Moon culminates 42.79 degrees above the horizon +2028-01-26T22:58:59.319Z sunset +2028-01-26T23:12:21.647Z moonset 2028-01-27T05:02:55.015Z Pluto conjunction -2028-01-27T12:15:24.099Z sunrise +2028-01-27T12:15:24.098Z sunrise 2028-01-27T12:47:50.543Z moonrise -2028-01-27T17:37:28.273Z Sun culminates 42.97 degrees above the horizon -2028-01-27T18:24:33.343Z Moon culminates 47.36 degrees above the horizon +2028-01-27T17:37:28.272Z Sun culminates 42.97 degrees above the horizon +2028-01-27T18:24:33.342Z Moon culminates 47.36 degrees above the horizon 2028-01-27T22:59:49.331Z sunset 2028-01-28T00:06:25.912Z moonset 2028-01-28T12:14:58.228Z sunrise -2028-01-28T13:17:49.486Z moonrise +2028-01-28T13:17:49.485Z moonrise 2028-01-28T15:30:34.003Z lunar apogee at 406377 km 2028-01-28T17:37:40.109Z Sun culminates 43.23 degrees above the horizon 2028-01-28T19:05:41.352Z Moon culminates 52.44 degrees above the horizon -2028-01-28T23:00:39.209Z sunset +2028-01-28T23:00:39.210Z sunset 2028-01-29T00:59:09.029Z moonset -2028-01-29T12:14:30.873Z sunrise -2028-01-29T13:45:58.778Z moonrise +2028-01-29T12:14:30.872Z sunrise +2028-01-29T13:45:58.777Z moonrise 2028-01-29T17:37:51.125Z Sun culminates 43.50 degrees above the horizon 2028-01-29T19:45:33.209Z Moon culminates 57.83 degrees above the horizon 2028-01-29T23:01:28.926Z sunset -2028-01-30T01:51:04.197Z moonset -2028-01-30T12:14:02.046Z sunrise +2028-01-30T01:51:04.198Z moonset +2028-01-30T12:14:02.045Z sunrise 2028-01-30T14:13:24.570Z moonrise 2028-01-30T17:38:01.315Z Sun culminates 43.77 degrees above the horizon 2028-01-30T20:25:04.970Z Moon culminates 63.35 degrees above the horizon -2028-01-30T23:02:18.453Z sunset -2028-01-31T02:42:59.674Z moonset -2028-01-31T12:13:31.765Z sunrise -2028-01-31T14:41:13.483Z moonrise +2028-01-30T23:02:18.454Z sunset +2028-01-31T02:42:59.675Z moonset +2028-01-31T12:13:31.764Z sunrise +2028-01-31T14:41:13.482Z moonrise 2028-01-31T17:38:10.674Z Sun culminates 44.05 degrees above the horizon 2028-01-31T21:05:17.668Z Moon culminates 68.83 degrees above the horizon -2028-01-31T23:03:07.765Z sunset -2028-02-01T03:35:50.747Z moonset -2028-02-01T12:13:00.046Z sunrise +2028-01-31T23:03:07.766Z sunset +2028-02-01T03:35:50.748Z moonset +2028-02-01T12:13:00.045Z sunrise 2028-02-01T15:10:36.785Z moonrise 2028-02-01T17:38:19.199Z Sun culminates 44.33 degrees above the horizon -2028-02-01T21:47:16.051Z Moon culminates 74.09 degrees above the horizon -2028-02-01T23:03:56.838Z sunset -2028-02-02T04:30:31.961Z moonset -2028-02-02T04:34:04.862Z Venus moves from Aquarius to Pisces +2028-02-01T21:47:16.052Z Moon culminates 74.09 degrees above the horizon +2028-02-01T23:03:56.839Z sunset +2028-02-02T04:30:31.963Z moonset +2028-02-02T04:34:05.436Z Venus moves from Aquarius to Pisces 2028-02-02T08:40:47.278Z Mercury inferior conjunction -2028-02-02T12:12:26.910Z sunrise +2028-02-02T12:12:26.909Z sunrise 2028-02-02T15:42:55.093Z moonrise 2028-02-02T17:38:26.888Z Sun culminates 44.62 degrees above the horizon 2028-02-02T22:32:06.227Z Moon culminates 78.90 degrees above the horizon -2028-02-02T23:04:45.650Z sunset -2028-02-03T05:27:45.929Z moonset -2028-02-03T12:11:52.377Z sunrise +2028-02-02T23:04:45.652Z sunset +2028-02-03T05:27:45.930Z moonset +2028-02-03T12:11:52.376Z sunrise 2028-02-03T16:19:41.368Z moonrise 2028-02-03T17:38:33.743Z Sun culminates 44.91 degrees above the horizon 2028-02-03T19:11:04.509Z first quarter -2028-02-03T23:05:34.182Z sunset -2028-02-03T23:20:48.818Z Moon culminates 83.02 degrees above the horizon -2028-02-04T06:27:45.039Z moonset -2028-02-04T12:11:16.470Z sunrise -2028-02-04T17:02:37.285Z moonrise -2028-02-04T17:38:39.765Z Sun culminates 45.21 degrees above the horizon -2028-02-04T23:06:22.417Z sunset -2028-02-05T00:14:03.823Z Moon culminates 86.10 degrees above the horizon -2028-02-05T07:29:47.216Z moonset -2028-02-05T12:10:39.211Z sunrise -2028-02-05T14:54:20.098Z Mercury moves from Aquarius to Capricornus +2028-02-03T23:05:34.184Z sunset +2028-02-03T23:20:48.819Z Moon culminates 83.02 degrees above the horizon +2028-02-04T06:27:45.041Z moonset +2028-02-04T12:11:16.468Z sunrise +2028-02-04T17:02:37.286Z moonrise +2028-02-04T17:38:39.766Z Sun culminates 45.21 degrees above the horizon +2028-02-04T23:06:22.420Z sunset +2028-02-05T00:14:03.825Z Moon culminates 86.10 degrees above the horizon +2028-02-05T07:29:47.218Z moonset +2028-02-05T12:10:39.210Z sunrise +2028-02-05T14:54:19.774Z Mercury moves from Aquarius to Capricornus 2028-02-05T17:38:44.960Z Sun culminates 45.51 degrees above the horizon -2028-02-05T17:53:14.132Z moonrise -2028-02-05T23:07:10.341Z sunset -2028-02-06T01:11:46.839Z Moon culminates 87.78 degrees above the horizon -2028-02-06T08:32:00.573Z moonset -2028-02-06T12:10:00.627Z sunrise +2028-02-05T17:53:14.133Z moonrise +2028-02-05T23:07:10.342Z sunset +2028-02-06T01:11:46.840Z Moon culminates 87.78 degrees above the horizon +2028-02-06T08:32:00.575Z moonset +2028-02-06T12:10:00.626Z sunrise 2028-02-06T17:38:49.333Z Sun culminates 45.81 degrees above the horizon -2028-02-06T18:52:11.404Z moonrise -2028-02-06T23:07:57.938Z sunset -2028-02-07T02:12:48.304Z Moon culminates 87.71 degrees above the horizon -2028-02-07T09:31:45.088Z moonset -2028-02-07T12:09:20.743Z sunrise -2028-02-07T12:45:36.623Z Mars moves from Capricornus to Aquarius +2028-02-06T18:52:11.405Z moonrise +2028-02-06T23:07:57.940Z sunset +2028-02-07T02:12:48.305Z Moon culminates 87.71 degrees above the horizon +2028-02-07T09:31:45.089Z moonset +2028-02-07T12:09:20.742Z sunrise +2028-02-07T12:45:37.649Z Mars moves from Capricornus to Aquarius 2028-02-07T17:38:52.891Z Sun culminates 46.12 degrees above the horizon -2028-02-07T19:58:29.327Z moonrise -2028-02-07T23:08:45.200Z sunset -2028-02-08T03:15:00.805Z Moon culminates 85.70 degrees above the horizon +2028-02-07T19:58:29.328Z moonrise +2028-02-07T23:08:45.201Z sunset +2028-02-08T03:15:00.806Z Moon culminates 85.70 degrees above the horizon 2028-02-08T10:26:38.128Z moonset 2028-02-08T12:08:39.586Z sunrise 2028-02-08T17:38:55.643Z Sun culminates 46.44 degrees above the horizon 2028-02-08T21:09:25.719Z moonrise 2028-02-08T23:09:32.116Z sunset -2028-02-09T04:16:06.310Z Moon culminates 81.80 degrees above the horizon -2028-02-09T11:15:36.563Z moonset -2028-02-09T12:07:57.184Z sunrise -2028-02-09T17:38:57.600Z Sun culminates 46.76 degrees above the horizon -2028-02-09T22:21:45.287Z moonrise +2028-02-09T04:16:06.309Z Moon culminates 81.80 degrees above the horizon +2028-02-09T11:15:36.562Z moonset +2028-02-09T12:07:57.183Z sunrise +2028-02-09T17:38:57.599Z Sun culminates 46.76 degrees above the horizon +2028-02-09T22:21:45.286Z moonrise 2028-02-09T23:10:18.679Z sunset -2028-02-10T05:14:32.743Z Moon culminates 76.33 degrees above the horizon -2028-02-10T11:59:05.336Z moonset -2028-02-10T12:07:13.565Z sunrise +2028-02-10T05:14:32.742Z Moon culminates 76.33 degrees above the horizon +2028-02-10T11:59:05.335Z moonset +2028-02-10T12:07:13.564Z sunrise 2028-02-10T15:04:13.352Z full moon 2028-02-10T17:38:58.771Z Sun culminates 47.08 degrees above the horizon 2028-02-10T19:54:22.967Z lunar perigee at 356670 km 2028-02-10T23:11:04.883Z sunset 2028-02-10T23:33:05.672Z moonrise -2028-02-11T06:09:57.366Z Moon culminates 69.80 degrees above the horizon -2028-02-11T12:06:28.756Z sunrise +2028-02-11T06:09:57.365Z Moon culminates 69.80 degrees above the horizon +2028-02-11T12:06:28.755Z sunrise 2028-02-11T12:08:56.901Z Mars perihelion at 1.3812 AU -2028-02-11T12:38:24.078Z moonset +2028-02-11T12:38:24.077Z moonset 2028-02-11T17:38:59.170Z Sun culminates 47.41 degrees above the horizon 2028-02-11T23:11:50.725Z sunset 2028-02-12T00:42:29.999Z moonrise 2028-02-12T07:02:52.855Z Moon culminates 62.77 degrees above the horizon -2028-02-12T12:05:42.787Z sunrise +2028-02-12T12:05:42.785Z sunrise 2028-02-12T13:15:11.980Z moonset -2028-02-12T17:38:58.809Z Sun culminates 47.74 degrees above the horizon +2028-02-12T17:38:58.808Z Sun culminates 47.74 degrees above the horizon 2028-02-12T23:12:36.202Z sunset 2028-02-13T01:50:05.684Z moonrise 2028-02-13T07:54:20.206Z Moon culminates 55.76 degrees above the horizon -2028-02-13T12:04:55.686Z sunrise +2028-02-13T12:04:55.685Z sunrise 2028-02-13T13:51:08.844Z moonset 2028-02-13T17:38:57.701Z Sun culminates 48.07 degrees above the horizon 2028-02-13T23:13:21.311Z sunset @@ -15740,408 +15740,408 @@ 2028-02-14T17:38:55.860Z Sun culminates 48.41 degrees above the horizon 2028-02-14T23:14:06.052Z sunset 2028-02-15T04:01:57.163Z moonrise -2028-02-15T09:37:04.662Z Moon culminates 43.60 degrees above the horizon -2028-02-15T12:03:18.202Z sunrise +2028-02-15T09:37:04.661Z Moon culminates 43.60 degrees above the horizon +2028-02-15T12:03:18.203Z sunrise 2028-02-15T15:06:36.856Z moonset 2028-02-15T17:38:53.300Z Sun culminates 48.75 degrees above the horizon 2028-02-15T23:14:50.422Z sunset -2028-02-16T05:06:33.276Z moonrise -2028-02-16T10:29:48.674Z Moon culminates 39.11 degrees above the horizon -2028-02-16T12:02:27.878Z sunrise -2028-02-16T15:48:45.125Z moonset +2028-02-16T05:06:33.275Z moonrise +2028-02-16T10:29:48.673Z Moon culminates 39.11 degrees above the horizon +2028-02-16T12:02:27.880Z sunrise +2028-02-16T15:48:45.124Z moonset 2028-02-16T17:38:50.035Z Sun culminates 49.10 degrees above the horizon -2028-02-16T23:15:34.422Z sunset -2028-02-17T06:09:26.035Z moonrise +2028-02-16T23:15:34.420Z sunset +2028-02-17T06:09:26.034Z moonrise 2028-02-17T08:08:36.059Z third quarter -2028-02-17T11:23:36.183Z Moon culminates 35.99 degrees above the horizon -2028-02-17T12:01:36.538Z sunrise -2028-02-17T16:34:59.182Z moonset +2028-02-17T11:23:36.181Z Moon culminates 35.99 degrees above the horizon +2028-02-17T12:01:36.540Z sunrise +2028-02-17T16:34:59.180Z moonset 2028-02-17T17:38:46.078Z Sun culminates 49.45 degrees above the horizon -2028-02-17T23:16:18.048Z sunset -2028-02-18T07:09:11.685Z moonrise -2028-02-18T12:00:44.209Z sunrise -2028-02-18T12:17:49.928Z Moon culminates 34.34 degrees above the horizon -2028-02-18T17:25:23.239Z moonset +2028-02-17T23:16:18.046Z sunset +2028-02-18T07:09:11.683Z moonrise +2028-02-18T12:00:44.211Z sunrise +2028-02-18T12:17:49.926Z Moon culminates 34.34 degrees above the horizon +2028-02-18T17:25:23.237Z moonset 2028-02-18T17:38:41.442Z Sun culminates 49.80 degrees above the horizon -2028-02-18T23:17:01.300Z sunset -2028-02-19T08:04:19.930Z moonrise -2028-02-19T11:59:50.920Z sunrise -2028-02-19T13:11:27.079Z Moon culminates 34.20 degrees above the horizon +2028-02-18T23:17:01.298Z sunset +2028-02-19T08:04:19.928Z moonrise +2028-02-19T11:59:50.921Z sunrise +2028-02-19T13:11:27.077Z Moon culminates 34.20 degrees above the horizon 2028-02-19T17:38:36.141Z Sun culminates 50.15 degrees above the horizon -2028-02-19T18:19:11.654Z moonset -2028-02-19T23:17:44.176Z sunset -2028-02-20T08:53:49.860Z moonrise -2028-02-20T11:58:56.696Z sunrise -2028-02-20T14:03:20.831Z Moon culminates 35.45 degrees above the horizon -2028-02-20T17:38:30.187Z Sun culminates 50.51 degrees above the horizon -2028-02-20T19:15:00.649Z moonset -2028-02-20T23:18:26.673Z sunset -2028-02-21T09:37:29.704Z moonrise +2028-02-19T18:19:11.652Z moonset +2028-02-19T23:17:44.173Z sunset +2028-02-20T08:53:49.858Z moonrise +2028-02-20T11:58:56.697Z sunrise +2028-02-20T14:03:20.829Z Moon culminates 35.45 degrees above the horizon +2028-02-20T17:38:30.186Z Sun culminates 50.51 degrees above the horizon +2028-02-20T19:15:00.648Z moonset +2028-02-20T23:18:26.671Z sunset +2028-02-21T09:37:29.702Z moonrise 2028-02-21T11:58:01.566Z sunrise -2028-02-21T14:52:42.730Z Moon culminates 37.95 degrees above the horizon +2028-02-21T14:52:42.729Z Moon culminates 37.95 degrees above the horizon 2028-02-21T17:38:23.592Z Sun culminates 50.87 degrees above the horizon 2028-02-21T20:11:18.325Z moonset -2028-02-21T23:19:08.791Z sunset -2028-02-22T10:15:51.775Z moonrise +2028-02-21T23:19:08.790Z sunset +2028-02-22T10:15:51.774Z moonrise 2028-02-22T11:57:05.554Z sunrise -2028-02-22T15:39:14.267Z Moon culminates 41.46 degrees above the horizon -2028-02-22T17:38:16.369Z Sun culminates 51.23 degrees above the horizon +2028-02-22T15:39:14.266Z Moon culminates 41.46 degrees above the horizon +2028-02-22T17:38:16.368Z Sun culminates 51.23 degrees above the horizon 2028-02-22T21:06:54.561Z moonset -2028-02-22T23:19:50.528Z sunset -2028-02-23T10:49:54.177Z moonrise -2028-02-23T11:56:08.687Z sunrise -2028-02-23T16:23:05.714Z Moon culminates 45.79 degrees above the horizon +2028-02-22T23:19:50.527Z sunset +2028-02-23T10:49:54.176Z moonrise +2028-02-23T11:56:08.686Z sunrise +2028-02-23T16:23:05.713Z Moon culminates 45.79 degrees above the horizon 2028-02-23T17:38:08.529Z Sun culminates 51.60 degrees above the horizon 2028-02-23T22:01:15.092Z moonset 2028-02-23T23:20:31.882Z sunset -2028-02-24T11:20:44.050Z moonrise -2028-02-24T11:55:10.989Z sunrise +2028-02-24T11:20:44.049Z moonrise +2028-02-24T11:55:10.988Z sunrise 2028-02-24T16:30:30.814Z lunar apogee at 406549 km 2028-02-24T17:04:48.203Z Moon culminates 50.70 degrees above the horizon 2028-02-24T17:38:00.086Z Sun culminates 51.97 degrees above the horizon -2028-02-24T22:54:19.650Z moonset +2028-02-24T22:54:19.651Z moonset 2028-02-24T23:21:12.853Z sunset 2028-02-25T10:38:02.416Z new moon -2028-02-25T11:49:28.382Z moonrise -2028-02-25T11:54:12.487Z sunrise +2028-02-25T11:49:28.381Z moonrise +2028-02-25T11:54:12.486Z sunrise 2028-02-25T17:37:51.051Z Sun culminates 52.34 degrees above the horizon 2028-02-25T17:45:05.487Z Moon culminates 55.99 degrees above the horizon -2028-02-25T23:21:53.440Z sunset -2028-02-25T23:46:32.753Z moonset -2028-02-26T11:53:13.205Z sunrise -2028-02-26T12:17:11.475Z moonrise +2028-02-25T23:21:53.441Z sunset +2028-02-25T23:46:32.754Z moonset +2028-02-26T11:53:13.204Z sunrise +2028-02-26T12:17:11.474Z moonrise 2028-02-26T17:37:41.437Z Sun culminates 52.71 degrees above the horizon 2028-02-26T18:24:48.302Z Moon culminates 61.49 degrees above the horizon -2028-02-26T23:22:33.644Z sunset -2028-02-27T00:38:34.003Z moonset -2028-02-27T11:52:13.169Z sunrise -2028-02-27T12:44:56.356Z moonrise +2028-02-26T23:22:33.645Z sunset +2028-02-27T00:38:34.004Z moonset +2028-02-27T11:52:13.167Z sunrise +2028-02-27T12:44:56.355Z moonrise 2028-02-27T16:30:58.622Z Mercury max morning elongation: 26.89 degrees from Sun 2028-02-27T17:37:31.257Z Sun culminates 53.09 degrees above the horizon 2028-02-27T19:04:51.356Z Moon culminates 67.00 degrees above the horizon -2028-02-27T23:23:13.466Z sunset -2028-02-28T01:31:10.064Z moonset -2028-02-28T11:51:12.404Z sunrise +2028-02-27T23:23:13.467Z sunset +2028-02-28T01:31:10.066Z moonset +2028-02-28T11:51:12.403Z sunrise 2028-02-28T13:13:48.081Z moonrise -2028-02-28T17:37:20.527Z Sun culminates 53.46 degrees above the horizon +2028-02-28T17:37:20.526Z Sun culminates 53.46 degrees above the horizon 2028-02-28T19:46:11.697Z Moon culminates 72.34 degrees above the horizon -2028-02-28T23:23:52.908Z sunset -2028-02-29T02:25:07.332Z moonset -2028-02-29T11:50:10.937Z sunrise -2028-02-29T13:44:57.565Z moonrise +2028-02-28T23:23:52.910Z sunset +2028-02-29T02:25:07.334Z moonset +2028-02-29T11:50:10.935Z sunrise +2028-02-29T13:44:57.564Z moonrise 2028-02-29T17:37:09.259Z Sun culminates 53.84 degrees above the horizon -2028-02-29T20:29:46.665Z Moon culminates 77.28 degrees above the horizon -2028-02-29T23:24:31.975Z sunset -2028-03-01T03:21:02.826Z moonset -2028-03-01T11:49:08.794Z sunrise +2028-02-29T20:29:46.666Z Moon culminates 77.28 degrees above the horizon +2028-02-29T23:24:31.977Z sunset +2028-03-01T03:21:02.828Z moonset +2028-03-01T11:49:08.792Z sunrise 2028-03-01T14:19:44.355Z moonrise 2028-03-01T17:36:57.470Z Sun culminates 54.22 degrees above the horizon -2028-03-01T21:16:29.150Z Moon culminates 81.60 degrees above the horizon -2028-03-01T23:25:10.670Z sunset -2028-03-02T04:19:10.804Z moonset -2028-03-02T11:48:06.003Z sunrise -2028-03-02T14:59:35.298Z moonrise +2028-03-01T21:16:29.151Z Moon culminates 81.60 degrees above the horizon +2028-03-01T23:25:10.672Z sunset +2028-03-02T04:19:10.806Z moonset +2028-03-02T11:48:06.000Z sunrise +2028-03-02T14:59:35.299Z moonrise 2028-03-02T17:36:45.177Z Sun culminates 54.61 degrees above the horizon -2028-03-02T22:06:57.617Z Moon culminates 85.01 degrees above the horizon -2028-03-02T23:25:49.001Z sunset -2028-03-03T05:19:05.338Z moonset -2028-03-03T11:47:02.591Z sunrise -2028-03-03T15:45:53.609Z moonrise +2028-03-02T22:06:57.619Z Moon culminates 85.01 degrees above the horizon +2028-03-02T23:25:49.003Z sunset +2028-03-03T05:19:05.341Z moonset +2028-03-03T11:47:02.588Z sunrise +2028-03-03T15:45:53.611Z moonrise 2028-03-03T17:36:32.397Z Sun culminates 54.99 degrees above the horizon -2028-03-03T23:01:20.219Z Moon culminates 87.19 degrees above the horizon -2028-03-03T23:26:26.973Z sunset -2028-03-04T06:19:27.100Z moonset +2028-03-03T23:01:20.221Z Moon culminates 87.19 degrees above the horizon +2028-03-03T23:26:26.976Z sunset +2028-03-04T06:19:27.103Z moonset 2028-03-04T09:02:58.732Z first quarter -2028-03-04T11:45:58.586Z sunrise -2028-03-04T12:29:07.256Z Venus moves from Pisces to Aries -2028-03-04T16:39:32.899Z moonrise +2028-03-04T11:45:58.584Z sunrise +2028-03-04T12:29:07.995Z Venus moves from Pisces to Aries +2028-03-04T16:39:32.901Z moonrise 2028-03-04T17:36:19.148Z Sun culminates 55.38 degrees above the horizon -2028-03-04T17:59:26.206Z Jupiter moves from Virgo to Leo -2028-03-04T23:27:04.597Z sunset -2028-03-04T23:58:58.729Z Moon culminates 87.84 degrees above the horizon -2028-03-05T07:18:12.170Z moonset -2028-03-05T11:44:54.019Z sunrise +2028-03-04T17:59:19.927Z Jupiter moves from Virgo to Leo +2028-03-04T23:27:04.600Z sunset +2028-03-04T23:58:58.731Z Moon culminates 87.84 degrees above the horizon +2028-03-05T07:18:12.172Z moonset +2028-03-05T11:44:54.017Z sunrise 2028-03-05T17:36:05.451Z Sun culminates 55.76 degrees above the horizon -2028-03-05T17:40:21.426Z moonrise -2028-03-05T23:27:41.883Z sunset -2028-03-06T00:58:26.944Z Moon culminates 86.74 degrees above the horizon -2028-03-06T08:13:13.635Z moonset -2028-03-06T11:43:49.019Z sunrise +2028-03-05T17:40:21.428Z moonrise +2028-03-05T23:27:41.884Z sunset +2028-03-06T00:58:26.946Z Moon culminates 86.74 degrees above the horizon +2028-03-06T08:13:13.636Z moonset +2028-03-06T11:43:49.017Z sunrise 2028-03-06T17:35:51.325Z Sun culminates 56.15 degrees above the horizon -2028-03-06T18:46:43.995Z moonrise -2028-03-06T23:28:18.840Z sunset -2028-03-07T01:57:55.910Z Moon culminates 83.85 degrees above the horizon +2028-03-06T18:46:43.997Z moonrise +2028-03-06T23:28:18.842Z sunset +2028-03-07T01:57:55.911Z Moon culminates 83.85 degrees above the horizon 2028-03-07T09:03:14.043Z moonset -2028-03-07T11:42:43.415Z sunrise +2028-03-07T11:42:43.414Z sunrise 2028-03-07T17:35:36.793Z Sun culminates 56.54 degrees above the horizon -2028-03-07T19:56:11.815Z moonrise +2028-03-07T19:56:11.816Z moonrise 2028-03-07T23:28:55.484Z sunset 2028-03-08T02:55:55.717Z Moon culminates 79.30 degrees above the horizon 2028-03-08T04:23:54.869Z Mercury aphelion at 0.4667 AU -2028-03-08T09:48:08.997Z moonset +2028-03-08T09:48:08.996Z moonset 2028-03-08T11:41:37.339Z sunrise 2028-03-08T17:35:21.877Z Sun culminates 56.93 degrees above the horizon 2028-03-08T21:06:26.457Z moonrise -2028-03-08T23:29:31.826Z sunset +2028-03-08T23:29:31.827Z sunset 2028-03-09T03:51:45.293Z Moon culminates 73.43 degrees above the horizon -2028-03-09T10:28:52.721Z moonset -2028-03-09T11:40:30.823Z sunrise +2028-03-09T10:28:52.720Z moonset +2028-03-09T11:40:30.822Z sunrise 2028-03-09T17:35:06.599Z Sun culminates 57.32 degrees above the horizon 2028-03-09T22:16:06.814Z moonrise 2028-03-09T23:30:07.883Z sunset 2028-03-10T04:45:34.757Z Moon culminates 66.69 degrees above the horizon 2028-03-10T08:20:09.480Z lunar perigee at 357586 km -2028-03-10T11:06:49.913Z moonset -2028-03-10T11:39:23.896Z sunrise -2028-03-10T17:34:50.983Z Sun culminates 57.71 degrees above the horizon -2028-03-10T23:24:53.012Z moonrise -2028-03-10T23:30:43.670Z sunset +2028-03-10T11:06:49.912Z moonset +2028-03-10T11:39:23.895Z sunrise +2028-03-10T17:34:50.982Z Sun culminates 57.71 degrees above the horizon +2028-03-10T23:24:53.013Z moonrise +2028-03-10T23:30:43.671Z sunset 2028-03-11T01:06:29.282Z full moon 2028-03-11T05:38:09.065Z Moon culminates 59.59 degrees above the horizon -2028-03-11T08:49:01.756Z Mercury moves from Capricornus to Aquarius -2028-03-11T11:38:16.590Z sunrise -2028-03-11T11:43:34.983Z moonset +2028-03-11T08:49:02.286Z Mercury moves from Capricornus to Aquarius +2028-03-11T11:38:16.589Z sunrise +2028-03-11T11:43:34.982Z moonset 2028-03-11T17:34:35.052Z Sun culminates 58.11 degrees above the horizon -2028-03-11T23:31:19.204Z sunset -2028-03-12T00:33:01.434Z moonrise -2028-03-12T06:03:53.429Z Mars moves from Aquarius to Pisces +2028-03-11T23:31:19.205Z sunset +2028-03-12T00:33:01.435Z moonrise +2028-03-12T06:03:54.373Z Mars moves from Aquarius to Pisces 2028-03-12T06:30:27.411Z Moon culminates 52.66 degrees above the horizon -2028-03-12T11:37:08.936Z sunrise -2028-03-12T12:20:42.103Z moonset +2028-03-12T11:37:08.934Z sunrise +2028-03-12T12:20:42.102Z moonset 2028-03-12T15:26:21.890Z Jupiter opposition 2028-03-12T17:34:18.831Z Sun culminates 58.50 degrees above the horizon -2028-03-12T23:31:54.503Z sunset -2028-03-13T01:40:51.972Z moonrise +2028-03-12T23:31:54.504Z sunset +2028-03-13T01:40:51.973Z moonrise 2028-03-13T07:23:24.769Z Moon culminates 46.38 degrees above the horizon 2028-03-13T11:36:00.963Z sunrise -2028-03-13T12:59:40.416Z moonset +2028-03-13T12:59:40.415Z moonset 2028-03-13T17:34:02.343Z Sun culminates 58.89 degrees above the horizon 2028-03-13T23:32:29.583Z sunset -2028-03-14T02:48:18.423Z moonrise +2028-03-14T02:48:18.424Z moonrise 2028-03-14T08:17:35.652Z Moon culminates 41.15 degrees above the horizon 2028-03-14T11:34:52.704Z sunrise -2028-03-14T13:41:47.668Z moonset -2028-03-14T17:33:45.612Z Sun culminates 59.29 degrees above the horizon +2028-03-14T13:41:47.666Z moonset +2028-03-14T17:33:45.613Z Sun culminates 59.29 degrees above the horizon 2028-03-14T23:33:04.460Z sunset 2028-03-15T03:54:29.155Z moonrise -2028-03-15T09:13:00.558Z Moon culminates 37.29 degrees above the horizon +2028-03-15T09:13:00.557Z Moon culminates 37.29 degrees above the horizon 2028-03-15T11:33:44.189Z sunrise -2028-03-15T14:27:57.670Z moonset +2028-03-15T14:27:57.667Z moonset 2028-03-15T17:33:28.662Z Sun culminates 59.68 degrees above the horizon -2028-03-15T23:33:39.152Z sunset +2028-03-15T23:33:39.151Z sunset 2028-03-16T04:57:48.701Z moonrise -2028-03-16T10:09:00.199Z Moon culminates 34.98 degrees above the horizon -2028-03-16T11:32:35.447Z sunrise -2028-03-16T15:18:22.717Z moonset +2028-03-16T10:09:00.197Z Moon culminates 34.98 degrees above the horizon +2028-03-16T11:32:35.448Z sunrise +2028-03-16T15:18:22.715Z moonset 2028-03-16T17:33:11.515Z Sun culminates 60.08 degrees above the horizon -2028-03-16T23:34:13.672Z sunset -2028-03-17T05:56:27.232Z moonrise -2028-03-17T11:04:24.810Z Moon culminates 34.26 degrees above the horizon -2028-03-17T11:31:26.509Z sunrise -2028-03-17T16:12:21.942Z moonset +2028-03-16T23:34:13.671Z sunset +2028-03-17T05:56:27.231Z moonrise +2028-03-17T11:04:24.808Z Moon culminates 34.26 degrees above the horizon +2028-03-17T11:31:26.511Z sunrise +2028-03-17T16:12:21.940Z moonset 2028-03-17T17:32:54.194Z Sun culminates 60.47 degrees above the horizon 2028-03-17T23:23:29.510Z third quarter -2028-03-17T23:34:47.935Z sunset -2028-03-18T06:49:04.340Z moonrise -2028-03-18T11:30:17.404Z sunrise -2028-03-18T11:57:58.431Z Moon culminates 35.04 degrees above the horizon -2028-03-18T17:08:30.803Z moonset +2028-03-17T23:34:47.934Z sunset +2028-03-18T06:49:04.339Z moonrise +2028-03-18T11:30:17.405Z sunrise +2028-03-18T11:57:58.430Z Moon culminates 35.04 degrees above the horizon +2028-03-18T17:08:30.801Z moonset 2028-03-18T17:32:36.718Z Sun culminates 60.87 degrees above the horizon -2028-03-18T23:35:22.154Z sunset +2028-03-18T23:35:22.152Z sunset 2028-03-19T06:21:54.275Z Venus perihelion at 0.7185 AU -2028-03-19T07:35:16.910Z moonrise -2028-03-19T11:29:08.159Z sunrise -2028-03-19T12:48:45.409Z Moon culminates 37.14 degrees above the horizon +2028-03-19T07:35:16.909Z moonrise +2028-03-19T11:29:08.161Z sunrise +2028-03-19T12:48:45.408Z Moon culminates 37.14 degrees above the horizon 2028-03-19T17:32:19.110Z Sun culminates 61.26 degrees above the horizon 2028-03-19T18:05:12.595Z moonset -2028-03-19T23:35:56.242Z sunset -2028-03-20T02:16:59.678Z March equinox -2028-03-20T08:15:35.708Z moonrise -2028-03-20T11:27:58.804Z sunrise +2028-03-19T23:35:56.241Z sunset +2028-03-20T02:17:01.018Z March equinox +2028-03-20T08:15:35.707Z moonrise +2028-03-20T11:27:58.805Z sunrise 2028-03-20T13:36:24.296Z Moon culminates 40.33 degrees above the horizon 2028-03-20T17:32:01.389Z Sun culminates 61.66 degrees above the horizon 2028-03-20T19:01:12.109Z moonset 2028-03-20T23:36:30.210Z sunset 2028-03-21T03:08:29.996Z Mars conjunction -2028-03-21T08:51:03.377Z moonrise -2028-03-21T11:26:49.364Z sunrise -2028-03-21T14:21:06.108Z Moon culminates 44.38 degrees above the horizon +2028-03-21T08:51:03.376Z moonrise +2028-03-21T11:26:49.365Z sunrise +2028-03-21T14:21:06.107Z Moon culminates 44.38 degrees above the horizon 2028-03-21T17:31:43.573Z Sun culminates 62.05 degrees above the horizon 2028-03-21T19:55:52.093Z moonset 2028-03-21T23:37:04.070Z sunset -2028-03-22T09:22:53.303Z moonrise +2028-03-22T09:22:53.302Z moonrise 2028-03-22T11:25:39.867Z sunrise 2028-03-22T12:21:56.393Z Venus max evening elongation: 46.12 degrees from Sun 2028-03-22T15:03:24.451Z Moon culminates 49.07 degrees above the horizon 2028-03-22T17:31:25.681Z Sun culminates 62.45 degrees above the horizon -2028-03-22T20:49:11.361Z moonset +2028-03-22T20:49:11.362Z moonset 2028-03-22T23:22:39.553Z lunar apogee at 406080 km -2028-03-22T23:37:37.831Z sunset -2028-03-23T09:52:17.813Z moonrise -2028-03-23T11:24:30.338Z sunrise +2028-03-22T23:37:37.832Z sunset +2028-03-23T09:52:17.812Z moonrise +2028-03-23T11:24:30.337Z sunrise 2028-03-23T15:44:05.569Z Moon culminates 54.22 degrees above the horizon 2028-03-23T17:31:07.731Z Sun culminates 62.84 degrees above the horizon -2028-03-23T21:41:34.454Z moonset -2028-03-23T23:38:11.504Z sunset -2028-03-24T10:20:24.648Z moonrise -2028-03-24T11:23:20.801Z sunrise +2028-03-23T21:41:34.455Z moonset +2028-03-23T23:38:11.505Z sunset +2028-03-24T10:20:24.647Z moonrise +2028-03-24T11:23:20.800Z sunrise 2028-03-24T16:24:01.743Z Moon culminates 59.64 degrees above the horizon 2028-03-24T17:30:49.739Z Sun culminates 63.24 degrees above the horizon -2028-03-24T22:33:40.958Z moonset -2028-03-24T23:38:45.096Z sunset -2028-03-25T10:48:18.167Z moonrise -2028-03-25T11:22:11.283Z sunrise +2028-03-24T22:33:40.959Z moonset +2028-03-24T23:38:45.097Z sunset +2028-03-25T10:48:18.166Z moonrise +2028-03-25T11:22:11.282Z sunrise 2028-03-25T17:04:07.914Z Moon culminates 65.16 degrees above the horizon 2028-03-25T17:30:31.723Z Sun culminates 63.63 degrees above the horizon -2028-03-25T23:26:17.010Z moonset -2028-03-25T23:39:18.616Z sunset +2028-03-25T23:26:17.011Z moonset +2028-03-25T23:39:18.617Z sunset 2028-03-26T04:31:55.919Z new moon -2028-03-26T11:17:02.590Z moonrise -2028-03-26T11:21:01.808Z sunrise +2028-03-26T11:17:02.589Z moonrise +2028-03-26T11:21:01.807Z sunrise 2028-03-26T11:21:08.441Z Neptune conjunction 2028-03-26T17:30:13.698Z Sun culminates 64.02 degrees above the horizon 2028-03-26T17:45:19.914Z Moon culminates 70.57 degrees above the horizon -2028-03-26T23:39:52.071Z sunset -2028-03-27T00:20:07.882Z moonset -2028-03-27T11:19:52.400Z sunrise -2028-03-27T11:47:45.613Z moonrise +2028-03-26T23:39:52.073Z sunset +2028-03-27T00:20:07.884Z moonset +2028-03-27T11:19:52.398Z sunrise +2028-03-27T11:47:45.612Z moonrise 2028-03-27T17:29:55.681Z Sun culminates 64.41 degrees above the horizon -2028-03-27T18:28:32.389Z Moon culminates 75.67 degrees above the horizon -2028-03-27T23:40:25.471Z sunset -2028-03-28T01:15:49.208Z moonset -2028-03-28T11:18:43.083Z sunrise -2028-03-28T12:21:40.904Z moonrise +2028-03-27T18:28:32.390Z Moon culminates 75.67 degrees above the horizon +2028-03-27T23:40:25.473Z sunset +2028-03-28T01:15:49.210Z moonset +2028-03-28T11:18:43.082Z sunrise +2028-03-28T12:21:40.903Z moonrise 2028-03-28T17:29:37.688Z Sun culminates 64.80 degrees above the horizon -2028-03-28T19:14:34.341Z Moon culminates 80.20 degrees above the horizon -2028-03-28T23:40:58.823Z sunset -2028-03-29T02:13:34.632Z moonset -2028-03-29T03:57:48.168Z Mars moves from Pisces to Cetus -2028-03-29T11:17:33.883Z sunrise -2028-03-29T13:00:07.018Z moonrise +2028-03-28T19:14:34.342Z Moon culminates 80.20 degrees above the horizon +2028-03-28T23:40:58.825Z sunset +2028-03-29T02:13:34.635Z moonset +2028-03-29T03:57:49.195Z Mars moves from Pisces to Cetus +2028-03-29T11:17:33.881Z sunrise +2028-03-29T13:00:07.017Z moonrise 2028-03-29T17:29:19.735Z Sun culminates 65.19 degrees above the horizon -2028-03-29T20:04:00.360Z Moon culminates 83.90 degrees above the horizon -2028-03-29T21:36:15.806Z Mercury moves from Aquarius to Pisces -2028-03-29T23:41:32.134Z sunset -2028-03-30T03:13:00.322Z moonset -2028-03-30T09:24:00.068Z Venus moves from Aries to Taurus -2028-03-30T11:16:24.825Z sunrise -2028-03-30T13:44:18.572Z moonrise +2028-03-29T20:04:00.361Z Moon culminates 83.90 degrees above the horizon +2028-03-29T21:36:16.223Z Mercury moves from Aquarius to Pisces +2028-03-29T23:41:32.136Z sunset +2028-03-30T03:13:00.325Z moonset +2028-03-30T09:24:00.941Z Venus moves from Aries to Taurus +2028-03-30T11:16:24.822Z sunrise +2028-03-30T13:44:18.571Z moonrise 2028-03-30T17:29:01.840Z Sun culminates 65.58 degrees above the horizon -2028-03-30T20:56:57.357Z Moon culminates 86.45 degrees above the horizon -2028-03-30T23:42:05.413Z sunset -2028-03-31T04:12:53.439Z moonset -2028-03-31T05:47:36.216Z Mars moves from Cetus to Pisces -2028-03-31T11:15:15.933Z sunrise +2028-03-30T20:56:57.359Z Moon culminates 86.45 degrees above the horizon +2028-03-30T23:42:05.416Z sunset +2028-03-31T04:12:53.443Z moonset +2028-03-31T05:47:37.242Z Mars moves from Cetus to Pisces +2028-03-31T11:15:15.930Z sunrise 2028-03-31T14:35:05.694Z moonrise 2028-03-31T17:28:44.018Z Sun culminates 65.96 degrees above the horizon -2028-03-31T21:52:51.708Z Moon culminates 87.58 degrees above the horizon -2028-03-31T23:42:38.669Z sunset -2028-04-01T05:11:19.346Z moonset -2028-04-01T11:14:07.234Z sunrise -2028-04-01T15:32:25.494Z moonrise +2028-03-31T21:52:51.710Z Moon culminates 87.58 degrees above the horizon +2028-03-31T23:42:38.672Z sunset +2028-04-01T05:11:19.349Z moonset +2028-04-01T11:14:07.231Z sunrise +2028-04-01T15:32:25.495Z moonrise 2028-04-01T17:28:26.289Z Sun culminates 66.35 degrees above the horizon -2028-04-01T22:50:28.309Z Moon culminates 87.08 degrees above the horizon -2028-04-01T23:43:11.912Z sunset -2028-04-02T06:06:17.111Z moonset -2028-04-02T11:12:58.754Z sunrise -2028-04-02T16:35:05.651Z moonrise +2028-04-01T22:50:28.311Z Moon culminates 87.08 degrees above the horizon +2028-04-01T23:43:11.914Z sunset +2028-04-02T06:06:17.113Z moonset +2028-04-02T11:12:58.752Z sunrise +2028-04-02T16:35:05.652Z moonrise 2028-04-02T17:28:08.669Z Sun culminates 66.73 degrees above the horizon 2028-04-02T19:16:02.644Z first quarter -2028-04-02T23:43:45.150Z sunset -2028-04-02T23:48:11.260Z Moon culminates 84.90 degrees above the horizon -2028-04-03T06:56:26.824Z moonset -2028-04-03T11:11:50.521Z sunrise +2028-04-02T23:43:45.152Z sunset +2028-04-02T23:48:11.262Z Moon culminates 84.90 degrees above the horizon +2028-04-03T06:56:26.826Z moonset +2028-04-03T11:11:50.519Z sunrise 2028-04-03T17:27:51.178Z Sun culminates 67.12 degrees above the horizon -2028-04-03T17:41:04.381Z moonrise -2028-04-03T23:44:18.394Z sunset +2028-04-03T17:41:04.382Z moonrise +2028-04-03T23:44:18.395Z sunset 2028-04-04T00:44:38.915Z Moon culminates 81.13 degrees above the horizon -2028-04-04T03:11:17.038Z Mercury moves from Pisces to Cetus -2028-04-04T07:41:34.877Z moonset -2028-04-04T11:10:42.562Z sunrise +2028-04-04T03:11:17.455Z Mercury moves from Pisces to Cetus +2028-04-04T07:41:34.878Z moonset +2028-04-04T11:10:42.561Z sunrise 2028-04-04T17:27:33.836Z Sun culminates 67.50 degrees above the horizon -2028-04-04T18:48:20.945Z moonrise -2028-04-04T23:44:51.655Z sunset +2028-04-04T18:48:20.946Z moonrise +2028-04-04T23:44:51.656Z sunset 2028-04-05T01:39:11.004Z Moon culminates 76.00 degrees above the horizon 2028-04-05T08:22:25.187Z moonset -2028-04-05T11:09:34.906Z sunrise +2028-04-05T11:09:34.905Z sunrise 2028-04-05T17:27:16.662Z Sun culminates 67.87 degrees above the horizon 2028-04-05T19:55:38.943Z moonrise -2028-04-05T23:45:24.945Z sunset +2028-04-05T23:45:24.946Z sunset 2028-04-06T02:31:53.811Z Moon culminates 69.87 degrees above the horizon -2028-04-06T03:57:03.633Z Mercury moves from Cetus to Pisces +2028-04-06T03:57:03.968Z Mercury moves from Cetus to Pisces 2028-04-06T09:00:14.739Z moonset -2028-04-06T11:08:27.582Z sunrise +2028-04-06T11:08:27.581Z sunrise 2028-04-06T17:26:59.676Z Sun culminates 68.25 degrees above the horizon -2028-04-06T21:02:36.879Z moonrise -2028-04-06T23:45:58.277Z sunset +2028-04-06T21:02:36.880Z moonrise +2028-04-06T23:45:58.278Z sunset 2028-04-07T03:23:28.543Z Moon culminates 63.12 degrees above the horizon -2028-04-07T09:36:33.577Z moonset -2028-04-07T11:07:20.618Z sunrise +2028-04-07T09:36:33.576Z moonset +2028-04-07T11:07:20.617Z sunrise 2028-04-07T16:06:56.570Z lunar perigee at 361348 km 2028-04-07T17:26:42.901Z Sun culminates 68.63 degrees above the horizon -2028-04-07T22:09:31.970Z moonrise -2028-04-07T23:46:31.662Z sunset +2028-04-07T22:09:31.971Z moonrise +2028-04-07T23:46:31.663Z sunset 2028-04-08T04:14:54.538Z Moon culminates 56.22 degrees above the horizon -2028-04-08T10:12:54.816Z moonset -2028-04-08T11:06:14.044Z sunrise +2028-04-08T10:12:54.815Z moonset +2028-04-08T11:06:14.043Z sunrise 2028-04-08T17:26:26.356Z Sun culminates 69.00 degrees above the horizon -2028-04-08T23:16:52.935Z moonrise -2028-04-08T23:47:05.115Z sunset -2028-04-09T05:07:13.044Z Moon culminates 49.63 degrees above the horizon +2028-04-08T23:16:52.936Z moonrise +2028-04-08T23:47:05.116Z sunset +2028-04-09T05:07:13.043Z Moon culminates 49.63 degrees above the horizon 2028-04-09T10:27:03.553Z full moon -2028-04-09T10:50:50.603Z moonset -2028-04-09T11:05:07.888Z sunrise -2028-04-09T17:26:10.063Z Sun culminates 69.37 degrees above the horizon -2028-04-09T23:47:38.648Z sunset -2028-04-10T00:24:50.300Z moonrise -2028-04-10T06:01:11.005Z Moon culminates 43.82 degrees above the horizon -2028-04-10T11:04:02.180Z sunrise -2028-04-10T11:31:47.439Z moonset +2028-04-09T10:50:50.601Z moonset +2028-04-09T11:05:07.887Z sunrise +2028-04-09T17:26:10.062Z Sun culminates 69.37 degrees above the horizon +2028-04-09T23:47:38.649Z sunset +2028-04-10T00:24:50.301Z moonrise +2028-04-10T06:01:11.004Z Moon culminates 43.82 degrees above the horizon +2028-04-10T11:04:02.179Z sunrise +2028-04-10T11:31:47.437Z moonset 2028-04-10T17:25:54.042Z Sun culminates 69.74 degrees above the horizon 2028-04-10T23:48:12.274Z sunset -2028-04-11T01:32:49.133Z moonrise -2028-04-11T06:57:03.760Z Moon culminates 39.20 degrees above the horizon -2028-04-11T11:02:56.949Z sunrise -2028-04-11T12:16:54.778Z moonset +2028-04-11T01:32:49.134Z moonrise +2028-04-11T06:57:03.759Z Moon culminates 39.20 degrees above the horizon +2028-04-11T11:02:56.947Z sunrise +2028-04-11T12:16:54.774Z moonset 2028-04-11T17:25:38.315Z Sun culminates 70.10 degrees above the horizon 2028-04-11T22:43:58.826Z Mercury superior conjunction 2028-04-11T23:48:46.004Z sunset 2028-04-12T02:39:15.851Z moonrise -2028-04-12T07:54:21.086Z Moon culminates 36.08 degrees above the horizon -2028-04-12T11:01:52.223Z sunrise -2028-04-12T13:06:44.616Z moonset +2028-04-12T07:54:21.084Z Moon culminates 36.08 degrees above the horizon +2028-04-12T11:01:52.222Z sunrise +2028-04-12T13:06:44.613Z moonset 2028-04-12T17:25:22.901Z Sun culminates 70.47 degrees above the horizon -2028-04-12T23:49:19.849Z sunset -2028-04-13T02:08:22.513Z Neptune moves from Pisces to Cetus -2028-04-13T03:41:56.795Z moonrise -2028-04-13T08:51:47.980Z Moon culminates 34.61 degrees above the horizon -2028-04-13T11:00:48.032Z sunrise -2028-04-13T14:00:50.616Z moonset -2028-04-13T17:25:07.820Z Sun culminates 70.83 degrees above the horizon -2028-04-13T23:49:53.819Z sunset -2028-04-14T04:38:49.271Z moonrise -2028-04-14T09:47:48.235Z Moon culminates 34.78 degrees above the horizon +2028-04-12T23:49:19.848Z sunset +2028-04-13T02:08:43.811Z Neptune moves from Pisces to Cetus +2028-04-13T03:41:56.796Z moonrise +2028-04-13T08:51:47.978Z Moon culminates 34.61 degrees above the horizon +2028-04-13T11:00:48.031Z sunrise +2028-04-13T14:00:50.613Z moonset +2028-04-13T17:25:07.819Z Sun culminates 70.83 degrees above the horizon +2028-04-13T23:49:53.817Z sunset +2028-04-14T04:38:49.272Z moonrise +2028-04-14T09:47:48.234Z Moon culminates 34.78 degrees above the horizon 2028-04-14T10:59:44.404Z sunrise -2028-04-14T14:57:47.208Z moonset -2028-04-14T17:24:53.090Z Sun culminates 71.19 degrees above the horizon -2028-04-14T23:50:27.921Z sunset -2028-04-15T00:13:09.428Z Mercury moves from Pisces to Aries +2028-04-14T14:57:47.204Z moonset +2028-04-14T17:24:53.089Z Sun culminates 71.19 degrees above the horizon +2028-04-14T23:50:27.919Z sunset +2028-04-15T00:13:09.783Z Mercury moves from Pisces to Aries 2028-04-15T05:28:51.101Z moonrise -2028-04-15T10:41:00.455Z Moon culminates 36.41 degrees above the horizon +2028-04-15T10:41:00.453Z Moon culminates 36.41 degrees above the horizon 2028-04-15T10:58:41.368Z sunrise -2028-04-15T15:55:40.654Z moonset -2028-04-15T17:24:38.728Z Sun culminates 71.54 degrees above the horizon -2028-04-15T23:51:02.162Z sunset -2028-04-16T06:12:12.427Z moonrise -2028-04-16T10:57:38.950Z sunrise -2028-04-16T11:30:43.310Z Moon culminates 39.24 degrees above the horizon +2028-04-15T15:55:40.651Z moonset +2028-04-15T17:24:38.727Z Sun culminates 71.54 degrees above the horizon +2028-04-15T23:51:02.161Z sunset +2028-04-16T06:12:12.428Z moonrise +2028-04-16T10:57:38.951Z sunrise +2028-04-16T11:30:43.309Z Moon culminates 39.24 degrees above the horizon 2028-04-16T16:37:33.027Z third quarter -2028-04-16T16:52:53.540Z moonset +2028-04-16T16:52:53.538Z moonset 2028-04-16T17:24:24.751Z Sun culminates 71.89 degrees above the horizon -2028-04-16T23:51:36.548Z sunset -2028-04-17T06:49:52.954Z moonrise -2028-04-17T10:56:37.179Z sunrise -2028-04-17T12:16:58.439Z Moon culminates 43.02 degrees above the horizon +2028-04-16T23:51:36.547Z sunset +2028-04-17T06:49:52.955Z moonrise +2028-04-17T10:56:37.180Z sunrise +2028-04-17T12:16:58.438Z Moon culminates 43.02 degrees above the horizon 2028-04-17T17:24:11.175Z Sun culminates 72.24 degrees above the horizon 2028-04-17T17:48:32.172Z moonset 2028-04-17T23:52:11.081Z sunset @@ -16150,94 +16150,94 @@ 2028-04-18T13:00:18.612Z Moon culminates 47.50 degrees above the horizon 2028-04-18T17:23:58.014Z Sun culminates 72.59 degrees above the horizon 2028-04-18T18:42:28.124Z moonset -2028-04-18T23:52:45.764Z sunset +2028-04-18T23:52:45.765Z sunset 2028-04-19T07:53:31.867Z moonrise 2028-04-19T10:54:35.678Z sunrise 2028-04-19T13:41:33.775Z Moon culminates 52.48 degrees above the horizon 2028-04-19T15:13:38.283Z lunar apogee at 405091 km 2028-04-19T17:23:45.280Z Sun culminates 72.94 degrees above the horizon 2028-04-19T19:35:05.818Z moonset -2028-04-19T23:53:20.598Z sunset +2028-04-19T23:53:20.599Z sunset 2028-04-20T08:22:06.523Z moonrise -2028-04-20T10:53:35.998Z sunrise +2028-04-20T10:53:35.997Z sunrise 2028-04-20T12:09:36.313Z Saturn conjunction 2028-04-20T14:21:41.401Z Moon culminates 57.78 degrees above the horizon 2028-04-20T17:23:32.986Z Sun culminates 73.28 degrees above the horizon -2028-04-20T20:27:08.706Z moonset -2028-04-20T23:53:55.581Z sunset +2028-04-20T20:27:08.707Z moonset +2028-04-20T23:53:55.582Z sunset 2028-04-21T04:02:19.488Z Mercury perihelion at 0.3075 AU -2028-04-21T08:50:06.172Z moonrise -2028-04-21T10:52:37.062Z sunrise +2028-04-21T08:50:06.171Z moonrise +2028-04-21T10:52:37.061Z sunrise 2028-04-21T15:01:41.585Z Moon culminates 63.24 degrees above the horizon 2028-04-21T17:23:21.141Z Sun culminates 73.61 degrees above the horizon 2028-04-21T21:19:28.730Z moonset -2028-04-21T23:54:30.711Z sunset -2028-04-22T09:18:38.375Z moonrise -2028-04-22T10:51:38.895Z sunrise +2028-04-21T23:54:30.712Z sunset +2028-04-22T09:18:38.374Z moonrise +2028-04-22T10:51:38.893Z sunrise 2028-04-22T15:42:34.910Z Moon culminates 68.68 degrees above the horizon 2028-04-22T17:23:09.756Z Sun culminates 73.95 degrees above the horizon -2028-04-22T22:12:58.220Z moonset -2028-04-22T23:55:05.983Z sunset -2028-04-23T09:48:52.588Z moonrise -2028-04-23T10:50:41.517Z sunrise +2028-04-22T22:12:58.221Z moonset +2028-04-22T23:55:05.984Z sunset +2028-04-23T09:48:52.586Z moonrise +2028-04-23T10:50:41.515Z sunrise 2028-04-23T16:25:20.651Z Moon culminates 73.90 degrees above the horizon 2028-04-23T17:22:58.838Z Sun culminates 74.28 degrees above the horizon -2028-04-23T23:08:21.244Z moonset -2028-04-23T23:55:41.392Z sunset -2028-04-24T10:22:03.358Z moonrise -2028-04-24T10:49:44.950Z sunrise +2028-04-23T23:08:21.245Z moonset +2028-04-23T23:55:41.393Z sunset +2028-04-24T10:22:03.357Z moonrise +2028-04-24T10:49:44.948Z sunrise 2028-04-24T17:10:52.813Z Moon culminates 78.67 degrees above the horizon 2028-04-24T17:22:48.395Z Sun culminates 74.61 degrees above the horizon 2028-04-24T19:47:29.313Z new moon -2028-04-24T23:56:16.932Z sunset -2028-04-25T00:06:01.269Z moonset -2028-04-25T10:48:49.215Z sunrise -2028-04-25T10:59:30.194Z moonrise +2028-04-24T23:56:16.933Z sunset +2028-04-25T00:06:01.270Z moonset +2028-04-25T10:48:49.213Z sunrise +2028-04-25T10:59:30.193Z moonrise 2028-04-25T17:22:38.435Z Sun culminates 74.93 degrees above the horizon -2028-04-25T17:59:51.539Z Moon culminates 82.68 degrees above the horizon -2028-04-25T23:56:52.595Z sunset -2028-04-26T01:05:44.240Z moonset -2028-04-26T10:47:54.332Z sunrise -2028-04-26T11:42:29.943Z moonrise -2028-04-26T16:00:29.914Z Mars moves from Pisces to Aries +2028-04-25T17:59:51.540Z Moon culminates 82.68 degrees above the horizon +2028-04-25T23:56:52.596Z sunset +2028-04-26T01:05:44.242Z moonset +2028-04-26T10:47:54.331Z sunrise +2028-04-26T11:42:29.941Z moonrise +2028-04-26T16:00:31.106Z Mars moves from Pisces to Aries 2028-04-26T17:22:28.963Z Sun culminates 75.25 degrees above the horizon 2028-04-26T18:52:28.999Z Moon culminates 85.62 degrees above the horizon -2028-04-26T23:57:28.373Z sunset -2028-04-27T02:06:23.055Z moonset -2028-04-27T10:47:00.323Z sunrise -2028-04-27T12:31:57.085Z moonrise +2028-04-26T23:57:28.375Z sunset +2028-04-27T02:06:23.057Z moonset +2028-04-27T10:47:00.321Z sunrise +2028-04-27T12:31:57.083Z moonrise 2028-04-27T17:22:19.985Z Sun culminates 75.57 degrees above the horizon 2028-04-27T17:52:11.545Z Venus peak magnitude -4.74 in evening sky -2028-04-27T19:48:14.222Z Moon culminates 87.20 degrees above the horizon -2028-04-27T23:58:04.257Z sunset -2028-04-28T03:05:59.476Z moonset -2028-04-28T08:43:49.169Z Mercury moves from Aries to Taurus -2028-04-28T10:46:07.208Z sunrise +2028-04-27T19:48:14.223Z Moon culminates 87.20 degrees above the horizon +2028-04-27T23:58:04.259Z sunset +2028-04-28T03:05:59.479Z moonset +2028-04-28T08:43:49.650Z Mercury moves from Aries to Taurus +2028-04-28T10:46:07.206Z sunrise 2028-04-28T13:27:54.199Z moonrise 2028-04-28T17:22:11.508Z Sun culminates 75.88 degrees above the horizon -2028-04-28T20:45:49.417Z Moon culminates 87.18 degrees above the horizon -2028-04-28T23:58:40.239Z sunset -2028-04-29T04:02:18.242Z moonset -2028-04-29T10:45:15.007Z sunrise +2028-04-28T20:45:49.418Z Moon culminates 87.18 degrees above the horizon +2028-04-28T23:58:40.240Z sunset +2028-04-29T04:02:18.244Z moonset +2028-04-29T10:45:15.005Z sunrise 2028-04-29T14:29:11.921Z moonrise 2028-04-29T17:22:03.536Z Sun culminates 76.19 degrees above the horizon 2028-04-29T21:43:30.236Z Moon culminates 85.48 degrees above the horizon -2028-04-29T23:59:16.307Z sunset -2028-04-30T04:53:40.557Z moonset -2028-04-30T10:44:23.741Z sunrise +2028-04-29T23:59:16.308Z sunset +2028-04-30T04:53:40.559Z moonset +2028-04-30T10:44:23.740Z sunrise 2028-04-30T15:33:45.671Z moonrise 2028-04-30T17:21:56.075Z Sun culminates 76.49 degrees above the horizon -2028-04-30T22:39:44.167Z Moon culminates 82.20 degrees above the horizon +2028-04-30T22:39:44.168Z Moon culminates 82.20 degrees above the horizon 2028-04-30T23:59:52.453Z sunset -2028-05-01T05:39:38.037Z moonset +2028-05-01T05:39:38.038Z moonset 2028-05-01T10:43:33.432Z sunrise 2028-05-01T16:39:27.541Z moonrise 2028-05-01T17:21:49.132Z Sun culminates 76.79 degrees above the horizon 2028-05-01T23:33:42.112Z Moon culminates 77.58 degrees above the horizon 2028-05-02T00:00:28.666Z sunset 2028-05-02T02:26:17.426Z first quarter -2028-05-02T06:20:47.301Z moonset -2028-05-02T10:42:44.103Z sunrise +2028-05-02T06:20:47.302Z moonset +2028-05-02T10:42:44.102Z sunrise 2028-05-02T17:21:42.712Z Sun culminates 77.09 degrees above the horizon 2028-05-02T17:44:54.415Z moonrise 2028-05-03T00:01:04.937Z sunset @@ -16256,88 +16256,88 @@ 2028-05-05T02:05:14.053Z Moon culminates 58.97 degrees above the horizon 2028-05-05T08:08:59.105Z moonset 2028-05-05T10:31:35.506Z lunar perigee at 366520 km -2028-05-05T10:40:22.211Z sunrise +2028-05-05T10:40:22.210Z sunrise 2028-05-05T17:21:26.659Z Sun culminates 77.95 degrees above the horizon 2028-05-05T20:59:08.803Z moonrise -2028-05-06T00:02:54.007Z sunset -2028-05-06T02:55:30.492Z Moon culminates 52.43 degrees above the horizon -2028-05-06T08:45:05.711Z moonset -2028-05-06T10:39:37.020Z sunrise -2028-05-06T17:21:22.401Z Sun culminates 78.23 degrees above the horizon +2028-05-06T00:02:54.008Z sunset +2028-05-06T02:55:30.491Z Moon culminates 52.43 degrees above the horizon +2028-05-06T08:45:05.710Z moonset +2028-05-06T10:39:37.019Z sunrise +2028-05-06T17:21:22.400Z Sun culminates 78.23 degrees above the horizon 2028-05-06T22:05:04.008Z moonrise 2028-05-07T00:03:30.421Z sunset 2028-05-07T03:47:27.021Z Moon culminates 46.41 degrees above the horizon -2028-05-07T09:23:47.751Z moonset -2028-05-07T10:38:52.920Z sunrise -2028-05-07T17:21:18.699Z Sun culminates 78.50 degrees above the horizon +2028-05-07T09:23:47.749Z moonset +2028-05-07T10:38:52.919Z sunrise +2028-05-07T17:21:18.698Z Sun culminates 78.50 degrees above the horizon 2028-05-07T23:11:59.268Z moonrise 2028-05-08T00:04:06.848Z sunset -2028-05-08T04:41:42.869Z Moon culminates 41.30 degrees above the horizon -2028-05-08T10:06:28.892Z moonset -2028-05-08T10:38:09.933Z sunrise -2028-05-08T17:21:15.560Z Sun culminates 78.77 degrees above the horizon +2028-05-08T04:41:42.868Z Moon culminates 41.30 degrees above the horizon +2028-05-08T10:06:28.889Z moonset +2028-05-08T10:38:09.931Z sunrise +2028-05-08T17:21:15.559Z Sun culminates 78.77 degrees above the horizon 2028-05-08T19:49:26.206Z full moon 2028-05-09T00:04:43.279Z sunset 2028-05-09T00:18:55.773Z moonrise -2028-05-09T05:38:16.060Z Moon culminates 37.49 degrees above the horizon +2028-05-09T05:38:16.058Z Moon culminates 37.49 degrees above the horizon 2028-05-09T06:07:23.979Z Mercury max evening elongation: 21.39 degrees from Sun -2028-05-09T10:37:28.080Z sunrise -2028-05-09T10:54:07.613Z moonset -2028-05-09T17:21:12.991Z Sun culminates 79.03 degrees above the horizon -2028-05-10T00:05:19.704Z sunset -2028-05-10T01:23:51.825Z moonrise -2028-05-10T06:36:11.387Z Moon culminates 35.25 degrees above the horizon -2028-05-10T10:36:47.382Z sunrise -2028-05-10T11:46:50.829Z moonset -2028-05-10T17:21:10.996Z Sun culminates 79.29 degrees above the horizon -2028-05-10T20:29:35.228Z Saturn moves from Pisces to Cetus -2028-05-11T00:05:56.110Z sunset -2028-05-11T02:24:18.366Z moonrise -2028-05-11T07:33:49.837Z Moon culminates 34.69 degrees above the horizon -2028-05-11T10:36:07.861Z sunrise -2028-05-11T12:43:35.286Z moonset -2028-05-11T17:21:09.580Z Sun culminates 79.55 degrees above the horizon -2028-05-12T00:06:32.485Z sunset -2028-05-12T03:18:21.439Z moonrise -2028-05-12T08:29:23.767Z Moon culminates 35.72 degrees above the horizon -2028-05-12T09:21:31.376Z Saturn moves from Cetus to Aries +2028-05-09T10:37:28.077Z sunrise +2028-05-09T10:54:07.610Z moonset +2028-05-09T17:21:12.990Z Sun culminates 79.03 degrees above the horizon +2028-05-10T00:05:19.703Z sunset +2028-05-10T01:23:51.824Z moonrise +2028-05-10T06:36:11.385Z Moon culminates 35.25 degrees above the horizon +2028-05-10T10:36:47.380Z sunrise +2028-05-10T11:46:50.826Z moonset +2028-05-10T17:21:10.995Z Sun culminates 79.29 degrees above the horizon +2028-05-10T20:29:41.395Z Saturn moves from Pisces to Cetus +2028-05-11T00:05:56.108Z sunset +2028-05-11T02:24:18.365Z moonrise +2028-05-11T07:33:49.835Z Moon culminates 34.69 degrees above the horizon +2028-05-11T10:36:07.860Z sunrise +2028-05-11T12:43:35.282Z moonset +2028-05-11T17:21:09.578Z Sun culminates 79.55 degrees above the horizon +2028-05-12T00:06:32.483Z sunset +2028-05-12T03:18:21.438Z moonrise +2028-05-12T08:29:23.765Z Moon culminates 35.72 degrees above the horizon +2028-05-12T09:21:39.274Z Saturn moves from Cetus to Aries 2028-05-12T10:35:29.537Z sunrise -2028-05-12T13:42:22.305Z moonset -2028-05-12T17:21:08.744Z Sun culminates 79.80 degrees above the horizon -2028-05-13T00:07:08.815Z sunset +2028-05-12T13:42:22.301Z moonset +2028-05-12T17:21:08.743Z Sun culminates 79.80 degrees above the horizon +2028-05-13T00:07:08.812Z sunset 2028-05-13T04:05:24.251Z moonrise -2028-05-13T09:21:37.078Z Moon culminates 38.12 degrees above the horizon +2028-05-13T09:21:37.077Z Moon culminates 38.12 degrees above the horizon 2028-05-13T10:34:52.431Z sunrise -2028-05-13T14:41:05.937Z moonset -2028-05-13T17:21:08.493Z Sun culminates 80.04 degrees above the horizon -2028-05-14T00:07:45.083Z sunset +2028-05-13T14:41:05.934Z moonset +2028-05-13T17:21:08.492Z Sun culminates 80.04 degrees above the horizon +2028-05-14T00:07:45.081Z sunset 2028-05-14T04:46:01.697Z moonrise -2028-05-14T10:10:04.011Z Moon culminates 41.59 degrees above the horizon -2028-05-14T10:34:16.560Z sunrise -2028-05-14T15:38:19.132Z moonset +2028-05-14T10:10:04.010Z Moon culminates 41.59 degrees above the horizon +2028-05-14T10:34:16.561Z sunrise +2028-05-14T15:38:19.131Z moonset 2028-05-14T17:21:08.826Z Sun culminates 80.28 degrees above the horizon -2028-05-15T00:08:21.273Z sunset +2028-05-15T00:08:21.271Z sunset 2028-05-15T05:21:28.109Z moonrise -2028-05-15T10:33:41.943Z sunrise -2028-05-15T10:55:02.872Z Moon culminates 45.86 degrees above the horizon -2028-05-15T16:33:29.577Z moonset +2028-05-15T10:33:41.944Z sunrise +2028-05-15T10:55:02.871Z Moon culminates 45.86 degrees above the horizon +2028-05-15T16:33:29.576Z moonset 2028-05-15T17:21:09.743Z Sun culminates 80.51 degrees above the horizon -2028-05-16T00:08:57.365Z sunset +2028-05-16T00:08:57.363Z sunset 2028-05-16T05:53:08.704Z moonrise -2028-05-16T10:33:08.596Z sunrise +2028-05-16T10:33:08.597Z sunrise 2028-05-16T10:43:43.169Z third quarter 2028-05-16T11:37:19.368Z Moon culminates 50.69 degrees above the horizon 2028-05-16T17:21:11.242Z Sun culminates 80.74 degrees above the horizon 2028-05-16T17:26:50.087Z moonset -2028-05-17T00:09:33.338Z sunset +2028-05-17T00:09:33.337Z sunset 2028-05-17T06:22:25.415Z moonrise 2028-05-17T09:56:02.919Z lunar apogee at 404268 km 2028-05-17T10:32:36.533Z sunrise 2028-05-17T12:17:52.334Z Moon culminates 55.87 degrees above the horizon 2028-05-17T17:21:13.318Z Sun culminates 80.96 degrees above the horizon -2028-05-17T18:19:01.611Z moonset +2028-05-17T18:19:01.610Z moonset 2028-05-18T00:10:09.170Z sunset -2028-05-18T06:50:33.775Z moonrise +2028-05-18T06:50:33.776Z moonrise 2028-05-18T10:32:05.768Z sunrise 2028-05-18T12:57:45.640Z Moon culminates 61.26 degrees above the horizon 2028-05-18T17:21:15.967Z Sun culminates 81.18 degrees above the horizon @@ -16353,78 +16353,78 @@ 2028-05-20T10:31:08.173Z sunrise 2028-05-20T14:19:55.453Z Moon culminates 71.97 degrees above the horizon 2028-05-20T17:21:22.949Z Sun culminates 81.59 degrees above the horizon -2028-05-20T20:58:08.395Z moonset +2028-05-20T20:58:08.396Z moonset 2028-05-21T00:11:55.570Z sunset 2028-05-21T08:20:10.811Z moonrise -2028-05-21T10:30:41.362Z sunrise +2028-05-21T10:30:41.361Z sunrise 2028-05-21T15:04:20.654Z Moon culminates 76.90 degrees above the horizon 2028-05-21T17:21:27.264Z Sun culminates 81.79 degrees above the horizon 2028-05-21T21:54:57.122Z moonset -2028-05-22T00:12:30.578Z sunset +2028-05-22T00:12:30.579Z sunset 2028-05-22T08:56:05.137Z moonrise 2028-05-22T10:30:15.883Z sunrise 2028-05-22T15:52:14.056Z Moon culminates 81.23 degrees above the horizon -2028-05-22T17:21:32.111Z Sun culminates 81.99 degrees above the horizon +2028-05-22T17:21:32.112Z Sun culminates 81.99 degrees above the horizon 2028-05-22T22:54:18.601Z moonset -2028-05-23T00:13:05.309Z sunset -2028-05-23T09:37:21.425Z moonrise -2028-05-23T10:29:51.742Z sunrise +2028-05-23T00:13:05.310Z sunset +2028-05-23T09:37:21.424Z moonrise +2028-05-23T10:29:51.741Z sunrise 2028-05-23T16:44:06.128Z Moon culminates 84.62 degrees above the horizon 2028-05-23T17:21:37.479Z Sun culminates 82.18 degrees above the horizon -2028-05-23T23:55:29.705Z moonset -2028-05-24T00:13:39.730Z sunset +2028-05-23T23:55:29.706Z moonset +2028-05-24T00:13:39.731Z sunset 2028-05-24T08:16:50.605Z new moon 2028-05-24T10:25:12.142Z moonrise -2028-05-24T10:29:28.942Z sunrise +2028-05-24T10:29:28.941Z sunrise 2028-05-24T17:21:43.352Z Sun culminates 82.36 degrees above the horizon 2028-05-24T17:39:44.840Z Moon culminates 86.73 degrees above the horizon -2028-05-25T00:14:13.809Z sunset -2028-05-25T00:56:43.444Z moonset -2028-05-25T10:29:07.485Z sunrise +2028-05-25T00:14:13.810Z sunset +2028-05-25T00:56:43.445Z moonset +2028-05-25T10:29:07.484Z sunrise 2028-05-25T11:20:03.918Z moonrise 2028-05-25T17:21:49.715Z Sun culminates 82.53 degrees above the horizon -2028-05-25T18:38:01.917Z Moon culminates 87.26 degrees above the horizon -2028-05-26T00:14:47.513Z sunset -2028-05-26T01:55:30.461Z moonset -2028-05-26T10:28:47.373Z sunrise +2028-05-25T18:38:01.918Z Moon culminates 87.26 degrees above the horizon +2028-05-26T00:14:47.514Z sunset +2028-05-26T01:55:30.462Z moonset +2028-05-26T10:28:47.372Z sunrise 2028-05-26T12:21:04.607Z moonrise 2028-05-26T17:21:56.552Z Sun culminates 82.70 degrees above the horizon 2028-05-26T19:37:03.708Z Moon culminates 86.06 degrees above the horizon 2028-05-27T00:15:20.809Z sunset -2028-05-27T02:49:36.706Z moonset -2028-05-27T10:28:28.606Z sunrise +2028-05-27T02:49:36.707Z moonset +2028-05-27T10:28:28.605Z sunrise 2028-05-27T13:26:04.587Z moonrise -2028-05-27T17:22:03.847Z Sun culminates 82.87 degrees above the horizon +2028-05-27T17:22:03.846Z Sun culminates 82.87 degrees above the horizon 2028-05-27T20:34:51.958Z Moon culminates 83.19 degrees above the horizon 2028-05-28T00:15:53.663Z sunset 2028-05-28T03:37:57.919Z moonset -2028-05-28T10:28:11.184Z sunrise +2028-05-28T10:28:11.185Z sunrise 2028-05-28T14:32:29.053Z moonrise 2028-05-28T17:22:11.581Z Sun culminates 83.03 degrees above the horizon 2028-05-28T21:30:08.977Z Moon culminates 78.89 degrees above the horizon -2028-05-29T00:16:26.041Z sunset +2028-05-29T00:16:26.040Z sunset 2028-05-29T04:20:49.700Z moonset 2028-05-29T10:27:55.109Z sunrise -2028-05-29T15:38:23.052Z moonrise +2028-05-29T15:38:23.051Z moonrise 2028-05-29T17:22:19.740Z Sun culminates 83.18 degrees above the horizon 2028-05-29T22:22:36.443Z Moon culminates 73.49 degrees above the horizon -2028-05-30T00:16:57.910Z sunset -2028-05-30T03:00:27.950Z Mars moves from Aries to Taurus +2028-05-30T00:16:57.909Z sunset +2028-05-30T03:00:28.977Z Mars moves from Aries to Taurus 2028-05-30T04:59:20.654Z moonset -2028-05-30T10:27:40.378Z sunrise +2028-05-30T10:27:40.379Z sunrise 2028-05-30T16:43:00.665Z moonrise 2028-05-30T17:22:28.306Z Sun culminates 83.32 degrees above the horizon 2028-05-30T22:49:32.309Z Uranus conjunction 2028-05-30T23:12:45.715Z Moon culminates 67.37 degrees above the horizon -2028-05-31T00:17:29.239Z sunset +2028-05-31T00:17:29.237Z sunset 2028-05-31T05:35:01.556Z moonset 2028-05-31T06:38:33.979Z lunar perigee at 369751 km 2028-05-31T07:37:07.779Z first quarter -2028-05-31T10:27:26.992Z sunrise +2028-05-31T10:27:26.993Z sunrise 2028-05-31T17:22:37.263Z Sun culminates 83.46 degrees above the horizon 2028-05-31T17:46:34.576Z moonrise 2028-06-01T00:01:37.579Z Moon culminates 60.92 degrees above the horizon -2028-06-01T00:17:59.994Z sunset +2028-06-01T00:17:59.993Z sunset 2028-06-01T06:09:27.778Z moonset 2028-06-01T09:53:52.348Z Venus inferior conjunction 2028-06-01T10:27:14.950Z sunrise @@ -16440,407 +16440,407 @@ 2028-06-03T00:18:59.668Z sunset 2028-06-03T01:40:17.695Z Moon culminates 48.42 degrees above the horizon 2028-06-03T07:20:52.419Z moonset -2028-06-03T10:26:54.887Z sunrise +2028-06-03T10:26:54.886Z sunrise 2028-06-03T17:23:06.322Z Sun culminates 83.84 degrees above the horizon 2028-06-03T20:58:18.901Z moonrise 2028-06-04T00:19:28.529Z sunset -2028-06-04T02:32:13.372Z Moon culminates 43.09 degrees above the horizon +2028-06-04T02:32:13.371Z Moon culminates 43.09 degrees above the horizon 2028-06-04T03:39:45.272Z Mercury aphelion at 0.4667 AU -2028-06-04T08:00:53.211Z moonset -2028-06-04T10:26:46.861Z sunrise -2028-06-04T17:23:16.686Z Sun culminates 83.95 degrees above the horizon -2028-06-04T22:03:43.617Z moonrise +2028-06-04T08:00:53.210Z moonset +2028-06-04T10:26:46.860Z sunrise +2028-06-04T17:23:16.685Z Sun culminates 83.95 degrees above the horizon +2028-06-04T22:03:43.616Z moonrise 2028-06-05T00:19:56.702Z sunset -2028-06-05T03:26:37.522Z Moon culminates 38.86 degrees above the horizon -2028-06-05T08:45:31.610Z moonset -2028-06-05T10:26:40.168Z sunrise -2028-06-05T17:23:27.362Z Sun culminates 84.06 degrees above the horizon -2028-06-05T23:08:27.921Z moonrise +2028-06-05T03:26:37.521Z Moon culminates 38.86 degrees above the horizon +2028-06-05T08:45:31.608Z moonset +2028-06-05T10:26:40.166Z sunrise +2028-06-05T17:23:27.361Z Sun culminates 84.06 degrees above the horizon +2028-06-05T23:08:27.920Z moonrise 2028-06-06T00:20:24.160Z sunset -2028-06-06T04:23:08.930Z Moon culminates 36.02 degrees above the horizon -2028-06-06T09:35:27.212Z moonset -2028-06-06T10:26:34.804Z sunrise -2028-06-06T17:23:38.337Z Sun culminates 84.16 degrees above the horizon -2028-06-07T00:10:19.096Z moonrise -2028-06-07T00:20:50.877Z sunset -2028-06-07T05:20:33.993Z Moon culminates 34.78 degrees above the horizon +2028-06-06T04:23:08.928Z Moon culminates 36.02 degrees above the horizon +2028-06-06T09:35:27.209Z moonset +2028-06-06T10:26:34.802Z sunrise +2028-06-06T17:23:38.335Z Sun culminates 84.16 degrees above the horizon +2028-06-07T00:10:19.094Z moonrise +2028-06-07T00:20:50.876Z sunset +2028-06-07T05:20:33.991Z Moon culminates 34.78 degrees above the horizon 2028-06-07T06:09:21.742Z full moon -2028-06-07T10:26:30.764Z sunrise -2028-06-07T10:30:17.045Z moonset -2028-06-07T17:23:49.592Z Sun culminates 84.25 degrees above the horizon -2028-06-08T00:21:16.827Z sunset -2028-06-08T01:07:01.104Z moonrise -2028-06-08T06:17:06.285Z Moon culminates 35.16 degrees above the horizon -2028-06-08T10:26:28.041Z sunrise -2028-06-08T11:28:27.972Z moonset -2028-06-08T17:24:01.113Z Sun culminates 84.33 degrees above the horizon -2028-06-09T00:21:41.982Z sunset -2028-06-09T01:57:11.861Z moonrise -2028-06-09T07:11:06.309Z Moon culminates 37.03 degrees above the horizon +2028-06-07T10:26:30.762Z sunrise +2028-06-07T10:30:17.043Z moonset +2028-06-07T17:23:49.591Z Sun culminates 84.25 degrees above the horizon +2028-06-08T00:21:16.825Z sunset +2028-06-08T01:07:01.102Z moonrise +2028-06-08T06:17:06.283Z Moon culminates 35.16 degrees above the horizon +2028-06-08T10:26:28.040Z sunrise +2028-06-08T11:28:27.970Z moonset +2028-06-08T17:24:01.112Z Sun culminates 84.33 degrees above the horizon +2028-06-09T00:21:41.979Z sunset +2028-06-09T01:57:11.859Z moonrise +2028-06-09T07:11:06.307Z Moon culminates 37.03 degrees above the horizon 2028-06-09T10:26:26.631Z sunrise -2028-06-09T12:27:48.014Z moonset -2028-06-09T17:24:12.884Z Sun culminates 84.41 degrees above the horizon -2028-06-10T00:22:06.316Z sunset -2028-06-10T02:40:45.661Z moonrise -2028-06-10T08:01:35.507Z Moon culminates 40.12 degrees above the horizon +2028-06-09T12:27:48.012Z moonset +2028-06-09T17:24:12.882Z Sun culminates 84.41 degrees above the horizon +2028-06-10T00:22:06.313Z sunset +2028-06-10T02:40:45.659Z moonrise +2028-06-10T08:01:35.506Z Moon culminates 40.12 degrees above the horizon 2028-06-10T10:26:26.526Z sunrise -2028-06-10T13:26:19.657Z moonset -2028-06-10T17:24:24.886Z Sun culminates 84.49 degrees above the horizon -2028-06-11T00:22:29.803Z sunset -2028-06-11T03:18:34.445Z moonrise -2028-06-11T08:48:25.050Z Moon culminates 44.14 degrees above the horizon -2028-06-11T10:26:27.716Z sunrise +2028-06-10T13:26:19.656Z moonset +2028-06-10T17:24:24.885Z Sun culminates 84.49 degrees above the horizon +2028-06-11T00:22:29.801Z sunset +2028-06-11T03:18:34.444Z moonrise +2028-06-11T08:48:25.049Z Moon culminates 44.14 degrees above the horizon +2028-06-11T10:26:27.717Z sunrise 2028-06-11T14:22:55.888Z moonset 2028-06-11T17:24:37.101Z Sun culminates 84.55 degrees above the horizon -2028-06-12T00:22:52.416Z sunset -2028-06-12T03:51:56.321Z moonrise +2028-06-12T00:22:52.414Z sunset +2028-06-12T03:51:56.320Z moonrise 2028-06-12T09:32:04.364Z Moon culminates 48.80 degrees above the horizon -2028-06-12T10:26:30.192Z sunrise +2028-06-12T10:26:30.194Z sunrise 2028-06-12T15:17:23.863Z moonset 2028-06-12T17:24:49.512Z Sun culminates 84.61 degrees above the horizon -2028-06-13T00:23:14.128Z sunset +2028-06-13T00:23:14.127Z sunset 2028-06-13T04:22:13.685Z moonrise -2028-06-13T10:13:24.774Z Moon culminates 53.89 degrees above the horizon -2028-06-13T10:26:33.942Z sunrise +2028-06-13T10:13:24.773Z Moon culminates 53.89 degrees above the horizon +2028-06-13T10:26:33.944Z sunrise 2028-06-13T16:10:10.068Z moonset 2028-06-13T17:25:02.099Z Sun culminates 84.66 degrees above the horizon -2028-06-14T00:23:34.913Z sunset +2028-06-14T00:23:34.912Z sunset 2028-06-14T04:46:11.670Z lunar apogee at 404211 km -2028-06-14T04:50:44.464Z moonrise -2028-06-14T10:26:38.953Z sunrise +2028-06-14T04:50:44.463Z moonrise +2028-06-14T10:26:38.954Z sunrise 2028-06-14T10:53:27.623Z Moon culminates 59.22 degrees above the horizon -2028-06-14T17:02:03.569Z moonset +2028-06-14T17:02:03.570Z moonset 2028-06-14T17:25:14.840Z Sun culminates 84.71 degrees above the horizon 2028-06-15T00:23:54.742Z sunset 2028-06-15T04:27:58.439Z third quarter 2028-06-15T05:18:41.778Z moonrise -2028-06-15T10:26:45.207Z sunrise -2028-06-15T11:33:18.296Z Moon culminates 64.61 degrees above the horizon -2028-06-15T17:25:27.713Z Sun culminates 84.75 degrees above the horizon +2028-06-15T10:26:45.208Z sunrise +2028-06-15T11:33:18.297Z Moon culminates 64.61 degrees above the horizon +2028-06-15T17:25:27.714Z Sun culminates 84.75 degrees above the horizon 2028-06-15T17:54:03.838Z moonset 2028-06-16T00:24:13.588Z sunset 2028-06-16T05:47:17.532Z moonrise -2028-06-16T10:26:52.688Z sunrise -2028-06-16T12:14:03.978Z Moon culminates 69.92 degrees above the horizon +2028-06-16T10:26:52.689Z sunrise +2028-06-16T12:14:03.979Z Moon culminates 69.92 degrees above the horizon 2028-06-16T17:25:40.696Z Sun culminates 84.78 degrees above the horizon -2028-06-16T18:47:12.198Z moonset +2028-06-16T18:47:12.199Z moonset 2028-06-17T00:24:31.423Z sunset 2028-06-17T06:17:47.233Z moonrise -2028-06-17T10:27:01.375Z sunrise -2028-06-17T12:56:52.224Z Moon culminates 74.97 degrees above the horizon -2028-06-17T17:25:53.763Z Sun culminates 84.80 degrees above the horizon -2028-06-17T19:42:23.019Z moonset +2028-06-17T10:27:01.376Z sunrise +2028-06-17T12:56:52.225Z Moon culminates 74.97 degrees above the horizon +2028-06-17T17:25:53.764Z Sun culminates 84.80 degrees above the horizon +2028-06-17T19:42:23.020Z moonset 2028-06-18T00:24:48.219Z sunset 2028-06-18T06:51:34.087Z moonrise -2028-06-18T10:27:11.247Z sunrise +2028-06-18T10:27:11.248Z sunrise 2028-06-18T13:42:47.088Z Moon culminates 79.54 degrees above the horizon -2028-06-18T17:26:06.890Z Sun culminates 84.82 degrees above the horizon -2028-06-18T20:40:10.225Z moonset +2028-06-18T17:26:06.891Z Sun culminates 84.82 degrees above the horizon +2028-06-18T20:40:10.226Z moonset 2028-06-19T00:25:03.948Z sunset 2028-06-19T07:30:09.347Z moonrise -2028-06-19T10:27:22.279Z sunrise -2028-06-19T14:32:39.242Z Moon culminates 83.33 degrees above the horizon -2028-06-19T17:26:20.050Z Sun culminates 84.83 degrees above the horizon -2028-06-19T21:40:26.844Z moonset -2028-06-20T00:25:18.581Z sunset +2028-06-19T10:27:22.280Z sunrise +2028-06-19T14:32:39.243Z Moon culminates 83.33 degrees above the horizon +2028-06-19T17:26:20.051Z Sun culminates 84.83 degrees above the horizon +2028-06-19T21:40:26.846Z moonset +2028-06-20T00:25:18.582Z sunset 2028-06-20T08:15:03.119Z moonrise -2028-06-20T10:27:34.445Z sunrise -2028-06-20T15:26:47.813Z Moon culminates 86.02 degrees above the horizon -2028-06-20T17:26:33.215Z Sun culminates 84.84 degrees above the horizon -2028-06-20T20:01:44.926Z June solstice -2028-06-20T22:42:03.617Z moonset +2028-06-20T10:27:34.447Z sunrise +2028-06-20T15:26:47.815Z Moon culminates 86.02 degrees above the horizon +2028-06-20T17:26:33.216Z Sun culminates 84.84 degrees above the horizon +2028-06-20T20:01:42.742Z June solstice +2028-06-20T22:42:03.619Z moonset 2028-06-21T00:25:32.091Z sunset -2028-06-21T09:07:18.341Z moonrise -2028-06-21T10:27:47.718Z sunrise -2028-06-21T16:24:38.505Z Moon culminates 87.25 degrees above the horizon -2028-06-21T17:26:46.358Z Sun culminates 84.84 degrees above the horizon -2028-06-21T23:42:47.384Z moonset +2028-06-21T09:07:18.342Z moonrise +2028-06-21T10:27:47.720Z sunrise +2028-06-21T16:24:38.506Z Moon culminates 87.25 degrees above the horizon +2028-06-21T17:26:46.359Z Sun culminates 84.84 degrees above the horizon +2028-06-21T23:42:47.385Z moonset 2028-06-22T00:25:44.450Z sunset -2028-06-22T10:06:49.909Z moonrise -2028-06-22T10:28:02.069Z sunrise -2028-06-22T17:24:35.500Z Moon culminates 86.75 degrees above the horizon +2028-06-22T10:06:49.910Z moonrise +2028-06-22T10:28:02.070Z sunrise +2028-06-22T17:24:35.501Z Moon culminates 86.75 degrees above the horizon 2028-06-22T17:26:59.451Z Sun culminates 84.83 degrees above the horizon 2028-06-22T18:28:05.502Z new moon -2028-06-23T00:25:55.630Z sunset -2028-06-23T00:40:01.525Z moonset +2028-06-23T00:25:55.631Z sunset +2028-06-23T00:40:01.526Z moonset 2028-06-23T10:28:17.469Z sunrise -2028-06-23T11:11:57.704Z moonrise +2028-06-23T11:11:57.705Z moonrise 2028-06-23T17:27:12.464Z Sun culminates 84.81 degrees above the horizon -2028-06-23T18:24:27.304Z Moon culminates 84.46 degrees above the horizon +2028-06-23T18:24:27.305Z Moon culminates 84.46 degrees above the horizon 2028-06-24T00:26:05.606Z sunset -2028-06-24T01:31:53.258Z moonset +2028-06-24T01:31:53.257Z moonset 2028-06-24T10:28:33.885Z sunrise 2028-06-24T12:19:54.527Z moonrise 2028-06-24T17:27:25.370Z Sun culminates 84.79 degrees above the horizon 2028-06-24T19:22:19.080Z Moon culminates 80.54 degrees above the horizon -2028-06-25T00:26:14.353Z sunset -2028-06-25T02:17:54.281Z moonset -2028-06-25T10:28:51.287Z sunrise -2028-06-25T13:28:00.814Z moonrise -2028-06-25T17:27:38.142Z Sun culminates 84.76 degrees above the horizon -2028-06-25T20:17:13.373Z Moon culminates 75.34 degrees above the horizon -2028-06-26T00:26:21.845Z sunset -2028-06-26T02:58:49.963Z moonset +2028-06-25T00:26:14.352Z sunset +2028-06-25T02:17:54.280Z moonset +2028-06-25T10:28:51.288Z sunrise +2028-06-25T13:28:00.815Z moonrise +2028-06-25T17:27:38.141Z Sun culminates 84.76 degrees above the horizon +2028-06-25T20:17:13.372Z Moon culminates 75.34 degrees above the horizon +2028-06-26T00:26:21.843Z sunset +2028-06-26T02:58:49.961Z moonset 2028-06-26T04:22:27.587Z lunar perigee at 366519 km -2028-06-26T10:29:09.645Z sunrise -2028-06-26T14:34:43.721Z moonrise -2028-06-26T17:27:50.751Z Sun culminates 84.72 degrees above the horizon +2028-06-26T10:29:09.646Z sunrise +2028-06-26T14:34:43.722Z moonrise +2028-06-26T17:27:50.750Z Sun culminates 84.72 degrees above the horizon 2028-06-26T19:34:00.855Z Mercury max morning elongation: 22.23 degrees from Sun 2028-06-26T21:09:15.116Z Moon culminates 69.27 degrees above the horizon -2028-06-27T00:26:28.061Z sunset -2028-06-27T03:36:04.658Z moonset -2028-06-27T10:29:28.928Z sunrise +2028-06-27T00:26:28.059Z sunset +2028-06-27T03:36:04.657Z moonset +2028-06-27T10:29:28.929Z sunrise 2028-06-27T15:39:44.945Z moonrise 2028-06-27T17:28:03.171Z Sun culminates 84.67 degrees above the horizon 2028-06-27T21:59:12.406Z Moon culminates 62.78 degrees above the horizon -2028-06-28T00:26:32.979Z sunset -2028-06-28T04:11:14.578Z moonset -2028-06-28T10:29:49.104Z sunrise -2028-06-28T16:43:35.521Z moonrise -2028-06-28T17:28:15.379Z Sun culminates 84.62 degrees above the horizon +2028-06-28T00:26:32.977Z sunset +2028-06-28T04:11:14.577Z moonset +2028-06-28T10:29:49.106Z sunrise +2028-06-28T16:43:35.522Z moonrise +2028-06-28T17:28:15.380Z Sun culminates 84.62 degrees above the horizon 2028-06-28T22:48:14.025Z Moon culminates 56.26 degrees above the horizon -2028-06-29T00:26:36.582Z sunset +2028-06-29T00:26:36.581Z sunset 2028-06-29T04:45:55.849Z moonset -2028-06-29T10:30:10.144Z sunrise +2028-06-29T10:30:10.145Z sunrise 2028-06-29T12:11:06.836Z first quarter 2028-06-29T17:28:27.351Z Sun culminates 84.57 degrees above the horizon -2028-06-29T17:47:04.591Z moonrise +2028-06-29T17:47:04.592Z moonrise 2028-06-29T23:37:32.589Z Moon culminates 50.08 degrees above the horizon 2028-06-30T00:26:38.854Z sunset 2028-06-30T05:21:41.925Z moonset -2028-06-30T10:30:32.017Z sunrise -2028-06-30T17:28:39.064Z Sun culminates 84.50 degrees above the horizon +2028-06-30T10:30:32.018Z sunrise +2028-06-30T17:28:39.065Z Sun culminates 84.50 degrees above the horizon 2028-06-30T18:50:51.965Z moonrise -2028-07-01T00:26:39.781Z sunset +2028-07-01T00:26:39.782Z sunset 2028-07-01T00:28:11.652Z Moon culminates 44.56 degrees above the horizon -2028-07-01T06:00:02.819Z moonset +2028-07-01T06:00:02.818Z moonset 2028-07-01T10:30:54.694Z sunrise 2028-07-01T17:28:50.498Z Sun culminates 84.43 degrees above the horizon 2028-07-01T19:55:03.949Z moonrise -2028-07-02T00:26:39.353Z sunset +2028-07-02T00:26:39.354Z sunset 2028-07-02T01:20:52.415Z Moon culminates 40.04 degrees above the horizon -2028-07-02T06:42:19.634Z moonset -2028-07-02T10:31:18.145Z sunrise +2028-07-02T06:42:19.633Z moonset +2028-07-02T10:31:18.144Z sunrise 2028-07-02T17:29:01.632Z Sun culminates 84.35 degrees above the horizon 2028-07-02T20:58:54.615Z moonrise -2028-07-03T00:26:37.559Z sunset -2028-07-03T02:15:38.919Z Moon culminates 36.78 degrees above the horizon -2028-07-03T07:29:29.421Z moonset -2028-07-03T10:31:42.341Z sunrise +2028-07-03T00:26:37.560Z sunset +2028-07-03T02:15:38.918Z Moon culminates 36.78 degrees above the horizon +2028-07-03T07:29:29.420Z moonset +2028-07-03T10:31:42.339Z sunrise 2028-07-03T17:29:12.449Z Sun culminates 84.27 degrees above the horizon 2028-07-03T22:00:44.402Z moonrise 2028-07-03T22:37:48.425Z Earth aphelion at 1.0167 AU 2028-07-04T00:26:34.392Z sunset -2028-07-04T03:11:47.918Z Moon culminates 35.01 degrees above the horizon -2028-07-04T08:21:41.439Z moonset -2028-07-04T10:32:07.253Z sunrise -2028-07-04T17:29:22.931Z Sun culminates 84.18 degrees above the horizon -2028-07-04T22:58:29.314Z moonrise +2028-07-04T03:11:47.917Z Moon culminates 35.01 degrees above the horizon +2028-07-04T08:21:41.437Z moonset +2028-07-04T10:32:07.251Z sunrise +2028-07-04T17:29:22.930Z Sun culminates 84.18 degrees above the horizon +2028-07-04T22:58:29.313Z moonrise 2028-07-05T00:26:29.846Z sunset -2028-07-05T04:07:55.396Z Moon culminates 34.82 degrees above the horizon +2028-07-05T04:07:55.395Z Moon culminates 34.82 degrees above the horizon 2028-07-05T06:58:52.363Z Venus peak magnitude -4.69 in morning sky -2028-07-05T09:17:59.473Z moonset -2028-07-05T10:32:32.854Z sunrise -2028-07-05T17:29:33.062Z Sun culminates 84.08 degrees above the horizon -2028-07-05T23:50:31.348Z moonrise +2028-07-05T09:17:59.471Z moonset +2028-07-05T10:32:32.853Z sunrise +2028-07-05T17:29:33.061Z Sun culminates 84.08 degrees above the horizon +2028-07-05T23:50:31.347Z moonrise 2028-07-06T00:26:23.916Z sunset -2028-07-06T05:02:24.581Z Moon culminates 36.14 degrees above the horizon -2028-07-06T10:16:32.831Z moonset -2028-07-06T10:32:59.117Z sunrise -2028-07-06T17:29:42.826Z Sun culminates 83.98 degrees above the horizon +2028-07-06T05:02:24.579Z Moon culminates 36.14 degrees above the horizon +2028-07-06T10:16:32.830Z moonset +2028-07-06T10:32:59.116Z sunrise +2028-07-06T17:29:42.825Z Sun culminates 83.98 degrees above the horizon 2028-07-06T18:11:24.734Z full moon 2028-07-06T18:19:38.378Z partial lunar eclipse -2028-07-07T00:26:16.600Z sunset -2028-07-07T00:36:14.737Z moonrise -2028-07-07T05:54:01.002Z Moon culminates 38.78 degrees above the horizon -2028-07-07T10:33:26.016Z sunrise +2028-07-07T00:26:16.599Z sunset +2028-07-07T00:36:14.736Z moonrise +2028-07-07T05:54:01.001Z Moon culminates 38.78 degrees above the horizon +2028-07-07T10:33:26.015Z sunrise 2028-07-07T11:15:18.490Z moonset -2028-07-07T17:29:52.210Z Sun culminates 83.87 degrees above the horizon -2028-07-07T20:34:00.172Z Mercury moves from Taurus to Orion -2028-07-08T00:26:07.895Z sunset -2028-07-08T01:16:05.264Z moonrise -2028-07-08T06:42:12.601Z Moon culminates 42.47 degrees above the horizon +2028-07-07T17:29:52.209Z Sun culminates 83.87 degrees above the horizon +2028-07-07T20:34:00.652Z Mercury moves from Taurus to Orion +2028-07-08T00:26:07.894Z sunset +2028-07-08T01:16:05.262Z moonrise +2028-07-08T06:42:12.600Z Moon culminates 42.47 degrees above the horizon 2028-07-08T10:33:53.523Z sunrise 2028-07-08T12:12:45.294Z moonset 2028-07-08T17:30:01.198Z Sun culminates 83.75 degrees above the horizon -2028-07-09T00:25:57.801Z sunset -2028-07-09T01:51:05.818Z moonrise -2028-07-09T07:27:08.341Z Moon culminates 46.92 degrees above the horizon -2028-07-09T09:01:30.820Z Mercury moves from Orion to Gemini -2028-07-09T10:34:21.613Z sunrise -2028-07-09T13:08:12.819Z moonset +2028-07-09T00:25:57.799Z sunset +2028-07-09T01:51:05.817Z moonrise +2028-07-09T07:27:08.340Z Moon culminates 46.92 degrees above the horizon +2028-07-09T09:01:31.279Z Mercury moves from Orion to Gemini +2028-07-09T10:34:21.614Z sunrise +2028-07-09T13:08:12.820Z moonset 2028-07-09T15:10:11.109Z Venus aphelion at 0.7282 AU 2028-07-09T17:30:09.779Z Sun culminates 83.63 degrees above the horizon -2028-07-10T00:25:46.316Z sunset -2028-07-10T02:22:32.261Z moonrise +2028-07-10T00:25:46.315Z sunset +2028-07-10T02:22:32.260Z moonrise 2028-07-10T08:09:25.375Z Moon culminates 51.90 degrees above the horizon -2028-07-10T10:34:50.260Z sunrise -2028-07-10T14:01:45.611Z moonset +2028-07-10T10:34:50.262Z sunrise +2028-07-10T14:01:45.612Z moonset 2028-07-10T17:30:17.940Z Sun culminates 83.50 degrees above the horizon 2028-07-11T00:25:33.443Z sunset -2028-07-11T02:51:40.141Z moonrise +2028-07-11T02:51:40.140Z moonrise 2028-07-11T08:49:56.177Z Moon culminates 57.16 degrees above the horizon -2028-07-11T10:35:19.438Z sunrise -2028-07-11T14:53:58.091Z moonset +2028-07-11T10:35:19.440Z sunrise +2028-07-11T14:53:58.092Z moonset 2028-07-11T17:30:25.667Z Sun culminates 83.36 degrees above the horizon 2028-07-11T22:25:42.236Z lunar apogee at 404934 km -2028-07-12T00:25:19.183Z sunset -2028-07-12T03:19:40.957Z moonrise +2028-07-12T00:25:19.182Z sunset +2028-07-12T03:19:40.955Z moonrise 2028-07-12T09:29:40.354Z Moon culminates 62.54 degrees above the horizon -2028-07-12T10:35:49.120Z sunrise -2028-07-12T15:45:40.920Z moonset -2028-07-12T17:30:32.948Z Sun culminates 83.22 degrees above the horizon +2028-07-12T10:35:49.121Z sunrise +2028-07-12T15:45:40.921Z moonset +2028-07-12T17:30:32.949Z Sun culminates 83.22 degrees above the horizon 2028-07-13T00:25:03.537Z sunset -2028-07-13T03:47:43.803Z moonrise -2028-07-13T10:09:40.843Z Moon culminates 67.88 degrees above the horizon -2028-07-13T10:36:19.278Z sunrise -2028-07-13T16:37:51.291Z moonset -2028-07-13T17:30:39.771Z Sun culminates 83.07 degrees above the horizon +2028-07-13T03:47:43.802Z moonrise +2028-07-13T10:09:40.844Z Moon culminates 67.88 degrees above the horizon +2028-07-13T10:36:19.280Z sunrise +2028-07-13T16:37:51.292Z moonset +2028-07-13T17:30:39.772Z Sun culminates 83.07 degrees above the horizon 2028-07-14T00:24:46.509Z sunset -2028-07-14T04:16:59.383Z moonrise -2028-07-14T10:36:49.885Z sunrise +2028-07-14T04:16:59.381Z moonrise +2028-07-14T10:36:49.887Z sunrise 2028-07-14T10:51:02.352Z Moon culminates 73.00 degrees above the horizon -2028-07-14T17:30:46.124Z Sun culminates 82.91 degrees above the horizon -2028-07-14T17:31:25.110Z moonset +2028-07-14T17:30:46.125Z Sun culminates 82.91 degrees above the horizon +2028-07-14T17:31:25.112Z moonset 2028-07-14T20:57:06.083Z third quarter 2028-07-15T00:24:28.100Z sunset -2028-07-15T04:48:44.536Z moonrise -2028-07-15T10:37:20.912Z sunrise +2028-07-15T04:48:44.534Z moonrise +2028-07-15T10:37:20.914Z sunrise 2028-07-15T11:34:49.446Z Moon culminates 77.72 degrees above the horizon -2028-07-15T17:30:51.992Z Sun culminates 82.75 degrees above the horizon -2028-07-15T18:27:07.354Z moonset +2028-07-15T17:30:51.993Z Sun culminates 82.75 degrees above the horizon +2028-07-15T18:27:07.356Z moonset 2028-07-16T00:24:08.315Z sunset -2028-07-16T05:24:25.263Z moonrise -2028-07-16T10:37:52.329Z sunrise -2028-07-16T12:22:01.180Z Moon culminates 81.81 degrees above the horizon -2028-07-16T17:30:57.364Z Sun culminates 82.59 degrees above the horizon -2028-07-16T19:25:17.041Z moonset +2028-07-16T05:24:25.262Z moonrise +2028-07-16T10:37:52.331Z sunrise +2028-07-16T12:22:01.181Z Moon culminates 81.81 degrees above the horizon +2028-07-16T17:30:57.365Z Sun culminates 82.59 degrees above the horizon +2028-07-16T19:25:17.044Z moonset 2028-07-17T00:23:47.157Z sunset 2028-07-17T06:05:34.373Z moonrise -2028-07-17T10:38:24.107Z sunrise -2028-07-17T13:13:18.988Z Moon culminates 84.98 degrees above the horizon -2028-07-17T17:31:02.225Z Sun culminates 82.41 degrees above the horizon -2028-07-17T20:25:26.867Z moonset +2028-07-17T10:38:24.110Z sunrise +2028-07-17T13:13:18.989Z Moon culminates 84.98 degrees above the horizon +2028-07-17T17:31:02.227Z Sun culminates 82.41 degrees above the horizon +2028-07-17T20:25:26.870Z moonset 2028-07-18T00:23:24.629Z sunset 2028-07-18T03:18:10.145Z Mercury perihelion at 0.3075 AU 2028-07-18T06:53:36.998Z moonrise -2028-07-18T10:38:56.215Z sunrise -2028-07-18T14:08:47.105Z Moon culminates 86.89 degrees above the horizon -2028-07-18T17:31:06.564Z Sun culminates 82.23 degrees above the horizon -2028-07-18T21:26:07.923Z moonset +2028-07-18T10:38:56.217Z sunrise +2028-07-18T14:08:47.106Z Moon culminates 86.89 degrees above the horizon +2028-07-18T17:31:06.565Z Sun culminates 82.23 degrees above the horizon +2028-07-18T21:26:07.926Z moonset 2028-07-19T00:23:00.737Z sunset -2028-07-19T07:49:18.162Z moonrise -2028-07-19T10:39:28.622Z sunrise -2028-07-19T15:07:33.673Z Moon culminates 87.23 degrees above the horizon -2028-07-19T17:31:10.365Z Sun culminates 82.05 degrees above the horizon -2028-07-19T22:25:01.741Z moonset +2028-07-19T07:49:18.163Z moonrise +2028-07-19T10:39:28.624Z sunrise +2028-07-19T15:07:33.674Z Moon culminates 87.23 degrees above the horizon +2028-07-19T17:31:10.366Z Sun culminates 82.05 degrees above the horizon +2028-07-19T22:25:01.743Z moonset 2028-07-20T00:22:35.484Z sunset -2028-07-20T08:52:02.192Z moonrise -2028-07-20T10:40:01.297Z sunrise -2028-07-20T16:07:52.078Z Moon culminates 85.79 degrees above the horizon -2028-07-20T17:31:13.617Z Sun culminates 81.86 degrees above the horizon -2028-07-20T23:19:51.001Z moonset +2028-07-20T08:52:02.193Z moonrise +2028-07-20T10:40:01.298Z sunrise +2028-07-20T16:07:52.080Z Moon culminates 85.79 degrees above the horizon +2028-07-20T17:31:13.618Z Sun culminates 81.86 degrees above the horizon +2028-07-20T23:19:51.002Z moonset 2028-07-21T00:22:08.876Z sunset -2028-07-21T07:28:52.382Z Jupiter moves from Leo to Virgo -2028-07-21T09:59:41.056Z moonrise -2028-07-21T10:40:34.208Z sunrise -2028-07-21T15:31:37.837Z Mars moves from Taurus to Gemini +2028-07-21T07:28:57.309Z Jupiter moves from Leo to Virgo +2028-07-21T09:59:41.057Z moonrise +2028-07-21T10:40:34.209Z sunrise +2028-07-21T15:31:38.985Z Mars moves from Taurus to Gemini 2028-07-21T17:07:36.095Z Moon culminates 82.56 degrees above the horizon 2028-07-21T17:31:16.306Z Sun culminates 81.66 degrees above the horizon -2028-07-22T00:09:18.304Z moonset +2028-07-22T00:09:18.305Z moonset 2028-07-22T00:21:40.918Z sunset 2028-07-22T03:02:12.820Z new moon 2028-07-22T10:41:07.325Z sunrise -2028-07-22T11:09:22.077Z moonrise +2028-07-22T11:09:22.078Z moonrise 2028-07-22T17:31:18.420Z Sun culminates 81.46 degrees above the horizon 2028-07-22T18:05:10.338Z Moon culminates 77.78 degrees above the horizon -2028-07-23T00:21:11.617Z sunset +2028-07-23T00:21:11.616Z sunset 2028-07-23T00:53:26.595Z moonset -2028-07-23T04:30:34.604Z Mercury moves from Gemini to Cancer +2028-07-23T04:30:34.981Z Mercury moves from Gemini to Cancer 2028-07-23T10:41:40.618Z sunrise -2028-07-23T12:18:43.557Z moonrise +2028-07-23T12:18:43.558Z moonrise 2028-07-23T17:31:19.948Z Sun culminates 81.25 degrees above the horizon 2028-07-23T18:59:59.337Z Moon culminates 71.87 degrees above the horizon 2028-07-23T22:17:50.903Z lunar perigee at 361625 km 2028-07-24T00:20:40.978Z sunset -2028-07-24T01:33:17.721Z moonset -2028-07-24T10:42:14.058Z sunrise -2028-07-24T13:26:36.770Z moonrise +2028-07-24T01:33:17.720Z moonset +2028-07-24T10:42:14.059Z sunrise +2028-07-24T13:26:36.771Z moonrise 2028-07-24T17:31:20.879Z Sun culminates 81.04 degrees above the horizon 2028-07-24T19:52:23.111Z Moon culminates 65.30 degrees above the horizon -2028-07-25T00:20:09.011Z sunset -2028-07-25T02:10:20.691Z moonset -2028-07-25T10:42:47.619Z sunrise +2028-07-25T00:20:09.010Z sunset +2028-07-25T02:10:20.690Z moonset +2028-07-25T10:42:47.620Z sunrise 2028-07-25T12:53:09.318Z Mercury superior conjunction -2028-07-25T14:32:58.876Z moonrise +2028-07-25T14:32:58.877Z moonrise 2028-07-25T17:31:21.204Z Sun culminates 80.82 degrees above the horizon 2028-07-25T20:43:15.746Z Moon culminates 58.54 degrees above the horizon -2028-07-26T00:19:35.725Z sunset -2028-07-26T02:46:11.169Z moonset -2028-07-26T10:43:21.274Z sunrise -2028-07-26T15:38:22.458Z moonrise -2028-07-26T17:31:20.916Z Sun culminates 80.60 degrees above the horizon +2028-07-26T00:19:35.724Z sunset +2028-07-26T02:46:11.168Z moonset +2028-07-26T10:43:21.275Z sunrise +2028-07-26T15:38:22.459Z moonrise +2028-07-26T17:31:20.917Z Sun culminates 80.60 degrees above the horizon 2028-07-26T21:33:44.080Z Moon culminates 52.04 degrees above the horizon 2028-07-27T00:19:01.130Z sunset -2028-07-27T03:22:23.342Z moonset -2028-07-27T10:43:54.999Z sunrise -2028-07-27T16:43:23.724Z moonrise -2028-07-27T17:31:20.010Z Sun culminates 80.37 degrees above the horizon -2028-07-27T22:24:51.356Z Moon culminates 46.17 degrees above the horizon -2028-07-28T00:18:25.239Z sunset -2028-07-28T04:00:27.342Z moonset +2028-07-27T03:22:23.340Z moonset +2028-07-27T10:43:55.000Z sunrise +2028-07-27T16:43:23.725Z moonrise +2028-07-27T17:31:20.011Z Sun culminates 80.37 degrees above the horizon +2028-07-27T22:24:51.355Z Moon culminates 46.17 degrees above the horizon +2028-07-28T00:18:25.241Z sunset +2028-07-28T04:00:27.340Z moonset 2028-07-28T10:44:28.772Z sunrise -2028-07-28T17:31:18.481Z Sun culminates 80.13 degrees above the horizon +2028-07-28T17:31:18.482Z Sun culminates 80.13 degrees above the horizon 2028-07-28T17:40:38.887Z first quarter -2028-07-28T17:48:15.761Z moonrise -2028-07-28T23:17:23.424Z Moon culminates 41.27 degrees above the horizon -2028-07-29T00:17:48.068Z sunset -2028-07-29T04:41:45.177Z moonset -2028-07-29T10:45:02.570Z sunrise -2028-07-29T17:31:16.326Z Sun culminates 79.89 degrees above the horizon +2028-07-28T17:48:15.762Z moonrise +2028-07-28T23:17:23.423Z Moon culminates 41.27 degrees above the horizon +2028-07-29T00:17:48.070Z sunset +2028-07-29T04:41:45.175Z moonset +2028-07-29T10:45:02.569Z sunrise +2028-07-29T17:31:16.327Z Sun culminates 79.89 degrees above the horizon 2028-07-29T18:52:28.779Z moonrise -2028-07-30T00:11:35.399Z Moon culminates 37.61 degrees above the horizon -2028-07-30T00:17:09.631Z sunset -2028-07-30T05:27:19.794Z moonset +2028-07-30T00:11:35.398Z Moon culminates 37.61 degrees above the horizon +2028-07-30T00:17:09.634Z sunset +2028-07-30T05:27:19.790Z moonset 2028-07-30T05:47:16.825Z Pluto opposition -2028-07-30T10:45:36.374Z sunrise -2028-07-30T17:31:13.544Z Sun culminates 79.65 degrees above the horizon -2028-07-30T19:54:44.807Z moonrise -2028-07-31T00:16:29.947Z sunset -2028-07-31T01:07:01.816Z Moon culminates 35.39 degrees above the horizon -2028-07-31T06:17:36.222Z moonset -2028-07-31T10:46:10.167Z sunrise -2028-07-31T17:31:10.136Z Sun culminates 79.40 degrees above the horizon -2028-07-31T20:53:17.292Z moonrise -2028-08-01T00:15:49.034Z sunset -2028-08-01T02:02:38.640Z Moon culminates 34.71 degrees above the horizon -2028-08-01T07:12:03.708Z moonset -2028-08-01T10:46:43.931Z sunrise +2028-07-30T10:45:36.372Z sunrise +2028-07-30T17:31:13.545Z Sun culminates 79.65 degrees above the horizon +2028-07-30T19:54:44.808Z moonrise +2028-07-31T00:16:29.950Z sunset +2028-07-31T01:07:01.814Z Moon culminates 35.39 degrees above the horizon +2028-07-31T06:17:36.219Z moonset +2028-07-31T10:46:10.164Z sunrise +2028-07-31T17:31:10.137Z Sun culminates 79.40 degrees above the horizon +2028-07-31T20:53:17.293Z moonrise +2028-08-01T00:15:49.037Z sunset +2028-08-01T02:02:38.638Z Moon culminates 34.71 degrees above the horizon +2028-08-01T07:12:03.705Z moonset +2028-08-01T10:46:43.929Z sunrise 2028-08-01T17:31:06.104Z Sun culminates 79.15 degrees above the horizon -2028-08-01T18:33:32.138Z Mercury moves from Cancer to Leo +2028-08-01T18:33:32.561Z Mercury moves from Cancer to Leo 2028-08-01T21:46:32.077Z moonrise -2028-08-02T00:15:06.912Z sunset -2028-08-02T02:57:02.843Z Moon culminates 35.54 degrees above the horizon -2028-08-02T08:09:16.941Z moonset -2028-08-02T10:47:17.654Z sunrise +2028-08-02T00:15:06.914Z sunset +2028-08-02T02:57:02.842Z Moon culminates 35.54 degrees above the horizon +2028-08-02T08:09:16.938Z moonset +2028-08-02T10:47:17.651Z sunrise 2028-08-02T17:31:01.451Z Sun culminates 78.89 degrees above the horizon 2028-08-02T22:33:43.911Z moonrise -2028-08-03T00:14:23.601Z sunset +2028-08-03T00:14:23.602Z sunset 2028-08-03T03:49:01.878Z Moon culminates 37.73 degrees above the horizon -2028-08-03T09:07:25.351Z moonset -2028-08-03T10:47:51.322Z sunrise +2028-08-03T09:07:25.349Z moonset +2028-08-03T10:47:51.320Z sunrise 2028-08-03T17:30:56.182Z Sun culminates 78.62 degrees above the horizon 2028-08-03T23:15:04.429Z moonrise -2028-08-04T00:13:39.123Z sunset -2028-08-04T04:37:55.651Z Moon culminates 41.05 degrees above the horizon -2028-08-04T10:04:53.489Z moonset -2028-08-04T10:48:24.925Z sunrise +2028-08-04T00:13:39.124Z sunset +2028-08-04T04:37:55.650Z Moon culminates 41.05 degrees above the horizon +2028-08-04T10:04:53.488Z moonset +2028-08-04T10:48:24.924Z sunrise 2028-08-04T17:30:50.303Z Sun culminates 78.36 degrees above the horizon 2028-08-04T23:51:25.109Z moonrise 2028-08-05T00:12:53.501Z sunset 2028-08-05T05:23:41.096Z Moon culminates 45.23 degrees above the horizon 2028-08-05T08:10:24.736Z full moon -2028-08-05T08:50:21.392Z Venus moves from Taurus to Orion +2028-08-05T08:50:22.244Z Venus moves from Taurus to Orion 2028-08-05T10:48:58.454Z sunrise 2028-08-05T11:00:46.288Z moonset 2028-08-05T17:30:43.822Z Sun culminates 78.08 degrees above the horizon @@ -16851,82 +16851,82 @@ 2028-08-06T11:54:51.396Z moonset 2028-08-06T17:30:36.745Z Sun culminates 77.81 degrees above the horizon 2028-08-07T00:11:18.915Z sunset -2028-08-07T00:53:45.559Z moonrise +2028-08-07T00:53:45.558Z moonrise 2028-08-07T06:47:47.361Z Moon culminates 55.19 degrees above the horizon 2028-08-07T10:50:05.261Z sunrise 2028-08-07T12:47:28.449Z moonset 2028-08-07T17:30:29.082Z Sun culminates 77.52 degrees above the horizon 2028-08-08T00:10:29.999Z sunset -2028-08-08T01:22:05.556Z moonrise +2028-08-08T01:22:05.555Z moonrise 2028-08-08T07:27:43.407Z Moon culminates 60.55 degrees above the horizon -2028-08-08T10:50:38.525Z sunrise +2028-08-08T10:50:38.526Z sunrise 2028-08-08T12:53:30.774Z lunar apogee at 405883 km -2028-08-08T13:39:16.360Z moonset -2028-08-08T17:30:20.841Z Sun culminates 77.24 degrees above the horizon -2028-08-09T00:09:40.032Z sunset -2028-08-09T01:50:00.363Z moonrise +2028-08-08T13:39:16.361Z moonset +2028-08-08T17:30:20.842Z Sun culminates 77.24 degrees above the horizon +2028-08-09T00:09:40.033Z sunset +2028-08-09T01:50:00.362Z moonrise 2028-08-09T08:07:28.261Z Moon culminates 65.90 degrees above the horizon -2028-08-09T10:51:11.690Z sunrise -2028-08-09T14:31:03.281Z moonset -2028-08-09T17:30:12.033Z Sun culminates 76.95 degrees above the horizon +2028-08-09T10:51:11.691Z sunrise +2028-08-09T14:31:03.282Z moonset +2028-08-09T17:30:12.034Z Sun culminates 76.95 degrees above the horizon 2028-08-10T00:08:49.040Z sunset -2028-08-10T02:18:35.181Z moonrise -2028-08-10T08:48:00.071Z Moon culminates 71.09 degrees above the horizon -2028-08-10T10:51:44.749Z sunrise -2028-08-10T15:23:38.910Z moonset +2028-08-10T02:18:35.179Z moonrise +2028-08-10T08:48:00.070Z Moon culminates 71.09 degrees above the horizon +2028-08-10T10:51:44.750Z sunrise +2028-08-10T15:23:38.911Z moonset 2028-08-10T16:05:17.918Z Venus max morning elongation: 45.78 degrees from Sun -2028-08-10T17:30:02.666Z Sun culminates 76.65 degrees above the horizon +2028-08-10T17:30:02.667Z Sun culminates 76.65 degrees above the horizon 2028-08-11T00:07:57.045Z sunset -2028-08-11T02:48:58.819Z moonrise -2028-08-11T09:30:17.418Z Moon culminates 75.93 degrees above the horizon -2028-08-11T10:52:17.698Z sunrise -2028-08-11T16:17:46.752Z moonset -2028-08-11T17:29:52.751Z Sun culminates 76.35 degrees above the horizon +2028-08-11T02:48:58.817Z moonrise +2028-08-11T09:30:17.417Z Moon culminates 75.93 degrees above the horizon +2028-08-11T10:52:17.699Z sunrise +2028-08-11T16:17:46.753Z moonset +2028-08-11T17:29:52.752Z Sun culminates 76.35 degrees above the horizon 2028-08-12T00:07:04.071Z sunset -2028-08-12T03:22:27.094Z moonrise +2028-08-12T03:22:27.093Z moonrise 2028-08-12T10:15:16.225Z Moon culminates 80.22 degrees above the horizon -2028-08-12T10:52:50.532Z sunrise -2028-08-12T17:13:53.503Z moonset -2028-08-12T17:29:42.296Z Sun culminates 76.05 degrees above the horizon +2028-08-12T10:52:50.533Z sunrise +2028-08-12T17:13:53.505Z moonset +2028-08-12T17:29:42.297Z Sun culminates 76.05 degrees above the horizon 2028-08-13T00:06:10.143Z sunset -2028-08-13T02:26:38.924Z Venus moves from Orion to Gemini -2028-08-13T04:00:23.440Z moonrise -2028-08-13T10:53:23.245Z sunrise -2028-08-13T11:03:42.590Z Moon culminates 83.73 degrees above the horizon +2028-08-13T02:26:39.729Z Venus moves from Orion to Gemini +2028-08-13T04:00:23.439Z moonrise +2028-08-13T10:53:23.247Z sunrise +2028-08-13T11:03:42.591Z Moon culminates 83.73 degrees above the horizon 2028-08-13T11:45:52.433Z third quarter -2028-08-13T17:29:31.310Z Sun culminates 75.75 degrees above the horizon -2028-08-13T18:11:54.240Z moonset +2028-08-13T17:29:31.311Z Sun culminates 75.75 degrees above the horizon +2028-08-13T18:11:54.243Z moonset 2028-08-14T00:05:15.284Z sunset -2028-08-14T04:44:12.380Z moonrise -2028-08-14T10:53:55.832Z sunrise -2028-08-14T11:55:59.792Z Moon culminates 86.16 degrees above the horizon -2028-08-14T17:29:19.803Z Sun culminates 75.44 degrees above the horizon -2028-08-14T19:10:57.425Z moonset +2028-08-14T04:44:12.378Z moonrise +2028-08-14T10:53:55.834Z sunrise +2028-08-14T11:55:59.793Z Moon culminates 86.16 degrees above the horizon +2028-08-14T17:29:19.804Z Sun culminates 75.44 degrees above the horizon +2028-08-14T19:10:57.428Z moonset 2028-08-15T00:04:19.516Z sunset -2028-08-15T05:35:00.192Z moonrise -2028-08-15T10:54:28.287Z sunrise -2028-08-15T12:51:51.851Z Moon culminates 87.22 degrees above the horizon -2028-08-15T17:29:07.782Z Sun culminates 75.12 degrees above the horizon -2028-08-15T20:09:22.954Z moonset +2028-08-15T05:35:00.191Z moonrise +2028-08-15T10:54:28.289Z sunrise +2028-08-15T12:51:51.852Z Moon culminates 87.22 degrees above the horizon +2028-08-15T17:29:07.783Z Sun culminates 75.12 degrees above the horizon +2028-08-15T20:09:22.958Z moonset 2028-08-16T00:03:22.863Z sunset -2028-08-16T06:33:02.549Z moonrise -2028-08-16T10:55:00.604Z sunrise -2028-08-16T13:50:14.308Z Moon culminates 86.67 degrees above the horizon -2028-08-16T17:28:55.256Z Sun culminates 74.80 degrees above the horizon -2028-08-16T21:05:08.357Z moonset -2028-08-17T00:02:25.346Z sunset -2028-08-17T07:37:16.940Z moonrise -2028-08-17T10:55:32.777Z sunrise -2028-08-17T14:49:27.082Z Moon culminates 84.36 degrees above the horizon -2028-08-17T17:28:42.233Z Sun culminates 74.48 degrees above the horizon -2028-08-17T21:56:37.043Z moonset +2028-08-16T06:33:02.548Z moonrise +2028-08-16T10:55:00.606Z sunrise +2028-08-16T13:50:14.310Z Moon culminates 86.67 degrees above the horizon +2028-08-16T17:28:55.257Z Sun culminates 74.80 degrees above the horizon +2028-08-16T21:05:08.360Z moonset +2028-08-17T00:02:25.347Z sunset +2028-08-17T07:37:16.939Z moonrise +2028-08-17T10:55:32.778Z sunrise +2028-08-17T14:49:27.083Z Moon culminates 84.36 degrees above the horizon +2028-08-17T17:28:42.234Z Sun culminates 74.48 degrees above the horizon +2028-08-17T21:56:37.045Z moonset 2028-08-18T00:01:26.989Z sunset 2028-08-18T08:45:32.122Z moonrise 2028-08-18T10:56:04.799Z sunrise -2028-08-18T15:47:50.492Z Moon culminates 80.38 degrees above the horizon +2028-08-18T15:47:50.493Z Moon culminates 80.38 degrees above the horizon 2028-08-18T17:28:28.721Z Sun culminates 74.16 degrees above the horizon -2028-08-18T22:43:14.981Z moonset -2028-08-19T00:00:27.811Z sunset +2028-08-18T22:43:14.982Z moonset +2028-08-19T00:00:27.812Z sunset 2028-08-19T09:55:21.526Z moonrise 2028-08-19T10:56:36.664Z sunrise 2028-08-19T16:44:22.143Z Moon culminates 74.99 degrees above the horizon @@ -16951,91 +16951,91 @@ 2028-08-22T13:21:44.798Z moonrise 2028-08-22T17:27:29.939Z Sun culminates 72.83 degrees above the horizon 2028-08-22T19:24:09.044Z Moon culminates 54.86 degrees above the horizon -2028-08-22T23:56:23.331Z sunset +2028-08-22T23:56:23.332Z sunset 2028-08-23T01:19:19.184Z moonset -2028-08-23T10:29:38.155Z Mercury moves from Leo to Virgo +2028-08-23T10:29:38.740Z Mercury moves from Leo to Virgo 2028-08-23T10:58:42.470Z sunrise 2028-08-23T14:29:17.139Z moonrise 2028-08-23T17:27:14.106Z Sun culminates 72.49 degrees above the horizon 2028-08-23T20:16:49.952Z Moon culminates 48.49 degrees above the horizon -2028-08-23T23:55:20.376Z sunset -2028-08-24T01:57:56.861Z moonset -2028-08-24T10:59:13.494Z sunrise -2028-08-24T15:36:31.723Z moonrise -2028-08-24T17:26:57.837Z Sun culminates 72.14 degrees above the horizon -2028-08-24T21:10:36.542Z Moon culminates 43.03 degrees above the horizon -2028-08-24T23:54:16.732Z sunset -2028-08-25T02:39:19.916Z moonset -2028-08-25T10:59:44.344Z sunrise -2028-08-25T16:42:59.213Z moonrise -2028-08-25T17:26:41.146Z Sun culminates 71.80 degrees above the horizon -2028-08-25T22:05:46.087Z Moon culminates 38.80 degrees above the horizon -2028-08-25T23:53:12.423Z sunset -2028-08-26T03:24:34.521Z moonset -2028-08-26T11:00:15.022Z sunrise -2028-08-26T17:26:24.045Z Sun culminates 71.45 degrees above the horizon -2028-08-26T17:47:23.893Z moonrise -2028-08-26T23:01:57.495Z Moon culminates 36.05 degrees above the horizon -2028-08-26T23:52:07.473Z sunset +2028-08-23T23:55:20.378Z sunset +2028-08-24T01:57:56.860Z moonset +2028-08-24T10:59:13.493Z sunrise +2028-08-24T15:36:31.722Z moonrise +2028-08-24T17:26:57.838Z Sun culminates 72.14 degrees above the horizon +2028-08-24T21:10:36.541Z Moon culminates 43.03 degrees above the horizon +2028-08-24T23:54:16.734Z sunset +2028-08-25T02:39:19.913Z moonset +2028-08-25T10:59:44.343Z sunrise +2028-08-25T16:42:59.212Z moonrise +2028-08-25T17:26:41.147Z Sun culminates 71.80 degrees above the horizon +2028-08-25T22:05:46.085Z Moon culminates 38.80 degrees above the horizon +2028-08-25T23:53:12.426Z sunset +2028-08-26T03:24:34.517Z moonset +2028-08-26T11:00:15.020Z sunrise +2028-08-26T17:26:24.046Z Sun culminates 71.45 degrees above the horizon +2028-08-26T17:47:23.892Z moonrise +2028-08-26T23:01:57.492Z Moon culminates 36.05 degrees above the horizon +2028-08-26T23:52:07.477Z sunset 2028-08-27T01:36:27.261Z first quarter -2028-08-27T04:14:12.451Z moonset -2028-08-27T11:00:45.531Z sunrise +2028-08-27T04:14:12.447Z moonset +2028-08-27T11:00:45.528Z sunrise 2028-08-27T17:26:06.549Z Sun culminates 71.10 degrees above the horizon -2028-08-27T18:48:00.093Z moonrise -2028-08-27T23:51:01.908Z sunset -2028-08-27T23:58:12.328Z Moon culminates 34.87 degrees above the horizon -2028-08-28T05:07:53.913Z moonset -2028-08-28T11:01:15.873Z sunrise -2028-08-28T17:25:48.671Z Sun culminates 70.74 degrees above the horizon -2028-08-28T19:43:11.505Z moonrise -2028-08-28T23:49:55.754Z sunset -2028-08-29T00:53:12.584Z Moon culminates 35.24 degrees above the horizon -2028-08-29T06:04:26.133Z moonset -2028-08-29T11:01:46.055Z sunrise +2028-08-27T18:48:00.092Z moonrise +2028-08-27T23:51:01.912Z sunset +2028-08-27T23:58:12.326Z Moon culminates 34.87 degrees above the horizon +2028-08-28T05:07:53.908Z moonset +2028-08-28T11:01:15.870Z sunrise +2028-08-28T17:25:48.672Z Sun culminates 70.74 degrees above the horizon +2028-08-28T19:43:11.504Z moonrise +2028-08-28T23:49:55.757Z sunset +2028-08-29T00:53:12.581Z Moon culminates 35.24 degrees above the horizon +2028-08-29T06:04:26.128Z moonset +2028-08-29T11:01:46.052Z sunrise 2028-08-29T17:25:30.430Z Sun culminates 70.39 degrees above the horizon 2028-08-29T20:32:08.787Z moonrise -2028-08-29T23:48:49.037Z sunset -2028-08-30T01:45:48.465Z Moon culminates 37.00 degrees above the horizon -2028-08-30T07:02:07.701Z moonset -2028-08-30T11:02:16.084Z sunrise -2028-08-30T17:25:11.841Z Sun culminates 70.03 degrees above the horizon +2028-08-29T23:48:49.040Z sunset +2028-08-30T01:45:48.463Z Moon culminates 37.00 degrees above the horizon +2028-08-30T07:02:07.697Z moonset +2028-08-30T11:02:16.082Z sunrise +2028-08-30T17:25:11.840Z Sun culminates 70.03 degrees above the horizon 2028-08-30T21:15:00.073Z moonrise -2028-08-30T23:47:41.785Z sunset -2028-08-31T02:35:19.956Z Moon culminates 39.95 degrees above the horizon +2028-08-30T23:47:41.787Z sunset +2028-08-31T02:35:19.955Z Moon culminates 39.95 degrees above the horizon 2028-08-31T02:55:35.674Z Mercury aphelion at 0.4667 AU -2028-08-31T07:59:25.896Z moonset -2028-08-31T11:02:45.969Z sunrise +2028-08-31T07:59:25.893Z moonset +2028-08-31T11:02:45.967Z sunrise 2028-08-31T17:24:52.923Z Sun culminates 69.66 degrees above the horizon 2028-08-31T21:52:35.278Z moonrise -2028-08-31T23:46:34.025Z sunset -2028-09-01T03:21:42.216Z Moon culminates 43.83 degrees above the horizon -2028-09-01T08:55:22.785Z moonset -2028-09-01T11:03:15.720Z sunrise +2028-08-31T23:46:34.027Z sunset +2028-09-01T03:21:42.215Z Moon culminates 43.83 degrees above the horizon +2028-09-01T08:55:22.783Z moonset +2028-09-01T11:03:15.718Z sunrise 2028-09-01T17:24:33.696Z Sun culminates 69.30 degrees above the horizon -2028-09-01T19:09:32.460Z Mars moves from Gemini to Cancer -2028-09-01T22:26:03.352Z moonrise -2028-09-01T23:45:25.786Z sunset +2028-09-01T19:09:33.721Z Mars moves from Gemini to Cancer +2028-09-01T22:26:03.353Z moonrise +2028-09-01T23:45:25.787Z sunset 2028-09-02T04:05:18.315Z Moon culminates 48.40 degrees above the horizon -2028-09-02T09:49:40.226Z moonset -2028-09-02T11:03:45.348Z sunrise +2028-09-02T09:49:40.224Z moonset +2028-09-02T11:03:45.347Z sunrise 2028-09-02T17:24:14.180Z Sun culminates 68.94 degrees above the horizon -2028-09-02T22:56:36.349Z moonrise -2028-09-02T23:44:17.096Z sunset +2028-09-02T22:56:36.350Z moonrise +2028-09-02T23:44:17.097Z sunset 2028-09-03T04:46:48.380Z Moon culminates 53.42 degrees above the horizon 2028-09-03T10:42:31.218Z moonset -2028-09-03T11:04:14.866Z sunrise +2028-09-03T11:04:14.865Z sunrise 2028-09-03T17:23:54.395Z Sun culminates 68.57 degrees above the horizon -2028-09-03T18:47:10.175Z Venus moves from Gemini to Cancer -2028-09-03T23:25:22.634Z moonrise -2028-09-03T23:43:07.984Z sunset +2028-09-03T18:47:10.898Z Venus moves from Gemini to Cancer +2028-09-03T23:25:22.635Z moonrise +2028-09-03T23:43:07.985Z sunset 2028-09-03T23:48:10.881Z full moon 2028-09-04T05:27:01.024Z Moon culminates 58.70 degrees above the horizon 2028-09-04T11:04:44.287Z sunrise -2028-09-04T11:34:28.088Z moonset +2028-09-04T11:34:28.087Z moonset 2028-09-04T17:23:34.364Z Sun culminates 68.20 degrees above the horizon 2028-09-04T20:04:06.765Z lunar apogee at 406388 km -2028-09-04T23:41:58.479Z sunset -2028-09-04T23:53:26.218Z moonrise +2028-09-04T23:41:58.480Z sunset +2028-09-04T23:53:26.219Z moonrise 2028-09-05T06:06:48.387Z Moon culminates 64.05 degrees above the horizon 2028-09-05T11:05:13.627Z sunrise 2028-09-05T12:26:12.615Z moonset @@ -17046,342 +17046,342 @@ 2028-09-06T10:15:18.045Z Mercury max evening elongation: 27.05 degrees from Sun 2028-09-06T11:05:42.899Z sunrise 2028-09-06T13:18:28.449Z moonset -2028-09-06T17:22:53.647Z Sun culminates 67.45 degrees above the horizon -2028-09-06T23:39:38.407Z sunset +2028-09-06T17:22:53.648Z Sun culminates 67.45 degrees above the horizon +2028-09-06T23:39:38.408Z sunset 2028-09-07T00:51:34.390Z moonrise 2028-09-07T07:28:39.586Z Moon culminates 74.24 degrees above the horizon 2028-09-07T11:06:12.118Z sunrise 2028-09-07T14:11:54.027Z moonset 2028-09-07T17:22:33.006Z Sun culminates 67.08 degrees above the horizon 2028-09-07T23:38:27.898Z sunset -2028-09-08T01:23:49.626Z moonrise +2028-09-08T01:23:49.625Z moonrise 2028-09-08T08:12:25.769Z Moon culminates 78.70 degrees above the horizon 2028-09-08T11:06:41.299Z sunrise 2028-09-08T15:06:53.948Z moonset -2028-09-08T17:22:12.205Z Sun culminates 66.70 degrees above the horizon +2028-09-08T17:22:12.206Z Sun culminates 66.70 degrees above the horizon 2028-09-08T23:37:17.112Z sunset -2028-09-09T01:59:47.489Z moonrise +2028-09-09T01:59:47.488Z moonrise 2028-09-09T08:59:03.797Z Moon culminates 82.44 degrees above the horizon 2028-09-09T11:07:10.456Z sunrise -2028-09-09T16:03:27.797Z moonset +2028-09-09T16:03:27.798Z moonset 2028-09-09T17:21:51.266Z Sun culminates 66.33 degrees above the horizon 2028-09-09T23:36:06.077Z sunset -2028-09-10T02:40:42.361Z moonrise +2028-09-10T02:40:42.360Z moonrise 2028-09-10T09:48:58.278Z Moon culminates 85.23 degrees above the horizon 2028-09-10T11:07:39.602Z sunrise -2028-09-10T17:00:58.809Z moonset +2028-09-10T17:00:58.810Z moonset 2028-09-10T17:21:30.209Z Sun culminates 65.95 degrees above the horizon -2028-09-10T23:34:54.822Z sunset -2028-09-11T03:27:38.207Z moonrise +2028-09-10T23:34:54.821Z sunset +2028-09-11T03:27:38.206Z moonrise 2028-09-11T10:42:05.350Z Moon culminates 86.80 degrees above the horizon 2028-09-11T11:08:08.751Z sunrise -2028-09-11T17:21:09.054Z Sun culminates 65.57 degrees above the horizon -2028-09-11T17:58:10.524Z moonset +2028-09-11T17:21:09.055Z Sun culminates 65.57 degrees above the horizon +2028-09-11T17:58:10.526Z moonset 2028-09-11T23:33:43.373Z sunset 2028-09-12T00:46:19.776Z third quarter -2028-09-12T04:21:06.623Z moonrise +2028-09-12T04:21:06.622Z moonrise 2028-09-12T11:08:37.914Z sunrise 2028-09-12T11:37:44.571Z Moon culminates 86.93 degrees above the horizon 2028-09-12T17:20:47.822Z Sun culminates 65.18 degrees above the horizon -2028-09-12T18:53:22.347Z moonset +2028-09-12T18:53:22.348Z moonset 2028-09-12T23:32:31.758Z sunset -2028-09-13T05:20:43.541Z moonrise +2028-09-13T05:20:43.540Z moonrise 2028-09-13T11:09:07.103Z sunrise -2028-09-13T12:34:43.987Z Moon culminates 85.45 degrees above the horizon +2028-09-13T12:34:43.988Z Moon culminates 85.45 degrees above the horizon 2028-09-13T17:20:26.531Z Sun culminates 64.80 degrees above the horizon -2028-09-13T19:45:04.150Z moonset +2028-09-13T19:45:04.152Z moonset 2028-09-13T23:31:20.004Z sunset -2028-09-14T06:25:05.173Z moonrise +2028-09-14T06:25:05.172Z moonrise 2028-09-14T11:09:36.329Z sunrise 2028-09-14T13:31:42.572Z Moon culminates 82.36 degrees above the horizon 2028-09-14T17:20:05.198Z Sun culminates 64.42 degrees above the horizon -2028-09-14T20:32:30.175Z moonset -2028-09-14T23:30:08.135Z sunset -2028-09-15T07:32:16.864Z moonrise -2028-09-15T11:10:05.601Z sunrise +2028-09-14T20:32:30.176Z moonset +2028-09-14T23:30:08.136Z sunset +2028-09-15T07:32:16.863Z moonrise +2028-09-15T11:10:05.600Z sunrise 2028-09-15T14:27:39.467Z Moon culminates 77.78 degrees above the horizon 2028-09-15T17:19:43.843Z Sun culminates 64.03 degrees above the horizon -2028-09-15T21:15:50.118Z moonset -2028-09-15T23:28:56.179Z sunset -2028-09-16T08:40:38.480Z moonrise -2028-09-16T11:10:34.929Z sunrise +2028-09-15T21:15:50.119Z moonset +2028-09-15T23:28:56.180Z sunset +2028-09-16T08:40:38.479Z moonrise +2028-09-16T11:10:34.928Z sunrise 2028-09-16T15:22:12.458Z Moon culminates 71.99 degrees above the horizon 2028-09-16T17:19:22.482Z Sun culminates 63.65 degrees above the horizon -2028-09-16T21:55:57.178Z moonset -2028-09-16T23:27:44.159Z sunset -2028-09-17T09:49:14.187Z moonrise -2028-09-17T11:11:04.322Z sunrise +2028-09-16T21:55:57.179Z moonset +2028-09-16T23:27:44.160Z sunset +2028-09-17T09:49:14.186Z moonrise +2028-09-17T11:11:04.321Z sunrise 2028-09-17T16:15:38.363Z Moon culminates 65.39 degrees above the horizon 2028-09-17T17:19:01.132Z Sun culminates 63.26 degrees above the horizon 2028-09-17T22:34:09.138Z moonset -2028-09-17T23:26:32.100Z sunset -2028-09-18T10:57:52.867Z moonrise +2028-09-17T23:26:32.101Z sunset +2028-09-18T10:57:52.866Z moonrise 2028-09-18T11:11:33.788Z sunrise 2028-09-18T14:20:13.121Z lunar perigee at 357035 km 2028-09-18T17:08:41.028Z Moon culminates 58.45 degrees above the horizon 2028-09-18T17:18:39.809Z Sun culminates 62.87 degrees above the horizon 2028-09-18T18:24:10.677Z new moon -2028-09-18T23:11:54.384Z moonset +2028-09-18T23:11:54.385Z moonset 2028-09-18T23:25:20.027Z sunset -2028-09-19T11:12:03.338Z sunrise -2028-09-19T12:06:47.430Z moonrise +2028-09-19T11:12:03.337Z sunrise +2028-09-19T12:06:47.429Z moonrise 2028-09-19T17:18:18.530Z Sun culminates 62.48 degrees above the horizon 2028-09-19T18:02:14.840Z Moon culminates 51.69 degrees above the horizon -2028-09-19T23:24:07.962Z sunset +2028-09-19T23:24:07.963Z sunset 2028-09-19T23:50:44.168Z moonset 2028-09-20T11:12:32.979Z sunrise -2028-09-20T13:16:05.228Z moonrise +2028-09-20T13:16:05.227Z moonrise 2028-09-20T17:17:57.312Z Sun culminates 62.10 degrees above the horizon -2028-09-20T18:57:07.010Z Moon culminates 45.61 degrees above the horizon -2028-09-20T23:22:55.930Z sunset -2028-09-21T00:32:06.427Z moonset -2028-09-21T11:13:02.722Z sunrise -2028-09-21T14:25:18.498Z moonrise +2028-09-20T18:57:07.009Z Moon culminates 45.61 degrees above the horizon +2028-09-20T23:22:55.931Z sunset +2028-09-21T00:32:06.426Z moonset +2028-09-21T11:13:02.721Z sunrise +2028-09-21T14:25:18.497Z moonrise 2028-09-21T17:17:36.171Z Sun culminates 61.71 degrees above the horizon -2028-09-21T19:53:39.230Z Moon culminates 40.65 degrees above the horizon -2028-09-21T23:21:43.956Z sunset -2028-09-22T01:17:15.229Z moonset -2028-09-22T11:13:32.576Z sunrise -2028-09-22T11:45:21.123Z September equinox -2028-09-22T11:52:55.373Z Venus moves from Cancer to Leo -2028-09-22T15:33:06.497Z moonrise +2028-09-21T19:53:39.229Z Moon culminates 40.65 degrees above the horizon +2028-09-21T23:21:43.958Z sunset +2028-09-22T01:17:15.227Z moonset +2028-09-22T11:13:32.574Z sunrise +2028-09-22T11:45:24.683Z September equinox +2028-09-22T11:52:56.075Z Venus moves from Cancer to Leo +2028-09-22T15:33:06.495Z moonrise 2028-09-22T17:17:15.125Z Sun culminates 61.32 degrees above the horizon -2028-09-22T20:51:32.247Z Moon culminates 37.17 degrees above the horizon -2028-09-22T23:20:32.064Z sunset -2028-09-23T02:06:52.363Z moonset -2028-09-23T11:14:02.550Z sunrise -2028-09-23T16:37:25.884Z moonrise +2028-09-22T20:51:32.244Z Moon culminates 37.17 degrees above the horizon +2028-09-22T23:20:32.066Z sunset +2028-09-23T02:06:52.360Z moonset +2028-09-23T11:14:02.547Z sunrise +2028-09-23T16:37:25.881Z moonrise 2028-09-23T17:16:54.190Z Sun culminates 60.93 degrees above the horizon -2028-09-23T21:49:42.787Z Moon culminates 35.33 degrees above the horizon -2028-09-23T23:19:20.279Z sunset -2028-09-24T03:00:46.327Z moonset -2028-09-24T11:14:32.654Z sunrise +2028-09-23T21:49:42.784Z Moon culminates 35.33 degrees above the horizon +2028-09-23T23:19:20.282Z sunset +2028-09-24T03:00:46.323Z moonset +2028-09-24T11:14:32.650Z sunrise 2028-09-24T17:16:33.386Z Sun culminates 60.54 degrees above the horizon -2028-09-24T17:36:14.046Z moonrise -2028-09-24T22:46:41.418Z Moon culminates 35.15 degrees above the horizon -2028-09-24T23:18:08.628Z sunset -2028-09-25T03:57:46.029Z moonset -2028-09-25T11:15:02.899Z sunrise +2028-09-24T17:36:14.043Z moonrise +2028-09-24T22:46:41.415Z Moon culminates 35.15 degrees above the horizon +2028-09-24T23:18:08.632Z sunset +2028-09-25T03:57:46.025Z moonset +2028-09-25T11:15:02.896Z sunrise 2028-09-25T13:10:39.654Z first quarter 2028-09-25T17:16:12.730Z Sun culminates 60.15 degrees above the horizon -2028-09-25T18:28:18.833Z moonrise -2028-09-25T23:16:57.138Z sunset -2028-09-25T23:41:05.316Z Moon culminates 36.48 degrees above the horizon -2028-09-26T04:56:04.080Z moonset -2028-09-26T11:15:33.298Z sunrise +2028-09-25T18:28:18.831Z moonrise +2028-09-25T23:16:57.141Z sunset +2028-09-25T23:41:05.313Z Moon culminates 36.48 degrees above the horizon +2028-09-26T04:56:04.076Z moonset +2028-09-26T11:15:33.294Z sunrise 2028-09-26T17:15:52.243Z Sun culminates 59.76 degrees above the horizon -2028-09-26T19:13:37.769Z moonrise -2028-09-26T23:15:45.835Z sunset -2028-09-27T00:32:05.568Z Moon culminates 39.08 degrees above the horizon -2028-09-27T05:53:58.688Z moonset -2028-09-27T11:16:03.862Z sunrise +2028-09-26T19:13:37.767Z moonrise +2028-09-26T23:15:45.838Z sunset +2028-09-27T00:32:05.566Z Moon culminates 39.08 degrees above the horizon +2028-09-27T05:53:58.684Z moonset +2028-09-27T11:16:03.859Z sunrise 2028-09-27T17:15:31.944Z Sun culminates 59.37 degrees above the horizon -2028-09-27T19:53:01.558Z moonrise -2028-09-27T23:14:34.847Z sunset -2028-09-28T01:19:34.584Z Moon culminates 42.67 degrees above the horizon -2028-09-28T06:50:25.200Z moonset -2028-09-28T11:16:34.606Z sunrise +2028-09-27T19:53:01.557Z moonrise +2028-09-27T23:14:34.849Z sunset +2028-09-28T01:19:34.582Z Moon culminates 42.67 degrees above the horizon +2028-09-28T06:50:25.198Z moonset +2028-09-28T11:16:34.603Z sunrise 2028-09-28T17:15:11.856Z Sun culminates 58.98 degrees above the horizon -2028-09-28T20:27:45.596Z moonrise -2028-09-28T23:13:24.001Z sunset -2028-09-29T02:03:57.187Z Moon culminates 47.00 degrees above the horizon -2028-09-29T07:45:02.958Z moonset -2028-09-29T11:17:05.544Z sunrise +2028-09-28T20:27:45.595Z moonrise +2028-09-28T23:13:24.004Z sunset +2028-09-29T02:03:57.186Z Moon culminates 47.00 degrees above the horizon +2028-09-29T07:45:02.956Z moonset +2028-09-29T11:17:05.542Z sunrise 2028-09-29T17:14:51.999Z Sun culminates 58.60 degrees above the horizon 2028-09-29T20:59:09.184Z moonrise -2028-09-29T23:12:13.429Z sunset +2028-09-29T23:12:13.430Z sunset 2028-09-30T02:36:55.910Z Neptune opposition -2028-09-30T02:45:57.049Z Moon culminates 51.84 degrees above the horizon -2028-09-30T08:38:05.401Z moonset -2028-09-30T11:17:36.692Z sunrise +2028-09-30T02:45:57.048Z Moon culminates 51.84 degrees above the horizon +2028-09-30T08:38:05.400Z moonset +2028-09-30T11:17:36.691Z sunrise 2028-09-30T12:55:59.647Z Jupiter conjunction 2028-09-30T17:14:32.396Z Sun culminates 58.21 degrees above the horizon -2028-09-30T21:28:26.380Z moonrise -2028-09-30T23:11:03.158Z sunset +2028-09-30T21:28:26.381Z moonrise +2028-09-30T23:11:03.159Z sunset 2028-10-01T03:26:26.128Z Moon culminates 57.01 degrees above the horizon 2028-10-01T09:30:06.339Z moonset -2028-10-01T11:18:08.067Z sunrise +2028-10-01T11:18:08.066Z sunrise 2028-10-01T17:14:13.071Z Sun culminates 57.82 degrees above the horizon 2028-10-01T21:38:31.527Z lunar apogee at 406231 km -2028-10-01T21:56:44.657Z moonrise -2028-10-01T23:09:53.219Z sunset +2028-10-01T21:56:44.658Z moonrise +2028-10-01T23:09:53.220Z sunset 2028-10-02T04:06:18.753Z Moon culminates 62.31 degrees above the horizon 2028-10-02T10:21:48.851Z moonset 2028-10-02T10:30:17.011Z Mercury inferior conjunction -2028-10-02T11:18:39.684Z sunrise +2028-10-02T11:18:39.683Z sunrise 2028-10-02T17:13:54.047Z Sun culminates 57.43 degrees above the horizon -2028-10-02T22:25:07.213Z moonrise -2028-10-02T23:08:43.642Z sunset +2028-10-02T22:25:07.214Z moonrise +2028-10-02T23:08:43.643Z sunset 2028-10-03T04:46:28.900Z Moon culminates 67.57 degrees above the horizon -2028-10-03T11:13:57.261Z moonset +2028-10-03T11:13:57.260Z moonset 2028-10-03T11:19:11.561Z sunrise 2028-10-03T16:25:36.096Z full moon 2028-10-03T17:13:35.347Z Sun culminates 57.05 degrees above the horizon -2028-10-03T18:31:47.169Z Mars moves from Cancer to Leo +2028-10-03T18:31:48.512Z Mars moves from Cancer to Leo 2028-10-03T22:54:36.377Z moonrise 2028-10-03T23:07:34.458Z sunset 2028-10-04T05:27:48.623Z Moon culminates 72.61 degrees above the horizon -2028-10-04T11:19:43.716Z sunrise +2028-10-04T11:19:43.715Z sunrise 2028-10-04T12:07:10.134Z moonset 2028-10-04T17:13:16.996Z Sun culminates 56.66 degrees above the horizon -2028-10-04T23:06:25.696Z sunset -2028-10-04T23:26:16.557Z moonrise +2028-10-04T23:06:25.697Z sunset +2028-10-04T23:26:16.558Z moonrise 2028-10-05T06:11:05.705Z Moon culminates 77.23 degrees above the horizon 2028-10-05T11:20:16.164Z sunrise 2028-10-05T13:01:52.054Z moonset 2028-10-05T17:12:59.018Z Sun culminates 56.28 degrees above the horizon -2028-10-05T23:05:17.389Z sunset -2028-10-06T00:01:15.292Z moonrise -2028-10-06T06:56:58.957Z Moon culminates 81.20 degrees above the horizon +2028-10-05T23:05:17.390Z sunset +2028-10-06T00:01:15.293Z moonrise +2028-10-06T06:56:58.958Z Moon culminates 81.20 degrees above the horizon 2028-10-06T11:20:48.922Z sunrise -2028-10-06T13:58:03.219Z moonset +2028-10-06T13:58:03.218Z moonset 2028-10-06T17:12:41.435Z Sun culminates 55.90 degrees above the horizon 2028-10-06T23:04:09.567Z sunset -2028-10-07T00:40:40.190Z moonrise +2028-10-07T00:40:40.191Z moonrise 2028-10-07T07:45:50.379Z Moon culminates 84.27 degrees above the horizon 2028-10-07T11:21:22.007Z sunrise 2028-10-07T14:55:09.171Z moonset -2028-10-07T17:12:24.270Z Sun culminates 55.52 degrees above the horizon -2028-10-07T23:03:02.259Z sunset -2028-10-08T01:25:28.979Z moonrise +2028-10-07T17:12:24.271Z Sun culminates 55.52 degrees above the horizon +2028-10-07T23:03:02.260Z sunset +2028-10-08T01:25:28.980Z moonrise 2028-10-08T08:37:35.547Z Moon culminates 86.21 degrees above the horizon 2028-10-08T11:21:55.431Z sunrise -2028-10-08T15:51:57.938Z moonset +2028-10-08T15:51:57.937Z moonset 2028-10-08T17:12:07.547Z Sun culminates 55.14 degrees above the horizon 2028-10-08T23:01:55.498Z sunset -2028-10-09T02:16:11.845Z moonrise -2028-10-09T09:31:37.483Z Moon culminates 86.80 degrees above the horizon +2028-10-09T02:16:11.847Z moonrise +2028-10-09T09:31:37.484Z Moon culminates 86.80 degrees above the horizon 2028-10-09T11:22:29.109Z sunrise 2028-10-09T16:46:53.922Z moonset 2028-10-09T17:11:51.287Z Sun culminates 54.76 degrees above the horizon 2028-10-09T23:00:49.311Z sunset -2028-10-10T03:12:32.672Z moonrise +2028-10-10T03:12:32.674Z moonrise 2028-10-10T10:26:51.751Z Moon culminates 85.90 degrees above the horizon -2028-10-10T11:23:03.251Z sunrise -2028-10-10T17:11:35.509Z Sun culminates 54.38 degrees above the horizon -2028-10-10T17:38:28.928Z moonset -2028-10-10T22:59:43.729Z sunset -2028-10-11T04:13:24.830Z moonrise +2028-10-10T11:23:03.252Z sunrise +2028-10-10T17:11:35.510Z Sun culminates 54.38 degrees above the horizon +2028-10-10T17:38:28.927Z moonset +2028-10-10T22:59:43.730Z sunset +2028-10-11T04:13:24.831Z moonrise 2028-10-11T11:22:05.837Z Moon culminates 83.48 degrees above the horizon 2028-10-11T11:23:37.770Z sunrise 2028-10-11T11:57:24.648Z third quarter 2028-10-11T17:11:20.235Z Sun culminates 54.00 degrees above the horizon -2028-10-11T18:25:53.868Z moonset -2028-10-11T22:58:38.782Z sunset -2028-10-12T05:17:13.019Z moonrise -2028-10-12T11:24:12.675Z sunrise -2028-10-12T12:16:24.429Z Moon culminates 79.63 degrees above the horizon +2028-10-11T18:25:53.867Z moonset +2028-10-11T22:58:38.783Z sunset +2028-10-12T05:17:13.020Z moonrise +2028-10-12T11:24:12.674Z sunrise +2028-10-12T12:16:24.428Z Moon culminates 79.63 degrees above the horizon 2028-10-12T17:11:05.483Z Sun culminates 53.63 degrees above the horizon -2028-10-12T19:09:11.359Z moonset -2028-10-12T22:57:34.497Z sunset +2028-10-12T19:09:11.358Z moonset +2028-10-12T22:57:34.498Z sunset 2028-10-13T06:22:30.662Z moonrise 2028-10-13T11:24:47.971Z sunrise -2028-10-13T13:09:26.442Z Moon culminates 74.56 degrees above the horizon -2028-10-13T17:10:51.269Z Sun culminates 53.26 degrees above the horizon -2028-10-13T19:49:06.973Z moonset -2028-10-13T22:56:30.903Z sunset +2028-10-13T13:09:26.441Z Moon culminates 74.56 degrees above the horizon +2028-10-13T17:10:51.270Z Sun culminates 53.26 degrees above the horizon +2028-10-13T19:49:06.972Z moonset +2028-10-13T22:56:30.904Z sunset 2028-10-14T02:34:00.801Z Mercury perihelion at 0.3075 AU 2028-10-14T07:28:27.935Z moonrise -2028-10-14T11:25:23.667Z sunrise +2028-10-14T11:25:23.666Z sunrise 2028-10-14T14:01:27.190Z Moon culminates 68.54 degrees above the horizon -2028-10-14T17:10:37.612Z Sun culminates 52.89 degrees above the horizon -2028-10-14T20:26:52.395Z moonset -2028-10-14T22:55:28.027Z sunset +2028-10-14T17:10:37.613Z Sun culminates 52.89 degrees above the horizon +2028-10-14T20:26:52.394Z moonset +2028-10-14T22:55:28.028Z sunset 2028-10-15T08:34:56.848Z moonrise -2028-10-15T11:25:59.767Z sunrise +2028-10-15T11:25:59.766Z sunrise 2028-10-15T14:53:09.733Z Moon culminates 61.94 degrees above the horizon -2028-10-15T17:10:24.527Z Sun culminates 52.52 degrees above the horizon +2028-10-15T17:10:24.528Z Sun culminates 52.52 degrees above the horizon 2028-10-15T21:03:52.270Z moonset -2028-10-15T22:54:25.895Z sunset +2028-10-15T22:54:25.897Z sunset 2028-10-16T09:42:17.360Z moonrise 2028-10-16T11:26:36.274Z sunrise 2028-10-16T15:45:31.924Z Moon culminates 55.19 degrees above the horizon 2028-10-16T17:10:12.029Z Sun culminates 52.15 degrees above the horizon 2028-10-16T21:41:37.373Z moonset -2028-10-16T22:53:24.534Z sunset +2028-10-16T22:53:24.535Z sunset 2028-10-17T00:39:44.296Z lunar perigee at 359002 km -2028-10-17T10:50:52.830Z moonrise +2028-10-17T10:50:52.831Z moonrise 2028-10-17T11:27:13.192Z sunrise 2028-10-17T16:39:31.494Z Moon culminates 48.77 degrees above the horizon -2028-10-17T17:10:00.131Z Sun culminates 51.79 degrees above the horizon +2028-10-17T17:10:00.132Z Sun culminates 51.79 degrees above the horizon 2028-10-17T22:21:40.470Z moonset -2028-10-17T22:52:23.969Z sunset +2028-10-17T22:52:23.970Z sunset 2028-10-17T22:59:49.495Z Mercury max morning elongation: 18.19 degrees from Sun 2028-10-18T02:57:14.600Z new moon -2028-10-18T11:27:50.523Z sunrise +2028-10-18T11:27:50.522Z sunrise 2028-10-18T12:00:39.506Z moonrise 2028-10-18T17:09:48.848Z Sun culminates 51.42 degrees above the horizon -2028-10-18T17:35:47.790Z Moon culminates 43.17 degrees above the horizon +2028-10-18T17:35:47.789Z Moon culminates 43.17 degrees above the horizon 2028-10-18T22:51:24.225Z sunset 2028-10-18T23:05:28.575Z moonset -2028-10-19T10:32:40.220Z Neptune moves from Cetus to Pisces -2028-10-19T11:28:28.266Z sunrise -2028-10-19T13:10:36.919Z moonrise +2028-10-19T10:32:10.051Z Neptune moves from Cetus to Pisces +2028-10-19T11:28:28.265Z sunrise +2028-10-19T13:10:36.918Z moonrise 2028-10-19T17:09:38.191Z Sun culminates 51.06 degrees above the horizon -2028-10-19T18:34:20.558Z Moon culminates 38.87 degrees above the horizon +2028-10-19T18:34:20.557Z Moon culminates 38.87 degrees above the horizon 2028-10-19T22:50:25.326Z sunset -2028-10-19T23:54:05.311Z moonset -2028-10-20T11:29:06.422Z sunrise -2028-10-20T14:18:38.243Z moonrise -2028-10-20T17:09:28.173Z Sun culminates 50.71 degrees above the horizon -2028-10-20T19:34:14.783Z Moon culminates 36.19 degrees above the horizon -2028-10-20T22:49:27.297Z sunset -2028-10-21T00:47:43.412Z moonset -2028-10-21T11:29:44.989Z sunrise -2028-10-21T15:22:03.652Z moonrise +2028-10-19T23:54:05.310Z moonset +2028-10-20T11:29:06.420Z sunrise +2028-10-20T14:18:38.241Z moonrise +2028-10-20T17:09:28.172Z Sun culminates 50.71 degrees above the horizon +2028-10-20T19:34:14.781Z Moon culminates 36.19 degrees above the horizon +2028-10-20T22:49:27.298Z sunset +2028-10-21T00:47:43.411Z moonset +2028-10-21T11:29:44.986Z sunrise +2028-10-21T15:22:03.649Z moonrise 2028-10-21T17:09:18.805Z Sun culminates 50.35 degrees above the horizon -2028-10-21T20:33:48.382Z Moon culminates 35.27 degrees above the horizon -2028-10-21T22:48:30.164Z sunset -2028-10-22T01:45:23.785Z moonset -2028-10-22T08:19:16.037Z Venus moves from Leo to Virgo -2028-10-22T11:30:23.966Z sunrise -2028-10-22T16:18:47.101Z moonrise -2028-10-22T17:09:10.101Z Sun culminates 50.00 degrees above the horizon -2028-10-22T21:31:08.544Z Moon culminates 36.02 degrees above the horizon -2028-10-22T22:47:33.952Z sunset -2028-10-23T02:45:08.076Z moonset -2028-10-23T11:31:03.350Z sunrise -2028-10-23T17:08:04.622Z moonrise +2028-10-21T20:33:48.379Z Moon culminates 35.27 degrees above the horizon +2028-10-21T22:48:30.166Z sunset +2028-10-22T01:45:23.783Z moonset +2028-10-22T08:19:16.719Z Venus moves from Leo to Virgo +2028-10-22T11:30:23.962Z sunrise +2028-10-22T16:18:47.097Z moonrise +2028-10-22T17:09:10.100Z Sun culminates 50.00 degrees above the horizon +2028-10-22T21:31:08.542Z Moon culminates 36.02 degrees above the horizon +2028-10-22T22:47:33.955Z sunset +2028-10-23T02:45:08.074Z moonset +2028-10-23T11:31:03.346Z sunrise +2028-10-23T17:08:04.619Z moonrise 2028-10-23T17:09:02.070Z Sun culminates 49.65 degrees above the horizon -2028-10-23T22:24:54.703Z Moon culminates 38.20 degrees above the horizon -2028-10-23T22:46:38.688Z sunset -2028-10-24T03:44:47.137Z moonset -2028-10-24T11:31:43.140Z sunrise +2028-10-23T22:24:54.700Z Moon culminates 38.20 degrees above the horizon +2028-10-23T22:46:38.691Z sunset +2028-10-24T03:44:47.135Z moonset +2028-10-24T11:31:43.137Z sunrise 2028-10-24T17:08:54.727Z Sun culminates 49.31 degrees above the horizon -2028-10-24T17:50:30.421Z moonrise -2028-10-24T22:45:44.397Z sunset -2028-10-24T23:14:38.878Z Moon culminates 41.50 degrees above the horizon -2028-10-25T04:42:49.457Z moonset +2028-10-24T17:50:30.418Z moonrise +2028-10-24T22:45:44.400Z sunset +2028-10-24T23:14:38.876Z Moon culminates 41.50 degrees above the horizon +2028-10-25T04:42:49.456Z moonset 2028-10-25T04:53:45.819Z first quarter -2028-10-25T11:32:23.333Z sunrise -2028-10-25T17:08:48.082Z Sun culminates 48.96 degrees above the horizon -2028-10-25T18:27:21.871Z moonrise -2028-10-25T22:44:51.106Z sunset -2028-10-26T00:00:38.894Z Moon culminates 45.63 degrees above the horizon -2028-10-26T05:38:38.614Z moonset -2028-10-26T11:33:03.928Z sunrise -2028-10-26T17:08:42.149Z Sun culminates 48.62 degrees above the horizon -2028-10-26T19:00:07.780Z moonrise -2028-10-26T22:43:58.844Z sunset -2028-10-27T00:43:40.317Z Moon culminates 50.32 degrees above the horizon +2028-10-25T11:32:23.330Z sunrise +2028-10-25T17:08:48.083Z Sun culminates 48.96 degrees above the horizon +2028-10-25T18:27:21.869Z moonrise +2028-10-25T22:44:51.110Z sunset +2028-10-26T00:00:38.893Z Moon culminates 45.63 degrees above the horizon +2028-10-26T05:38:38.613Z moonset +2028-10-26T11:33:03.926Z sunrise +2028-10-26T17:08:42.150Z Sun culminates 48.62 degrees above the horizon +2028-10-26T19:00:07.778Z moonrise +2028-10-26T22:43:58.846Z sunset +2028-10-27T00:43:40.316Z Moon culminates 50.32 degrees above the horizon 2028-10-27T06:32:23.659Z moonset -2028-10-27T11:33:44.923Z sunrise +2028-10-27T11:33:44.922Z sunrise 2028-10-27T17:08:36.942Z Sun culminates 48.29 degrees above the horizon -2028-10-27T19:30:12.356Z moonrise -2028-10-27T22:43:07.636Z sunset +2028-10-27T19:30:12.355Z moonrise +2028-10-27T22:43:07.638Z sunset 2028-10-28T01:24:40.902Z Moon culminates 55.37 degrees above the horizon 2028-10-28T07:24:41.187Z moonset -2028-10-28T11:34:26.317Z sunrise +2028-10-28T11:34:26.316Z sunrise 2028-10-28T17:08:32.472Z Sun culminates 47.96 degrees above the horizon -2028-10-28T19:58:51.204Z moonrise -2028-10-28T22:42:17.512Z sunset +2028-10-28T19:58:51.203Z moonrise +2028-10-28T22:42:17.513Z sunset 2028-10-29T02:04:41.588Z Moon culminates 60.60 degrees above the horizon 2028-10-29T06:53:54.666Z lunar apogee at 405543 km 2028-10-29T08:16:20.429Z moonset 2028-10-29T11:35:08.108Z sunrise -2028-10-29T17:08:28.753Z Sun culminates 47.63 degrees above the horizon +2028-10-29T17:08:28.754Z Sun culminates 47.63 degrees above the horizon 2028-10-29T20:27:13.184Z moonrise -2028-10-29T22:41:28.499Z sunset +2028-10-29T22:41:28.500Z sunset 2028-10-30T01:33:43.338Z Venus perihelion at 0.7184 AU 2028-10-30T02:44:42.506Z Moon culminates 65.85 degrees above the horizon 2028-10-30T09:08:13.218Z moonset @@ -17389,410 +17389,410 @@ 2028-10-30T17:08:25.800Z Sun culminates 47.30 degrees above the horizon 2028-10-30T17:17:38.418Z Saturn opposition 2028-10-30T20:56:24.205Z moonrise -2028-10-30T22:40:40.626Z sunset +2028-10-30T22:40:40.627Z sunset 2028-10-31T03:25:41.247Z Moon culminates 70.95 degrees above the horizon -2028-10-31T10:01:06.404Z moonset +2028-10-31T10:01:06.405Z moonset 2028-10-31T11:36:32.876Z sunrise -2028-10-31T17:08:23.625Z Sun culminates 46.98 degrees above the horizon +2028-10-31T17:08:23.626Z Sun culminates 46.98 degrees above the horizon 2028-10-31T21:27:30.856Z moonrise 2028-10-31T22:39:53.923Z sunset -2028-11-01T04:08:30.871Z Moon culminates 75.71 degrees above the horizon -2028-11-01T10:55:33.594Z moonset +2028-11-01T04:08:30.872Z Moon culminates 75.71 degrees above the horizon +2028-11-01T10:55:33.595Z moonset 2028-11-01T11:37:15.848Z sunrise 2028-11-01T17:08:22.242Z Sun culminates 46.66 degrees above the horizon -2028-11-01T22:01:42.242Z moonrise -2028-11-01T22:39:08.416Z sunset -2028-11-02T04:53:55.518Z Moon culminates 79.91 degrees above the horizon +2028-11-01T22:01:42.243Z moonrise +2028-11-01T22:39:08.417Z sunset +2028-11-02T04:53:55.519Z Moon culminates 79.91 degrees above the horizon 2028-11-02T09:17:56.050Z full moon 2028-11-02T11:37:59.209Z sunrise -2028-11-02T11:51:44.219Z moonset -2028-11-02T17:08:21.662Z Sun culminates 46.35 degrees above the horizon -2028-11-02T22:38:24.136Z sunset -2028-11-02T22:40:07.769Z moonrise -2028-11-03T05:42:22.290Z Moon culminates 83.29 degrees above the horizon +2028-11-02T11:51:44.220Z moonset +2028-11-02T17:08:21.663Z Sun culminates 46.35 degrees above the horizon +2028-11-02T22:38:24.137Z sunset +2028-11-02T22:40:07.771Z moonrise +2028-11-03T05:42:22.291Z Moon culminates 83.29 degrees above the horizon 2028-11-03T11:38:42.954Z sunrise 2028-11-03T12:49:11.172Z moonset 2028-11-03T17:08:21.900Z Sun culminates 46.04 degrees above the horizon -2028-11-03T22:37:41.110Z sunset -2028-11-03T23:23:47.822Z moonrise -2028-11-04T06:33:50.302Z Moon culminates 85.59 degrees above the horizon -2028-11-04T11:39:27.078Z sunrise -2028-11-04T13:46:44.219Z moonset -2028-11-04T17:08:22.964Z Sun culminates 45.73 degrees above the horizon -2028-11-04T22:36:59.367Z sunset -2028-11-05T00:13:15.853Z moonrise -2028-11-05T07:27:42.372Z Moon culminates 86.58 degrees above the horizon -2028-11-05T11:40:11.575Z sunrise +2028-11-03T22:37:41.111Z sunset +2028-11-03T23:23:47.824Z moonrise +2028-11-04T06:33:50.303Z Moon culminates 85.59 degrees above the horizon +2028-11-04T11:39:27.079Z sunrise +2028-11-04T13:46:44.220Z moonset +2028-11-04T17:08:22.965Z Sun culminates 45.73 degrees above the horizon +2028-11-04T22:36:59.368Z sunset +2028-11-05T00:13:15.855Z moonrise +2028-11-05T07:27:42.373Z Moon culminates 86.58 degrees above the horizon +2028-11-05T11:40:11.576Z sunrise 2028-11-05T14:42:40.839Z moonset -2028-11-05T17:08:24.867Z Sun culminates 45.43 degrees above the horizon -2028-11-05T22:36:18.934Z sunset -2028-11-06T01:08:17.812Z moonrise -2028-11-06T08:22:48.664Z Moon culminates 86.11 degrees above the horizon -2028-11-06T11:40:56.435Z sunrise -2028-11-06T15:35:18.596Z moonset -2028-11-06T17:08:27.616Z Sun culminates 45.13 degrees above the horizon -2028-11-06T22:35:39.837Z sunset -2028-11-07T02:07:45.425Z moonrise -2028-11-07T09:17:47.229Z Moon culminates 84.13 degrees above the horizon -2028-11-07T09:36:16.808Z Mercury moves from Virgo to Libra -2028-11-07T11:41:41.648Z sunrise -2028-11-07T16:23:32.857Z moonset -2028-11-07T17:08:31.220Z Sun culminates 44.84 degrees above the horizon -2028-11-07T22:35:02.104Z sunset -2028-11-08T03:09:57.489Z moonrise +2028-11-05T17:08:24.868Z Sun culminates 45.43 degrees above the horizon +2028-11-05T22:36:18.935Z sunset +2028-11-06T01:08:17.815Z moonrise +2028-11-06T08:22:48.665Z Moon culminates 86.11 degrees above the horizon +2028-11-06T11:40:56.436Z sunrise +2028-11-06T15:35:18.595Z moonset +2028-11-06T17:08:27.617Z Sun culminates 45.13 degrees above the horizon +2028-11-06T22:35:39.838Z sunset +2028-11-07T02:07:45.427Z moonrise +2028-11-07T09:17:47.230Z Moon culminates 84.13 degrees above the horizon +2028-11-07T09:36:17.258Z Mercury moves from Virgo to Libra +2028-11-07T11:41:41.649Z sunrise +2028-11-07T16:23:32.856Z moonset +2028-11-07T17:08:31.221Z Sun culminates 44.84 degrees above the horizon +2028-11-07T22:35:02.105Z sunset +2028-11-08T03:09:57.491Z moonrise 2028-11-08T10:11:32.748Z Moon culminates 80.75 degrees above the horizon 2028-11-08T11:42:27.202Z sunrise -2028-11-08T17:07:14.994Z moonset -2028-11-08T17:08:35.684Z Sun culminates 44.55 degrees above the horizon -2028-11-08T22:34:25.758Z sunset -2028-11-09T04:13:19.940Z moonrise +2028-11-08T17:07:14.992Z moonset +2028-11-08T17:08:35.685Z Sun culminates 44.55 degrees above the horizon +2028-11-08T22:34:25.759Z sunset +2028-11-09T04:13:19.942Z moonrise 2028-11-09T11:03:36.695Z Moon culminates 76.17 degrees above the horizon -2028-11-09T11:43:13.080Z sunrise +2028-11-09T11:43:13.081Z sunrise 2028-11-09T17:08:41.013Z Sun culminates 44.27 degrees above the horizon -2028-11-09T17:47:04.776Z moonset +2028-11-09T17:47:04.774Z moonset 2028-11-09T21:26:24.501Z third quarter -2028-11-09T22:33:50.824Z sunset -2028-11-10T05:16:57.630Z moonrise +2028-11-09T22:33:50.826Z sunset +2028-11-10T05:16:57.632Z moonrise 2028-11-10T11:43:59.267Z sunrise 2028-11-10T11:54:10.580Z Moon culminates 70.65 degrees above the horizon -2028-11-10T17:08:47.209Z Sun culminates 43.99 degrees above the horizon -2028-11-10T18:24:11.433Z moonset -2028-11-10T22:33:17.324Z sunset -2028-11-11T06:20:42.133Z moonrise +2028-11-10T17:08:47.210Z Sun culminates 43.99 degrees above the horizon +2028-11-10T18:24:11.431Z moonset +2028-11-10T22:33:17.326Z sunset +2028-11-11T06:20:42.135Z moonrise 2028-11-11T11:44:45.743Z sunrise 2028-11-11T12:43:57.159Z Moon culminates 64.49 degrees above the horizon -2028-11-11T17:08:54.274Z Sun culminates 43.72 degrees above the horizon -2028-11-11T18:59:58.178Z moonset -2028-11-11T22:32:45.281Z sunset -2028-11-12T07:25:00.237Z moonrise -2028-11-12T11:45:32.486Z sunrise +2028-11-11T17:08:54.275Z Sun culminates 43.72 degrees above the horizon +2028-11-11T18:59:58.177Z moonset +2028-11-11T22:32:45.283Z sunset +2028-11-12T07:25:00.239Z moonrise +2028-11-12T11:45:32.487Z sunrise 2028-11-12T13:33:57.991Z Moon culminates 58.03 degrees above the horizon -2028-11-12T17:09:02.207Z Sun culminates 43.45 degrees above the horizon -2028-11-12T19:35:54.668Z moonset -2028-11-12T22:32:14.713Z sunset -2028-11-13T08:30:33.075Z moonrise +2028-11-12T17:09:02.208Z Sun culminates 43.45 degrees above the horizon +2028-11-12T19:35:54.667Z moonset +2028-11-12T22:32:14.715Z sunset +2028-11-13T08:30:33.076Z moonrise 2028-11-13T11:46:19.475Z sunrise 2028-11-13T14:25:20.960Z Moon culminates 51.65 degrees above the horizon -2028-11-13T17:09:11.005Z Sun culminates 43.19 degrees above the horizon -2028-11-13T20:13:34.603Z moonset -2028-11-13T22:31:45.639Z sunset +2028-11-13T17:09:11.006Z Sun culminates 43.19 degrees above the horizon +2028-11-13T20:13:34.602Z moonset +2028-11-13T22:31:45.640Z sunset 2028-11-14T05:53:50.168Z lunar perigee at 363602 km -2028-11-14T09:37:49.886Z moonrise -2028-11-14T11:47:06.682Z sunrise +2028-11-14T09:37:49.887Z moonrise +2028-11-14T11:47:06.683Z sunrise 2028-11-14T15:19:05.999Z Moon culminates 45.80 degrees above the horizon -2028-11-14T17:09:20.663Z Sun culminates 42.93 degrees above the horizon +2028-11-14T17:09:20.664Z Sun culminates 42.93 degrees above the horizon 2028-11-14T20:54:32.806Z moonset 2028-11-14T22:31:18.074Z sunset -2028-11-15T10:46:36.957Z moonrise -2028-11-15T11:47:54.082Z sunrise +2028-11-15T10:46:36.958Z moonrise +2028-11-15T11:47:54.083Z sunrise 2028-11-15T16:15:45.632Z Moon culminates 40.92 degrees above the horizon 2028-11-15T17:09:31.177Z Sun culminates 42.68 degrees above the horizon -2028-11-15T21:40:14.608Z moonset -2028-11-15T22:30:52.034Z sunset +2028-11-15T21:40:14.607Z moonset +2028-11-15T22:30:52.033Z sunset 2028-11-16T11:48:41.646Z sunrise 2028-11-16T11:55:30.178Z moonrise 2028-11-16T13:18:28.267Z new moon 2028-11-16T17:09:42.536Z Sun culminates 42.43 degrees above the horizon 2028-11-16T17:15:01.994Z Moon culminates 37.43 degrees above the horizon -2028-11-16T22:30:27.531Z sunset +2028-11-16T22:30:27.530Z sunset 2028-11-16T22:31:31.303Z moonset -2028-11-17T11:49:29.342Z sunrise -2028-11-17T13:01:56.377Z moonrise +2028-11-17T11:49:29.341Z sunrise +2028-11-17T13:01:56.376Z moonrise 2028-11-17T17:09:54.733Z Sun culminates 42.19 degrees above the horizon -2028-11-17T18:15:34.332Z Moon culminates 35.64 degrees above the horizon -2028-11-17T22:30:04.578Z sunset -2028-11-17T23:28:06.640Z moonset -2028-11-18T11:50:17.137Z sunrise -2028-11-18T14:03:05.296Z moonrise +2028-11-17T18:15:34.331Z Moon culminates 35.64 degrees above the horizon +2028-11-17T22:30:04.577Z sunset +2028-11-17T23:28:06.639Z moonset +2028-11-18T11:50:17.136Z sunrise +2028-11-18T14:03:05.295Z moonrise 2028-11-18T17:10:07.756Z Sun culminates 41.96 degrees above the horizon -2028-11-18T19:15:17.519Z Moon culminates 35.62 degrees above the horizon +2028-11-18T19:15:17.518Z Moon culminates 35.62 degrees above the horizon 2028-11-18T22:29:43.186Z sunset -2028-11-19T00:28:21.701Z moonset -2028-11-19T11:51:04.999Z sunrise -2028-11-19T14:57:05.010Z moonrise +2028-11-19T00:28:21.700Z moonset +2028-11-19T11:51:04.997Z sunrise +2028-11-19T14:57:05.008Z moonrise 2028-11-19T17:10:21.594Z Sun culminates 41.73 degrees above the horizon -2028-11-19T20:12:10.661Z Moon culminates 37.22 degrees above the horizon -2028-11-19T22:29:23.365Z sunset +2028-11-19T20:12:10.659Z Moon culminates 37.22 degrees above the horizon +2028-11-19T22:29:23.367Z sunset 2028-11-20T01:19:28.719Z Mercury superior conjunction -2028-11-20T01:29:47.544Z moonset -2028-11-20T11:51:52.893Z sunrise -2028-11-20T15:43:37.930Z moonrise -2028-11-20T17:10:36.235Z Sun culminates 41.50 degrees above the horizon -2028-11-20T20:59:17.412Z Mercury moves from Libra to Scorpius -2028-11-20T21:05:01.687Z Moon culminates 40.14 degrees above the horizon -2028-11-20T22:29:05.127Z sunset +2028-11-20T01:29:47.543Z moonset +2028-11-20T11:51:52.890Z sunrise +2028-11-20T15:43:37.927Z moonrise +2028-11-20T17:10:36.234Z Sun culminates 41.50 degrees above the horizon +2028-11-20T20:59:17.924Z Mercury moves from Libra to Scorpius +2028-11-20T21:05:01.686Z Moon culminates 40.14 degrees above the horizon +2028-11-20T22:29:05.129Z sunset 2028-11-21T02:30:09.216Z moonset -2028-11-21T11:52:40.782Z sunrise -2028-11-21T16:23:39.691Z moonrise +2028-11-21T11:52:40.780Z sunrise +2028-11-21T16:23:39.689Z moonrise 2028-11-21T17:10:51.665Z Sun culminates 41.29 degrees above the horizon -2028-11-21T21:53:38.819Z Moon culminates 44.04 degrees above the horizon -2028-11-21T22:28:48.479Z sunset +2028-11-21T21:53:38.818Z Moon culminates 44.04 degrees above the horizon +2028-11-21T22:28:48.481Z sunset 2028-11-22T03:28:10.083Z moonset -2028-11-22T11:53:28.632Z sunrise -2028-11-22T16:58:38.230Z moonrise +2028-11-22T11:53:28.630Z sunrise +2028-11-22T16:58:38.228Z moonrise 2028-11-22T17:11:07.871Z Sun culminates 41.07 degrees above the horizon -2028-11-22T22:28:33.431Z sunset -2028-11-22T22:38:34.945Z Moon culminates 48.60 degrees above the horizon -2028-11-23T04:23:35.298Z moonset -2028-11-23T11:54:16.407Z sunrise -2028-11-23T17:11:24.839Z Sun culminates 40.87 degrees above the horizon -2028-11-23T17:30:05.227Z moonrise -2028-11-23T22:28:19.990Z sunset +2028-11-22T22:28:33.433Z sunset +2028-11-22T22:38:34.944Z Moon culminates 48.60 degrees above the horizon +2028-11-23T04:23:35.299Z moonset +2028-11-23T11:54:16.406Z sunrise +2028-11-23T17:11:24.840Z Sun culminates 40.87 degrees above the horizon +2028-11-23T17:30:05.225Z moonrise +2028-11-23T22:28:19.992Z sunset 2028-11-23T23:20:46.311Z Moon culminates 53.57 degrees above the horizon 2028-11-24T00:15:15.555Z first quarter -2028-11-24T05:16:52.676Z moonset +2028-11-24T05:16:52.677Z moonset 2028-11-24T11:55:04.071Z sunrise -2028-11-24T17:11:42.556Z Sun culminates 40.67 degrees above the horizon -2028-11-24T17:59:24.814Z moonrise -2028-11-24T22:28:08.164Z sunset +2028-11-24T17:11:42.557Z Sun culminates 40.67 degrees above the horizon +2028-11-24T17:59:24.813Z moonrise +2028-11-24T22:28:08.166Z sunset 2028-11-25T00:01:17.650Z Moon culminates 58.77 degrees above the horizon -2028-11-25T06:08:52.228Z moonset -2028-11-25T11:55:51.589Z sunrise -2028-11-25T17:12:01.007Z Sun culminates 40.48 degrees above the horizon -2028-11-25T18:27:52.721Z moonrise -2028-11-25T22:27:57.960Z sunset +2028-11-25T06:08:52.229Z moonset +2028-11-25T11:55:51.590Z sunrise +2028-11-25T17:12:01.008Z Sun culminates 40.48 degrees above the horizon +2028-11-25T18:27:52.720Z moonrise +2028-11-25T22:27:57.961Z sunset 2028-11-26T00:08:31.229Z lunar apogee at 404718 km 2028-11-26T00:41:14.864Z Moon culminates 64.01 degrees above the horizon -2028-11-26T07:00:31.995Z moonset -2028-11-26T09:32:25.951Z Mercury moves from Scorpius to Ophiuchus -2028-11-26T11:56:38.926Z sunrise -2028-11-26T17:12:20.177Z Sun culminates 40.29 degrees above the horizon -2028-11-26T18:56:39.701Z moonrise -2028-11-26T22:27:49.384Z sunset -2028-11-27T01:21:42.239Z Moon culminates 69.15 degrees above the horizon +2028-11-26T07:00:31.996Z moonset +2028-11-26T09:32:26.411Z Mercury moves from Scorpius to Ophiuchus +2028-11-26T11:56:38.927Z sunrise +2028-11-26T17:12:20.178Z Sun culminates 40.29 degrees above the horizon +2028-11-26T18:56:39.700Z moonrise +2028-11-26T22:27:49.385Z sunset +2028-11-27T01:21:42.240Z Moon culminates 69.15 degrees above the horizon 2028-11-27T02:11:26.076Z Mercury aphelion at 0.4667 AU -2028-11-27T04:35:13.345Z Venus moves from Virgo to Libra -2028-11-27T07:52:48.880Z moonset -2028-11-27T11:57:26.046Z sunrise -2028-11-27T17:12:40.053Z Sun culminates 40.11 degrees above the horizon -2028-11-27T19:26:55.907Z moonrise +2028-11-27T04:35:13.965Z Venus moves from Virgo to Libra +2028-11-27T07:52:48.881Z moonset +2028-11-27T11:57:26.047Z sunrise +2028-11-27T17:12:40.054Z Sun culminates 40.11 degrees above the horizon +2028-11-27T19:26:55.906Z moonrise 2028-11-27T22:27:42.442Z sunset -2028-11-28T02:03:40.898Z Moon culminates 74.03 degrees above the horizon -2028-11-28T08:46:30.628Z moonset -2028-11-28T11:58:12.915Z sunrise -2028-11-28T17:13:00.618Z Sun culminates 39.94 degrees above the horizon -2028-11-28T19:59:54.236Z moonrise +2028-11-28T02:03:40.899Z Moon culminates 74.03 degrees above the horizon +2028-11-28T08:46:30.629Z moonset +2028-11-28T11:58:12.916Z sunrise +2028-11-28T17:13:00.619Z Sun culminates 39.94 degrees above the horizon +2028-11-28T19:59:54.235Z moonrise 2028-11-28T22:27:37.138Z sunset -2028-11-29T02:48:05.665Z Moon culminates 78.43 degrees above the horizon -2028-11-29T09:42:05.432Z moonset -2028-11-29T11:58:59.497Z sunrise -2028-11-29T17:13:21.858Z Sun culminates 39.78 degrees above the horizon -2028-11-29T20:36:50.450Z moonrise -2028-11-29T22:27:33.475Z sunset +2028-11-29T02:48:05.666Z Moon culminates 78.43 degrees above the horizon +2028-11-29T09:42:05.434Z moonset +2028-11-29T11:58:59.499Z sunrise +2028-11-29T17:13:21.859Z Sun culminates 39.78 degrees above the horizon +2028-11-29T20:36:50.449Z moonrise +2028-11-29T22:27:33.476Z sunset 2028-11-30T03:35:37.974Z Moon culminates 82.14 degrees above the horizon -2028-11-30T10:39:27.927Z moonset -2028-11-30T11:59:45.758Z sunrise -2028-11-30T17:13:43.757Z Sun culminates 39.62 degrees above the horizon +2028-11-30T10:39:27.929Z moonset +2028-11-30T11:59:45.760Z sunrise +2028-11-30T17:13:43.758Z Sun culminates 39.62 degrees above the horizon 2028-11-30T21:18:56.590Z moonrise 2028-11-30T22:27:31.459Z sunset -2028-12-01T04:26:33.899Z Moon culminates 84.87 degrees above the horizon -2028-12-01T11:37:45.983Z moonset -2028-12-01T12:00:31.662Z sunrise -2028-12-01T17:14:06.297Z Sun culminates 39.47 degrees above the horizon +2028-12-01T04:26:33.900Z Moon culminates 84.87 degrees above the horizon +2028-12-01T11:37:45.985Z moonset +2028-12-01T12:00:31.664Z sunrise +2028-12-01T17:14:06.298Z Sun culminates 39.47 degrees above the horizon 2028-12-01T22:07:04.024Z moonrise -2028-12-01T22:27:31.088Z sunset +2028-12-01T22:27:31.089Z sunset 2028-12-02T01:40:45.117Z full moon -2028-12-02T05:20:30.754Z Moon culminates 86.34 degrees above the horizon -2028-12-02T12:01:17.174Z sunrise -2028-12-02T12:35:20.788Z moonset -2028-12-02T17:14:29.462Z Sun culminates 39.32 degrees above the horizon +2028-12-02T05:20:30.755Z Moon culminates 86.34 degrees above the horizon +2028-12-02T12:01:17.175Z sunrise +2028-12-02T12:35:20.790Z moonset +2028-12-02T17:14:29.463Z Sun culminates 39.32 degrees above the horizon 2028-12-02T22:27:32.366Z sunset -2028-12-02T23:01:17.964Z moonrise -2028-12-03T06:16:22.418Z Moon culminates 86.35 degrees above the horizon -2028-12-03T12:02:02.256Z sunrise -2028-12-03T13:30:12.946Z moonset -2028-12-03T17:14:53.232Z Sun culminates 39.18 degrees above the horizon +2028-12-02T23:01:17.965Z moonrise +2028-12-03T06:16:22.420Z Moon culminates 86.35 degrees above the horizon +2028-12-03T12:02:02.258Z sunrise +2028-12-03T13:30:12.947Z moonset +2028-12-03T17:14:53.233Z Sun culminates 39.18 degrees above the horizon 2028-12-03T20:14:47.916Z Uranus opposition -2028-12-03T22:27:35.289Z sunset -2028-12-04T00:00:39.090Z moonrise -2028-12-04T07:12:34.743Z Moon culminates 84.81 degrees above the horizon -2028-12-04T12:02:46.873Z sunrise +2028-12-03T22:27:35.290Z sunset +2028-12-04T00:00:39.092Z moonrise +2028-12-04T07:12:34.744Z Moon culminates 84.81 degrees above the horizon +2028-12-04T12:02:46.874Z sunrise 2028-12-04T14:20:47.451Z moonset -2028-12-04T17:15:17.588Z Sun culminates 39.05 degrees above the horizon +2028-12-04T17:15:17.589Z Sun culminates 39.05 degrees above the horizon 2028-12-04T22:27:39.857Z sunset -2028-12-05T01:03:15.522Z moonrise +2028-12-05T01:03:15.524Z moonrise 2028-12-05T08:07:38.670Z Moon culminates 81.78 degrees above the horizon -2028-12-05T12:03:30.985Z sunrise +2028-12-05T12:03:30.986Z sunrise 2028-12-05T15:06:27.393Z moonset 2028-12-05T17:15:42.509Z Sun culminates 38.93 degrees above the horizon -2028-12-05T22:27:46.064Z sunset -2028-12-06T02:07:06.928Z moonrise +2028-12-05T22:27:46.065Z sunset +2028-12-06T02:07:06.930Z moonrise 2028-12-06T09:00:41.073Z Moon culminates 77.48 degrees above the horizon -2028-12-06T12:04:14.553Z sunrise -2028-12-06T15:47:35.725Z moonset -2028-12-06T17:16:07.971Z Sun culminates 38.81 degrees above the horizon -2028-12-06T19:55:02.592Z Mars moves from Leo to Virgo -2028-12-06T22:27:53.905Z sunset -2028-12-07T03:10:49.895Z moonrise +2028-12-06T12:04:14.554Z sunrise +2028-12-06T15:47:35.724Z moonset +2028-12-06T17:16:07.972Z Sun culminates 38.81 degrees above the horizon +2028-12-06T19:55:04.229Z Mars moves from Leo to Virgo +2028-12-06T22:27:53.906Z sunset +2028-12-07T03:10:49.896Z moonrise 2028-12-07T09:51:35.783Z Moon culminates 72.21 degrees above the horizon 2028-12-07T12:04:57.538Z sunrise -2028-12-07T16:25:15.187Z moonset +2028-12-07T16:25:15.186Z moonset 2028-12-07T17:16:33.953Z Sun culminates 38.70 degrees above the horizon -2028-12-07T22:28:03.371Z sunset -2028-12-08T04:13:56.023Z moonrise -2028-12-08T06:33:02.659Z Mercury moves from Ophiuchus to Sagittarius +2028-12-07T22:28:03.373Z sunset +2028-12-08T04:13:56.024Z moonrise +2028-12-08T06:33:03.140Z Mercury moves from Ophiuchus to Sagittarius 2028-12-08T10:40:56.011Z Moon culminates 66.27 degrees above the horizon 2028-12-08T12:05:39.898Z sunrise -2028-12-08T17:00:47.324Z moonset -2028-12-08T17:17:00.426Z Sun culminates 38.60 degrees above the horizon -2028-12-08T22:28:14.453Z sunset -2028-12-09T05:16:43.236Z moonrise +2028-12-08T17:00:47.323Z moonset +2028-12-08T17:17:00.427Z Sun culminates 38.60 degrees above the horizon +2028-12-08T22:28:14.455Z sunset +2028-12-09T05:16:43.237Z moonrise 2028-12-09T05:39:25.965Z third quarter 2028-12-09T11:29:39.889Z Moon culminates 60.01 degrees above the horizon -2028-12-09T12:06:21.591Z sunrise -2028-12-09T17:17:27.365Z Sun culminates 38.51 degrees above the horizon -2028-12-09T17:35:40.630Z moonset -2028-12-09T22:28:27.137Z sunset -2028-12-10T06:19:55.135Z moonrise -2028-12-10T12:07:02.575Z sunrise -2028-12-10T12:18:57.000Z Moon culminates 53.76 degrees above the horizon -2028-12-10T17:17:54.741Z Sun culminates 38.42 degrees above the horizon -2028-12-10T18:11:26.815Z moonset +2028-12-09T12:06:21.592Z sunrise +2028-12-09T17:17:27.366Z Sun culminates 38.51 degrees above the horizon +2028-12-09T17:35:40.629Z moonset +2028-12-09T22:28:27.138Z sunset +2028-12-10T06:19:55.137Z moonrise +2028-12-10T12:07:02.577Z sunrise +2028-12-10T12:18:57.001Z Moon culminates 53.76 degrees above the horizon +2028-12-10T17:17:54.742Z Sun culminates 38.42 degrees above the horizon +2028-12-10T18:11:26.814Z moonset 2028-12-10T22:28:41.408Z sunset -2028-12-11T07:24:17.336Z moonrise -2028-12-11T12:07:42.808Z sunrise +2028-12-11T07:24:17.338Z moonrise +2028-12-11T12:07:42.809Z sunrise 2028-12-11T12:32:01.528Z lunar perigee at 369039 km 2028-12-11T13:09:56.344Z Moon culminates 47.88 degrees above the horizon -2028-12-11T17:18:22.522Z Sun culminates 38.35 degrees above the horizon -2028-12-11T18:49:40.035Z moonset +2028-12-11T17:18:22.523Z Sun culminates 38.35 degrees above the horizon +2028-12-11T18:49:40.033Z moonset 2028-12-11T22:28:57.246Z sunset -2028-12-12T08:30:11.223Z moonrise -2028-12-12T12:08:22.244Z sunrise +2028-12-12T08:30:11.224Z moonrise +2028-12-12T12:08:22.246Z sunrise 2028-12-12T14:03:31.985Z Moon culminates 42.75 degrees above the horizon -2028-12-12T17:18:50.677Z Sun culminates 38.27 degrees above the horizon -2028-12-12T19:31:52.744Z moonset -2028-12-12T22:29:14.631Z sunset -2028-12-13T09:37:05.721Z moonrise -2028-12-13T12:09:00.841Z sunrise +2028-12-12T17:18:50.678Z Sun culminates 38.27 degrees above the horizon +2028-12-12T19:31:52.742Z moonset +2028-12-12T22:29:14.630Z sunset +2028-12-13T09:37:05.722Z moonrise +2028-12-13T12:09:00.842Z sunrise 2028-12-13T15:00:03.493Z Moon culminates 38.77 degrees above the horizon 2028-12-13T17:19:19.172Z Sun culminates 38.21 degrees above the horizon -2028-12-13T20:19:21.068Z moonset -2028-12-13T22:29:33.539Z sunset -2028-12-14T10:43:19.345Z moonrise -2028-12-14T12:09:38.553Z sunrise -2028-12-14T15:58:55.753Z Moon culminates 36.26 degrees above the horizon -2028-12-14T17:19:47.971Z Sun culminates 38.16 degrees above the horizon -2028-12-14T21:12:35.949Z moonset -2028-12-14T22:29:53.943Z sunset -2028-12-15T11:46:17.565Z moonrise +2028-12-13T20:19:21.066Z moonset +2028-12-13T22:29:33.537Z sunset +2028-12-14T10:43:19.346Z moonrise +2028-12-14T12:09:38.554Z sunrise +2028-12-14T15:58:55.752Z Moon culminates 36.26 degrees above the horizon +2028-12-14T17:19:47.970Z Sun culminates 38.16 degrees above the horizon +2028-12-14T21:12:35.947Z moonset +2028-12-14T22:29:53.940Z sunset +2028-12-15T11:46:17.566Z moonrise 2028-12-15T12:10:15.335Z sunrise -2028-12-15T16:58:34.708Z Moon culminates 35.44 degrees above the horizon -2028-12-15T17:20:17.037Z Sun culminates 38.11 degrees above the horizon -2028-12-15T22:10:52.059Z moonset -2028-12-15T22:30:15.814Z sunset +2028-12-15T16:58:34.707Z Moon culminates 35.44 degrees above the horizon +2028-12-15T17:20:17.036Z Sun culminates 38.11 degrees above the horizon +2028-12-15T22:10:52.057Z moonset +2028-12-15T22:30:15.812Z sunset 2028-12-16T02:06:48.921Z new moon -2028-12-16T12:10:51.143Z sunrise +2028-12-16T12:10:51.142Z sunrise 2028-12-16T12:43:33.407Z moonrise -2028-12-16T17:20:46.334Z Sun culminates 38.07 degrees above the horizon -2028-12-16T17:56:55.233Z Moon culminates 36.31 degrees above the horizon -2028-12-16T22:30:39.123Z sunset -2028-12-16T23:12:06.672Z moonset -2028-12-17T09:19:47.705Z Venus moves from Libra to Scorpius -2028-12-17T12:11:25.931Z sunrise +2028-12-16T17:20:46.333Z Sun culminates 38.07 degrees above the horizon +2028-12-16T17:56:55.232Z Moon culminates 36.31 degrees above the horizon +2028-12-16T22:30:39.122Z sunset +2028-12-16T23:12:06.670Z moonset +2028-12-17T09:19:48.325Z Venus moves from Libra to Scorpius +2028-12-17T12:11:25.930Z sunrise 2028-12-17T13:33:50.232Z moonrise -2028-12-17T17:21:15.823Z Sun culminates 38.04 degrees above the horizon -2028-12-17T18:52:10.182Z Moon culminates 38.68 degrees above the horizon -2028-12-17T22:31:03.838Z sunset -2028-12-18T00:13:46.741Z moonset -2028-12-18T12:11:59.656Z sunrise -2028-12-18T14:17:16.759Z moonrise -2028-12-18T17:21:45.466Z Sun culminates 38.01 degrees above the horizon -2028-12-18T19:43:25.473Z Moon culminates 42.22 degrees above the horizon +2028-12-17T17:21:15.822Z Sun culminates 38.04 degrees above the horizon +2028-12-17T18:52:10.181Z Moon culminates 38.68 degrees above the horizon +2028-12-17T22:31:03.837Z sunset +2028-12-18T00:13:46.739Z moonset +2028-12-18T12:11:59.654Z sunrise +2028-12-18T14:17:16.758Z moonrise +2028-12-18T17:21:45.465Z Sun culminates 38.01 degrees above the horizon +2028-12-18T19:43:25.472Z Moon culminates 42.22 degrees above the horizon 2028-12-18T22:31:29.926Z sunset 2028-12-19T01:13:51.386Z moonset -2028-12-19T12:12:32.274Z sunrise -2028-12-19T14:54:58.205Z moonrise +2028-12-19T12:12:32.273Z sunrise +2028-12-19T14:54:58.204Z moonrise 2028-12-19T17:22:15.224Z Sun culminates 37.99 degrees above the horizon -2028-12-19T20:30:42.560Z Moon culminates 46.60 degrees above the horizon +2028-12-19T20:30:42.559Z Moon culminates 46.60 degrees above the horizon 2028-12-19T22:31:57.353Z sunset 2028-12-20T02:11:23.081Z moonset -2028-12-20T12:13:03.745Z sunrise -2028-12-20T15:28:20.753Z moonrise +2028-12-20T12:13:03.744Z sunrise +2028-12-20T15:28:20.752Z moonrise 2028-12-20T17:22:45.060Z Sun culminates 37.99 degrees above the horizon 2028-12-20T21:14:40.661Z Moon culminates 51.50 degrees above the horizon -2028-12-20T22:32:26.083Z sunset -2028-12-21T03:06:21.525Z moonset -2028-12-21T08:20:06.162Z December solstice -2028-12-21T10:30:38.570Z Venus moves from Scorpius to Ophiuchus +2028-12-20T22:32:26.084Z sunset +2028-12-21T03:06:21.526Z moonset +2028-12-21T08:20:05.734Z December solstice +2028-12-21T10:30:39.169Z Venus moves from Scorpius to Ophiuchus 2028-12-21T12:13:34.028Z sunrise -2028-12-21T15:58:50.486Z moonrise -2028-12-21T17:23:14.936Z Sun culminates 37.98 degrees above the horizon +2028-12-21T15:58:50.485Z moonrise +2028-12-21T17:23:14.937Z Sun culminates 37.98 degrees above the horizon 2028-12-21T21:56:17.705Z Moon culminates 56.68 degrees above the horizon 2028-12-21T22:32:56.083Z sunset -2028-12-22T03:59:22.691Z moonset -2028-12-22T12:14:03.086Z sunrise +2028-12-22T03:59:22.692Z moonset +2028-12-22T12:14:03.087Z sunrise 2028-12-22T16:27:46.536Z moonrise -2028-12-22T17:23:44.816Z Sun culminates 37.99 degrees above the horizon +2028-12-22T17:23:44.817Z Sun culminates 37.99 degrees above the horizon 2028-12-22T22:33:27.314Z sunset 2028-12-22T22:36:38.213Z Moon culminates 61.95 degrees above the horizon 2028-12-23T04:51:20.144Z moonset -2028-12-23T10:20:07.317Z Saturn moves from Aries to Cetus -2028-12-23T12:14:30.884Z sunrise -2028-12-23T16:56:21.971Z moonrise -2028-12-23T17:24:14.664Z Sun culminates 38.01 degrees above the horizon +2028-12-23T10:18:40.952Z Saturn moves from Aries to Cetus +2028-12-23T12:14:30.886Z sunrise +2028-12-23T16:56:21.970Z moonrise +2028-12-23T17:24:14.665Z Sun culminates 38.01 degrees above the horizon 2028-12-23T20:59:53.027Z lunar apogee at 404397 km 2028-12-23T21:45:34.294Z first quarter 2028-12-23T22:33:59.741Z sunset 2028-12-23T23:16:47.689Z Moon culminates 67.15 degrees above the horizon -2028-12-24T05:43:12.696Z moonset -2028-12-24T12:14:57.389Z sunrise -2028-12-24T17:24:44.445Z Sun culminates 38.03 degrees above the horizon -2028-12-24T17:25:47.647Z moonrise +2028-12-24T05:43:12.697Z moonset +2028-12-24T12:14:57.390Z sunrise +2028-12-24T17:24:44.446Z Sun culminates 38.03 degrees above the horizon +2028-12-24T17:25:47.646Z moonrise 2028-12-24T22:34:33.327Z sunset 2028-12-24T23:57:50.440Z Moon culminates 72.13 degrees above the horizon 2028-12-25T06:35:55.890Z moonset -2028-12-25T12:15:22.568Z sunrise -2028-12-25T17:25:14.125Z Sun culminates 38.06 degrees above the horizon -2028-12-25T17:57:16.443Z moonrise +2028-12-25T12:15:22.570Z sunrise +2028-12-25T17:25:14.126Z Sun culminates 38.06 degrees above the horizon +2028-12-25T17:57:16.442Z moonrise 2028-12-25T22:35:08.035Z sunset 2028-12-26T00:40:47.726Z Moon culminates 76.71 degrees above the horizon -2028-12-26T07:30:13.344Z moonset -2028-12-26T12:15:46.395Z sunrise +2028-12-26T07:30:13.345Z moonset +2028-12-26T12:15:46.396Z sunrise 2028-12-26T17:25:43.672Z Sun culminates 38.10 degrees above the horizon -2028-12-26T18:32:05.864Z moonrise +2028-12-26T18:32:05.863Z moonrise 2028-12-26T22:35:43.828Z sunset 2028-12-27T01:26:33.401Z Moon culminates 80.71 degrees above the horizon -2028-12-27T08:26:24.811Z moonset -2028-12-27T12:16:08.842Z sunrise +2028-12-27T08:26:24.812Z moonset +2028-12-27T12:16:08.843Z sunrise 2028-12-27T17:26:13.054Z Sun culminates 38.14 degrees above the horizon -2028-12-27T19:11:36.117Z moonrise -2028-12-27T22:36:20.668Z sunset +2028-12-27T19:11:36.116Z moonrise +2028-12-27T22:36:20.669Z sunset 2028-12-28T02:15:44.666Z Moon culminates 83.86 degrees above the horizon 2028-12-28T02:19:34.778Z Jupiter aphelion at 5.4539 AU -2028-12-28T09:24:11.013Z moonset -2028-12-28T12:16:29.885Z sunrise -2028-12-28T17:26:42.240Z Sun culminates 38.20 degrees above the horizon -2028-12-28T19:56:59.185Z moonrise +2028-12-28T09:24:11.015Z moonset +2028-12-28T12:16:29.887Z sunrise +2028-12-28T17:26:42.241Z Sun culminates 38.20 degrees above the horizon +2028-12-28T19:56:59.184Z moonrise 2028-12-28T22:36:58.520Z sunset -2028-12-29T03:08:27.762Z Moon culminates 85.90 degrees above the horizon -2028-12-29T10:22:22.681Z moonset -2028-12-29T12:16:49.503Z sunrise -2028-12-29T17:27:11.202Z Sun culminates 38.26 degrees above the horizon +2028-12-29T03:08:27.763Z Moon culminates 85.90 degrees above the horizon +2028-12-29T10:22:22.683Z moonset +2028-12-29T12:16:49.504Z sunrise +2028-12-29T17:27:11.203Z Sun culminates 38.26 degrees above the horizon 2028-12-29T20:48:55.569Z moonrise -2028-12-29T22:37:37.345Z sunset -2028-12-30T04:04:04.507Z Moon culminates 86.55 degrees above the horizon -2028-12-30T11:19:08.868Z moonset -2028-12-30T12:17:07.674Z sunrise -2028-12-30T17:27:39.911Z Sun culminates 38.33 degrees above the horizon +2028-12-29T22:37:37.346Z sunset +2028-12-30T04:04:04.508Z Moon culminates 86.55 degrees above the horizon +2028-12-30T11:19:08.870Z moonset +2028-12-30T12:17:07.676Z sunrise +2028-12-30T17:27:39.912Z Sun culminates 38.33 degrees above the horizon 2028-12-30T21:47:05.329Z moonrise 2028-12-30T22:38:17.107Z sunset 2028-12-31T00:37:24.940Z Mercury max evening elongation: 19.58 degrees from Sun 2028-12-31T05:01:12.699Z Moon culminates 85.64 degrees above the horizon -2028-12-31T10:43:59.718Z Mercury moves from Sagittarius to Capricornus -2028-12-31T12:12:33.198Z moonset -2028-12-31T12:17:24.381Z sunrise +2028-12-31T10:44:00.576Z Mercury moves from Sagittarius to Capricornus +2028-12-31T12:12:33.199Z moonset +2028-12-31T12:17:24.382Z sunrise 2028-12-31T16:48:59.713Z full moon 2028-12-31T16:51:54.549Z total lunar eclipse 2028-12-31T17:28:08.339Z Sun culminates 38.40 degrees above the horizon 2028-12-31T22:38:57.768Z sunset 2028-12-31T22:49:56.921Z moonrise -2029-01-01T05:58:10.198Z Moon culminates 83.13 degrees above the horizon -2029-01-01T12:17:39.606Z sunrise -2029-01-01T13:01:20.023Z moonset +2029-01-01T05:58:10.199Z Moon culminates 83.13 degrees above the horizon +2029-01-01T12:17:39.607Z sunrise +2029-01-01T13:01:20.024Z moonset 2029-01-01T17:28:36.458Z Sun culminates 38.49 degrees above the horizon 2029-01-01T22:39:39.290Z sunset 2029-01-01T23:55:16.074Z moonrise -2029-01-02T06:53:32.759Z Moon culminates 79.18 degrees above the horizon +2029-01-02T06:53:32.760Z Moon culminates 79.18 degrees above the horizon 2029-01-02T12:17:53.334Z sunrise 2029-01-02T13:45:17.497Z moonset 2029-01-02T17:29:04.242Z Sun culminates 38.58 degrees above the horizon @@ -17803,23 +17803,23 @@ 2029-01-03T12:18:05.548Z sunrise 2029-01-03T14:25:08.049Z moonset 2029-01-03T17:29:31.665Z Sun culminates 38.68 degrees above the horizon -2029-01-03T22:41:04.767Z sunset +2029-01-03T22:41:04.768Z sunset 2029-01-04T02:06:01.353Z moonrise -2029-01-04T05:01:04.239Z Saturn moves from Cetus to Aries +2029-01-04T05:02:30.399Z Saturn moves from Cetus to Aries 2029-01-04T08:37:43.458Z Moon culminates 68.17 degrees above the horizon 2029-01-04T12:18:16.236Z sunrise 2029-01-04T15:02:05.022Z moonset -2029-01-04T17:29:58.699Z Sun culminates 38.79 degrees above the horizon -2029-01-04T22:41:48.646Z sunset +2029-01-04T17:29:58.700Z Sun culminates 38.79 degrees above the horizon +2029-01-04T22:41:48.647Z sunset 2029-01-05T03:10:05.860Z moonrise 2029-01-05T04:16:56.561Z lunar perigee at 368909 km 2029-01-05T09:27:23.874Z Moon culminates 61.87 degrees above the horizon -2029-01-05T10:10:51.542Z Venus moves from Ophiuchus to Sagittarius +2029-01-05T10:10:52.193Z Venus moves from Ophiuchus to Sagittarius 2029-01-05T12:18:25.385Z sunrise -2029-01-05T15:37:34.238Z moonset +2029-01-05T15:37:34.237Z moonset 2029-01-05T17:30:25.321Z Sun culminates 38.90 degrees above the horizon 2029-01-05T22:42:33.233Z sunset -2029-01-06T04:13:41.788Z moonrise +2029-01-06T04:13:41.789Z moonrise 2029-01-06T10:16:44.649Z Moon culminates 55.54 degrees above the horizon 2029-01-06T12:18:32.983Z sunrise 2029-01-06T16:13:05.333Z moonset @@ -17827,77 +17827,77 @@ 2029-01-06T22:43:18.488Z sunset 2029-01-07T05:17:31.119Z moonrise 2029-01-07T11:06:52.962Z Moon culminates 49.55 degrees above the horizon -2029-01-07T12:18:39.021Z sunrise +2029-01-07T12:18:39.022Z sunrise 2029-01-07T13:26:52.601Z third quarter -2029-01-07T16:50:09.256Z moonset +2029-01-07T16:50:09.255Z moonset 2029-01-07T17:31:17.223Z Sun culminates 39.15 degrees above the horizon -2029-01-07T22:44:04.370Z sunset +2029-01-07T22:44:04.369Z sunset 2029-01-08T06:22:05.033Z moonrise -2029-01-08T11:58:47.797Z Moon culminates 44.23 degrees above the horizon -2029-01-08T12:18:43.488Z sunrise -2029-01-08T17:30:16.055Z moonset -2029-01-08T17:31:42.451Z Sun culminates 39.29 degrees above the horizon -2029-01-08T22:44:50.836Z sunset -2029-01-09T07:27:19.040Z moonrise -2029-01-09T12:18:46.376Z sunrise -2029-01-09T12:53:04.859Z Moon culminates 39.94 degrees above the horizon +2029-01-08T11:58:47.796Z Moon culminates 44.23 degrees above the horizon +2029-01-08T12:18:43.489Z sunrise +2029-01-08T17:30:16.053Z moonset +2029-01-08T17:31:42.452Z Sun culminates 39.29 degrees above the horizon +2029-01-08T22:44:50.835Z sunset +2029-01-09T07:27:19.039Z moonrise +2029-01-09T12:18:46.378Z sunrise +2029-01-09T12:53:04.858Z Moon culminates 39.94 degrees above the horizon 2029-01-09T17:32:07.165Z Sun culminates 39.44 degrees above the horizon -2029-01-09T18:14:46.724Z moonset -2029-01-09T22:45:37.844Z sunset +2029-01-09T18:14:46.722Z moonset +2029-01-09T22:45:37.842Z sunset 2029-01-10T01:49:51.456Z Mercury perihelion at 0.3075 AU -2029-01-10T08:32:13.482Z moonrise -2029-01-10T12:18:47.678Z sunrise -2029-01-10T13:49:39.551Z Moon culminates 36.97 degrees above the horizon -2029-01-10T17:32:31.337Z Sun culminates 39.59 degrees above the horizon -2029-01-10T19:04:33.987Z moonset -2029-01-10T22:46:25.350Z sunset -2029-01-11T09:34:54.674Z moonrise -2029-01-11T12:18:47.387Z sunrise -2029-01-11T14:47:36.396Z Moon culminates 35.54 degrees above the horizon -2029-01-11T17:32:54.942Z Sun culminates 39.75 degrees above the horizon -2029-01-11T19:59:34.806Z moonset -2029-01-11T22:47:13.308Z sunset -2029-01-12T10:33:10.424Z moonrise -2029-01-12T12:18:45.496Z sunrise -2029-01-12T15:45:18.911Z Moon culminates 35.75 degrees above the horizon -2029-01-12T17:33:17.954Z Sun culminates 39.91 degrees above the horizon -2029-01-12T20:58:33.924Z moonset -2029-01-12T22:48:01.674Z sunset -2029-01-13T00:23:26.840Z Mercury moves from Capricornus to Sagittarius -2029-01-13T11:25:24.867Z moonrise +2029-01-10T08:32:13.481Z moonrise +2029-01-10T12:18:47.681Z sunrise +2029-01-10T13:49:39.550Z Moon culminates 36.97 degrees above the horizon +2029-01-10T17:32:31.336Z Sun culminates 39.59 degrees above the horizon +2029-01-10T19:04:33.985Z moonset +2029-01-10T22:46:25.347Z sunset +2029-01-11T09:34:54.673Z moonrise +2029-01-11T12:18:47.389Z sunrise +2029-01-11T14:47:36.394Z Moon culminates 35.54 degrees above the horizon +2029-01-11T17:32:54.941Z Sun culminates 39.75 degrees above the horizon +2029-01-11T19:59:34.803Z moonset +2029-01-11T22:47:13.305Z sunset +2029-01-12T10:33:10.423Z moonrise +2029-01-12T12:18:45.497Z sunrise +2029-01-12T15:45:18.909Z Moon culminates 35.75 degrees above the horizon +2029-01-12T17:33:17.953Z Sun culminates 39.91 degrees above the horizon +2029-01-12T20:58:33.921Z moonset +2029-01-12T22:48:01.671Z sunset +2029-01-13T00:23:26.111Z Mercury moves from Capricornus to Sagittarius +2029-01-13T11:25:24.866Z moonrise 2029-01-13T12:18:42.001Z sunrise -2029-01-13T16:41:03.147Z Moon culminates 37.50 degrees above the horizon -2029-01-13T17:33:40.349Z Sun culminates 40.08 degrees above the horizon -2029-01-13T21:59:23.234Z moonset -2029-01-13T22:48:50.403Z sunset +2029-01-13T16:41:03.146Z Moon culminates 37.50 degrees above the horizon +2029-01-13T17:33:40.348Z Sun culminates 40.08 degrees above the horizon +2029-01-13T21:59:23.231Z moonset +2029-01-13T22:48:50.401Z sunset 2029-01-14T12:11:11.737Z moonrise 2029-01-14T12:18:36.895Z sunrise 2029-01-14T17:25:04.182Z new moon 2029-01-14T17:25:42.765Z partial solar eclipse peak at 40.22 degrees altitude -2029-01-14T17:33:35.294Z Moon culminates 40.55 degrees above the horizon -2029-01-14T17:34:02.102Z Sun culminates 40.26 degrees above the horizon -2029-01-14T22:49:39.451Z sunset -2029-01-14T22:59:52.503Z moonset -2029-01-15T12:18:30.177Z sunrise -2029-01-15T12:51:06.915Z moonrise -2029-01-15T17:34:23.190Z Sun culminates 40.45 degrees above the horizon -2029-01-15T18:22:29.233Z Moon culminates 44.59 degrees above the horizon -2029-01-15T22:50:28.773Z sunset -2029-01-15T23:58:33.984Z moonset +2029-01-14T17:33:35.293Z Moon culminates 40.55 degrees above the horizon +2029-01-14T17:34:02.101Z Sun culminates 40.26 degrees above the horizon +2029-01-14T22:49:39.449Z sunset +2029-01-14T22:59:52.501Z moonset +2029-01-15T12:18:30.176Z sunrise +2029-01-15T12:51:06.914Z moonrise +2029-01-15T17:34:23.189Z Sun culminates 40.45 degrees above the horizon +2029-01-15T18:22:29.232Z Moon culminates 44.59 degrees above the horizon +2029-01-15T22:50:28.772Z sunset +2029-01-15T23:58:33.983Z moonset 2029-01-16T08:09:33.202Z Mercury inferior conjunction -2029-01-16T12:18:21.845Z sunrise -2029-01-16T13:26:19.986Z moonrise +2029-01-16T12:18:21.844Z sunrise +2029-01-16T13:26:19.985Z moonrise 2029-01-16T17:34:43.589Z Sun culminates 40.64 degrees above the horizon -2029-01-16T19:08:00.785Z Moon culminates 49.31 degrees above the horizon -2029-01-16T22:51:18.327Z sunset -2029-01-17T00:54:55.299Z moonset -2029-01-17T12:18:11.898Z sunrise +2029-01-16T19:08:00.784Z Moon culminates 49.31 degrees above the horizon +2029-01-16T22:51:18.326Z sunset +2029-01-17T00:54:55.298Z moonset +2029-01-17T12:18:11.897Z sunrise 2029-01-17T13:58:09.929Z moonrise 2029-01-17T17:35:03.280Z Sun culminates 40.84 degrees above the horizon 2029-01-17T19:50:52.087Z Moon culminates 54.44 degrees above the horizon 2029-01-17T22:52:08.070Z sunset 2029-01-18T01:49:07.995Z moonset -2029-01-18T12:18:00.338Z sunrise +2029-01-18T12:18:00.337Z sunrise 2029-01-18T14:27:53.130Z moonrise 2029-01-18T17:35:22.243Z Sun culminates 41.05 degrees above the horizon 2029-01-18T20:31:57.919Z Moon culminates 59.73 degrees above the horizon @@ -17910,7 +17910,7 @@ 2029-01-19T21:17:12.454Z Mars aphelion at 1.6661 AU 2029-01-19T22:53:47.964Z sunset 2029-01-20T03:33:50.471Z moonset -2029-01-20T12:17:32.395Z sunrise +2029-01-20T12:17:32.396Z sunrise 2029-01-20T15:25:40.605Z moonrise 2029-01-20T17:35:57.915Z Sun culminates 41.48 degrees above the horizon 2029-01-20T18:07:42.797Z lunar apogee at 404874 km @@ -17924,78 +17924,78 @@ 2029-01-21T22:55:28.150Z sunset 2029-01-22T05:19:09.829Z moonset 2029-01-22T12:16:58.072Z sunrise -2029-01-22T16:28:54.067Z moonrise -2029-01-22T17:36:30.486Z Sun culminates 41.93 degrees above the horizon +2029-01-22T16:28:54.066Z moonrise +2029-01-22T17:36:30.487Z Sun culminates 41.93 degrees above the horizon 2029-01-22T19:23:48.473Z first quarter 2029-01-22T22:56:18.265Z sunset 2029-01-22T23:18:32.892Z Moon culminates 79.04 degrees above the horizon -2029-01-23T06:13:46.066Z moonset +2029-01-23T06:13:46.067Z moonset 2029-01-23T12:16:38.544Z sunrise 2029-01-23T17:05:36.517Z moonrise -2029-01-23T17:36:45.581Z Sun culminates 42.17 degrees above the horizon +2029-01-23T17:36:45.582Z Sun culminates 42.17 degrees above the horizon 2029-01-23T22:57:08.352Z sunset 2029-01-24T00:05:22.593Z Moon culminates 82.54 degrees above the horizon 2029-01-24T07:09:55.356Z moonset 2029-01-24T12:16:17.455Z sunrise -2029-01-24T17:36:59.871Z Sun culminates 42.41 degrees above the horizon -2029-01-24T17:47:25.648Z moonrise -2029-01-24T22:57:58.381Z sunset -2029-01-25T00:55:34.339Z Moon culminates 85.08 degrees above the horizon -2029-01-25T08:07:03.581Z moonset +2029-01-24T17:36:59.872Z Sun culminates 42.41 degrees above the horizon +2029-01-24T17:47:25.649Z moonrise +2029-01-24T22:57:58.382Z sunset +2029-01-25T00:55:34.340Z Moon culminates 85.08 degrees above the horizon +2029-01-25T08:07:03.582Z moonset 2029-01-25T12:15:54.821Z sunrise 2029-01-25T17:37:13.351Z Sun culminates 42.66 degrees above the horizon -2029-01-25T18:35:24.943Z moonrise -2029-01-25T22:58:48.325Z sunset -2029-01-26T01:49:03.228Z Moon culminates 86.40 degrees above the horizon +2029-01-25T18:35:24.944Z moonrise +2029-01-25T22:58:48.326Z sunset +2029-01-26T01:49:03.229Z Moon culminates 86.40 degrees above the horizon 2029-01-26T09:03:53.563Z moonset 2029-01-26T12:15:30.661Z sunrise -2029-01-26T17:37:26.015Z Sun culminates 42.91 degrees above the horizon -2029-01-26T19:29:59.238Z moonrise -2029-01-26T22:59:38.160Z sunset -2029-01-27T02:45:02.877Z Moon culminates 86.27 degrees above the horizon +2029-01-26T17:37:26.016Z Sun culminates 42.91 degrees above the horizon +2029-01-26T19:29:59.239Z moonrise +2029-01-26T22:59:38.161Z sunset +2029-01-27T02:45:02.878Z Moon culminates 86.27 degrees above the horizon 2029-01-27T09:58:41.632Z moonset 2029-01-27T12:15:04.992Z sunrise 2029-01-27T17:37:37.863Z Sun culminates 43.17 degrees above the horizon -2029-01-27T20:30:30.234Z moonrise -2029-01-27T23:00:27.861Z sunset +2029-01-27T20:30:30.235Z moonrise +2029-01-27T23:00:27.862Z sunset 2029-01-28T01:33:24.079Z Pluto conjunction -2029-01-28T03:42:11.833Z Moon culminates 84.55 degrees above the horizon +2029-01-28T03:42:11.834Z Moon culminates 84.55 degrees above the horizon 2029-01-28T10:49:54.815Z moonset 2029-01-28T12:14:37.835Z sunrise -2029-01-28T17:37:48.892Z Sun culminates 43.44 degrees above the horizon +2029-01-28T17:37:48.893Z Sun culminates 43.44 degrees above the horizon 2029-01-28T21:35:16.296Z moonrise -2029-01-28T23:01:17.407Z sunset +2029-01-28T23:01:17.408Z sunset 2029-01-29T04:38:59.937Z Moon culminates 81.25 degrees above the horizon 2029-01-29T11:36:46.443Z moonset -2029-01-29T12:14:09.211Z sunrise +2029-01-29T12:14:09.210Z sunrise 2029-01-29T17:37:59.105Z Sun culminates 43.71 degrees above the horizon 2029-01-29T22:42:08.970Z moonrise 2029-01-29T23:02:06.779Z sunset 2029-01-30T05:34:21.127Z Moon culminates 76.57 degrees above the horizon 2029-01-30T06:04:04.272Z full moon -2029-01-30T12:13:39.142Z sunrise -2029-01-30T12:19:26.581Z moonset +2029-01-30T12:13:39.141Z sunrise +2029-01-30T12:19:26.580Z moonset 2029-01-30T17:38:08.502Z Sun culminates 43.98 degrees above the horizon 2029-01-30T23:02:55.957Z sunset 2029-01-30T23:49:23.172Z moonrise 2029-01-31T06:27:52.302Z Moon culminates 70.84 degrees above the horizon -2029-01-31T12:13:07.649Z sunrise -2029-01-31T12:58:48.411Z moonset +2029-01-31T12:13:07.648Z sunrise +2029-01-31T12:58:48.410Z moonset 2029-01-31T17:38:17.086Z Sun culminates 44.26 degrees above the horizon 2029-01-31T23:03:44.926Z sunset -2029-01-31T23:44:11.428Z Venus moves from Sagittarius to Capricornus -2029-02-01T00:56:05.624Z moonrise +2029-01-31T23:44:12.068Z Venus moves from Sagittarius to Capricornus +2029-02-01T00:56:05.625Z moonrise 2029-02-01T07:19:51.722Z Moon culminates 64.47 degrees above the horizon -2029-02-01T12:12:34.757Z sunrise +2029-02-01T12:12:34.756Z sunrise 2029-02-01T12:18:52.974Z lunar perigee at 363324 km 2029-02-01T13:36:08.338Z moonset -2029-02-01T17:38:24.862Z Sun culminates 44.55 degrees above the horizon -2029-02-01T23:04:33.670Z sunset +2029-02-01T17:38:24.861Z Sun culminates 44.55 degrees above the horizon +2029-02-01T23:04:33.671Z sunset 2029-02-02T02:02:11.670Z moonrise 2029-02-02T08:11:05.395Z Moon culminates 57.90 degrees above the horizon -2029-02-02T12:12:00.489Z sunrise +2029-02-02T12:12:00.488Z sunrise 2029-02-02T14:12:52.097Z moonset -2029-02-02T17:38:31.833Z Sun culminates 44.84 degrees above the horizon +2029-02-02T17:38:31.832Z Sun culminates 44.84 degrees above the horizon 2029-02-02T23:05:22.175Z sunset 2029-02-03T03:08:03.629Z moonrise 2029-02-03T09:02:31.112Z Moon culminates 51.57 degrees above the horizon @@ -18006,596 +18006,596 @@ 2029-02-04T04:14:04.095Z moonrise 2029-02-04T09:55:03.467Z Moon culminates 45.88 degrees above the horizon 2029-02-04T12:10:47.918Z sunrise -2029-02-04T15:30:23.360Z moonset +2029-02-04T15:30:23.359Z moonset 2029-02-04T17:38:43.381Z Sun culminates 45.43 degrees above the horizon -2029-02-04T23:06:58.411Z sunset +2029-02-04T23:06:58.410Z sunset 2029-02-05T05:20:10.258Z moonrise 2029-02-05T10:49:18.933Z Moon culminates 41.18 degrees above the horizon -2029-02-05T12:10:09.664Z sunrise -2029-02-05T16:13:57.019Z moonset +2029-02-05T12:10:09.665Z sunrise +2029-02-05T16:13:57.018Z moonset 2029-02-05T17:38:47.970Z Sun culminates 45.74 degrees above the horizon 2029-02-05T21:52:43.808Z third quarter -2029-02-05T23:07:46.115Z sunset -2029-02-06T06:25:34.584Z moonrise -2029-02-06T11:45:21.001Z Moon culminates 37.78 degrees above the horizon -2029-02-06T12:09:30.131Z sunrise -2029-02-06T17:02:05.399Z moonset +2029-02-05T23:07:46.113Z sunset +2029-02-06T06:25:34.583Z moonrise +2029-02-06T11:45:21.000Z Moon culminates 37.78 degrees above the horizon +2029-02-06T12:09:30.133Z sunrise +2029-02-06T17:02:05.398Z moonset 2029-02-06T17:38:51.775Z Sun culminates 46.05 degrees above the horizon -2029-02-06T23:08:33.524Z sunset -2029-02-07T07:28:43.009Z moonrise -2029-02-07T12:08:49.343Z sunrise -2029-02-07T12:42:30.757Z Moon culminates 35.89 degrees above the horizon +2029-02-06T23:08:33.522Z sunset +2029-02-07T07:28:43.007Z moonrise +2029-02-07T12:08:49.345Z sunrise +2029-02-07T12:42:30.755Z Moon culminates 35.89 degrees above the horizon 2029-02-07T17:38:54.803Z Sun culminates 46.36 degrees above the horizon -2029-02-07T17:55:00.606Z moonset -2029-02-07T23:09:20.627Z sunset -2029-02-08T08:27:41.120Z moonrise -2029-02-08T12:08:07.323Z sunrise -2029-02-08T13:39:32.620Z Moon culminates 35.58 degrees above the horizon -2029-02-08T17:38:57.058Z Sun culminates 46.68 degrees above the horizon -2029-02-08T18:51:54.361Z moonset -2029-02-08T23:10:07.408Z sunset +2029-02-07T17:55:00.604Z moonset +2029-02-07T23:09:20.624Z sunset +2029-02-08T08:27:41.118Z moonrise +2029-02-08T12:08:07.325Z sunrise +2029-02-08T13:39:32.618Z Moon culminates 35.58 degrees above the horizon +2029-02-08T17:38:57.057Z Sun culminates 46.68 degrees above the horizon +2029-02-08T18:51:54.359Z moonset +2029-02-08T23:10:07.405Z sunset 2029-02-09T01:43:03.008Z Mercury max morning elongation: 25.75 degrees from Sun -2029-02-09T09:20:58.997Z moonrise -2029-02-09T12:07:24.096Z sunrise -2029-02-09T14:34:58.786Z Moon culminates 36.80 degrees above the horizon -2029-02-09T17:38:58.546Z Sun culminates 47.00 degrees above the horizon -2029-02-09T19:51:06.714Z moonset -2029-02-09T23:10:53.855Z sunset -2029-02-10T10:08:03.746Z moonrise +2029-02-09T09:20:58.995Z moonrise +2029-02-09T12:07:24.097Z sunrise +2029-02-09T14:34:58.784Z Moon culminates 36.80 degrees above the horizon +2029-02-09T17:38:58.545Z Sun culminates 47.00 degrees above the horizon +2029-02-09T19:51:06.712Z moonset +2029-02-09T23:10:53.853Z sunset +2029-02-10T10:08:03.744Z moonrise 2029-02-10T12:06:39.685Z sunrise -2029-02-10T15:27:40.136Z Moon culminates 39.36 degrees above the horizon -2029-02-10T17:38:59.271Z Sun culminates 47.33 degrees above the horizon -2029-02-10T20:50:42.622Z moonset -2029-02-10T23:11:39.955Z sunset -2029-02-11T10:49:19.606Z moonrise +2029-02-10T15:27:40.135Z Moon culminates 39.36 degrees above the horizon +2029-02-10T17:38:59.270Z Sun culminates 47.33 degrees above the horizon +2029-02-10T20:50:42.621Z moonset +2029-02-10T23:11:39.954Z sunset +2029-02-11T10:49:19.604Z moonrise 2029-02-11T12:05:54.112Z sunrise -2029-02-11T16:17:04.862Z Moon culminates 43.00 degrees above the horizon -2029-02-11T16:38:46.353Z Neptune moves from Pisces to Cetus -2029-02-11T17:38:59.240Z Sun culminates 47.66 degrees above the horizon -2029-02-11T21:49:12.306Z moonset -2029-02-11T23:12:25.697Z sunset -2029-02-12T11:25:46.234Z moonrise -2029-02-12T12:05:07.401Z sunrise -2029-02-12T17:03:18.364Z Moon culminates 47.43 degrees above the horizon -2029-02-12T17:38:58.458Z Sun culminates 47.99 degrees above the horizon +2029-02-11T16:17:04.861Z Moon culminates 43.00 degrees above the horizon +2029-02-11T16:39:13.203Z Neptune moves from Pisces to Cetus +2029-02-11T17:38:59.239Z Sun culminates 47.66 degrees above the horizon +2029-02-11T21:49:12.305Z moonset +2029-02-11T23:12:25.696Z sunset +2029-02-12T11:25:46.232Z moonrise +2029-02-12T12:05:07.400Z sunrise +2029-02-12T17:03:18.363Z Moon culminates 47.43 degrees above the horizon +2029-02-12T17:38:58.457Z Sun culminates 47.99 degrees above the horizon 2029-02-12T22:45:50.537Z moonset -2029-02-12T23:13:11.068Z sunset +2029-02-12T23:13:11.067Z sunset 2029-02-13T10:32:06.131Z new moon -2029-02-13T11:58:36.229Z moonrise -2029-02-13T12:04:19.575Z sunrise -2029-02-13T17:38:56.931Z Sun culminates 48.33 degrees above the horizon +2029-02-13T11:58:36.228Z moonrise +2029-02-13T12:04:19.574Z sunrise +2029-02-13T17:38:56.930Z Sun culminates 48.33 degrees above the horizon 2029-02-13T17:46:52.234Z Moon culminates 52.37 degrees above the horizon -2029-02-13T18:29:36.784Z Mercury moves from Sagittarius to Capricornus +2029-02-13T18:29:37.435Z Mercury moves from Sagittarius to Capricornus 2029-02-13T23:13:56.058Z sunset 2029-02-13T23:40:33.247Z moonset -2029-02-14T12:03:30.657Z sunrise -2029-02-14T12:29:02.015Z moonrise +2029-02-14T12:03:30.656Z sunrise +2029-02-14T12:29:02.014Z moonrise 2029-02-14T17:38:54.666Z Sun culminates 48.67 degrees above the horizon 2029-02-14T18:28:32.291Z Moon culminates 57.59 degrees above the horizon 2029-02-14T23:14:40.658Z sunset -2029-02-15T00:33:44.137Z moonset -2029-02-15T12:02:40.670Z sunrise -2029-02-15T12:58:11.449Z moonrise +2029-02-15T00:33:44.138Z moonset +2029-02-15T12:02:40.669Z sunrise +2029-02-15T12:58:11.448Z moonrise 2029-02-15T17:38:51.671Z Sun culminates 49.02 degrees above the horizon 2029-02-15T19:09:10.313Z Moon culminates 62.88 degrees above the horizon 2029-02-15T23:15:24.859Z sunset -2029-02-16T01:26:01.472Z moonset -2029-02-16T12:01:49.640Z sunrise +2029-02-16T01:26:01.473Z moonset +2029-02-16T12:01:49.639Z sunrise 2029-02-16T13:27:08.449Z moonrise 2029-02-16T17:38:47.954Z Sun culminates 49.36 degrees above the horizon 2029-02-16T19:49:39.583Z Moon culminates 68.04 degrees above the horizon -2029-02-16T23:16:08.654Z sunset +2029-02-16T23:16:08.655Z sunset 2029-02-17T02:18:08.180Z moonset 2029-02-17T11:58:21.321Z lunar apogee at 405802 km -2029-02-17T12:00:57.590Z sunrise -2029-02-17T13:56:55.684Z moonrise +2029-02-17T12:00:57.589Z sunrise +2029-02-17T13:56:55.683Z moonrise 2029-02-17T17:38:43.524Z Sun culminates 49.71 degrees above the horizon 2029-02-17T20:30:52.592Z Moon culminates 72.92 degrees above the horizon 2029-02-17T23:16:52.038Z sunset 2029-02-18T03:10:44.283Z moonset -2029-02-18T12:00:04.545Z sunrise +2029-02-18T12:00:04.544Z sunrise 2029-02-18T14:28:37.522Z moonrise 2029-02-18T17:38:38.393Z Sun culminates 50.07 degrees above the horizon -2029-02-18T21:13:39.027Z Moon culminates 77.33 degrees above the horizon -2029-02-18T23:17:35.006Z sunset +2029-02-18T21:13:39.028Z Moon culminates 77.33 degrees above the horizon +2029-02-18T23:17:35.007Z sunset 2029-02-19T04:04:19.549Z moonset 2029-02-19T09:16:58.051Z Venus aphelion at 0.7282 AU -2029-02-19T11:59:10.533Z sunrise +2029-02-19T11:59:10.532Z sunrise 2029-02-19T15:03:21.773Z moonrise 2029-02-19T17:38:32.572Z Sun culminates 50.43 degrees above the horizon -2029-02-19T21:58:42.328Z Moon culminates 81.08 degrees above the horizon -2029-02-19T23:18:17.557Z sunset -2029-02-20T04:59:04.835Z moonset -2029-02-20T11:58:15.581Z sunrise -2029-02-20T15:42:18.169Z moonrise +2029-02-19T21:58:42.329Z Moon culminates 81.08 degrees above the horizon +2029-02-19T23:18:17.558Z sunset +2029-02-20T04:59:04.836Z moonset +2029-02-20T11:58:15.579Z sunrise +2029-02-20T15:42:18.170Z moonrise 2029-02-20T17:38:26.074Z Sun culminates 50.78 degrees above the horizon -2029-02-20T22:46:33.470Z Moon culminates 83.99 degrees above the horizon -2029-02-20T23:18:59.689Z sunset -2029-02-21T05:54:42.742Z moonset -2029-02-21T11:57:19.715Z sunrise +2029-02-20T22:46:33.471Z Moon culminates 83.99 degrees above the horizon +2029-02-20T23:18:59.690Z sunset +2029-02-21T05:54:42.744Z moonset +2029-02-21T11:57:19.713Z sunrise 2029-02-21T15:10:32.506Z first quarter -2029-02-21T16:26:30.732Z moonrise +2029-02-21T16:26:30.734Z moonrise 2029-02-21T17:38:18.913Z Sun culminates 51.15 degrees above the horizon -2029-02-21T23:19:41.404Z sunset -2029-02-21T23:37:22.026Z Moon culminates 85.82 degrees above the horizon -2029-02-22T06:50:22.202Z moonset -2029-02-22T11:56:22.964Z sunrise -2029-02-22T17:16:41.971Z moonrise +2029-02-21T23:19:41.406Z sunset +2029-02-21T23:37:22.027Z Moon culminates 85.82 degrees above the horizon +2029-02-22T06:50:22.203Z moonset +2029-02-22T11:56:22.962Z sunrise +2029-02-22T17:16:41.973Z moonrise 2029-02-22T17:38:11.106Z Sun culminates 51.51 degrees above the horizon -2029-02-22T22:56:26.705Z Venus moves from Capricornus to Aquarius -2029-02-22T23:20:22.705Z sunset -2029-02-23T00:30:47.775Z Moon culminates 86.37 degrees above the horizon +2029-02-22T22:56:27.351Z Venus moves from Capricornus to Aquarius +2029-02-22T23:20:22.707Z sunset +2029-02-23T00:30:47.777Z Moon culminates 86.37 degrees above the horizon 2029-02-23T01:27:16.477Z Mercury aphelion at 0.4667 AU 2029-02-23T07:44:45.126Z moonset -2029-02-23T11:55:25.359Z sunrise +2029-02-23T11:55:25.357Z sunrise 2029-02-23T17:38:02.669Z Sun culminates 51.88 degrees above the horizon -2029-02-23T18:12:52.523Z moonrise -2029-02-23T23:21:03.596Z sunset -2029-02-24T01:25:59.881Z Moon culminates 85.46 degrees above the horizon +2029-02-23T18:12:52.525Z moonrise +2029-02-23T23:21:03.598Z sunset +2029-02-24T01:25:59.882Z Moon culminates 85.46 degrees above the horizon 2029-02-24T08:36:29.394Z moonset -2029-02-24T11:54:26.929Z sunrise +2029-02-24T11:54:26.927Z sunrise 2029-02-24T17:37:53.621Z Sun culminates 52.25 degrees above the horizon -2029-02-24T19:14:09.714Z moonrise -2029-02-24T23:21:44.084Z sunset -2029-02-25T02:21:49.741Z Moon culminates 83.02 degrees above the horizon -2029-02-25T09:24:38.869Z moonset -2029-02-25T11:53:27.704Z sunrise +2029-02-24T19:14:09.716Z moonrise +2029-02-24T23:21:44.086Z sunset +2029-02-25T02:21:49.742Z Moon culminates 83.02 degrees above the horizon +2029-02-25T09:24:38.868Z moonset +2029-02-25T11:53:27.702Z sunrise 2029-02-25T17:37:43.979Z Sun culminates 52.62 degrees above the horizon -2029-02-25T20:19:00.408Z moonrise -2029-02-25T23:22:24.176Z sunset +2029-02-25T20:19:00.410Z moonrise +2029-02-25T23:22:24.177Z sunset 2029-02-26T03:17:14.429Z Moon culminates 79.12 degrees above the horizon -2029-02-26T10:09:02.043Z moonset -2029-02-26T11:52:27.716Z sunrise +2029-02-26T10:09:02.042Z moonset +2029-02-26T11:52:27.715Z sunrise 2029-02-26T17:37:33.765Z Sun culminates 53.00 degrees above the horizon -2029-02-26T21:25:45.898Z moonrise -2029-02-26T23:23:03.881Z sunset +2029-02-26T21:25:45.900Z moonrise +2029-02-26T23:23:03.882Z sunset 2029-02-27T04:11:37.974Z Moon culminates 73.94 degrees above the horizon -2029-02-27T10:50:10.759Z moonset -2029-02-27T11:51:26.996Z sunrise +2029-02-27T10:50:10.758Z moonset +2029-02-27T11:51:26.995Z sunrise 2029-02-27T17:37:22.999Z Sun culminates 53.37 degrees above the horizon -2029-02-27T22:33:15.831Z moonrise -2029-02-27T23:23:43.210Z sunset +2029-02-27T22:33:15.832Z moonrise +2029-02-27T23:23:43.211Z sunset 2029-02-28T05:04:59.655Z Moon culminates 67.83 degrees above the horizon -2029-02-28T11:29:06.859Z moonset -2029-02-28T11:50:25.575Z sunrise +2029-02-28T11:29:06.858Z moonset +2029-02-28T11:50:25.574Z sunrise 2029-02-28T17:10:39.846Z full moon -2029-02-28T17:37:11.703Z Sun culminates 53.75 degrees above the horizon -2029-02-28T23:24:22.175Z sunset -2029-02-28T23:41:00.964Z moonrise +2029-02-28T17:37:11.702Z Sun culminates 53.75 degrees above the horizon +2029-02-28T23:24:22.176Z sunset +2029-02-28T23:41:00.965Z moonrise 2029-03-01T05:57:48.917Z Moon culminates 61.21 degrees above the horizon -2029-03-01T11:49:23.485Z sunrise -2029-03-01T12:07:08.547Z moonset +2029-03-01T11:49:23.483Z sunrise +2029-03-01T12:07:08.546Z moonset 2029-03-01T17:36:59.897Z Sun culminates 54.13 degrees above the horizon 2029-03-01T18:28:01.417Z lunar perigee at 358617 km -2029-03-01T23:25:00.787Z sunset -2029-03-02T00:49:03.382Z moonrise -2029-03-02T06:50:52.819Z Moon culminates 54.54 degrees above the horizon -2029-03-02T11:48:20.755Z sunrise -2029-03-02T12:45:41.438Z moonset +2029-03-01T23:25:00.788Z sunset +2029-03-02T00:49:03.383Z moonrise +2029-03-02T06:50:52.820Z Moon culminates 54.54 degrees above the horizon +2029-03-02T11:48:20.754Z sunrise +2029-03-02T12:45:41.437Z moonset 2029-03-02T17:36:47.604Z Sun culminates 54.51 degrees above the horizon -2029-03-02T23:25:39.060Z sunset -2029-03-03T01:57:33.296Z moonrise +2029-03-02T23:25:39.061Z sunset +2029-03-03T01:57:33.297Z moonrise 2029-03-03T07:45:00.574Z Moon culminates 48.32 degrees above the horizon -2029-03-03T11:47:17.419Z sunrise -2029-03-03T13:26:12.531Z moonset +2029-03-03T11:47:17.418Z sunrise +2029-03-03T13:26:12.530Z moonset 2029-03-03T17:36:34.847Z Sun culminates 54.90 degrees above the horizon -2029-03-03T23:26:17.007Z sunset -2029-03-04T03:06:21.194Z moonrise +2029-03-03T23:26:17.008Z sunset +2029-03-04T03:06:21.195Z moonrise 2029-03-04T08:40:46.489Z Moon culminates 43.02 degrees above the horizon -2029-03-04T11:46:13.506Z sunrise -2029-03-04T14:10:02.270Z moonset +2029-03-04T11:46:13.505Z sunrise +2029-03-04T14:10:02.269Z moonset 2029-03-04T17:36:21.647Z Sun culminates 55.28 degrees above the horizon 2029-03-04T23:26:54.642Z sunset -2029-03-04T23:54:49.306Z Mercury moves from Capricornus to Aquarius +2029-03-04T23:54:49.792Z Mercury moves from Capricornus to Aquarius 2029-03-05T04:14:34.184Z moonrise -2029-03-05T09:38:12.896Z Moon culminates 39.00 degrees above the horizon -2029-03-05T11:45:09.046Z sunrise -2029-03-05T14:58:09.861Z moonset +2029-03-05T09:38:12.895Z Moon culminates 39.00 degrees above the horizon +2029-03-05T11:45:09.047Z sunrise +2029-03-05T14:58:09.860Z moonset 2029-03-05T17:36:08.025Z Sun culminates 55.67 degrees above the horizon -2029-03-05T23:27:31.976Z sunset -2029-03-06T05:20:30.571Z moonrise -2029-03-06T10:36:39.316Z Moon culminates 36.53 degrees above the horizon -2029-03-06T11:44:04.072Z sunrise -2029-03-06T15:50:51.935Z moonset +2029-03-05T23:27:31.975Z sunset +2029-03-06T05:20:30.570Z moonrise +2029-03-06T10:36:39.315Z Moon culminates 36.53 degrees above the horizon +2029-03-06T11:44:04.073Z sunrise +2029-03-06T15:50:51.933Z moonset 2029-03-06T17:35:54.004Z Sun culminates 56.06 degrees above the horizon -2029-03-06T23:28:09.021Z sunset -2029-03-07T06:22:05.713Z moonrise +2029-03-06T23:28:09.019Z sunset +2029-03-07T06:22:05.712Z moonrise 2029-03-07T07:52:10.352Z third quarter -2029-03-07T11:34:48.125Z Moon culminates 35.71 degrees above the horizon -2029-03-07T11:42:58.711Z sunrise -2029-03-07T16:47:26.012Z moonset +2029-03-07T11:34:48.123Z Moon culminates 35.71 degrees above the horizon +2029-03-07T11:42:58.713Z sunrise +2029-03-07T16:47:26.010Z moonset 2029-03-07T17:35:39.603Z Sun culminates 56.45 degrees above the horizon -2029-03-07T23:28:45.788Z sunset -2029-03-08T07:17:40.247Z moonrise -2029-03-08T11:41:52.794Z sunrise -2029-03-08T12:31:10.014Z Moon culminates 36.47 degrees above the horizon +2029-03-07T23:28:45.786Z sunset +2029-03-08T07:17:40.245Z moonrise +2029-03-08T11:41:52.795Z sunrise +2029-03-08T12:31:10.013Z Moon culminates 36.47 degrees above the horizon 2029-03-08T17:35:24.842Z Sun culminates 56.84 degrees above the horizon -2029-03-08T17:46:17.783Z moonset -2029-03-08T23:29:22.288Z sunset -2029-03-09T08:06:36.382Z moonrise -2029-03-09T11:40:46.449Z sunrise -2029-03-09T13:24:35.845Z Moon culminates 38.63 degrees above the horizon -2029-03-09T17:35:09.742Z Sun culminates 57.23 degrees above the horizon -2029-03-09T18:45:36.213Z moonset -2029-03-09T23:29:58.532Z sunset -2029-03-10T08:49:18.595Z moonrise -2029-03-10T11:39:39.703Z sunrise -2029-03-10T14:14:35.148Z Moon culminates 41.91 degrees above the horizon +2029-03-08T17:46:17.782Z moonset +2029-03-08T23:29:22.287Z sunset +2029-03-09T08:06:36.380Z moonrise +2029-03-09T11:40:46.450Z sunrise +2029-03-09T13:24:35.844Z Moon culminates 38.63 degrees above the horizon +2029-03-09T17:35:09.741Z Sun culminates 57.23 degrees above the horizon +2029-03-09T18:45:36.212Z moonset +2029-03-09T23:29:58.530Z sunset +2029-03-10T08:49:18.593Z moonrise +2029-03-10T11:39:39.704Z sunrise +2029-03-10T14:14:35.147Z Moon culminates 41.91 degrees above the horizon 2029-03-10T17:34:54.319Z Sun culminates 57.62 degrees above the horizon 2029-03-10T19:43:53.397Z moonset -2029-03-10T23:30:34.528Z sunset -2029-03-11T09:26:49.730Z moonrise +2029-03-10T23:30:34.527Z sunset +2029-03-11T09:26:49.728Z moonrise 2029-03-11T11:38:32.585Z sunrise -2029-03-11T15:01:15.091Z Moon culminates 46.03 degrees above the horizon +2029-03-11T15:01:15.090Z Moon culminates 46.03 degrees above the horizon 2029-03-11T17:34:38.593Z Sun culminates 58.01 degrees above the horizon -2029-03-11T20:40:24.203Z moonset +2029-03-11T20:40:24.204Z moonset 2029-03-11T23:31:10.285Z sunset -2029-03-12T10:00:26.069Z moonrise +2029-03-12T10:00:26.068Z moonrise 2029-03-12T11:37:25.120Z sunrise 2029-03-12T15:45:08.550Z Moon culminates 50.74 degrees above the horizon -2029-03-12T17:34:22.581Z Sun culminates 58.40 degrees above the horizon -2029-03-12T21:35:03.396Z moonset +2029-03-12T17:34:22.580Z Sun culminates 58.40 degrees above the horizon +2029-03-12T21:35:03.397Z moonset 2029-03-12T23:31:45.813Z sunset -2029-03-13T10:31:22.776Z moonrise +2029-03-13T10:31:22.774Z moonrise 2029-03-13T11:36:17.334Z sunrise 2029-03-13T16:27:01.663Z Moon culminates 55.81 degrees above the horizon 2029-03-13T17:34:06.299Z Sun culminates 58.80 degrees above the horizon -2029-03-13T22:28:12.628Z moonset -2029-03-13T23:32:21.119Z sunset -2029-03-14T11:00:48.948Z moonrise -2029-03-14T11:35:09.254Z sunrise +2029-03-13T22:28:12.629Z moonset +2029-03-13T23:32:21.120Z sunset +2029-03-14T11:00:48.946Z moonrise +2029-03-14T11:35:09.252Z sunrise 2029-03-14T17:07:45.408Z Moon culminates 61.02 degrees above the horizon 2029-03-14T17:33:49.765Z Sun culminates 59.19 degrees above the horizon -2029-03-14T23:20:27.469Z moonset -2029-03-14T23:32:56.211Z sunset +2029-03-14T23:20:27.470Z moonset +2029-03-14T23:32:56.212Z sunset 2029-03-15T04:19:50.860Z new moon -2029-03-15T11:29:48.054Z moonrise -2029-03-15T11:34:00.903Z sunrise +2029-03-15T11:29:48.053Z moonrise +2029-03-15T11:34:00.902Z sunrise 2029-03-15T17:33:32.996Z Sun culminates 59.59 degrees above the horizon 2029-03-15T17:48:11.124Z Moon culminates 66.20 degrees above the horizon -2029-03-15T23:33:31.098Z sunset -2029-03-16T00:12:27.668Z moonset -2029-03-16T11:32:52.307Z sunrise -2029-03-16T11:59:20.461Z moonrise +2029-03-15T23:33:31.099Z sunset +2029-03-16T00:12:27.669Z moonset +2029-03-16T11:32:52.306Z sunrise +2029-03-16T11:59:20.460Z moonrise 2029-03-16T17:33:16.007Z Sun culminates 59.98 degrees above the horizon 2029-03-16T18:29:08.198Z Moon culminates 71.15 degrees above the horizon 2029-03-16T21:33:30.577Z lunar apogee at 406518 km -2029-03-16T23:34:05.788Z sunset -2029-03-17T01:04:49.808Z moonset -2029-03-17T08:03:17.580Z Venus moves from Aquarius to Pisces -2029-03-17T11:31:43.492Z sunrise -2029-03-17T12:30:26.161Z moonrise +2029-03-16T23:34:05.789Z sunset +2029-03-17T01:04:49.809Z moonset +2029-03-17T08:03:18.174Z Venus moves from Aquarius to Pisces +2029-03-17T11:31:43.491Z sunrise +2029-03-17T12:30:26.160Z moonrise 2029-03-17T17:32:58.817Z Sun culminates 60.38 degrees above the horizon 2029-03-17T19:11:22.161Z Moon culminates 75.71 degrees above the horizon -2029-03-17T23:34:40.288Z sunset -2029-03-18T01:58:00.520Z moonset -2029-03-18T11:30:34.482Z sunrise -2029-03-18T13:04:06.398Z moonrise +2029-03-17T23:34:40.289Z sunset +2029-03-18T01:58:00.522Z moonset +2029-03-18T11:30:34.481Z sunrise +2029-03-18T13:04:06.397Z moonrise 2029-03-18T17:32:41.441Z Sun culminates 60.77 degrees above the horizon -2029-03-18T19:55:31.760Z Moon culminates 79.67 degrees above the horizon -2029-03-18T23:35:14.508Z sunset -2029-03-19T02:52:09.096Z moonset -2029-03-19T11:29:25.304Z sunrise -2029-03-19T13:41:22.773Z moonrise +2029-03-18T19:55:31.761Z Moon culminates 79.67 degrees above the horizon +2029-03-18T23:35:14.509Z sunset +2029-03-19T02:52:09.098Z moonset +2029-03-19T11:29:25.303Z sunrise +2029-03-19T13:41:22.772Z moonrise 2029-03-19T17:32:23.897Z Sun culminates 61.17 degrees above the horizon -2029-03-19T20:42:04.201Z Moon culminates 82.85 degrees above the horizon -2029-03-19T23:35:48.656Z sunset -2029-03-20T03:47:00.135Z moonset -2029-03-20T08:01:43.024Z March equinox -2029-03-20T11:28:15.983Z sunrise +2029-03-19T20:42:04.202Z Moon culminates 82.85 degrees above the horizon +2029-03-19T23:35:48.658Z sunset +2029-03-20T03:47:00.138Z moonset +2029-03-20T08:01:40.100Z March equinox +2029-03-20T11:28:15.981Z sunrise 2029-03-20T14:23:11.936Z moonrise 2029-03-20T17:32:06.204Z Sun culminates 61.56 degrees above the horizon -2029-03-20T21:31:08.762Z Moon culminates 85.05 degrees above the horizon -2029-03-20T23:36:22.644Z sunset -2029-03-21T04:41:49.704Z moonset -2029-03-21T11:27:06.546Z sunrise -2029-03-21T13:10:19.724Z Mercury moves from Aquarius to Pisces -2029-03-21T15:10:14.568Z moonrise +2029-03-20T21:31:08.763Z Moon culminates 85.05 degrees above the horizon +2029-03-20T23:36:22.646Z sunset +2029-03-21T04:41:49.706Z moonset +2029-03-21T11:27:06.544Z sunrise +2029-03-21T13:10:20.066Z Mercury moves from Aquarius to Pisces +2029-03-21T15:10:14.569Z moonrise 2029-03-21T17:31:48.380Z Sun culminates 61.96 degrees above the horizon -2029-03-21T22:22:31.113Z Moon culminates 86.06 degrees above the horizon -2029-03-21T23:36:56.482Z sunset -2029-03-22T05:35:30.710Z moonset -2029-03-22T11:25:57.020Z sunrise -2029-03-22T16:02:40.765Z moonrise +2029-03-21T22:22:31.115Z Moon culminates 86.06 degrees above the horizon +2029-03-21T23:36:56.484Z sunset +2029-03-22T05:35:30.712Z moonset +2029-03-22T11:25:57.017Z sunrise +2029-03-22T16:02:40.767Z moonrise 2029-03-22T17:31:30.443Z Sun culminates 62.35 degrees above the horizon -2029-03-22T23:15:32.935Z Moon culminates 85.75 degrees above the horizon -2029-03-22T23:37:30.182Z sunset -2029-03-23T06:26:50.697Z moonset +2029-03-22T23:15:32.937Z Moon culminates 85.75 degrees above the horizon +2029-03-22T23:37:30.184Z sunset +2029-03-23T06:26:50.698Z moonset 2029-03-23T07:33:44.327Z first quarter -2029-03-23T11:24:47.432Z sunrise -2029-03-23T17:00:00.243Z moonrise +2029-03-23T11:24:47.430Z sunrise +2029-03-23T17:00:00.245Z moonrise 2029-03-23T17:31:12.416Z Sun culminates 62.75 degrees above the horizon 2029-03-23T19:35:19.513Z Venus superior conjunction -2029-03-23T23:38:03.755Z sunset -2029-03-24T00:09:21.012Z Moon culminates 84.03 degrees above the horizon -2029-03-24T07:14:56.205Z moonset -2029-03-24T11:23:37.811Z sunrise +2029-03-23T23:38:03.758Z sunset +2029-03-24T00:09:21.014Z Moon culminates 84.03 degrees above the horizon +2029-03-24T07:14:56.206Z moonset +2029-03-24T11:23:37.808Z sunrise 2029-03-24T17:30:54.317Z Sun culminates 63.14 degrees above the horizon -2029-03-24T18:01:08.343Z moonrise -2029-03-24T23:38:37.216Z sunset -2029-03-25T01:03:04.493Z Moon culminates 80.91 degrees above the horizon +2029-03-24T18:01:08.345Z moonrise +2029-03-24T23:38:37.219Z sunset +2029-03-25T01:03:04.494Z Moon culminates 80.91 degrees above the horizon 2029-03-25T07:40:58.820Z Mars opposition 2029-03-25T07:59:30.431Z moonset -2029-03-25T11:22:28.185Z sunrise +2029-03-25T11:22:28.183Z sunrise 2029-03-25T17:30:36.169Z Sun culminates 63.53 degrees above the horizon -2029-03-25T19:04:49.368Z moonrise -2029-03-25T23:39:10.579Z sunset +2029-03-25T19:04:49.370Z moonrise +2029-03-25T23:39:10.581Z sunset 2029-03-26T01:56:12.237Z Moon culminates 76.51 degrees above the horizon -2029-03-26T08:40:55.729Z moonset -2029-03-26T11:21:18.584Z sunrise +2029-03-26T08:40:55.728Z moonset +2029-03-26T11:21:18.582Z sunrise 2029-03-26T16:19:58.702Z Mercury superior conjunction -2029-03-26T16:34:46.226Z Venus moves from Pisces to Cetus +2029-03-26T16:34:46.859Z Venus moves from Pisces to Cetus 2029-03-26T17:30:17.993Z Sun culminates 63.93 degrees above the horizon -2029-03-26T20:10:03.940Z moonrise -2029-03-26T23:39:43.859Z sunset -2029-03-27T01:59:29.430Z Mercury moves from Pisces to Cetus +2029-03-26T20:10:03.941Z moonrise +2029-03-26T23:39:43.860Z sunset +2029-03-27T01:59:29.854Z Mercury moves from Pisces to Cetus 2029-03-27T02:48:41.924Z Moon culminates 71.02 degrees above the horizon -2029-03-27T09:20:04.660Z moonset -2029-03-27T11:20:09.037Z sunrise +2029-03-27T09:20:04.659Z moonset +2029-03-27T11:20:09.036Z sunrise 2029-03-27T17:29:59.813Z Sun culminates 64.32 degrees above the horizon -2029-03-27T21:16:24.287Z moonrise -2029-03-27T23:40:17.071Z sunset +2029-03-27T21:16:24.289Z moonrise +2029-03-27T23:40:17.072Z sunset 2029-03-28T03:40:58.951Z Moon culminates 64.76 degrees above the horizon -2029-03-28T06:53:55.188Z Mercury moves from Cetus to Pisces -2029-03-28T09:58:08.825Z moonset -2029-03-28T11:18:59.575Z sunrise +2029-03-28T06:53:55.530Z Mercury moves from Cetus to Pisces +2029-03-28T09:58:08.823Z moonset +2029-03-28T11:18:59.573Z sunrise 2029-03-28T17:29:41.651Z Sun culminates 64.71 degrees above the horizon -2029-03-28T22:23:51.995Z moonrise +2029-03-28T22:23:51.997Z moonrise 2029-03-28T23:30:01.504Z Neptune conjunction -2029-03-28T23:40:50.232Z sunset +2029-03-28T23:40:50.233Z sunset 2029-03-29T04:33:48.316Z Moon culminates 58.12 degrees above the horizon -2029-03-29T05:55:35.131Z Venus moves from Cetus to Pisces -2029-03-29T10:36:30.961Z moonset -2029-03-29T11:17:50.226Z sunrise +2029-03-29T05:55:35.764Z Venus moves from Cetus to Pisces +2029-03-29T10:36:30.959Z moonset +2029-03-29T11:17:50.225Z sunrise 2029-03-29T17:29:23.531Z Sun culminates 65.10 degrees above the horizon -2029-03-29T23:32:41.512Z moonrise -2029-03-29T23:41:23.358Z sunset +2029-03-29T23:32:41.514Z moonrise +2029-03-29T23:41:23.360Z sunset 2029-03-30T02:26:49.662Z full moon 2029-03-30T05:28:02.314Z Moon culminates 51.59 degrees above the horizon 2029-03-30T05:38:49.998Z lunar perigee at 356652 km -2029-03-30T11:16:39.873Z moonset -2029-03-30T11:16:41.022Z sunrise +2029-03-30T11:16:39.871Z moonset +2029-03-30T11:16:41.020Z sunrise 2029-03-30T17:29:05.475Z Sun culminates 65.48 degrees above the horizon -2029-03-30T23:41:56.467Z sunset -2029-03-31T00:42:53.807Z moonrise +2029-03-30T23:41:56.469Z sunset +2029-03-31T00:42:53.809Z moonrise 2029-03-31T06:24:24.015Z Moon culminates 45.68 degrees above the horizon -2029-03-31T11:15:31.991Z sunrise -2029-03-31T12:00:03.698Z moonset -2029-03-31T17:28:47.509Z Sun culminates 65.87 degrees above the horizon -2029-03-31T23:42:29.575Z sunset -2029-04-01T01:53:45.840Z moonrise -2029-04-01T07:23:06.390Z Moon culminates 40.89 degrees above the horizon -2029-04-01T11:14:23.164Z sunrise -2029-04-01T12:47:55.437Z moonset +2029-03-31T11:15:31.990Z sunrise +2029-03-31T12:00:03.696Z moonset +2029-03-31T17:28:47.508Z Sun culminates 65.87 degrees above the horizon +2029-03-31T23:42:29.576Z sunset +2029-04-01T01:53:45.841Z moonrise +2029-04-01T07:23:06.389Z Moon culminates 40.89 degrees above the horizon +2029-04-01T11:14:23.163Z sunrise +2029-04-01T12:47:55.434Z moonset 2029-04-01T17:28:29.653Z Sun culminates 66.25 degrees above the horizon -2029-04-01T23:43:02.698Z sunset -2029-04-02T03:03:31.048Z moonrise -2029-04-02T08:23:33.113Z Moon culminates 37.61 degrees above the horizon +2029-04-01T23:43:02.699Z sunset +2029-04-02T03:03:31.049Z moonrise +2029-04-02T08:23:33.112Z Moon culminates 37.61 degrees above the horizon 2029-04-02T11:13:14.569Z sunrise -2029-04-02T13:40:47.825Z moonset -2029-04-02T17:28:11.931Z Sun culminates 66.64 degrees above the horizon -2029-04-02T23:43:35.851Z sunset +2029-04-02T13:40:47.823Z moonset +2029-04-02T17:28:11.930Z Sun culminates 66.64 degrees above the horizon +2029-04-02T23:43:35.850Z sunset 2029-04-03T04:09:35.508Z moonrise -2029-04-03T09:24:16.250Z Moon culminates 36.08 degrees above the horizon -2029-04-03T11:12:06.237Z sunrise -2029-04-03T14:38:07.475Z moonset -2029-04-03T17:27:54.364Z Sun culminates 67.02 degrees above the horizon -2029-04-03T23:44:09.047Z sunset +2029-04-03T09:24:16.249Z Moon culminates 36.08 degrees above the horizon +2029-04-03T11:12:06.238Z sunrise +2029-04-03T14:38:07.472Z moonset +2029-04-03T17:27:54.363Z Sun culminates 67.02 degrees above the horizon +2029-04-03T23:44:09.046Z sunset 2029-04-04T05:09:35.664Z moonrise -2029-04-04T10:23:22.918Z Moon culminates 36.28 degrees above the horizon -2029-04-04T11:10:58.197Z sunrise -2029-04-04T15:38:13.625Z moonset +2029-04-04T10:23:22.917Z Moon culminates 36.28 degrees above the horizon +2029-04-04T11:10:58.199Z sunrise +2029-04-04T15:38:13.622Z moonset 2029-04-04T17:27:36.973Z Sun culminates 67.40 degrees above the horizon -2029-04-04T23:44:42.299Z sunset +2029-04-04T23:44:42.297Z sunset 2029-04-05T06:02:17.583Z moonrise -2029-04-05T11:09:50.478Z sunrise -2029-04-05T11:19:18.596Z Moon culminates 38.02 degrees above the horizon -2029-04-05T16:38:55.966Z moonset +2029-04-05T11:09:50.480Z sunrise +2029-04-05T11:19:18.595Z Moon culminates 38.02 degrees above the horizon +2029-04-05T16:38:55.964Z moonset 2029-04-05T17:27:19.779Z Sun culminates 67.78 degrees above the horizon 2029-04-05T19:52:10.106Z third quarter -2029-04-05T23:45:15.618Z sunset -2029-04-06T06:47:50.944Z moonrise -2029-04-06T11:08:43.107Z sunrise -2029-04-06T12:11:16.754Z Moon culminates 40.99 degrees above the horizon +2029-04-05T23:45:15.617Z sunset +2029-04-06T06:47:50.943Z moonrise +2029-04-06T11:08:43.109Z sunrise +2029-04-06T12:11:16.753Z Moon culminates 40.99 degrees above the horizon 2029-04-06T17:27:02.800Z Sun culminates 68.16 degrees above the horizon -2029-04-06T17:38:26.762Z moonset -2029-04-06T23:45:49.015Z sunset -2029-04-07T01:01:58.109Z Mercury moves from Pisces to Aries +2029-04-06T17:38:26.761Z moonset +2029-04-06T23:45:49.013Z sunset +2029-04-07T01:01:58.523Z Mercury moves from Pisces to Aries 2029-04-07T07:27:21.187Z moonrise -2029-04-07T11:07:36.113Z sunrise -2029-04-07T12:59:20.256Z Moon culminates 44.88 degrees above the horizon +2029-04-07T11:07:36.114Z sunrise +2029-04-07T12:59:20.255Z Moon culminates 44.88 degrees above the horizon 2029-04-07T17:26:46.056Z Sun culminates 68.53 degrees above the horizon -2029-04-07T18:35:49.679Z moonset -2029-04-07T23:46:22.497Z sunset +2029-04-07T18:35:49.678Z moonset +2029-04-07T23:46:22.496Z sunset 2029-04-08T01:05:42.110Z Mercury perihelion at 0.3075 AU 2029-04-08T08:02:14.559Z moonrise -2029-04-08T11:06:29.521Z sunrise -2029-04-08T13:44:05.449Z Moon culminates 49.40 degrees above the horizon +2029-04-08T11:06:29.522Z sunrise +2029-04-08T13:44:05.448Z Moon culminates 49.40 degrees above the horizon 2029-04-08T17:26:29.562Z Sun culminates 68.91 degrees above the horizon 2029-04-08T19:30:57.552Z moonset 2029-04-08T23:46:56.073Z sunset -2029-04-09T08:33:56.623Z moonrise +2029-04-09T08:33:56.622Z moonrise 2029-04-09T11:05:23.358Z sunrise 2029-04-09T14:26:24.904Z Moon culminates 54.33 degrees above the horizon 2029-04-09T17:26:13.335Z Sun culminates 69.28 degrees above the horizon -2029-04-09T20:24:15.625Z moonset +2029-04-09T20:24:15.626Z moonset 2029-04-09T23:47:29.748Z sunset 2029-04-10T09:03:44.550Z moonrise -2029-04-10T11:04:17.649Z sunrise +2029-04-10T11:04:17.648Z sunrise 2029-04-10T15:07:16.001Z Moon culminates 59.45 degrees above the horizon 2029-04-10T17:25:57.389Z Sun culminates 69.65 degrees above the horizon -2029-04-10T21:16:25.003Z moonset -2029-04-10T23:48:03.527Z sunset +2029-04-10T21:16:25.004Z moonset +2029-04-10T23:48:03.528Z sunset 2029-04-11T09:32:47.106Z moonrise -2029-04-11T11:03:12.418Z sunrise +2029-04-11T11:03:12.417Z sunrise 2029-04-11T15:47:35.222Z Moon culminates 64.59 degrees above the horizon 2029-04-11T17:25:41.740Z Sun culminates 70.01 degrees above the horizon -2029-04-11T22:08:11.003Z moonset -2029-04-11T23:48:37.414Z sunset +2029-04-11T22:08:11.004Z moonset +2029-04-11T23:48:37.415Z sunset 2029-04-12T03:52:44.149Z Jupiter opposition -2029-04-12T10:02:07.541Z moonrise -2029-04-12T11:02:07.688Z sunrise +2029-04-12T10:02:07.540Z moonrise +2029-04-12T11:02:07.687Z sunrise 2029-04-12T16:28:15.670Z Moon culminates 69.58 degrees above the horizon 2029-04-12T17:25:26.401Z Sun culminates 70.38 degrees above the horizon 2029-04-12T23:00:15.215Z moonset 2029-04-12T23:06:38.847Z lunar apogee at 406661 km -2029-04-12T23:49:11.411Z sunset -2029-04-13T10:32:46.793Z moonrise -2029-04-13T11:01:03.485Z sunrise +2029-04-12T23:49:11.412Z sunset +2029-04-13T10:32:46.792Z moonrise +2029-04-13T11:01:03.483Z sunrise 2029-04-13T17:10:05.345Z Moon culminates 74.23 degrees above the horizon 2029-04-13T17:25:11.383Z Sun culminates 70.74 degrees above the horizon 2029-04-13T21:40:47.110Z new moon -2029-04-13T23:49:45.521Z sunset -2029-04-13T23:53:08.670Z moonset -2029-04-14T08:12:48.656Z Venus moves from Pisces to Aries -2029-04-14T10:59:59.829Z sunrise -2029-04-14T11:05:45.505Z moonrise -2029-04-14T17:24:56.700Z Sun culminates 71.10 degrees above the horizon -2029-04-14T17:53:44.409Z Moon culminates 78.37 degrees above the horizon -2029-04-14T23:50:19.743Z sunset -2029-04-15T00:47:04.365Z moonset -2029-04-15T10:58:56.745Z sunrise -2029-04-15T11:42:03.421Z moonrise -2029-04-15T17:24:42.362Z Sun culminates 71.46 degrees above the horizon +2029-04-13T23:49:45.522Z sunset +2029-04-13T23:53:08.671Z moonset +2029-04-14T08:12:49.371Z Venus moves from Pisces to Aries +2029-04-14T10:59:59.828Z sunrise +2029-04-14T11:05:45.503Z moonrise +2029-04-14T17:24:56.699Z Sun culminates 71.10 degrees above the horizon +2029-04-14T17:53:44.408Z Moon culminates 78.37 degrees above the horizon +2029-04-14T23:50:19.744Z sunset +2029-04-15T00:47:04.366Z moonset +2029-04-15T10:58:56.744Z sunrise +2029-04-15T11:42:03.419Z moonrise +2029-04-15T17:24:42.361Z Sun culminates 71.46 degrees above the horizon 2029-04-15T18:39:40.466Z Moon culminates 81.79 degrees above the horizon -2029-04-15T23:50:54.078Z sunset -2029-04-16T01:41:49.487Z moonset -2029-04-16T10:57:54.256Z sunrise -2029-04-16T12:22:34.559Z moonrise -2029-04-16T17:24:28.381Z Sun culminates 71.81 degrees above the horizon -2029-04-16T19:28:02.221Z Moon culminates 84.28 degrees above the horizon -2029-04-16T23:51:28.525Z sunset -2029-04-17T02:36:40.908Z moonset -2029-04-17T10:56:52.383Z sunrise +2029-04-15T23:50:54.079Z sunset +2029-04-16T01:41:49.489Z moonset +2029-04-16T10:57:54.255Z sunrise +2029-04-16T12:22:34.558Z moonrise +2029-04-16T17:24:28.380Z Sun culminates 71.81 degrees above the horizon +2029-04-16T19:28:02.222Z Moon culminates 84.28 degrees above the horizon +2029-04-16T23:51:28.527Z sunset +2029-04-17T02:36:40.910Z moonset +2029-04-17T10:56:52.382Z sunrise 2029-04-17T13:07:57.141Z moonrise 2029-04-17T17:24:14.768Z Sun culminates 72.16 degrees above the horizon -2029-04-17T20:18:34.078Z Moon culminates 85.65 degrees above the horizon -2029-04-17T23:52:03.085Z sunset -2029-04-18T03:30:29.997Z moonset -2029-04-18T10:55:51.152Z sunrise +2029-04-17T20:18:34.079Z Moon culminates 85.65 degrees above the horizon +2029-04-17T23:52:03.086Z sunset +2029-04-18T03:30:29.999Z moonset +2029-04-18T10:55:51.150Z sunrise 2029-04-18T13:58:20.422Z moonrise 2029-04-18T17:24:01.534Z Sun culminates 72.51 degrees above the horizon -2029-04-18T21:10:36.323Z Moon culminates 85.76 degrees above the horizon -2029-04-18T23:52:37.755Z sunset -2029-04-19T04:22:00.381Z moonset -2029-04-19T10:54:50.584Z sunrise -2029-04-19T14:53:16.047Z moonrise +2029-04-18T21:10:36.324Z Moon culminates 85.76 degrees above the horizon +2029-04-18T23:52:37.757Z sunset +2029-04-19T04:22:00.384Z moonset +2029-04-19T10:54:50.582Z sunrise +2029-04-19T14:53:16.048Z moonrise 2029-04-19T17:23:48.692Z Sun culminates 72.85 degrees above the horizon -2029-04-19T22:03:14.702Z Moon culminates 84.52 degrees above the horizon -2029-04-19T23:53:12.536Z sunset -2029-04-20T05:10:12.996Z moonset -2029-04-20T10:53:50.704Z sunrise -2029-04-20T15:51:43.712Z moonrise +2029-04-19T22:03:14.703Z Moon culminates 84.52 degrees above the horizon +2029-04-19T23:53:12.538Z sunset +2029-04-20T05:10:12.998Z moonset +2029-04-20T10:53:50.702Z sunrise +2029-04-20T15:51:43.713Z moonrise 2029-04-20T17:23:36.252Z Sun culminates 73.19 degrees above the horizon -2029-04-20T22:55:37.655Z Moon culminates 81.96 degrees above the horizon -2029-04-20T23:53:47.426Z sunset -2029-04-21T05:54:44.937Z moonset -2029-04-21T10:52:51.537Z sunrise +2029-04-20T22:55:37.656Z Moon culminates 81.96 degrees above the horizon +2029-04-20T23:53:47.428Z sunset +2029-04-21T05:54:44.938Z moonset +2029-04-21T10:52:51.535Z sunrise 2029-04-21T13:35:44.613Z Mercury max evening elongation: 20.09 degrees from Sun -2029-04-21T16:52:32.762Z moonrise +2029-04-21T16:52:32.763Z moonrise 2029-04-21T17:23:24.227Z Sun culminates 73.53 degrees above the horizon 2029-04-21T19:50:42.758Z first quarter -2029-04-21T23:47:13.378Z Moon culminates 78.15 degrees above the horizon -2029-04-21T23:54:22.426Z sunset +2029-04-21T23:47:13.379Z Moon culminates 78.15 degrees above the horizon +2029-04-21T23:54:22.427Z sunset 2029-04-22T06:35:53.059Z moonset -2029-04-22T10:51:53.107Z sunrise +2029-04-22T10:51:53.106Z sunrise 2029-04-22T17:23:12.630Z Sun culminates 73.87 degrees above the horizon 2029-04-22T17:54:48.217Z moonrise -2029-04-22T23:54:57.535Z sunset +2029-04-22T23:54:57.536Z sunset 2029-04-23T00:37:58.986Z Moon culminates 73.28 degrees above the horizon 2029-04-23T07:14:25.496Z moonset -2029-04-23T10:50:55.441Z sunrise +2029-04-23T10:50:55.440Z sunrise 2029-04-23T17:23:01.473Z Sun culminates 74.20 degrees above the horizon -2029-04-23T18:58:06.707Z moonrise -2029-04-23T23:55:32.753Z sunset +2029-04-23T18:58:06.708Z moonrise +2029-04-23T23:55:32.754Z sunset 2029-04-24T01:28:20.103Z Moon culminates 67.57 degrees above the horizon 2029-04-24T07:51:30.372Z moonset 2029-04-24T10:49:58.564Z sunrise 2029-04-24T17:22:50.769Z Sun culminates 74.53 degrees above the horizon -2029-04-24T20:02:36.964Z moonrise -2029-04-24T23:56:08.081Z sunset +2029-04-24T20:02:36.965Z moonrise +2029-04-24T23:56:08.082Z sunset 2029-04-25T02:19:04.265Z Moon culminates 61.31 degrees above the horizon -2029-04-25T08:28:27.986Z moonset -2029-04-25T10:49:02.503Z sunrise +2029-04-25T08:28:27.985Z moonset +2029-04-25T10:49:02.502Z sunrise 2029-04-25T17:22:40.533Z Sun culminates 74.85 degrees above the horizon -2029-04-25T21:08:47.728Z moonrise -2029-04-25T23:56:43.519Z sunset +2029-04-25T21:08:47.729Z moonrise +2029-04-25T23:56:43.520Z sunset 2029-04-26T03:11:11.324Z Moon culminates 54.88 degrees above the horizon -2029-04-26T09:06:47.120Z moonset -2029-04-26T10:48:07.284Z sunrise +2029-04-26T09:06:47.119Z moonset +2029-04-26T10:48:07.283Z sunrise 2029-04-26T17:22:30.777Z Sun culminates 75.17 degrees above the horizon -2029-04-26T22:17:06.240Z moonrise -2029-04-26T23:57:19.070Z sunset +2029-04-26T22:17:06.241Z moonrise +2029-04-26T23:57:19.071Z sunset 2029-04-27T04:05:40.651Z Moon culminates 48.71 degrees above the horizon -2029-04-27T09:48:02.011Z moonset -2029-04-27T10:47:12.933Z sunrise -2029-04-27T12:48:46.146Z Mercury moves from Aries to Taurus +2029-04-27T09:48:02.009Z moonset +2029-04-27T10:47:12.931Z sunrise +2029-04-27T12:48:47.915Z Mercury moves from Aries to Taurus 2029-04-27T16:22:40.080Z lunar perigee at 357819 km 2029-04-27T17:22:21.516Z Sun culminates 75.49 degrees above the horizon 2029-04-27T23:27:27.998Z moonrise -2029-04-27T23:57:54.732Z sunset -2029-04-28T05:03:12.287Z Moon culminates 43.33 degrees above the horizon -2029-04-28T10:33:43.517Z moonset +2029-04-27T23:57:54.733Z sunset +2029-04-28T05:03:12.286Z Moon culminates 43.33 degrees above the horizon +2029-04-28T10:33:43.515Z moonset 2029-04-28T10:37:16.951Z full moon -2029-04-28T10:46:19.476Z sunrise -2029-04-28T17:22:12.762Z Sun culminates 75.80 degrees above the horizon +2029-04-28T10:46:19.474Z sunrise +2029-04-28T17:22:12.761Z Sun culminates 75.80 degrees above the horizon 2029-04-28T23:58:30.507Z sunset -2029-04-29T00:38:43.497Z moonrise -2029-04-29T06:03:41.725Z Moon culminates 39.22 degrees above the horizon -2029-04-29T10:45:26.939Z sunrise -2029-04-29T11:24:56.951Z moonset -2029-04-29T17:22:04.528Z Sun culminates 76.11 degrees above the horizon -2029-04-29T23:59:06.393Z sunset +2029-04-29T00:38:43.498Z moonrise +2029-04-29T06:03:41.724Z Moon culminates 39.22 degrees above the horizon +2029-04-29T10:45:26.937Z sunrise +2029-04-29T11:24:56.948Z moonset +2029-04-29T17:22:04.527Z Sun culminates 76.11 degrees above the horizon +2029-04-29T23:59:06.392Z sunset 2029-04-30T01:48:25.199Z moonrise -2029-04-30T07:05:59.763Z Moon culminates 36.78 degrees above the horizon -2029-04-30T10:44:35.347Z sunrise -2029-04-30T12:21:46.702Z moonset -2029-04-30T17:21:56.826Z Sun culminates 76.42 degrees above the horizon -2029-04-30T23:59:42.387Z sunset -2029-05-01T02:53:26.573Z moonrise -2029-05-01T08:08:00.966Z Moon culminates 36.17 degrees above the horizon +2029-04-30T07:05:59.761Z Moon culminates 36.78 degrees above the horizon +2029-04-30T10:44:35.346Z sunrise +2029-04-30T12:21:46.698Z moonset +2029-04-30T17:21:56.825Z Sun culminates 76.42 degrees above the horizon +2029-04-30T23:59:42.386Z sunset +2029-05-01T02:53:26.572Z moonrise +2029-05-01T08:08:00.964Z Moon culminates 36.17 degrees above the horizon 2029-05-01T10:43:44.727Z sunrise -2029-05-01T13:22:50.589Z moonset -2029-05-01T17:21:49.667Z Sun culminates 76.72 degrees above the horizon -2029-05-02T00:00:18.487Z sunset +2029-05-01T13:22:50.585Z moonset +2029-05-01T17:21:49.666Z Sun culminates 76.72 degrees above the horizon +2029-05-02T00:00:18.484Z sunset 2029-05-02T03:51:23.375Z moonrise -2029-05-02T09:07:30.059Z Moon culminates 37.31 degrees above the horizon -2029-05-02T10:42:55.104Z sunrise -2029-05-02T14:25:40.363Z moonset -2029-05-02T17:21:43.061Z Sun culminates 77.02 degrees above the horizon -2029-05-03T00:00:54.686Z sunset +2029-05-02T09:07:30.057Z Moon culminates 37.31 degrees above the horizon +2029-05-02T10:42:55.105Z sunrise +2029-05-02T14:25:40.359Z moonset +2029-05-02T17:21:43.060Z Sun culminates 77.02 degrees above the horizon +2029-05-03T00:00:54.683Z sunset 2029-05-03T04:41:29.780Z moonrise -2029-05-03T10:02:55.506Z Moon culminates 39.90 degrees above the horizon -2029-05-03T10:42:06.503Z sunrise -2029-05-03T11:14:51.665Z Venus moves from Aries to Taurus -2029-05-03T15:27:46.245Z moonset -2029-05-03T17:21:37.017Z Sun culminates 77.31 degrees above the horizon -2029-05-04T00:01:30.978Z sunset +2029-05-03T10:02:55.505Z Moon culminates 39.90 degrees above the horizon +2029-05-03T10:42:06.504Z sunrise +2029-05-03T11:14:52.288Z Venus moves from Aries to Taurus +2029-05-03T15:27:46.242Z moonset +2029-05-03T17:21:37.016Z Sun culminates 77.31 degrees above the horizon +2029-05-04T00:01:30.975Z sunset 2029-05-04T05:24:28.660Z moonrise -2029-05-04T10:41:18.947Z sunrise -2029-05-04T10:53:50.882Z Moon culminates 43.56 degrees above the horizon -2029-05-04T16:27:32.727Z moonset +2029-05-04T10:41:18.948Z sunrise +2029-05-04T10:53:50.881Z Moon culminates 43.56 degrees above the horizon +2029-05-04T16:27:32.725Z moonset 2029-05-04T16:58:11.975Z Saturn conjunction -2029-05-04T17:21:31.544Z Sun culminates 77.60 degrees above the horizon -2029-05-05T00:02:07.354Z sunset +2029-05-04T17:21:31.543Z Sun culminates 77.60 degrees above the horizon +2029-05-05T00:02:07.352Z sunset 2029-05-05T06:01:47.512Z moonrise 2029-05-05T09:48:37.621Z third quarter -2029-05-05T10:40:32.460Z sunrise -2029-05-05T11:40:41.878Z Moon culminates 47.97 degrees above the horizon +2029-05-05T10:40:32.461Z sunrise +2029-05-05T11:40:41.877Z Moon culminates 47.97 degrees above the horizon 2029-05-05T17:21:26.647Z Sun culminates 77.88 degrees above the horizon -2029-05-05T17:24:30.652Z moonset -2029-05-06T00:02:43.804Z sunset +2029-05-05T17:24:30.651Z moonset +2029-05-06T00:02:43.803Z sunset 2029-05-06T06:35:02.498Z moonrise -2029-05-06T10:39:47.063Z sunrise +2029-05-06T10:39:47.064Z sunrise 2029-05-06T12:24:22.391Z Moon culminates 52.82 degrees above the horizon 2029-05-06T17:21:22.332Z Sun culminates 78.16 degrees above the horizon -2029-05-06T18:18:59.141Z moonset -2029-05-07T00:03:20.317Z sunset -2029-05-07T07:05:42.201Z moonrise +2029-05-06T18:18:59.140Z moonset +2029-05-07T00:03:20.316Z sunset +2029-05-07T07:05:42.202Z moonrise 2029-05-07T10:39:02.777Z sunrise 2029-05-07T13:05:56.293Z Moon culminates 57.90 degrees above the horizon -2029-05-07T17:21:18.602Z Sun culminates 78.43 degrees above the horizon -2029-05-07T17:21:35.019Z Mercury moves from Taurus to Aries +2029-05-07T17:21:18.601Z Sun culminates 78.43 degrees above the horizon +2029-05-07T17:21:32.946Z Mercury moves from Taurus to Aries 2029-05-07T19:11:42.593Z moonset 2029-05-08T00:03:56.877Z sunset 2029-05-08T07:35:04.560Z moonrise @@ -18605,75 +18605,75 @@ 2029-05-08T20:03:34.013Z moonset 2029-05-09T00:04:33.470Z sunset 2029-05-09T08:04:19.387Z moonrise -2029-05-09T08:23:29.099Z Mercury moves from Aries to Taurus -2029-05-09T10:37:37.614Z sunrise +2029-05-09T08:23:28.344Z Mercury moves from Aries to Taurus +2029-05-09T10:37:37.612Z sunrise 2029-05-09T14:26:57.710Z Moon culminates 68.05 degrees above the horizon 2029-05-09T17:21:12.902Z Sun culminates 78.97 degrees above the horizon 2029-05-09T20:55:24.632Z moonset -2029-05-10T00:05:10.078Z sunset +2029-05-10T00:05:10.079Z sunset 2029-05-10T06:58:45.043Z lunar apogee at 406112 km 2029-05-10T08:34:32.209Z moonrise -2029-05-10T10:36:56.770Z sunrise -2029-05-10T13:40:12.487Z Mercury moves from Taurus to Aries -2029-05-10T15:08:21.220Z Moon culminates 72.80 degrees above the horizon +2029-05-10T10:36:56.769Z sunrise +2029-05-10T13:40:10.919Z Mercury moves from Taurus to Aries +2029-05-10T15:08:21.219Z Moon culminates 72.80 degrees above the horizon 2029-05-10T17:21:10.932Z Sun culminates 79.23 degrees above the horizon 2029-05-10T21:47:56.382Z moonset 2029-05-11T00:05:46.682Z sunset -2029-05-11T09:06:47.261Z moonrise -2029-05-11T10:36:17.107Z sunrise -2029-05-11T15:51:26.032Z Moon culminates 77.10 degrees above the horizon +2029-05-11T09:06:47.260Z moonrise +2029-05-11T10:36:17.106Z sunrise +2029-05-11T15:51:26.031Z Moon culminates 77.10 degrees above the horizon 2029-05-11T17:21:09.545Z Sun culminates 79.49 degrees above the horizon 2029-05-11T22:41:34.195Z moonset 2029-05-12T00:06:23.260Z sunset -2029-05-12T09:42:08.031Z moonrise -2029-05-12T10:35:38.638Z sunrise -2029-05-12T16:36:47.720Z Moon culminates 80.75 degrees above the horizon +2029-05-12T09:42:08.030Z moonrise +2029-05-12T10:35:38.637Z sunrise +2029-05-12T16:36:47.719Z Moon culminates 80.75 degrees above the horizon 2029-05-12T17:21:08.737Z Sun culminates 79.74 degrees above the horizon 2029-05-12T23:18:02.664Z Mercury inferior conjunction 2029-05-12T23:36:17.126Z moonset 2029-05-13T00:06:59.791Z sunset -2029-05-13T10:21:33.459Z moonrise -2029-05-13T10:35:01.376Z sunrise +2029-05-13T10:21:33.458Z moonrise +2029-05-13T10:35:01.375Z sunrise 2029-05-13T13:42:44.429Z new moon 2029-05-13T17:21:08.503Z Sun culminates 79.98 degrees above the horizon -2029-05-13T17:24:42.768Z Moon culminates 83.54 degrees above the horizon +2029-05-13T17:24:42.767Z Moon culminates 83.54 degrees above the horizon 2029-05-14T00:07:36.250Z sunset 2029-05-14T00:31:30.847Z moonset 2029-05-14T10:34:25.333Z sunrise -2029-05-14T11:05:48.118Z moonrise +2029-05-14T11:05:48.117Z moonrise 2029-05-14T17:21:08.837Z Sun culminates 80.22 degrees above the horizon 2029-05-14T18:15:01.075Z Moon culminates 85.26 degrees above the horizon 2029-05-15T00:08:12.613Z sunset 2029-05-15T01:26:08.181Z moonset -2029-05-15T10:33:50.522Z sunrise +2029-05-15T10:33:50.521Z sunrise 2029-05-15T11:55:07.491Z moonrise 2029-05-15T17:21:09.731Z Sun culminates 80.45 degrees above the horizon 2029-05-15T19:07:03.241Z Moon culminates 85.74 degrees above the horizon -2029-05-16T00:08:48.855Z sunset -2029-05-16T02:18:44.405Z moonset -2029-05-16T10:33:16.953Z sunrise +2029-05-16T00:08:48.856Z sunset +2029-05-16T02:18:44.406Z moonset +2029-05-16T10:33:16.952Z sunrise 2029-05-16T12:49:05.786Z moonrise -2029-05-16T17:21:11.179Z Sun culminates 80.68 degrees above the horizon +2029-05-16T17:21:11.180Z Sun culminates 80.68 degrees above the horizon 2029-05-16T19:59:48.519Z Moon culminates 84.88 degrees above the horizon 2029-05-17T00:09:24.950Z sunset -2029-05-17T03:08:04.938Z moonset +2029-05-17T03:08:04.939Z moonset 2029-05-17T10:32:44.636Z sunrise -2029-05-17T13:46:38.368Z moonrise +2029-05-17T13:46:38.369Z moonrise 2029-05-17T17:21:13.173Z Sun culminates 80.91 degrees above the horizon 2029-05-17T20:52:13.667Z Moon culminates 82.70 degrees above the horizon -2029-05-18T00:10:00.870Z sunset +2029-05-18T00:10:00.871Z sunset 2029-05-18T03:53:30.640Z moonset -2029-05-18T10:32:13.583Z sunrise +2029-05-18T10:32:13.582Z sunrise 2029-05-18T14:46:23.808Z moonrise 2029-05-18T17:21:15.704Z Sun culminates 81.13 degrees above the horizon -2029-05-18T21:43:34.032Z Moon culminates 79.28 degrees above the horizon +2029-05-18T21:43:34.033Z Moon culminates 79.28 degrees above the horizon 2029-05-19T00:10:36.591Z sunset 2029-05-19T04:35:06.468Z moonset 2029-05-19T10:31:43.803Z sunrise 2029-05-19T15:47:14.124Z moonrise 2029-05-19T17:21:18.765Z Sun culminates 81.34 degrees above the horizon 2029-05-19T22:33:36.215Z Moon culminates 74.80 degrees above the horizon -2029-05-20T00:11:12.084Z sunset +2029-05-20T00:11:12.085Z sunset 2029-05-20T05:13:33.727Z moonset 2029-05-20T10:31:15.307Z sunrise 2029-05-20T16:48:35.437Z moonrise @@ -18682,22 +18682,22 @@ 2029-05-21T00:11:47.325Z sunset 2029-05-21T04:16:41.252Z first quarter 2029-05-21T05:49:56.691Z moonset -2029-05-21T10:30:48.104Z sunrise +2029-05-21T10:30:48.105Z sunrise 2029-05-21T17:21:26.442Z Sun culminates 81.75 degrees above the horizon -2029-05-21T17:50:31.548Z moonrise +2029-05-21T17:50:31.549Z moonrise 2029-05-22T00:11:26.749Z Moon culminates 63.61 degrees above the horizon 2029-05-22T00:12:22.287Z sunset 2029-05-22T00:43:06.877Z Mercury aphelion at 0.4667 AU -2029-05-22T06:25:32.551Z moonset +2029-05-22T06:25:32.550Z moonset 2029-05-22T10:30:22.206Z sunrise 2029-05-22T17:21:31.043Z Sun culminates 81.94 degrees above the horizon -2029-05-22T18:53:34.446Z moonrise +2029-05-22T18:53:34.447Z moonrise 2029-05-23T00:12:56.946Z sunset 2029-05-23T01:01:00.476Z Moon culminates 57.44 degrees above the horizon 2029-05-23T07:01:46.969Z moonset 2029-05-23T10:29:57.621Z sunrise -2029-05-23T17:21:36.142Z Sun culminates 82.13 degrees above the horizon -2029-05-23T19:58:27.137Z moonrise +2029-05-23T17:21:36.143Z Sun culminates 82.13 degrees above the horizon +2029-05-23T19:58:27.138Z moonrise 2029-05-24T00:13:31.276Z sunset 2029-05-24T01:52:27.902Z Moon culminates 51.35 degrees above the horizon 2029-05-24T07:40:12.906Z moonset @@ -18706,76 +18706,76 @@ 2029-05-24T21:05:39.576Z moonrise 2029-05-25T00:14:05.254Z sunset 2029-05-25T02:46:50.056Z Moon culminates 45.74 degrees above the horizon -2029-05-25T08:22:27.688Z moonset -2029-05-25T10:29:12.429Z sunrise -2029-05-25T17:21:47.807Z Sun culminates 82.49 degrees above the horizon +2029-05-25T08:22:27.687Z moonset +2029-05-25T10:29:12.428Z sunrise +2029-05-25T17:21:47.806Z Sun culminates 82.49 degrees above the horizon 2029-05-25T22:14:56.800Z moonrise 2029-05-25T22:25:45.240Z lunar perigee at 361576 km 2029-05-26T00:14:38.856Z sunset -2029-05-26T03:44:40.416Z Moon culminates 41.08 degrees above the horizon -2029-05-26T09:10:00.714Z moonset -2029-05-26T10:28:51.839Z sunrise -2029-05-26T17:21:54.356Z Sun culminates 82.66 degrees above the horizon -2029-05-26T23:24:48.066Z moonrise +2029-05-26T03:44:40.415Z Moon culminates 41.08 degrees above the horizon +2029-05-26T09:10:00.713Z moonset +2029-05-26T10:28:51.837Z sunrise +2029-05-26T17:21:54.355Z Sun culminates 82.66 degrees above the horizon +2029-05-26T23:24:48.065Z moonrise 2029-05-27T00:15:12.058Z sunset -2029-05-27T04:45:38.117Z Moon culminates 37.83 degrees above the horizon -2029-05-27T10:03:44.337Z moonset -2029-05-27T10:28:32.596Z sunrise -2029-05-27T17:22:01.372Z Sun culminates 82.83 degrees above the horizon +2029-05-27T04:45:38.116Z Moon culminates 37.83 degrees above the horizon +2029-05-27T10:03:44.335Z moonset +2029-05-27T10:28:32.594Z sunrise +2029-05-27T17:22:01.371Z Sun culminates 82.83 degrees above the horizon 2029-05-27T18:38:00.681Z full moon -2029-05-28T00:15:44.836Z sunset -2029-05-28T00:32:26.182Z moonrise -2029-05-28T05:48:11.620Z Moon culminates 36.31 degrees above the horizon -2029-05-28T10:28:14.707Z sunrise -2029-05-28T11:03:13.674Z moonset -2029-05-28T16:12:19.440Z Neptune moves from Cetus to Pisces -2029-05-28T17:22:08.846Z Sun culminates 82.99 degrees above the horizon -2029-05-29T00:16:17.165Z sunset -2029-05-29T01:34:44.665Z moonrise -2029-05-29T06:49:58.791Z Moon culminates 36.63 degrees above the horizon -2029-05-29T10:27:58.178Z sunrise -2029-05-29T12:06:29.536Z moonset -2029-05-29T17:22:16.768Z Sun culminates 83.14 degrees above the horizon -2029-05-30T00:16:49.020Z sunset -2029-05-30T02:29:42.508Z moonrise -2029-05-30T07:48:43.657Z Moon culminates 38.61 degrees above the horizon +2029-05-28T00:15:44.835Z sunset +2029-05-28T00:32:26.180Z moonrise +2029-05-28T05:48:11.618Z Moon culminates 36.31 degrees above the horizon +2029-05-28T10:28:14.705Z sunrise +2029-05-28T11:03:13.671Z moonset +2029-05-28T16:12:57.347Z Neptune moves from Cetus to Pisces +2029-05-28T17:22:08.844Z Sun culminates 82.99 degrees above the horizon +2029-05-29T00:16:17.163Z sunset +2029-05-29T01:34:44.664Z moonrise +2029-05-29T06:49:58.788Z Moon culminates 36.63 degrees above the horizon +2029-05-29T10:27:58.177Z sunrise +2029-05-29T12:06:29.533Z moonset +2029-05-29T17:22:16.766Z Sun culminates 83.14 degrees above the horizon +2029-05-30T00:16:49.017Z sunset +2029-05-30T02:29:42.506Z moonrise +2029-05-30T07:48:43.655Z Moon culminates 38.61 degrees above the horizon 2029-05-30T10:27:43.015Z sunrise -2029-05-30T13:10:40.125Z moonset -2029-05-30T17:22:25.128Z Sun culminates 83.29 degrees above the horizon -2029-05-31T00:17:20.374Z sunset -2029-05-31T03:17:02.898Z moonrise -2029-05-31T08:43:07.744Z Moon culminates 41.92 degrees above the horizon +2029-05-30T13:10:40.122Z moonset +2029-05-30T17:22:25.126Z Sun culminates 83.29 degrees above the horizon +2029-05-31T00:17:20.370Z sunset +2029-05-31T03:17:02.897Z moonrise +2029-05-31T08:43:07.742Z Moon culminates 41.92 degrees above the horizon 2029-05-31T10:27:29.222Z sunrise -2029-05-31T14:13:17.174Z moonset -2029-05-31T17:22:33.914Z Sun culminates 83.43 degrees above the horizon -2029-06-01T00:17:51.201Z sunset -2029-06-01T03:57:47.138Z moonrise -2029-06-01T09:33:00.856Z Moon culminates 46.15 degrees above the horizon -2029-06-01T10:27:16.801Z sunrise -2029-06-01T15:13:02.864Z moonset -2029-06-01T17:22:43.114Z Sun culminates 83.56 degrees above the horizon -2029-06-02T00:18:21.472Z sunset +2029-05-31T14:13:17.172Z moonset +2029-05-31T17:22:33.912Z Sun culminates 83.43 degrees above the horizon +2029-06-01T00:17:51.197Z sunset +2029-06-01T03:57:47.137Z moonrise +2029-06-01T09:33:00.855Z Moon culminates 46.15 degrees above the horizon +2029-06-01T10:27:16.803Z sunrise +2029-06-01T15:13:02.862Z moonset +2029-06-01T17:22:43.113Z Sun culminates 83.56 degrees above the horizon +2029-06-02T00:18:21.469Z sunset 2029-06-02T04:33:28.714Z moonrise -2029-06-02T10:19:00.790Z Moon culminates 50.96 degrees above the horizon -2029-06-02T10:27:05.756Z sunrise -2029-06-02T11:15:21.946Z Venus moves from Taurus to Gemini -2029-06-02T16:09:47.560Z moonset +2029-06-02T10:19:00.789Z Moon culminates 50.96 degrees above the horizon +2029-06-02T10:27:05.757Z sunrise +2029-06-02T11:15:22.589Z Venus moves from Taurus to Gemini +2029-06-02T16:09:47.559Z moonset 2029-06-02T17:22:52.714Z Sun culminates 83.69 degrees above the horizon -2029-06-03T00:18:51.160Z sunset +2029-06-03T00:18:51.157Z sunset 2029-06-03T05:05:43.037Z moonrise -2029-06-03T10:26:56.084Z sunrise +2029-06-03T10:26:56.085Z sunrise 2029-06-03T11:02:08.356Z Moon culminates 56.07 degrees above the horizon -2029-06-03T17:04:04.681Z moonset +2029-06-03T17:04:04.680Z moonset 2029-06-03T17:23:02.699Z Sun culminates 83.81 degrees above the horizon -2029-06-04T00:19:20.234Z sunset +2029-06-04T00:19:20.233Z sunset 2029-06-04T01:19:24.524Z third quarter 2029-06-04T05:35:56.313Z moonrise -2029-06-04T10:26:47.783Z sunrise +2029-06-04T10:26:47.784Z sunrise 2029-06-04T11:43:30.951Z Moon culminates 61.26 degrees above the horizon 2029-06-04T16:25:19.073Z Uranus conjunction 2029-06-04T17:23:13.053Z Sun culminates 83.92 degrees above the horizon 2029-06-04T17:56:47.139Z moonset -2029-06-05T00:19:48.665Z sunset +2029-06-05T00:19:48.664Z sunset 2029-06-05T06:05:25.109Z moonrise 2029-06-05T10:26:40.850Z sunrise 2029-06-05T12:24:14.779Z Moon culminates 66.36 degrees above the horizon @@ -18784,598 +18784,598 @@ 2029-06-06T00:20:16.421Z sunset 2029-06-06T06:35:19.813Z moonrise 2029-06-06T10:26:35.276Z sunrise -2029-06-06T13:05:21.784Z Moon culminates 71.22 degrees above the horizon +2029-06-06T13:05:21.783Z Moon culminates 71.22 degrees above the horizon 2029-06-06T17:23:34.792Z Sun culminates 84.13 degrees above the horizon 2029-06-06T19:41:11.244Z moonset -2029-06-06T20:27:56.334Z Mercury moves from Aries to Taurus +2029-06-06T20:27:57.258Z Mercury moves from Aries to Taurus 2029-06-06T22:09:14.265Z lunar apogee at 405093 km 2029-06-07T00:20:43.470Z sunset 2029-06-07T07:06:48.461Z moonrise 2029-06-07T10:26:31.054Z sunrise 2029-06-07T13:47:47.726Z Moon culminates 75.68 degrees above the horizon -2029-06-07T17:23:46.137Z Sun culminates 84.23 degrees above the horizon +2029-06-07T17:23:46.136Z Sun culminates 84.23 degrees above the horizon 2029-06-07T20:34:23.376Z moonset 2029-06-08T00:21:09.778Z sunset 2029-06-08T07:40:58.908Z moonrise 2029-06-08T10:26:28.172Z sunrise 2029-06-08T11:44:40.061Z Mercury max morning elongation: 23.93 degrees from Sun 2029-06-08T14:32:18.801Z Moon culminates 79.57 degrees above the horizon -2029-06-08T17:23:57.768Z Sun culminates 84.31 degrees above the horizon +2029-06-08T17:23:57.767Z Sun culminates 84.31 degrees above the horizon 2029-06-08T21:28:45.074Z moonset 2029-06-09T00:21:35.313Z sunset 2029-06-09T08:18:57.302Z moonrise -2029-06-09T10:26:26.618Z sunrise +2029-06-09T10:26:26.617Z sunrise 2029-06-09T15:19:25.267Z Moon culminates 82.68 degrees above the horizon 2029-06-09T17:24:09.661Z Sun culminates 84.39 degrees above the horizon 2029-06-09T22:24:01.220Z moonset 2029-06-10T00:22:00.039Z sunset -2029-06-10T09:01:40.452Z moonrise +2029-06-10T09:01:40.453Z moonrise 2029-06-10T10:26:26.375Z sunrise 2029-06-10T16:09:12.561Z Moon culminates 84.79 degrees above the horizon 2029-06-10T17:24:21.793Z Sun culminates 84.47 degrees above the horizon 2029-06-10T23:19:19.456Z moonset -2029-06-11T00:22:23.923Z sunset -2029-06-11T09:49:41.027Z moonrise +2029-06-11T00:22:23.922Z sunset +2029-06-11T09:49:41.028Z moonrise 2029-06-11T10:26:27.428Z sunrise 2029-06-11T17:01:13.958Z Moon culminates 85.71 degrees above the horizon -2029-06-11T17:24:34.136Z Sun culminates 84.54 degrees above the horizon +2029-06-11T17:24:34.137Z Sun culminates 84.54 degrees above the horizon 2029-06-11T19:10:31.674Z Venus perihelion at 0.7184 AU 2029-06-12T00:13:17.572Z moonset 2029-06-12T00:22:46.928Z sunset 2029-06-12T03:51:06.487Z new moon -2029-06-12T10:26:29.757Z sunrise -2029-06-12T10:42:50.230Z moonrise +2029-06-12T10:26:29.758Z sunrise +2029-06-12T10:42:50.231Z moonrise 2029-06-12T17:24:46.665Z Sun culminates 84.60 degrees above the horizon 2029-06-12T17:54:32.175Z Moon culminates 85.29 degrees above the horizon 2029-06-13T00:23:09.022Z sunset -2029-06-13T01:04:27.954Z moonset -2029-06-13T10:26:33.345Z sunrise -2029-06-13T11:40:10.816Z moonrise +2029-06-13T01:04:27.953Z moonset +2029-06-13T10:26:33.346Z sunrise +2029-06-13T11:40:10.818Z moonrise 2029-06-13T17:24:59.352Z Sun culminates 84.65 degrees above the horizon 2029-06-13T18:47:54.894Z Moon culminates 83.49 degrees above the horizon 2029-06-14T00:23:30.170Z sunset -2029-06-14T01:51:48.871Z moonset -2029-06-14T10:26:38.170Z sunrise -2029-06-14T12:40:12.740Z moonrise +2029-06-14T01:51:48.870Z moonset +2029-06-14T10:26:38.171Z sunrise +2029-06-14T12:40:12.741Z moonrise 2029-06-14T17:25:12.170Z Sun culminates 84.70 degrees above the horizon 2029-06-14T19:40:19.129Z Moon culminates 80.39 degrees above the horizon -2029-06-15T00:23:50.339Z sunset -2029-06-15T02:35:03.537Z moonset -2029-06-15T10:26:44.211Z sunrise -2029-06-15T13:41:26.645Z moonrise -2029-06-15T17:25:25.091Z Sun culminates 84.74 degrees above the horizon +2029-06-15T00:23:50.338Z sunset +2029-06-15T02:35:03.536Z moonset +2029-06-15T10:26:44.213Z sunrise +2029-06-15T13:41:26.646Z moonrise +2029-06-15T17:25:25.092Z Sun culminates 84.74 degrees above the horizon 2029-06-15T20:31:11.196Z Moon culminates 76.17 degrees above the horizon -2029-06-16T00:24:09.495Z sunset -2029-06-16T03:14:38.577Z moonset -2029-06-16T10:26:51.448Z sunrise +2029-06-16T00:24:09.494Z sunset +2029-06-16T03:14:38.575Z moonset +2029-06-16T10:26:51.449Z sunrise 2029-06-16T14:42:54.138Z moonrise 2029-06-16T17:25:38.091Z Sun culminates 84.77 degrees above the horizon 2029-06-16T21:20:33.302Z Moon culminates 71.07 degrees above the horizon -2029-06-17T00:24:27.608Z sunset -2029-06-17T03:51:30.356Z moonset -2029-06-17T10:26:59.857Z sunrise +2029-06-17T00:24:27.607Z sunset +2029-06-17T03:51:30.355Z moonset +2029-06-17T10:26:59.858Z sunrise 2029-06-17T15:44:19.237Z moonrise -2029-06-17T17:25:51.141Z Sun culminates 84.80 degrees above the horizon +2029-06-17T17:25:51.142Z Sun culminates 84.80 degrees above the horizon 2029-06-17T22:08:58.532Z Moon culminates 65.37 degrees above the horizon -2029-06-18T00:24:44.649Z sunset -2029-06-18T04:26:51.525Z moonset -2029-06-18T10:27:09.416Z sunrise -2029-06-18T16:46:02.165Z moonrise +2029-06-18T00:24:44.648Z sunset +2029-06-18T04:26:51.524Z moonset +2029-06-18T10:27:09.418Z sunrise +2029-06-18T16:46:02.166Z moonrise 2029-06-18T17:26:04.218Z Sun culminates 84.82 degrees above the horizon 2029-06-18T22:57:21.175Z Moon culminates 59.36 degrees above the horizon 2029-06-19T00:25:00.589Z sunset -2029-06-19T05:02:03.489Z moonset +2029-06-19T05:02:03.488Z moonset 2029-06-19T09:54:36.619Z first quarter -2029-06-19T10:27:20.105Z sunrise -2029-06-19T17:26:17.296Z Sun culminates 84.83 degrees above the horizon -2029-06-19T17:48:43.863Z moonrise +2029-06-19T10:27:20.107Z sunrise +2029-06-19T17:26:17.297Z Sun culminates 84.83 degrees above the horizon +2029-06-19T17:48:43.864Z moonrise 2029-06-19T23:46:46.768Z Moon culminates 53.35 degrees above the horizon -2029-06-20T00:25:15.404Z sunset -2029-06-20T05:38:34.119Z moonset -2029-06-20T10:27:31.900Z sunrise +2029-06-20T00:25:15.403Z sunset +2029-06-20T05:38:34.118Z moonset +2029-06-20T10:27:31.902Z sunrise 2029-06-20T17:26:30.354Z Sun culminates 84.84 degrees above the horizon -2029-06-20T18:53:05.814Z moonrise +2029-06-20T18:53:05.815Z moonrise 2029-06-21T00:25:29.068Z sunset -2029-06-21T00:38:21.510Z Moon culminates 47.70 degrees above the horizon -2029-06-21T01:48:18.598Z June solstice +2029-06-21T00:38:21.511Z Moon culminates 47.70 degrees above the horizon +2029-06-21T01:48:17.389Z June solstice 2029-06-21T06:17:56.902Z moonset 2029-06-21T10:27:44.780Z sunrise 2029-06-21T17:26:43.367Z Sun culminates 84.84 degrees above the horizon -2029-06-21T19:59:24.693Z moonrise +2029-06-21T19:59:24.694Z moonrise 2029-06-22T00:25:41.562Z sunset 2029-06-22T01:32:57.585Z Moon culminates 42.78 degrees above the horizon -2029-06-22T07:01:45.698Z moonset +2029-06-22T07:01:45.697Z moonset 2029-06-22T10:27:58.720Z sunrise 2029-06-22T15:33:53.491Z lunar perigee at 366584 km 2029-06-22T17:26:56.315Z Sun culminates 84.83 degrees above the horizon 2029-06-22T21:07:03.040Z moonrise -2029-06-23T00:25:52.864Z sunset +2029-06-23T00:25:52.865Z sunset 2029-06-23T02:30:51.751Z Moon culminates 39.02 degrees above the horizon -2029-06-23T07:51:17.518Z moonset -2029-06-23T10:28:13.699Z sunrise +2029-06-23T07:51:17.517Z moonset +2029-06-23T10:28:13.698Z sunrise 2029-06-23T17:27:09.176Z Sun culminates 84.81 degrees above the horizon 2029-06-23T22:14:10.181Z moonrise 2029-06-24T00:26:02.957Z sunset -2029-06-24T03:31:22.691Z Moon culminates 36.77 degrees above the horizon -2029-06-24T08:46:59.408Z moonset -2029-06-24T10:28:29.693Z sunrise -2029-06-24T17:27:21.931Z Sun culminates 84.79 degrees above the horizon -2029-06-24T23:18:01.509Z moonrise +2029-06-24T03:31:22.690Z Moon culminates 36.77 degrees above the horizon +2029-06-24T08:46:59.407Z moonset +2029-06-24T10:28:29.691Z sunrise +2029-06-24T17:27:21.930Z Sun culminates 84.79 degrees above the horizon +2029-06-24T23:18:01.508Z moonrise 2029-06-25T00:26:11.824Z sunset -2029-06-25T02:00:47.194Z Venus moves from Gemini to Cancer -2029-06-25T04:32:46.199Z Moon culminates 36.26 degrees above the horizon -2029-06-25T09:47:54.133Z moonset -2029-06-25T10:28:46.679Z sunrise -2029-06-25T17:27:34.560Z Sun culminates 84.76 degrees above the horizon -2029-06-26T00:16:04.131Z moonrise -2029-06-26T00:26:19.450Z sunset +2029-06-25T02:00:47.853Z Venus moves from Gemini to Cancer +2029-06-25T04:32:46.198Z Moon culminates 36.26 degrees above the horizon +2029-06-25T09:47:54.131Z moonset +2029-06-25T10:28:46.677Z sunrise +2029-06-25T17:27:34.559Z Sun culminates 84.76 degrees above the horizon +2029-06-26T00:16:04.130Z moonrise +2029-06-26T00:26:19.448Z sunset 2029-06-26T03:22:06.538Z total lunar eclipse 2029-06-26T03:22:52.165Z full moon -2029-06-26T05:32:46.622Z Moon culminates 37.48 degrees above the horizon -2029-06-26T10:29:04.633Z sunrise -2029-06-26T10:51:42.181Z moonset -2029-06-26T17:27:47.043Z Sun culminates 84.73 degrees above the horizon -2029-06-27T00:26:25.818Z sunset -2029-06-27T01:07:02.309Z moonrise -2029-06-27T06:29:30.969Z Moon culminates 40.22 degrees above the horizon +2029-06-26T05:32:46.621Z Moon culminates 37.48 degrees above the horizon +2029-06-26T10:29:04.632Z sunrise +2029-06-26T10:51:42.180Z moonset +2029-06-26T17:27:47.042Z Sun culminates 84.73 degrees above the horizon +2029-06-27T00:26:25.816Z sunset +2029-06-27T01:07:02.308Z moonrise +2029-06-27T06:29:30.967Z Moon culminates 40.22 degrees above the horizon 2029-06-27T10:29:23.533Z sunrise -2029-06-27T11:55:37.665Z moonset -2029-06-27T17:27:59.362Z Sun culminates 84.68 degrees above the horizon -2029-06-28T00:26:30.916Z sunset -2029-06-28T01:51:09.660Z moonrise -2029-06-28T07:22:05.322Z Moon culminates 44.10 degrees above the horizon -2029-06-28T10:29:43.355Z sunrise -2029-06-28T12:57:36.077Z moonset -2029-06-28T17:28:11.499Z Sun culminates 84.64 degrees above the horizon -2029-06-29T00:26:34.731Z sunset -2029-06-29T02:29:36.234Z moonrise -2029-06-29T08:10:34.605Z Moon culminates 48.76 degrees above the horizon -2029-06-29T10:30:04.075Z sunrise +2029-06-27T11:55:37.664Z moonset +2029-06-27T17:27:59.361Z Sun culminates 84.68 degrees above the horizon +2029-06-28T00:26:30.914Z sunset +2029-06-28T01:51:09.658Z moonrise +2029-06-28T07:22:05.321Z Moon culminates 44.10 degrees above the horizon +2029-06-28T10:29:43.356Z sunrise +2029-06-28T12:57:36.076Z moonset +2029-06-28T17:28:11.498Z Sun culminates 84.64 degrees above the horizon +2029-06-29T00:26:34.728Z sunset +2029-06-29T02:29:36.233Z moonrise +2029-06-29T08:10:34.604Z Moon culminates 48.76 degrees above the horizon +2029-06-29T10:30:04.076Z sunrise 2029-06-29T13:56:42.933Z moonset -2029-06-29T17:28:23.434Z Sun culminates 84.58 degrees above the horizon -2029-06-30T00:26:37.250Z sunset -2029-06-30T03:03:51.307Z moonrise +2029-06-29T17:28:23.433Z Sun culminates 84.58 degrees above the horizon +2029-06-30T00:26:37.248Z sunset +2029-06-30T03:03:51.306Z moonrise 2029-06-30T08:55:41.661Z Moon culminates 53.85 degrees above the horizon -2029-06-30T10:30:25.668Z sunrise -2029-06-30T14:53:02.398Z moonset +2029-06-30T10:30:25.669Z sunrise +2029-06-30T14:53:02.399Z moonset 2029-06-30T17:28:35.150Z Sun culminates 84.52 degrees above the horizon -2029-07-01T00:26:38.462Z sunset +2029-07-01T00:26:38.461Z sunset 2029-07-01T03:35:22.498Z moonrise 2029-07-01T09:38:26.546Z Moon culminates 59.11 degrees above the horizon -2029-07-01T10:30:48.108Z sunrise -2029-07-01T15:47:12.880Z moonset +2029-07-01T10:30:48.110Z sunrise +2029-07-01T15:47:12.881Z moonset 2029-07-01T17:28:46.628Z Sun culminates 84.45 degrees above the horizon -2029-07-01T18:26:56.253Z Mercury moves from Taurus to Gemini +2029-07-01T18:26:56.621Z Mercury moves from Taurus to Gemini 2029-07-02T00:26:38.356Z sunset 2029-07-02T04:05:29.458Z moonrise 2029-07-02T10:19:53.861Z Moon culminates 64.34 degrees above the horizon -2029-07-02T10:31:11.369Z sunrise -2029-07-02T16:40:06.936Z moonset +2029-07-02T10:31:11.370Z sunrise +2029-07-02T16:40:06.937Z moonset 2029-07-02T17:28:57.850Z Sun culminates 84.37 degrees above the horizon 2029-07-03T00:26:36.923Z sunset -2029-07-03T04:35:24.898Z moonrise +2029-07-03T04:35:24.897Z moonrise 2029-07-03T10:31:35.423Z sunrise 2029-07-03T11:01:06.831Z Moon culminates 69.35 degrees above the horizon 2029-07-03T17:29:08.796Z Sun culminates 84.29 degrees above the horizon -2029-07-03T17:32:38.324Z moonset +2029-07-03T17:32:38.325Z moonset 2029-07-03T17:58:03.486Z third quarter 2029-07-04T00:26:34.152Z sunset -2029-07-04T05:06:17.988Z moonrise -2029-07-04T10:32:00.239Z sunrise +2029-07-04T05:06:17.987Z moonrise +2029-07-04T10:32:00.240Z sunrise 2029-07-04T11:43:04.589Z Moon culminates 74.00 degrees above the horizon 2029-07-04T16:04:43.675Z lunar apogee at 404302 km 2029-07-04T17:29:19.446Z Sun culminates 84.20 degrees above the horizon -2029-07-04T18:25:33.123Z moonset +2029-07-04T18:25:33.124Z moonset 2029-07-05T00:21:32.764Z Mercury perihelion at 0.3075 AU 2029-07-05T00:26:30.034Z sunset 2029-07-05T05:39:17.454Z moonrise 2029-07-05T10:32:25.788Z sunrise 2029-07-05T12:26:39.646Z Moon culminates 78.13 degrees above the horizon 2029-07-05T17:29:29.780Z Sun culminates 84.10 degrees above the horizon -2029-07-05T19:19:21.473Z moonset -2029-07-06T00:26:24.559Z sunset +2029-07-05T19:19:21.474Z moonset +2029-07-06T00:26:24.560Z sunset 2029-07-06T05:13:18.169Z Earth aphelion at 1.0167 AU 2029-07-06T06:15:32.373Z moonrise -2029-07-06T10:32:52.037Z sunrise +2029-07-06T10:32:52.038Z sunrise 2029-07-06T13:12:33.359Z Moon culminates 81.56 degrees above the horizon 2029-07-06T17:29:39.778Z Sun culminates 84.00 degrees above the horizon -2029-07-06T20:14:08.278Z moonset +2029-07-06T20:14:08.279Z moonset 2029-07-07T00:26:17.720Z sunset 2029-07-07T06:56:08.262Z moonrise -2029-07-07T10:33:18.953Z sunrise -2029-07-07T14:01:08.349Z Moon culminates 84.09 degrees above the horizon +2029-07-07T10:33:18.954Z sunrise +2029-07-07T14:01:08.350Z Moon culminates 84.09 degrees above the horizon 2029-07-07T17:29:49.419Z Sun culminates 83.89 degrees above the horizon -2029-07-07T21:09:24.721Z moonset +2029-07-07T21:09:24.722Z moonset 2029-07-08T00:26:09.507Z sunset 2029-07-08T07:41:55.979Z moonrise -2029-07-08T10:33:46.503Z sunrise -2029-07-08T14:52:19.351Z Moon culminates 85.51 degrees above the horizon +2029-07-08T10:33:46.504Z sunrise +2029-07-08T14:52:19.352Z Moon culminates 85.51 degrees above the horizon 2029-07-08T17:29:58.681Z Sun culminates 83.78 degrees above the horizon -2029-07-08T22:04:07.173Z moonset -2029-07-09T00:25:59.914Z sunset -2029-07-09T08:33:13.961Z moonrise -2029-07-09T10:34:14.650Z sunrise -2029-07-09T15:45:28.042Z Moon culminates 85.63 degrees above the horizon -2029-07-09T17:30:07.543Z Sun culminates 83.66 degrees above the horizon +2029-07-08T22:04:07.174Z moonset +2029-07-09T00:25:59.913Z sunset +2029-07-09T08:33:13.962Z moonrise +2029-07-09T10:34:14.652Z sunrise +2029-07-09T15:45:28.043Z Moon culminates 85.63 degrees above the horizon +2029-07-09T17:30:07.544Z Sun culminates 83.66 degrees above the horizon 2029-07-09T20:18:12.502Z Mercury superior conjunction 2029-07-09T22:56:51.379Z moonset -2029-07-10T00:25:48.932Z sunset -2029-07-10T09:29:32.248Z moonrise -2029-07-10T10:34:43.361Z sunrise -2029-07-10T16:39:29.463Z Moon culminates 84.36 degrees above the horizon +2029-07-10T00:25:48.931Z sunset +2029-07-10T09:29:32.250Z moonrise +2029-07-10T10:34:43.362Z sunrise +2029-07-10T16:39:29.464Z Moon culminates 84.36 degrees above the horizon 2029-07-10T17:30:15.985Z Sun culminates 83.53 degrees above the horizon 2029-07-10T23:46:20.892Z moonset 2029-07-11T00:25:36.555Z sunset -2029-07-11T10:29:33.665Z moonrise -2029-07-11T10:35:12.598Z sunrise -2029-07-11T11:30:46.549Z Venus moves from Cancer to Leo +2029-07-11T10:29:33.666Z moonrise +2029-07-11T10:35:12.600Z sunrise +2029-07-11T11:30:47.228Z Venus moves from Cancer to Leo 2029-07-11T15:51:37.758Z new moon -2029-07-11T17:30:23.984Z Sun culminates 83.39 degrees above the horizon +2029-07-11T17:30:23.985Z Sun culminates 83.39 degrees above the horizon 2029-07-11T17:33:12.045Z Moon culminates 81.71 degrees above the horizon -2029-07-12T00:25:22.778Z sunset +2029-07-12T00:25:22.777Z sunset 2029-07-12T00:31:54.482Z moonset -2029-07-12T10:35:42.327Z sunrise -2029-07-12T11:31:39.510Z moonrise -2029-07-12T17:30:31.522Z Sun culminates 83.25 degrees above the horizon +2029-07-12T10:35:42.329Z sunrise +2029-07-12T11:31:39.511Z moonrise +2029-07-12T17:30:31.523Z Sun culminates 83.25 degrees above the horizon 2029-07-12T18:25:42.044Z Moon culminates 77.80 degrees above the horizon -2029-07-13T00:25:07.596Z sunset -2029-07-13T01:13:36.191Z moonset -2029-07-13T10:36:12.513Z sunrise -2029-07-13T12:34:25.800Z moonrise +2029-07-13T00:25:07.595Z sunset +2029-07-13T01:13:36.190Z moonset +2029-07-13T10:36:12.515Z sunrise +2029-07-13T12:34:25.802Z moonrise 2029-07-13T17:30:38.579Z Sun culminates 83.10 degrees above the horizon 2029-07-13T19:16:38.959Z Moon culminates 72.88 degrees above the horizon 2029-07-14T00:24:51.005Z sunset -2029-07-14T01:52:07.358Z moonset -2029-07-14T10:36:43.121Z sunrise -2029-07-14T13:37:07.250Z moonrise -2029-07-14T15:10:39.307Z Mercury moves from Gemini to Cancer -2029-07-14T17:30:45.136Z Sun culminates 82.95 degrees above the horizon +2029-07-14T01:52:07.357Z moonset +2029-07-14T10:36:43.123Z sunrise +2029-07-14T13:37:07.251Z moonrise +2029-07-14T15:10:39.675Z Mercury moves from Gemini to Cancer +2029-07-14T17:30:45.137Z Sun culminates 82.95 degrees above the horizon 2029-07-14T20:06:16.866Z Moon culminates 67.25 degrees above the horizon -2029-07-15T00:24:33.005Z sunset -2029-07-15T02:28:32.235Z moonset -2029-07-15T10:37:14.118Z sunrise -2029-07-15T14:39:39.992Z moonrise -2029-07-15T17:30:51.177Z Sun culminates 82.79 degrees above the horizon +2029-07-15T00:24:33.004Z sunset +2029-07-15T02:28:32.233Z moonset +2029-07-15T10:37:14.119Z sunrise +2029-07-15T14:39:39.994Z moonrise +2029-07-15T17:30:51.178Z Sun culminates 82.79 degrees above the horizon 2029-07-15T20:55:16.423Z Moon culminates 61.23 degrees above the horizon -2029-07-16T00:24:13.594Z sunset -2029-07-16T03:04:06.954Z moonset -2029-07-16T10:37:45.471Z sunrise -2029-07-16T15:42:29.311Z moonrise -2029-07-16T17:30:56.686Z Sun culminates 82.63 degrees above the horizon +2029-07-16T00:24:13.593Z sunset +2029-07-16T03:04:06.953Z moonset +2029-07-16T10:37:45.473Z sunrise +2029-07-16T15:42:29.313Z moonrise +2029-07-16T17:30:56.687Z Sun culminates 82.63 degrees above the horizon 2029-07-16T21:44:34.154Z Moon culminates 55.15 degrees above the horizon 2029-07-17T00:23:52.774Z sunset -2029-07-17T03:40:14.259Z moonset -2029-07-17T10:38:17.150Z sunrise -2029-07-17T16:46:10.685Z moonrise -2029-07-17T17:31:01.650Z Sun culminates 82.45 degrees above the horizon +2029-07-17T03:40:14.257Z moonset +2029-07-17T10:38:17.152Z sunrise +2029-07-17T16:46:10.686Z moonrise +2029-07-17T17:31:01.651Z Sun culminates 82.45 degrees above the horizon 2029-07-17T22:35:11.602Z Moon culminates 49.38 degrees above the horizon -2029-07-18T00:23:30.549Z sunset -2029-07-18T04:18:21.591Z moonset -2029-07-18T10:38:49.126Z sunrise +2029-07-18T00:23:30.550Z sunset +2029-07-18T04:18:21.590Z moonset +2029-07-18T10:38:49.127Z sunrise 2029-07-18T11:20:33.155Z lunar perigee at 369661 km 2029-07-18T14:14:47.788Z first quarter -2029-07-18T17:31:06.057Z Sun culminates 82.28 degrees above the horizon -2029-07-18T17:51:07.369Z moonrise +2029-07-18T17:31:06.058Z Sun culminates 82.28 degrees above the horizon +2029-07-18T17:51:07.371Z moonrise 2029-07-18T23:28:03.001Z Moon culminates 44.27 degrees above the horizon -2029-07-19T00:23:06.926Z sunset -2029-07-19T04:59:57.957Z moonset +2029-07-19T00:23:06.927Z sunset +2029-07-19T04:59:57.956Z moonset 2029-07-19T10:39:21.370Z sunrise -2029-07-19T17:31:09.897Z Sun culminates 82.09 degrees above the horizon -2029-07-19T18:57:05.607Z moonrise -2029-07-20T00:22:41.912Z sunset -2029-07-20T00:23:39.008Z Moon culminates 40.17 degrees above the horizon -2029-07-20T05:46:23.603Z moonset -2029-07-20T10:39:53.855Z sunrise -2029-07-20T17:31:13.160Z Sun culminates 81.90 degrees above the horizon -2029-07-20T20:02:54.609Z moonrise -2029-07-21T00:22:15.516Z sunset +2029-07-19T17:31:09.898Z Sun culminates 82.09 degrees above the horizon +2029-07-19T18:57:05.609Z moonrise +2029-07-20T00:22:41.913Z sunset +2029-07-20T00:23:39.007Z Moon culminates 40.17 degrees above the horizon +2029-07-20T05:46:23.601Z moonset +2029-07-20T10:39:53.854Z sunrise +2029-07-20T17:31:13.161Z Sun culminates 81.90 degrees above the horizon +2029-07-20T20:02:54.610Z moonrise +2029-07-21T00:22:15.518Z sunset 2029-07-21T01:21:47.849Z Moon culminates 37.43 degrees above the horizon -2029-07-21T06:38:27.430Z moonset -2029-07-21T10:40:26.555Z sunrise -2029-07-21T17:31:15.840Z Sun culminates 81.71 degrees above the horizon +2029-07-21T06:38:27.428Z moonset +2029-07-21T10:40:26.554Z sunrise +2029-07-21T17:31:15.841Z Sun culminates 81.71 degrees above the horizon 2029-07-21T21:06:29.371Z moonrise -2029-07-22T00:21:47.751Z sunset -2029-07-22T02:21:24.231Z Moon culminates 36.28 degrees above the horizon -2029-07-22T07:35:56.580Z moonset -2029-07-22T10:40:59.447Z sunrise +2029-07-22T00:21:47.753Z sunset +2029-07-22T02:21:24.230Z Moon culminates 36.28 degrees above the horizon +2029-07-22T07:35:56.578Z moonset +2029-07-22T10:40:59.445Z sunrise 2029-07-22T17:31:17.932Z Sun culminates 81.51 degrees above the horizon -2029-07-22T19:34:05.665Z Saturn moves from Aries to Taurus +2029-07-22T19:34:15.792Z Saturn moves from Aries to Taurus 2029-07-22T22:05:30.718Z moonrise -2029-07-23T00:21:18.629Z sunset -2029-07-23T03:20:41.787Z Moon culminates 36.80 degrees above the horizon -2029-07-23T08:37:21.291Z moonset -2029-07-23T10:41:32.508Z sunrise -2029-07-23T17:31:19.431Z Sun culminates 81.30 degrees above the horizon +2029-07-23T00:21:18.630Z sunset +2029-07-23T03:20:41.786Z Moon culminates 36.80 degrees above the horizon +2029-07-23T08:37:21.289Z moonset +2029-07-23T10:41:32.507Z sunrise +2029-07-23T17:31:19.430Z Sun culminates 81.30 degrees above the horizon 2029-07-23T22:58:23.233Z moonrise 2029-07-24T00:20:48.164Z sunset -2029-07-24T04:17:50.901Z Moon culminates 38.88 degrees above the horizon -2029-07-24T09:40:21.034Z moonset -2029-07-24T10:42:05.718Z sunrise +2029-07-24T04:17:50.900Z Moon culminates 38.88 degrees above the horizon +2029-07-24T09:40:21.033Z moonset +2029-07-24T10:42:05.717Z sunrise 2029-07-24T17:31:20.334Z Sun culminates 81.09 degrees above the horizon -2029-07-24T20:53:27.835Z Mercury moves from Cancer to Leo +2029-07-24T20:53:28.296Z Mercury moves from Cancer to Leo 2029-07-24T23:44:46.345Z moonrise 2029-07-25T00:20:16.370Z sunset 2029-07-25T05:11:38.097Z Moon culminates 42.26 degrees above the horizon -2029-07-25T10:42:39.058Z sunrise +2029-07-25T10:42:39.057Z sunrise 2029-07-25T10:42:41.245Z moonset 2029-07-25T13:36:20.156Z full moon -2029-07-25T17:31:20.640Z Sun culminates 80.87 degrees above the horizon -2029-07-26T00:19:43.264Z sunset -2029-07-26T00:25:22.262Z moonrise +2029-07-25T17:31:20.639Z Sun culminates 80.87 degrees above the horizon +2029-07-26T00:19:43.263Z sunset +2029-07-26T00:25:22.261Z moonrise 2029-07-26T06:01:41.455Z Moon culminates 46.59 degrees above the horizon 2029-07-26T10:43:12.508Z sunrise 2029-07-26T11:42:57.280Z moonset 2029-07-26T17:31:20.348Z Sun culminates 80.65 degrees above the horizon -2029-07-27T00:19:08.862Z sunset -2029-07-27T01:01:24.948Z moonrise +2029-07-27T00:19:08.861Z sunset +2029-07-27T01:01:24.947Z moonrise 2029-07-27T06:48:21.551Z Moon culminates 51.53 degrees above the horizon 2029-07-27T10:43:46.054Z sunrise 2029-07-27T12:40:42.401Z moonset 2029-07-27T17:31:19.459Z Sun culminates 80.42 degrees above the horizon -2029-07-28T00:18:33.182Z sunset -2029-07-28T01:34:15.700Z moonrise +2029-07-28T00:18:33.181Z sunset +2029-07-28T01:34:15.699Z moonrise 2029-07-28T07:32:23.787Z Moon culminates 56.77 degrees above the horizon -2029-07-28T10:44:19.678Z sunrise -2029-07-28T13:36:12.223Z moonset +2029-07-28T10:44:19.679Z sunrise +2029-07-28T13:36:12.224Z moonset 2029-07-28T17:31:17.973Z Sun culminates 80.19 degrees above the horizon 2029-07-29T00:17:56.241Z sunset -2029-07-29T02:05:11.892Z moonrise +2029-07-29T02:05:11.891Z moonrise 2029-07-29T08:14:44.054Z Moon culminates 62.07 degrees above the horizon -2029-07-29T10:44:53.365Z sunrise -2029-07-29T14:30:05.145Z moonset -2029-07-29T17:31:15.892Z Sun culminates 79.95 degrees above the horizon -2029-07-30T00:17:18.058Z sunset -2029-07-30T02:35:24.808Z moonrise +2029-07-29T10:44:53.366Z sunrise +2029-07-29T14:30:05.146Z moonset +2029-07-29T17:31:15.893Z Sun culminates 79.95 degrees above the horizon +2029-07-30T00:17:18.059Z sunset +2029-07-30T02:35:24.806Z moonrise 2029-07-30T08:56:20.493Z Moon culminates 67.23 degrees above the horizon -2029-07-30T10:45:27.101Z sunrise -2029-07-30T15:23:07.483Z moonset -2029-07-30T17:31:13.218Z Sun culminates 79.71 degrees above the horizon -2029-07-31T00:16:38.652Z sunset -2029-07-31T03:06:01.566Z moonrise +2029-07-30T10:45:27.102Z sunrise +2029-07-30T15:23:07.484Z moonset +2029-07-30T17:31:13.219Z Sun culminates 79.71 degrees above the horizon +2029-07-31T00:16:38.653Z sunset +2029-07-31T03:06:01.564Z moonrise 2029-07-31T09:38:09.443Z Moon culminates 72.07 degrees above the horizon -2029-07-31T10:46:00.870Z sunrise -2029-07-31T16:16:03.366Z moonset -2029-07-31T17:31:09.953Z Sun culminates 79.46 degrees above the horizon -2029-08-01T00:15:58.041Z sunset -2029-08-01T03:38:07.963Z moonrise +2029-07-31T10:46:00.871Z sunrise +2029-07-31T16:16:03.367Z moonset +2029-07-31T17:31:09.954Z Sun culminates 79.46 degrees above the horizon +2029-08-01T00:15:58.043Z sunset +2029-08-01T03:38:07.961Z moonrise 2029-08-01T04:39:54.892Z Pluto opposition -2029-08-01T10:21:02.893Z Moon culminates 76.43 degrees above the horizon +2029-08-01T10:21:02.892Z Moon culminates 76.43 degrees above the horizon 2029-08-01T10:41:17.955Z lunar apogee at 404298 km 2029-08-01T10:46:34.658Z sunrise -2029-08-01T17:09:26.697Z moonset -2029-08-01T17:31:06.099Z Sun culminates 79.21 degrees above the horizon -2029-08-02T00:15:16.245Z sunset -2029-08-02T04:12:50.263Z moonrise +2029-08-01T17:09:26.698Z moonset +2029-08-01T17:31:06.100Z Sun culminates 79.21 degrees above the horizon +2029-08-02T00:15:16.246Z sunset +2029-08-02T04:12:50.261Z moonrise 2029-08-02T10:47:08.449Z sunrise 2029-08-02T11:05:45.244Z Moon culminates 80.16 degrees above the horizon 2029-08-02T11:15:55.753Z third quarter -2029-08-02T17:31:01.657Z Sun culminates 78.95 degrees above the horizon -2029-08-02T18:03:33.124Z moonset -2029-08-03T00:14:33.282Z sunset -2029-08-03T04:51:14.043Z moonrise -2029-08-03T10:47:42.227Z sunrise +2029-08-02T17:31:01.658Z Sun culminates 78.95 degrees above the horizon +2029-08-02T18:03:33.125Z moonset +2029-08-03T00:14:33.283Z sunset +2029-08-03T04:51:14.041Z moonrise +2029-08-03T10:47:42.228Z sunrise 2029-08-03T11:52:48.036Z Moon culminates 83.06 degrees above the horizon -2029-08-03T17:30:56.630Z Sun culminates 78.69 degrees above the horizon -2029-08-03T18:58:12.107Z moonset +2029-08-03T17:30:56.631Z Sun culminates 78.69 degrees above the horizon +2029-08-03T18:58:12.108Z moonset 2029-08-04T00:13:49.171Z sunset -2029-08-04T05:34:17.854Z moonrise -2029-08-04T10:48:15.978Z sunrise +2029-08-04T05:34:17.853Z moonrise +2029-08-04T10:48:15.979Z sunrise 2029-08-04T12:42:22.601Z Moon culminates 84.96 degrees above the horizon -2029-08-04T17:30:51.018Z Sun culminates 78.42 degrees above the horizon -2029-08-04T19:52:42.536Z moonset +2029-08-04T17:30:51.019Z Sun culminates 78.42 degrees above the horizon +2029-08-04T19:52:42.538Z moonset 2029-08-05T00:13:03.930Z sunset 2029-08-05T06:22:40.280Z moonrise -2029-08-05T10:48:49.685Z sunrise -2029-08-05T13:34:13.255Z Moon culminates 85.67 degrees above the horizon +2029-08-05T10:48:49.687Z sunrise +2029-08-05T13:34:13.256Z Moon culminates 85.67 degrees above the horizon 2029-08-05T17:30:44.824Z Sun culminates 78.15 degrees above the horizon -2029-08-05T20:45:58.116Z moonset +2029-08-05T20:45:58.118Z moonset 2029-08-06T00:12:17.577Z sunset 2029-08-06T07:16:23.400Z moonrise -2029-08-06T10:49:23.334Z sunrise -2029-08-06T14:27:36.577Z Moon culminates 85.04 degrees above the horizon -2029-08-06T17:30:38.047Z Sun culminates 77.87 degrees above the horizon -2029-08-06T21:36:46.109Z moonset +2029-08-06T10:49:23.335Z sunrise +2029-08-06T14:27:36.578Z Moon culminates 85.04 degrees above the horizon +2029-08-06T17:30:38.048Z Sun culminates 77.87 degrees above the horizon +2029-08-06T21:36:46.110Z moonset 2029-08-07T00:11:30.131Z sunset 2029-08-07T08:14:43.133Z moonrise -2029-08-07T10:49:56.907Z sunrise -2029-08-07T15:21:31.847Z Moon culminates 83.01 degrees above the horizon +2029-08-07T10:49:56.908Z sunrise +2029-08-07T15:21:31.848Z Moon culminates 83.01 degrees above the horizon 2029-08-07T17:30:30.691Z Sun culminates 77.59 degrees above the horizon -2029-08-07T22:24:12.901Z moonset +2029-08-07T22:24:12.902Z moonset 2029-08-08T00:10:41.609Z sunset 2029-08-08T09:16:18.834Z moonrise -2029-08-08T10:50:30.390Z sunrise -2029-08-08T16:15:00.840Z Moon culminates 79.64 degrees above the horizon -2029-08-08T17:30:22.754Z Sun culminates 77.31 degrees above the horizon -2029-08-08T23:08:01.949Z moonset +2029-08-08T10:50:30.391Z sunrise +2029-08-08T16:15:00.841Z Moon culminates 79.64 degrees above the horizon +2029-08-08T17:30:22.755Z Sun culminates 77.31 degrees above the horizon +2029-08-08T23:08:01.950Z moonset 2029-08-09T00:09:52.030Z sunset -2029-08-09T10:19:41.755Z moonrise -2029-08-09T10:51:03.768Z sunrise +2029-08-09T10:19:41.756Z moonrise +2029-08-09T10:51:03.769Z sunrise 2029-08-09T17:07:27.106Z Moon culminates 75.09 degrees above the horizon 2029-08-09T17:30:14.241Z Sun culminates 77.02 degrees above the horizon 2029-08-09T23:48:35.497Z moonset 2029-08-10T00:09:01.412Z sunset 2029-08-10T01:56:19.343Z new moon -2029-08-10T10:51:37.026Z sunrise -2029-08-10T11:23:45.209Z moonrise -2029-08-10T12:34:08.903Z Venus moves from Leo to Virgo +2029-08-10T10:51:37.027Z sunrise +2029-08-10T11:23:45.210Z moonrise +2029-08-10T12:34:09.582Z Venus moves from Leo to Virgo 2029-08-10T17:30:05.152Z Sun culminates 76.72 degrees above the horizon -2029-08-10T17:58:45.237Z Moon culminates 69.63 degrees above the horizon +2029-08-10T17:58:45.238Z Moon culminates 69.63 degrees above the horizon 2029-08-11T00:08:09.773Z sunset 2029-08-11T00:26:44.684Z moonset -2029-08-11T10:52:10.151Z sunrise +2029-08-11T10:52:10.152Z sunrise 2029-08-11T12:27:59.231Z moonrise -2029-08-11T17:29:55.490Z Sun culminates 76.43 degrees above the horizon +2029-08-11T17:29:55.491Z Sun culminates 76.43 degrees above the horizon 2029-08-11T18:49:18.741Z Moon culminates 63.59 degrees above the horizon 2029-08-12T00:07:17.131Z sunset -2029-08-12T01:03:37.835Z moonset -2029-08-12T10:52:43.132Z sunrise -2029-08-12T13:32:26.713Z moonrise -2029-08-12T17:29:45.260Z Sun culminates 76.12 degrees above the horizon +2029-08-12T01:03:37.834Z moonset +2029-08-12T10:52:43.133Z sunrise +2029-08-12T13:32:26.714Z moonrise +2029-08-12T17:29:45.261Z Sun culminates 76.12 degrees above the horizon 2029-08-12T19:39:51.229Z Moon culminates 57.36 degrees above the horizon 2029-08-13T00:06:23.506Z sunset -2029-08-13T01:40:32.562Z moonset +2029-08-13T01:40:32.561Z moonset 2029-08-13T10:03:08.441Z lunar perigee at 366362 km 2029-08-13T10:53:15.959Z sunrise -2029-08-13T14:37:27.636Z moonrise -2029-08-13T17:29:34.466Z Sun culminates 75.82 degrees above the horizon -2029-08-13T20:31:15.266Z Moon culminates 51.32 degrees above the horizon +2029-08-13T14:37:27.637Z moonrise +2029-08-13T17:29:34.467Z Sun culminates 75.82 degrees above the horizon +2029-08-13T20:31:15.265Z Moon culminates 51.32 degrees above the horizon 2029-08-14T00:05:28.918Z sunset -2029-08-14T02:18:51.610Z moonset +2029-08-14T02:18:51.609Z moonset 2029-08-14T10:53:48.621Z sunrise 2029-08-14T15:43:17.571Z moonrise -2029-08-14T17:29:23.114Z Sun culminates 75.51 degrees above the horizon +2029-08-14T17:29:23.115Z Sun culminates 75.51 degrees above the horizon 2029-08-14T21:24:19.811Z Moon culminates 45.88 degrees above the horizon -2029-08-15T00:04:33.388Z sunset -2029-08-15T02:59:59.041Z moonset +2029-08-15T00:04:33.389Z sunset +2029-08-15T02:59:59.039Z moonset 2029-08-15T10:54:21.111Z sunrise -2029-08-15T16:49:44.165Z moonrise +2029-08-15T16:49:44.166Z moonrise 2029-08-15T17:29:11.213Z Sun culminates 75.20 degrees above the horizon -2029-08-15T22:19:35.333Z Moon culminates 41.41 degrees above the horizon -2029-08-16T00:03:36.938Z sunset -2029-08-16T03:45:11.806Z moonset -2029-08-16T10:54:53.425Z sunrise -2029-08-16T17:28:58.769Z Sun culminates 74.88 degrees above the horizon +2029-08-15T22:19:35.332Z Moon culminates 41.41 degrees above the horizon +2029-08-16T00:03:36.940Z sunset +2029-08-16T03:45:11.803Z moonset +2029-08-16T10:54:53.424Z sunrise +2029-08-16T17:28:58.770Z Sun culminates 74.88 degrees above the horizon 2029-08-16T17:55:48.187Z moonrise 2029-08-16T18:55:50.201Z first quarter -2029-08-16T23:16:57.664Z Moon culminates 38.24 degrees above the horizon -2029-08-17T00:02:39.591Z sunset -2029-08-17T04:35:22.328Z moonset -2029-08-17T10:55:25.556Z sunrise -2029-08-17T17:28:45.794Z Sun culminates 74.56 degrees above the horizon +2029-08-16T23:16:57.663Z Moon culminates 38.24 degrees above the horizon +2029-08-17T00:02:39.594Z sunset +2029-08-17T04:35:22.325Z moonset +2029-08-17T10:55:25.554Z sunrise +2029-08-17T17:28:45.795Z Sun culminates 74.56 degrees above the horizon 2029-08-17T18:59:43.026Z moonrise 2029-08-17T23:58:57.277Z Mercury aphelion at 0.4667 AU -2029-08-18T00:01:41.372Z sunset -2029-08-18T00:15:37.890Z Moon culminates 36.59 degrees above the horizon -2029-08-18T05:30:34.070Z moonset -2029-08-18T10:55:57.502Z sunrise +2029-08-18T00:01:41.375Z sunset +2029-08-18T00:15:37.889Z Moon culminates 36.59 degrees above the horizon +2029-08-18T05:30:34.066Z moonset +2029-08-18T10:55:57.499Z sunrise 2029-08-18T17:28:32.299Z Sun culminates 74.24 degrees above the horizon -2029-08-18T19:59:24.714Z moonrise -2029-08-19T00:00:42.306Z sunset -2029-08-19T01:14:09.880Z Moon culminates 36.57 degrees above the horizon -2029-08-19T06:29:45.583Z moonset -2029-08-19T10:56:29.262Z sunrise +2029-08-18T19:59:24.715Z moonrise +2029-08-19T00:00:42.309Z sunset +2029-08-19T01:14:09.879Z Moon culminates 36.57 degrees above the horizon +2029-08-19T06:29:45.580Z moonset +2029-08-19T10:56:29.259Z sunrise 2029-08-19T17:28:18.295Z Sun culminates 73.91 degrees above the horizon 2029-08-19T20:53:20.434Z moonrise 2029-08-19T21:35:16.789Z Mercury max evening elongation: 27.42 degrees from Sun -2029-08-19T23:59:42.418Z sunset -2029-08-20T02:10:58.525Z Moon culminates 38.10 degrees above the horizon -2029-08-20T07:31:04.236Z moonset -2029-08-20T10:57:00.836Z sunrise -2029-08-20T14:20:42.862Z Mercury moves from Leo to Virgo +2029-08-19T23:59:42.420Z sunset +2029-08-20T02:10:58.523Z Moon culminates 38.10 degrees above the horizon +2029-08-20T07:31:04.233Z moonset +2029-08-20T10:57:00.834Z sunrise +2029-08-20T14:20:43.774Z Mercury moves from Leo to Virgo 2029-08-20T17:28:03.798Z Sun culminates 73.58 degrees above the horizon 2029-08-20T21:41:00.529Z moonrise -2029-08-20T23:58:41.735Z sunset -2029-08-21T03:04:53.082Z Moon culminates 40.97 degrees above the horizon -2029-08-21T08:32:28.764Z moonset -2029-08-21T10:57:32.228Z sunrise -2029-08-21T17:12:34.519Z Mars moves from Virgo to Libra +2029-08-20T23:58:41.737Z sunset +2029-08-21T03:04:53.081Z Moon culminates 40.97 degrees above the horizon +2029-08-21T08:32:28.762Z moonset +2029-08-21T10:57:32.226Z sunrise +2029-08-21T17:12:35.698Z Mars moves from Virgo to Libra 2029-08-21T17:27:48.821Z Sun culminates 73.25 degrees above the horizon 2029-08-21T22:22:54.769Z moonrise -2029-08-21T23:08:45.028Z Neptune moves from Pisces to Cetus -2029-08-21T23:57:40.284Z sunset -2029-08-22T03:55:24.748Z Moon culminates 44.88 degrees above the horizon -2029-08-22T09:32:30.736Z moonset -2029-08-22T10:58:03.441Z sunrise +2029-08-21T23:08:05.069Z Neptune moves from Pisces to Cetus +2029-08-21T23:57:40.285Z sunset +2029-08-22T03:55:24.747Z Moon culminates 44.88 degrees above the horizon +2029-08-22T09:32:30.734Z moonset +2029-08-22T10:58:03.439Z sunrise 2029-08-22T17:27:33.381Z Sun culminates 72.91 degrees above the horizon 2029-08-22T23:00:07.511Z moonrise -2029-08-22T23:56:38.091Z sunset -2029-08-23T04:42:43.613Z Moon culminates 49.53 degrees above the horizon -2029-08-23T10:30:30.224Z moonset -2029-08-23T10:58:34.481Z sunrise +2029-08-22T23:56:38.092Z sunset +2029-08-23T04:42:43.612Z Moon culminates 49.53 degrees above the horizon +2029-08-23T10:30:30.223Z moonset +2029-08-23T10:58:34.480Z sunrise 2029-08-23T17:27:17.494Z Sun culminates 72.57 degrees above the horizon 2029-08-23T23:33:54.359Z moonrise -2029-08-23T23:55:35.185Z sunset +2029-08-23T23:55:35.186Z sunset 2029-08-24T01:51:50.292Z full moon 2029-08-24T05:27:25.282Z Moon culminates 54.61 degrees above the horizon -2029-08-24T10:59:05.355Z sunrise +2029-08-24T10:59:05.354Z sunrise 2029-08-24T11:26:28.226Z moonset 2029-08-24T17:27:01.179Z Sun culminates 72.23 degrees above the horizon -2029-08-24T23:54:31.594Z sunset +2029-08-24T23:54:31.595Z sunset 2029-08-25T00:05:29.410Z moonrise 2029-08-25T06:10:17.824Z Moon culminates 59.87 degrees above the horizon 2029-08-25T10:59:36.070Z sunrise 2029-08-25T12:20:50.836Z moonset -2029-08-25T17:26:44.452Z Sun culminates 71.88 degrees above the horizon -2029-08-25T23:53:27.346Z sunset +2029-08-25T17:26:44.453Z Sun culminates 71.88 degrees above the horizon +2029-08-25T23:53:27.347Z sunset 2029-08-26T00:36:01.335Z moonrise 2029-08-26T06:52:13.166Z Moon culminates 65.08 degrees above the horizon 2029-08-26T11:00:06.636Z sunrise 2029-08-26T13:14:15.062Z moonset 2029-08-26T17:26:27.334Z Sun culminates 71.53 degrees above the horizon -2029-08-26T23:52:22.469Z sunset -2029-08-27T01:06:34.096Z moonrise +2029-08-26T23:52:22.470Z sunset +2029-08-27T01:06:34.095Z moonrise 2029-08-27T07:34:02.406Z Moon culminates 70.06 degrees above the horizon -2029-08-27T11:00:37.062Z sunrise +2029-08-27T11:00:37.061Z sunrise 2029-08-27T14:07:18.528Z moonset -2029-08-27T17:26:09.842Z Sun culminates 71.18 degrees above the horizon -2029-08-27T23:51:16.992Z sunset -2029-08-28T01:38:09.190Z moonrise +2029-08-27T17:26:09.843Z Sun culminates 71.18 degrees above the horizon +2029-08-27T23:51:16.993Z sunset +2029-08-28T01:38:09.189Z moonrise 2029-08-28T08:16:33.071Z Moon culminates 74.62 degrees above the horizon -2029-08-28T11:01:07.356Z sunrise +2029-08-28T11:01:07.355Z sunrise 2029-08-28T15:00:31.715Z moonset 2029-08-28T17:25:51.996Z Sun culminates 70.83 degrees above the horizon -2029-08-28T23:50:10.942Z sunset -2029-08-29T02:11:47.511Z moonrise +2029-08-28T23:50:10.944Z sunset +2029-08-29T02:11:47.510Z moonrise 2029-08-29T04:43:34.217Z lunar apogee at 405058 km -2029-08-29T09:00:26.494Z Moon culminates 78.59 degrees above the horizon +2029-08-29T09:00:26.493Z Moon culminates 78.59 degrees above the horizon 2029-08-29T11:01:37.527Z sunrise 2029-08-29T15:54:11.028Z moonset 2029-08-29T17:25:33.813Z Sun culminates 70.47 degrees above the horizon -2029-08-29T23:49:04.348Z sunset -2029-08-30T02:48:29.288Z moonrise +2029-08-29T23:49:04.349Z sunset +2029-08-30T02:48:29.286Z moonrise 2029-08-30T09:46:14.057Z Moon culminates 81.81 degrees above the horizon -2029-08-30T11:02:07.586Z sunrise +2029-08-30T11:02:07.585Z sunrise 2029-08-30T16:48:12.328Z moonset 2029-08-30T17:25:15.312Z Sun culminates 70.11 degrees above the horizon -2029-08-30T23:47:57.237Z sunset -2029-08-31T03:29:10.516Z moonrise +2029-08-30T23:47:57.238Z sunset +2029-08-31T03:29:10.515Z moonrise 2029-08-31T10:34:12.075Z Moon culminates 84.11 degrees above the horizon 2029-08-31T11:02:37.539Z sunrise 2029-08-31T17:24:56.511Z Sun culminates 69.75 degrees above the horizon 2029-08-31T17:42:06.892Z moonset 2029-08-31T23:46:49.636Z sunset -2029-09-01T04:14:34.620Z moonrise +2029-09-01T04:14:34.619Z moonrise 2029-09-01T04:33:41.169Z third quarter 2029-09-01T11:03:07.396Z sunrise 2029-09-01T11:24:16.638Z Moon culminates 85.32 degrees above the horizon 2029-09-01T17:24:37.426Z Sun culminates 69.39 degrees above the horizon -2029-09-01T18:35:03.860Z moonset +2029-09-01T18:35:03.861Z moonset 2029-09-01T23:45:41.571Z sunset -2029-09-02T05:05:00.302Z moonrise +2029-09-02T05:05:00.301Z moonrise 2029-09-02T11:03:37.163Z sunrise -2029-09-02T12:16:01.725Z Moon culminates 85.30 degrees above the horizon -2029-09-02T17:24:18.075Z Sun culminates 69.03 degrees above the horizon -2029-09-02T19:26:02.456Z moonset +2029-09-02T12:16:01.726Z Moon culminates 85.30 degrees above the horizon +2029-09-02T17:24:18.076Z Sun culminates 69.03 degrees above the horizon +2029-09-02T19:26:02.457Z moonset 2029-09-02T23:44:33.068Z sunset 2029-09-03T06:00:11.219Z moonrise 2029-09-03T11:04:06.847Z sunrise 2029-09-03T13:08:44.358Z Moon culminates 83.95 degrees above the horizon -2029-09-03T17:23:58.474Z Sun culminates 68.66 degrees above the horizon -2029-09-03T20:14:11.465Z moonset +2029-09-03T17:23:58.475Z Sun culminates 68.66 degrees above the horizon +2029-09-03T20:14:11.466Z moonset 2029-09-03T23:43:24.153Z sunset 2029-09-04T06:59:16.574Z moonrise -2029-09-04T11:04:36.455Z sunrise +2029-09-04T11:04:36.456Z sunrise 2029-09-04T14:01:37.450Z Moon culminates 81.27 degrees above the horizon 2029-09-04T17:23:38.639Z Sun culminates 68.29 degrees above the horizon -2029-09-04T20:59:06.689Z moonset +2029-09-04T20:59:06.690Z moonset 2029-09-04T23:42:14.850Z sunset 2029-09-05T08:01:07.173Z moonrise -2029-09-05T11:05:05.993Z sunrise +2029-09-05T11:05:05.994Z sunrise 2029-09-05T14:54:05.507Z Moon culminates 77.33 degrees above the horizon 2029-09-05T17:23:18.584Z Sun culminates 67.92 degrees above the horizon -2029-09-05T21:40:57.696Z moonset +2029-09-05T21:40:57.697Z moonset 2029-09-05T23:41:05.184Z sunset -2029-09-06T09:04:39.660Z moonrise +2029-09-06T09:04:39.659Z moonrise 2029-09-06T11:05:35.467Z sunrise -2029-09-06T15:45:55.847Z Moon culminates 72.32 degrees above the horizon +2029-09-06T15:45:55.848Z Moon culminates 72.32 degrees above the horizon 2029-09-06T17:22:58.325Z Sun culminates 67.55 degrees above the horizon 2029-09-06T22:20:23.550Z moonset -2029-09-06T23:39:55.179Z sunset -2029-09-07T10:09:14.976Z moonrise +2029-09-06T23:39:55.180Z sunset +2029-09-07T10:09:14.975Z moonrise 2029-09-07T11:06:04.882Z sunrise 2029-09-07T16:37:21.380Z Moon culminates 66.51 degrees above the horizon 2029-09-07T17:22:37.876Z Sun culminates 67.17 degrees above the horizon -2029-09-07T22:58:23.871Z moonset +2029-09-07T22:58:23.872Z moonset 2029-09-07T23:38:44.859Z sunset 2029-09-08T10:44:51.490Z new moon 2029-09-08T11:06:34.245Z sunrise @@ -19388,777 +19388,777 @@ 2029-09-09T12:21:10.988Z moonrise 2029-09-09T17:21:56.470Z Sun culminates 66.42 degrees above the horizon 2029-09-09T18:21:25.599Z Moon culminates 53.96 degrees above the horizon -2029-09-09T23:36:23.365Z sunset +2029-09-09T23:36:23.366Z sunset 2029-09-10T00:15:05.114Z moonset 2029-09-10T04:27:36.161Z lunar perigee at 361339 km 2029-09-10T11:07:32.838Z sunrise 2029-09-10T13:28:48.525Z moonrise 2029-09-10T17:21:35.542Z Sun culminates 66.04 degrees above the horizon 2029-09-10T19:15:35.358Z Moon culminates 48.09 degrees above the horizon -2029-09-10T23:35:12.239Z sunset +2029-09-10T23:35:12.240Z sunset 2029-09-11T00:56:29.086Z moonset -2029-09-11T11:08:02.084Z sunrise +2029-09-11T11:08:02.083Z sunrise 2029-09-11T14:37:18.896Z moonrise 2029-09-11T17:21:14.485Z Sun culminates 65.66 degrees above the horizon -2029-09-11T20:11:54.205Z Moon culminates 43.09 degrees above the horizon -2029-09-11T23:34:00.891Z sunset -2029-09-12T01:41:40.342Z moonset -2029-09-12T11:08:31.305Z sunrise -2029-09-12T15:45:39.136Z moonrise +2029-09-11T20:11:54.204Z Moon culminates 43.09 degrees above the horizon +2029-09-11T23:34:00.892Z sunset +2029-09-12T01:41:40.341Z moonset +2029-09-12T11:08:31.304Z sunrise +2029-09-12T15:45:39.135Z moonrise 2029-09-12T17:20:53.316Z Sun culminates 65.28 degrees above the horizon -2029-09-12T21:10:17.201Z Moon culminates 39.35 degrees above the horizon -2029-09-12T23:32:49.347Z sunset -2029-09-13T02:31:33.684Z moonset -2029-09-13T08:37:50.482Z Mercury moves from Virgo to Leo -2029-09-13T11:09:00.512Z sunrise -2029-09-13T16:51:55.919Z moonrise +2029-09-12T21:10:17.199Z Moon culminates 39.35 degrees above the horizon +2029-09-12T23:32:49.349Z sunset +2029-09-13T02:31:33.682Z moonset +2029-09-13T08:37:49.613Z Mercury moves from Virgo to Leo +2029-09-13T11:09:00.510Z sunrise +2029-09-13T16:51:55.917Z moonrise 2029-09-13T17:20:32.051Z Sun culminates 64.89 degrees above the horizon -2029-09-13T22:09:54.298Z Moon culminates 37.16 degrees above the horizon -2029-09-13T23:31:37.631Z sunset -2029-09-14T03:26:17.375Z moonset -2029-09-14T11:09:29.713Z sunrise +2029-09-13T22:09:54.296Z Moon culminates 37.16 degrees above the horizon +2029-09-13T23:31:37.634Z sunset +2029-09-14T03:26:17.371Z moonset +2029-09-14T11:09:29.710Z sunrise 2029-09-14T17:20:10.709Z Sun culminates 64.51 degrees above the horizon -2029-09-14T17:53:54.974Z moonrise -2029-09-14T23:09:17.491Z Moon culminates 36.64 degrees above the horizon -2029-09-14T23:30:25.770Z sunset +2029-09-14T17:53:54.972Z moonrise +2029-09-14T23:09:17.489Z Moon culminates 36.64 degrees above the horizon +2029-09-14T23:30:25.773Z sunset 2029-09-15T01:29:52.671Z first quarter -2029-09-15T04:24:56.416Z moonset -2029-09-15T11:09:58.918Z sunrise +2029-09-15T04:24:56.413Z moonset +2029-09-15T11:09:58.915Z sunrise 2029-09-15T17:19:49.307Z Sun culminates 64.12 degrees above the horizon -2029-09-15T18:49:52.915Z moonrise +2029-09-15T18:49:52.914Z moonrise 2029-09-15T21:02:14.719Z Mercury inferior conjunction -2029-09-15T23:29:13.790Z sunset -2029-09-16T00:06:49.716Z Moon culminates 37.71 degrees above the horizon -2029-09-16T05:25:44.081Z moonset -2029-09-16T11:10:28.140Z sunrise +2029-09-15T23:29:13.793Z sunset +2029-09-16T00:06:49.714Z Moon culminates 37.71 degrees above the horizon +2029-09-16T05:25:44.078Z moonset +2029-09-16T11:10:28.137Z sunrise 2029-09-16T17:19:27.866Z Sun culminates 63.74 degrees above the horizon -2029-09-16T19:39:13.548Z moonrise -2029-09-16T23:28:01.718Z sunset -2029-09-17T01:01:19.195Z Moon culminates 40.16 degrees above the horizon -2029-09-17T06:26:42.598Z moonset -2029-09-17T11:10:57.391Z sunrise +2029-09-16T19:39:13.546Z moonrise +2029-09-16T23:28:01.721Z sunset +2029-09-17T01:01:19.192Z Moon culminates 40.16 degrees above the horizon +2029-09-17T06:26:42.595Z moonset +2029-09-17T11:10:57.388Z sunrise 2029-09-17T17:19:06.405Z Sun culminates 63.35 degrees above the horizon -2029-09-17T20:22:25.363Z moonrise -2029-09-17T23:26:49.582Z sunset -2029-09-18T01:52:17.332Z Moon culminates 43.71 degrees above the horizon -2029-09-18T02:00:57.288Z Venus moves from Virgo to Libra -2029-09-18T07:26:24.540Z moonset -2029-09-18T11:11:26.686Z sunrise +2029-09-17T20:22:25.362Z moonrise +2029-09-17T23:26:49.585Z sunset +2029-09-18T01:52:17.330Z Moon culminates 43.71 degrees above the horizon +2029-09-18T02:00:57.967Z Venus moves from Virgo to Libra +2029-09-18T07:26:24.538Z moonset +2029-09-18T11:11:26.683Z sunrise 2029-09-18T17:18:44.946Z Sun culminates 62.97 degrees above the horizon -2029-09-18T21:00:34.831Z moonrise -2029-09-18T23:25:37.410Z sunset -2029-09-19T02:39:55.167Z Moon culminates 48.05 degrees above the horizon -2029-09-19T08:24:09.472Z moonset -2029-09-19T11:11:56.039Z sunrise +2029-09-18T21:00:34.830Z moonrise +2029-09-18T23:25:37.412Z sunset +2029-09-19T02:39:55.166Z Moon culminates 48.05 degrees above the horizon +2029-09-19T08:24:09.471Z moonset +2029-09-19T11:11:56.037Z sunrise 2029-09-19T17:18:23.511Z Sun culminates 62.58 degrees above the horizon -2029-09-19T21:35:00.601Z moonrise -2029-09-19T23:24:25.231Z sunset +2029-09-19T21:35:00.602Z moonrise +2029-09-19T23:24:25.233Z sunset 2029-09-20T03:24:49.242Z Moon culminates 52.90 degrees above the horizon -2029-09-20T09:19:57.202Z moonset -2029-09-20T11:12:25.467Z sunrise +2029-09-20T09:19:57.201Z moonset +2029-09-20T11:12:25.466Z sunrise 2029-09-20T17:18:02.123Z Sun culminates 62.19 degrees above the horizon -2029-09-20T22:06:59.204Z moonrise -2029-09-20T23:23:13.074Z sunset +2029-09-20T22:06:59.205Z moonrise +2029-09-20T23:23:13.075Z sunset 2029-09-21T04:07:48.029Z Moon culminates 58.03 degrees above the horizon -2029-09-21T10:14:12.326Z moonset -2029-09-21T11:12:54.988Z sunrise +2029-09-21T10:14:12.325Z moonset +2029-09-21T11:12:54.987Z sunrise 2029-09-21T17:17:40.806Z Sun culminates 61.80 degrees above the horizon -2029-09-21T22:37:40.481Z moonrise +2029-09-21T22:37:40.482Z moonrise 2029-09-21T23:22:00.968Z sunset 2029-09-22T04:49:43.092Z Moon culminates 63.20 degrees above the horizon -2029-09-22T11:07:30.180Z moonset -2029-09-22T11:13:24.619Z sunrise +2029-09-22T11:07:30.179Z moonset +2029-09-22T11:13:24.618Z sunrise 2029-09-22T16:29:56.389Z full moon 2029-09-22T17:17:19.582Z Sun culminates 61.41 degrees above the horizon -2029-09-22T17:37:48.426Z September equinox -2029-09-22T22:27:07.287Z Mars moves from Libra to Scorpius -2029-09-22T23:08:08.102Z moonrise +2029-09-22T17:37:49.811Z September equinox +2029-09-22T22:27:08.383Z Mars moves from Libra to Scorpius +2029-09-22T23:08:08.103Z moonrise 2029-09-22T23:20:48.943Z sunset -2029-09-23T05:31:24.339Z Moon culminates 68.21 degrees above the horizon -2029-09-23T11:13:54.379Z sunrise -2029-09-23T12:00:26.623Z moonset +2029-09-23T05:31:24.338Z Moon culminates 68.21 degrees above the horizon +2029-09-23T11:13:54.378Z sunrise +2029-09-23T12:00:26.622Z moonset 2029-09-23T17:16:58.477Z Sun culminates 61.02 degrees above the horizon -2029-09-23T23:19:37.028Z sunset -2029-09-23T23:39:21.736Z moonrise +2029-09-23T23:19:37.029Z sunset +2029-09-23T23:39:21.737Z moonrise 2029-09-24T06:13:37.310Z Moon culminates 72.90 degrees above the horizon -2029-09-24T11:14:24.285Z sunrise -2029-09-24T12:53:30.450Z moonset +2029-09-24T11:14:24.284Z sunrise +2029-09-24T12:53:30.449Z moonset 2029-09-24T17:16:37.514Z Sun culminates 60.64 degrees above the horizon -2029-09-24T23:18:25.256Z sunset -2029-09-25T00:12:18.906Z moonrise +2029-09-24T23:18:25.257Z sunset +2029-09-25T00:12:18.907Z moonrise 2029-09-25T06:57:00.742Z Moon culminates 77.07 degrees above the horizon -2029-09-25T11:14:54.357Z sunrise -2029-09-25T13:46:56.843Z moonset +2029-09-25T11:14:54.356Z sunrise +2029-09-25T13:46:56.842Z moonset 2029-09-25T17:16:16.718Z Sun culminates 60.25 degrees above the horizon 2029-09-25T19:41:32.108Z lunar apogee at 405989 km -2029-09-25T23:17:13.654Z sunset +2029-09-25T23:17:13.655Z sunset 2029-09-26T00:47:55.191Z moonrise 2029-09-26T07:42:03.342Z Moon culminates 80.54 degrees above the horizon -2029-09-26T11:15:24.611Z sunrise -2029-09-26T14:40:41.604Z moonset +2029-09-26T11:15:24.610Z sunrise +2029-09-26T14:40:41.603Z moonset 2029-09-26T17:15:56.112Z Sun culminates 59.86 degrees above the horizon -2029-09-26T23:16:02.253Z sunset -2029-09-27T01:27:01.586Z moonrise -2029-09-27T08:28:59.715Z Moon culminates 83.16 degrees above the horizon -2029-09-27T11:15:55.066Z sunrise -2029-09-27T15:34:17.852Z moonset +2029-09-26T23:16:02.254Z sunset +2029-09-27T01:27:01.587Z moonrise +2029-09-27T08:28:59.714Z Moon culminates 83.16 degrees above the horizon +2029-09-27T11:15:55.065Z sunrise +2029-09-27T15:34:17.851Z moonset 2029-09-27T17:15:35.721Z Sun culminates 59.47 degrees above the horizon -2029-09-27T23:14:51.084Z sunset +2029-09-27T23:14:51.085Z sunset 2029-09-28T02:10:18.243Z moonrise 2029-09-28T09:17:46.662Z Moon culminates 84.75 degrees above the horizon -2029-09-28T11:16:25.738Z sunrise -2029-09-28T16:26:58.519Z moonset +2029-09-28T11:16:25.737Z sunrise +2029-09-28T16:26:58.518Z moonset 2029-09-28T17:15:15.566Z Sun culminates 59.08 degrees above the horizon 2029-09-28T23:13:40.274Z sunset -2029-09-29T02:58:05.397Z moonrise +2029-09-29T02:58:05.398Z moonrise 2029-09-29T10:08:02.395Z Moon culminates 85.19 degrees above the horizon 2029-09-29T11:16:56.641Z sunrise 2029-09-29T17:14:55.671Z Sun culminates 58.69 degrees above the horizon -2029-09-29T17:17:47.149Z moonset +2029-09-29T17:17:47.147Z moonset 2029-09-29T23:12:29.653Z sunset -2029-09-30T03:50:15.519Z moonrise +2029-09-30T03:50:15.520Z moonrise 2029-09-30T10:59:11.275Z Moon culminates 84.40 degrees above the horizon 2029-09-30T11:17:27.791Z sunrise 2029-09-30T17:14:36.055Z Sun culminates 58.30 degrees above the horizon -2029-09-30T18:05:54.900Z moonset +2029-09-30T18:05:54.899Z moonset 2029-09-30T20:57:28.182Z third quarter 2029-09-30T23:11:19.350Z sunset 2029-09-30T23:37:23.418Z Mercury perihelion at 0.3075 AU -2029-10-01T04:46:13.143Z moonrise +2029-10-01T04:46:13.144Z moonrise 2029-10-01T11:17:59.201Z sunrise 2029-10-01T11:50:34.388Z Moon culminates 82.35 degrees above the horizon 2029-10-01T15:09:44.795Z Mercury max morning elongation: 17.89 degrees from Sun 2029-10-01T17:14:16.741Z Sun culminates 57.92 degrees above the horizon -2029-10-01T18:50:56.344Z moonset +2029-10-01T18:50:56.343Z moonset 2029-10-01T23:10:09.394Z sunset 2029-10-02T01:54:03.747Z Venus aphelion at 0.7282 AU -2029-10-02T05:45:06.232Z moonrise +2029-10-02T05:45:06.233Z moonrise 2029-10-02T11:18:30.883Z sunrise 2029-10-02T12:41:42.418Z Moon culminates 79.08 degrees above the horizon 2029-10-02T15:12:19.171Z Neptune opposition 2029-10-02T17:13:57.748Z Sun culminates 57.53 degrees above the horizon -2029-10-02T19:32:56.692Z moonset +2029-10-02T19:32:56.690Z moonset 2029-10-02T23:08:59.811Z sunset -2029-10-03T06:46:04.949Z moonrise -2029-10-03T11:19:02.847Z sunrise -2029-10-03T13:32:25.457Z Moon culminates 74.71 degrees above the horizon +2029-10-03T06:46:04.950Z moonrise +2029-10-03T11:19:02.846Z sunrise +2029-10-03T13:32:25.456Z Moon culminates 74.71 degrees above the horizon 2029-10-03T17:13:39.094Z Sun culminates 57.14 degrees above the horizon -2029-10-03T20:12:29.411Z moonset -2029-10-03T23:07:50.628Z sunset -2029-10-04T00:47:38.147Z Mercury moves from Leo to Virgo +2029-10-03T20:12:29.410Z moonset +2029-10-03T23:07:50.629Z sunset +2029-10-04T00:47:38.761Z Mercury moves from Leo to Virgo 2029-10-04T07:48:37.997Z moonrise -2029-10-04T11:19:35.103Z sunrise +2029-10-04T11:19:35.102Z sunrise 2029-10-04T14:22:56.523Z Moon culminates 69.41 degrees above the horizon 2029-10-04T17:13:20.798Z Sun culminates 56.76 degrees above the horizon -2029-10-04T20:50:29.042Z moonset -2029-10-04T23:06:41.873Z sunset -2029-10-05T04:45:57.821Z Mars moves from Scorpius to Ophiuchus +2029-10-04T20:50:29.041Z moonset +2029-10-04T23:06:41.874Z sunset +2029-10-05T04:45:58.917Z Mars moves from Scorpius to Ophiuchus 2029-10-05T08:52:38.952Z moonrise 2029-10-05T11:20:07.660Z sunrise 2029-10-05T15:13:49.150Z Moon culminates 63.45 degrees above the horizon 2029-10-05T17:13:02.877Z Sun culminates 56.37 degrees above the horizon 2029-10-05T21:28:04.466Z moonset -2029-10-05T23:05:33.571Z sunset +2029-10-05T23:05:33.572Z sunset 2029-10-06T09:58:21.127Z moonrise 2029-10-06T11:20:40.526Z sunrise 2029-10-06T16:05:50.868Z Moon culminates 57.18 degrees above the horizon 2029-10-06T17:12:45.348Z Sun culminates 55.99 degrees above the horizon -2029-10-06T22:06:34.699Z moonset -2029-10-06T23:04:25.748Z sunset -2029-10-07T06:26:57.408Z Venus moves from Libra to Scorpius +2029-10-06T22:06:34.700Z moonset +2029-10-06T23:04:25.749Z sunset +2029-10-07T06:26:58.098Z Venus moves from Libra to Scorpius 2029-10-07T11:06:02.322Z moonrise 2029-10-07T11:21:13.709Z sunrise 2029-10-07T16:59:53.010Z Moon culminates 51.02 degrees above the horizon 2029-10-07T17:12:28.227Z Sun culminates 55.61 degrees above the horizon 2029-10-07T19:15:01.602Z new moon -2029-10-07T22:47:25.597Z moonset -2029-10-07T23:03:18.428Z sunset +2029-10-07T22:47:25.598Z moonset +2029-10-07T23:03:18.429Z sunset 2029-10-08T11:21:47.216Z sunrise 2029-10-08T11:31:37.359Z lunar perigee at 357730 km -2029-10-08T12:15:40.486Z moonrise +2029-10-08T12:15:40.485Z moonrise 2029-10-08T17:12:11.530Z Sun culminates 55.23 degrees above the horizon 2029-10-08T17:56:35.244Z Moon culminates 45.46 degrees above the horizon -2029-10-08T23:02:11.637Z sunset +2029-10-08T23:02:11.638Z sunset 2029-10-08T23:32:02.968Z moonset 2029-10-09T11:22:20.952Z sunrise -2029-10-09T13:26:24.436Z moonrise +2029-10-09T13:26:24.435Z moonrise 2029-10-09T17:11:55.272Z Sun culminates 54.85 degrees above the horizon -2029-10-09T18:56:04.335Z Moon culminates 41.01 degrees above the horizon -2029-10-09T23:01:05.400Z sunset +2029-10-09T18:56:04.334Z Moon culminates 41.01 degrees above the horizon +2029-10-09T23:01:05.401Z sunset 2029-10-10T00:21:36.058Z moonset -2029-10-10T11:22:55.123Z sunrise -2029-10-10T14:36:15.924Z moonrise -2029-10-10T17:11:39.470Z Sun culminates 54.47 degrees above the horizon -2029-10-10T19:57:34.245Z Moon culminates 38.07 degrees above the horizon -2029-10-10T22:59:59.741Z sunset -2029-10-11T01:16:29.240Z moonset -2029-10-11T11:23:29.636Z sunrise -2029-10-11T15:42:30.010Z moonrise -2029-10-11T17:11:24.138Z Sun culminates 54.09 degrees above the horizon -2029-10-11T20:59:25.225Z Moon culminates 36.88 degrees above the horizon -2029-10-11T22:58:54.687Z sunset -2029-10-12T02:15:54.992Z moonset -2029-10-12T11:24:04.494Z sunrise -2029-10-12T16:42:38.213Z moonrise +2029-10-10T11:22:55.122Z sunrise +2029-10-10T14:36:15.922Z moonrise +2029-10-10T17:11:39.469Z Sun culminates 54.47 degrees above the horizon +2029-10-10T19:57:34.243Z Moon culminates 38.07 degrees above the horizon +2029-10-10T22:59:59.742Z sunset +2029-10-11T01:16:29.239Z moonset +2029-10-11T11:23:29.633Z sunrise +2029-10-11T15:42:30.007Z moonrise +2029-10-11T17:11:24.137Z Sun culminates 54.09 degrees above the horizon +2029-10-11T20:59:25.223Z Moon culminates 36.88 degrees above the horizon +2029-10-11T22:58:54.689Z sunset +2029-10-12T02:15:54.990Z moonset +2029-10-12T11:24:04.491Z sunrise +2029-10-12T16:42:38.210Z moonrise 2029-10-12T17:11:09.292Z Sun culminates 53.72 degrees above the horizon -2029-10-12T21:59:34.850Z Moon culminates 37.42 degrees above the horizon -2029-10-12T22:57:50.263Z sunset -2029-10-13T03:17:57.206Z moonset -2029-10-13T11:24:39.704Z sunrise +2029-10-12T21:59:34.848Z Moon culminates 37.42 degrees above the horizon +2029-10-12T22:57:50.266Z sunset +2029-10-13T03:17:57.204Z moonset +2029-10-13T11:24:39.701Z sunrise 2029-10-13T17:10:54.948Z Sun culminates 53.35 degrees above the horizon -2029-10-13T17:35:28.834Z moonrise -2029-10-13T22:56:25.143Z Moon culminates 39.48 degrees above the horizon -2029-10-13T22:56:46.497Z sunset -2029-10-14T04:20:16.598Z moonset +2029-10-13T17:35:28.830Z moonrise +2029-10-13T22:56:25.141Z Moon culminates 39.48 degrees above the horizon +2029-10-13T22:56:46.501Z sunset +2029-10-14T04:20:16.596Z moonset 2029-10-14T11:09:30.178Z first quarter -2029-10-14T11:25:15.272Z sunrise +2029-10-14T11:25:15.268Z sunrise 2029-10-14T17:10:41.124Z Sun culminates 52.98 degrees above the horizon -2029-10-14T18:21:16.781Z moonrise -2029-10-14T22:55:43.416Z sunset -2029-10-14T23:49:11.768Z Moon culminates 42.74 degrees above the horizon -2029-10-15T05:09:32.076Z Venus moves from Scorpius to Ophiuchus -2029-10-15T05:21:05.622Z moonset -2029-10-15T11:25:51.203Z sunrise -2029-10-15T15:21:06.792Z Venus moves from Ophiuchus to Scorpius +2029-10-14T18:21:16.779Z moonrise +2029-10-14T22:55:43.420Z sunset +2029-10-14T23:49:11.766Z Moon culminates 42.74 degrees above the horizon +2029-10-15T05:09:32.817Z Venus moves from Scorpius to Ophiuchus +2029-10-15T05:21:05.620Z moonset +2029-10-15T11:25:51.200Z sunrise +2029-10-15T15:21:07.847Z Venus moves from Ophiuchus to Scorpius 2029-10-15T17:10:27.835Z Sun culminates 52.61 degrees above the horizon -2029-10-15T19:01:11.735Z moonrise -2029-10-15T22:54:41.048Z sunset -2029-10-16T00:38:02.155Z Moon culminates 46.86 degrees above the horizon -2029-10-16T06:19:33.660Z moonset -2029-10-16T11:26:27.504Z sunrise +2029-10-15T19:01:11.733Z moonrise +2029-10-15T22:54:41.052Z sunset +2029-10-16T00:38:02.153Z Moon culminates 46.86 degrees above the horizon +2029-10-16T06:19:33.659Z moonset +2029-10-16T11:26:27.502Z sunrise 2029-10-16T17:10:15.100Z Sun culminates 52.24 degrees above the horizon -2029-10-16T19:36:42.203Z moonrise -2029-10-16T22:53:39.422Z sunset -2029-10-17T01:23:36.859Z Moon culminates 51.55 degrees above the horizon -2029-10-17T07:15:39.893Z moonset -2029-10-17T11:27:04.182Z sunrise +2029-10-16T19:36:42.201Z moonrise +2029-10-16T22:53:39.425Z sunset +2029-10-17T01:23:36.858Z Moon culminates 51.55 degrees above the horizon +2029-10-17T07:15:39.892Z moonset +2029-10-17T11:27:04.181Z sunrise 2029-10-17T17:10:02.937Z Sun culminates 51.87 degrees above the horizon -2029-10-17T20:09:14.710Z moonrise -2029-10-17T22:52:38.566Z sunset +2029-10-17T20:09:14.709Z moonrise +2029-10-17T22:52:38.568Z sunset 2029-10-18T02:06:51.173Z Moon culminates 56.54 degrees above the horizon 2029-10-18T08:09:53.720Z moonset -2029-10-18T11:27:41.246Z sunrise +2029-10-18T11:27:41.245Z sunrise 2029-10-18T17:09:51.364Z Sun culminates 51.51 degrees above the horizon 2029-10-18T20:40:06.815Z moonrise -2029-10-18T22:51:38.511Z sunset +2029-10-18T22:51:38.512Z sunset 2029-10-19T02:48:43.458Z Moon culminates 61.63 degrees above the horizon 2029-10-19T09:02:57.186Z moonset -2029-10-19T11:28:18.703Z sunrise +2029-10-19T11:28:18.702Z sunrise 2029-10-19T17:09:40.400Z Sun culminates 51.15 degrees above the horizon -2029-10-19T21:10:27.319Z moonrise -2029-10-19T22:50:39.284Z sunset +2029-10-19T21:10:27.320Z moonrise +2029-10-19T22:50:39.285Z sunset 2029-10-20T03:30:09.298Z Moon culminates 66.64 degrees above the horizon 2029-10-20T09:55:32.952Z moonset 2029-10-20T11:28:56.561Z sunrise -2029-10-20T17:09:30.064Z Sun culminates 50.79 degrees above the horizon -2029-10-20T21:41:18.874Z moonrise +2029-10-20T17:09:30.065Z Sun culminates 50.79 degrees above the horizon +2029-10-20T21:41:18.875Z moonrise 2029-10-20T22:49:40.919Z sunset 2029-10-21T04:11:58.656Z Moon culminates 71.39 degrees above the horizon 2029-10-21T10:48:16.081Z moonset 2029-10-21T11:29:34.828Z sunrise -2029-10-21T15:00:34.697Z Venus moves from Scorpius to Ophiuchus +2029-10-21T15:00:35.469Z Venus moves from Scorpius to Ophiuchus 2029-10-21T17:09:20.377Z Sun culminates 50.44 degrees above the horizon -2029-10-21T22:13:40.415Z moonrise -2029-10-21T22:48:43.443Z sunset +2029-10-21T22:13:40.416Z moonrise +2029-10-21T22:48:43.444Z sunset 2029-10-22T04:54:53.620Z Moon culminates 75.69 degrees above the horizon 2029-10-22T09:28:14.948Z full moon 2029-10-22T11:30:13.512Z sunrise 2029-10-22T11:41:27.256Z moonset 2029-10-22T17:09:11.356Z Sun culminates 50.09 degrees above the horizon -2029-10-22T22:47:46.889Z sunset -2029-10-22T22:48:27.865Z moonrise +2029-10-22T22:47:46.890Z sunset +2029-10-22T22:48:27.866Z moonrise 2029-10-23T02:01:32.753Z lunar apogee at 406421 km 2029-10-23T05:39:25.256Z Moon culminates 79.38 degrees above the horizon -2029-10-23T08:53:54.976Z Saturn moves from Taurus to Aries -2029-10-23T11:30:52.620Z sunrise -2029-10-23T12:35:06.489Z moonset +2029-10-23T08:53:44.257Z Saturn moves from Taurus to Aries +2029-10-23T11:30:52.619Z sunrise +2029-10-23T12:35:06.488Z moonset 2029-10-23T17:09:03.020Z Sun culminates 49.74 degrees above the horizon -2029-10-23T22:46:51.288Z sunset -2029-10-23T23:26:31.876Z moonrise +2029-10-23T22:46:51.289Z sunset +2029-10-23T23:26:31.878Z moonrise 2029-10-24T06:25:49.313Z Moon culminates 82.26 degrees above the horizon -2029-10-24T11:31:32.158Z sunrise -2029-10-24T13:28:48.802Z moonset +2029-10-24T11:31:32.157Z sunrise +2029-10-24T13:28:48.801Z moonset 2029-10-24T17:08:55.389Z Sun culminates 49.39 degrees above the horizon -2029-10-24T22:45:56.669Z sunset -2029-10-25T00:08:31.848Z moonrise -2029-10-25T07:14:02.121Z Moon culminates 84.17 degrees above the horizon +2029-10-24T22:45:56.671Z sunset +2029-10-25T00:08:31.850Z moonrise +2029-10-25T07:14:02.122Z Moon culminates 84.17 degrees above the horizon 2029-10-25T11:32:12.130Z sunrise -2029-10-25T14:21:45.670Z moonset +2029-10-25T14:21:45.668Z moonset 2029-10-25T17:08:48.479Z Sun culminates 49.05 degrees above the horizon -2029-10-25T22:45:03.065Z sunset -2029-10-26T00:54:47.092Z moonrise -2029-10-26T08:03:39.633Z Moon culminates 84.97 degrees above the horizon +2029-10-25T22:45:03.066Z sunset +2029-10-26T00:54:47.095Z moonrise +2029-10-26T08:03:39.634Z Moon culminates 84.97 degrees above the horizon 2029-10-26T11:32:52.541Z sunrise -2029-10-26T15:12:55.652Z moonset -2029-10-26T17:08:42.307Z Sun culminates 48.71 degrees above the horizon -2029-10-26T22:44:10.503Z sunset -2029-10-27T01:45:09.226Z moonrise -2029-10-27T08:54:02.620Z Moon culminates 84.58 degrees above the horizon +2029-10-26T15:12:55.651Z moonset +2029-10-26T17:08:42.308Z Sun culminates 48.71 degrees above the horizon +2029-10-26T22:44:10.505Z sunset +2029-10-27T01:45:09.228Z moonrise +2029-10-27T08:54:02.621Z Moon culminates 84.58 degrees above the horizon 2029-10-27T10:48:46.330Z Venus max evening elongation: 47.02 degrees from Sun -2029-10-27T11:33:33.392Z sunrise -2029-10-27T16:01:22.685Z moonset -2029-10-27T17:08:36.890Z Sun culminates 48.37 degrees above the horizon -2029-10-27T22:43:19.016Z sunset -2029-10-28T02:39:02.234Z moonrise +2029-10-27T11:33:33.393Z sunrise +2029-10-27T16:01:22.683Z moonset +2029-10-27T17:08:36.891Z Sun culminates 48.37 degrees above the horizon +2029-10-27T22:43:19.017Z sunset +2029-10-28T02:39:02.237Z moonrise 2029-10-28T09:44:28.244Z Moon culminates 82.99 degrees above the horizon 2029-10-28T11:34:14.685Z sunrise -2029-10-28T16:46:33.951Z moonset +2029-10-28T16:46:33.949Z moonset 2029-10-28T17:08:32.242Z Sun culminates 48.04 degrees above the horizon -2029-10-28T22:42:28.631Z sunset -2029-10-29T03:35:33.992Z moonrise +2029-10-28T22:42:28.632Z sunset +2029-10-29T03:35:33.995Z moonrise 2029-10-29T10:34:23.882Z Moon culminates 80.22 degrees above the horizon -2029-10-29T11:34:56.416Z sunrise -2029-10-29T17:08:28.375Z Sun culminates 47.71 degrees above the horizon -2029-10-29T17:28:28.643Z moonset -2029-10-29T22:41:39.377Z sunset -2029-10-30T04:33:55.172Z moonrise +2029-10-29T11:34:56.417Z sunrise +2029-10-29T17:08:28.376Z Sun culminates 47.71 degrees above the horizon +2029-10-29T17:28:28.640Z moonset +2029-10-29T22:41:39.378Z sunset +2029-10-30T04:33:55.175Z moonrise 2029-10-30T11:23:37.433Z Moon culminates 76.40 degrees above the horizon 2029-10-30T11:32:50.372Z third quarter -2029-10-30T11:35:38.583Z sunrise -2029-10-30T14:32:17.953Z Mars moves from Ophiuchus to Sagittarius -2029-10-30T17:08:25.303Z Sun culminates 47.38 degrees above the horizon -2029-10-30T18:07:35.917Z moonset -2029-10-30T22:40:51.283Z sunset +2029-10-30T11:35:38.584Z sunrise +2029-10-30T14:32:18.966Z Mars moves from Ophiuchus to Sagittarius +2029-10-30T17:08:25.304Z Sun culminates 47.38 degrees above the horizon +2029-10-30T18:07:35.915Z moonset +2029-10-30T22:40:51.284Z sunset 2029-10-30T22:55:28.850Z Mercury superior conjunction 2029-10-31T00:00:00.084Z Jupiter conjunction -2029-10-31T03:13:04.852Z Mercury moves from Virgo to Libra -2029-10-31T03:51:02.147Z Jupiter moves from Virgo to Libra -2029-10-31T05:33:36.025Z moonrise -2029-10-31T11:36:21.180Z sunrise +2029-10-31T03:13:05.353Z Mercury moves from Virgo to Libra +2029-10-31T03:51:05.652Z Jupiter moves from Virgo to Libra +2029-10-31T05:33:36.027Z moonrise +2029-10-31T11:36:21.181Z sunrise 2029-10-31T12:12:21.028Z Moon culminates 71.65 degrees above the horizon -2029-10-31T17:08:23.036Z Sun culminates 47.06 degrees above the horizon -2029-10-31T18:44:47.197Z moonset -2029-10-31T22:40:04.373Z sunset -2029-11-01T06:34:33.935Z moonrise -2029-11-01T11:37:04.200Z sunrise -2029-11-01T13:01:09.039Z Moon culminates 66.19 degrees above the horizon -2029-11-01T17:08:21.582Z Sun culminates 46.74 degrees above the horizon -2029-11-01T19:21:08.882Z moonset -2029-11-01T22:39:18.675Z sunset -2029-11-02T04:33:07.377Z Venus moves from Ophiuchus to Sagittarius -2029-11-02T07:37:10.749Z moonrise +2029-10-31T17:08:23.037Z Sun culminates 47.06 degrees above the horizon +2029-10-31T18:44:47.195Z moonset +2029-10-31T22:40:04.375Z sunset +2029-11-01T06:34:33.937Z moonrise +2029-11-01T11:37:04.201Z sunrise +2029-11-01T13:01:09.038Z Moon culminates 66.19 degrees above the horizon +2029-11-01T17:08:21.583Z Sun culminates 46.74 degrees above the horizon +2029-11-01T19:21:08.881Z moonset +2029-11-01T22:39:18.677Z sunset +2029-11-02T04:33:08.193Z Venus moves from Ophiuchus to Sagittarius +2029-11-02T07:37:10.751Z moonrise 2029-11-02T11:37:47.633Z sunrise 2029-11-02T13:50:52.863Z Moon culminates 60.25 degrees above the horizon -2029-11-02T17:08:20.949Z Sun culminates 46.42 degrees above the horizon -2029-11-02T19:57:58.310Z moonset -2029-11-02T22:38:34.214Z sunset -2029-11-03T08:42:01.586Z moonrise -2029-11-03T11:38:31.466Z sunrise +2029-11-02T17:08:20.950Z Sun culminates 46.42 degrees above the horizon +2029-11-02T19:57:58.309Z moonset +2029-11-02T22:38:34.215Z sunset +2029-11-03T08:42:01.588Z moonrise +2029-11-03T11:38:31.467Z sunrise 2029-11-03T14:42:33.493Z Moon culminates 54.16 degrees above the horizon -2029-11-03T17:08:21.143Z Sun culminates 46.11 degrees above the horizon +2029-11-03T17:08:21.144Z Sun culminates 46.11 degrees above the horizon 2029-11-03T20:36:42.288Z moonset -2029-11-03T22:37:51.011Z sunset -2029-11-04T09:49:35.143Z moonrise -2029-11-04T11:39:15.689Z sunrise -2029-11-04T15:37:10.060Z Moon culminates 48.34 degrees above the horizon -2029-11-04T17:08:22.169Z Sun culminates 45.81 degrees above the horizon +2029-11-03T22:37:51.013Z sunset +2029-11-04T09:49:35.145Z moonrise +2029-11-04T11:39:15.690Z sunrise +2029-11-04T15:37:10.061Z Moon culminates 48.34 degrees above the horizon +2029-11-04T17:08:22.170Z Sun culminates 45.81 degrees above the horizon 2029-11-04T21:18:54.671Z moonset -2029-11-04T22:37:09.091Z sunset -2029-11-05T10:59:44.034Z moonrise -2029-11-05T11:40:00.285Z sunrise -2029-11-05T16:35:20.658Z Moon culminates 43.27 degrees above the horizon -2029-11-05T17:08:24.029Z Sun culminates 45.50 degrees above the horizon +2029-11-04T22:37:09.092Z sunset +2029-11-05T10:59:44.036Z moonrise +2029-11-05T11:40:00.286Z sunrise +2029-11-05T16:35:20.659Z Moon culminates 43.27 degrees above the horizon +2029-11-05T17:08:24.030Z Sun culminates 45.50 degrees above the horizon 2029-11-05T22:06:06.344Z moonset 2029-11-05T22:36:28.474Z sunset 2029-11-05T23:07:57.803Z lunar perigee at 356891 km 2029-11-06T04:24:35.458Z new moon 2029-11-06T11:40:45.239Z sunrise -2029-11-06T12:11:10.769Z moonrise +2029-11-06T12:11:10.770Z moonrise 2029-11-06T17:08:26.727Z Sun culminates 45.21 degrees above the horizon 2029-11-06T17:36:55.159Z Moon culminates 39.48 degrees above the horizon 2029-11-06T22:35:49.180Z sunset 2029-11-06T22:59:19.603Z moonset 2029-11-07T11:41:30.531Z sunrise -2029-11-07T13:21:15.328Z moonrise +2029-11-07T13:21:15.327Z moonrise 2029-11-07T17:08:30.262Z Sun culminates 44.91 degrees above the horizon -2029-11-07T18:40:33.351Z Moon culminates 37.37 degrees above the horizon +2029-11-07T18:40:33.350Z Moon culminates 37.37 degrees above the horizon 2029-11-07T22:35:11.230Z sunset -2029-11-07T23:58:28.250Z moonset -2029-11-08T11:42:16.144Z sunrise -2029-11-08T14:26:39.537Z moonrise -2029-11-08T17:08:34.635Z Sun culminates 44.62 degrees above the horizon -2029-11-08T19:43:55.778Z Moon culminates 37.12 degrees above the horizon -2029-11-08T22:34:34.642Z sunset +2029-11-07T23:58:28.249Z moonset +2029-11-08T11:42:16.142Z sunrise +2029-11-08T14:26:39.535Z moonrise +2029-11-08T17:08:34.634Z Sun culminates 44.62 degrees above the horizon +2029-11-08T19:43:55.777Z Moon culminates 37.12 degrees above the horizon +2029-11-08T22:34:34.643Z sunset 2029-11-09T01:01:51.757Z moonset -2029-11-09T11:43:02.054Z sunrise -2029-11-09T15:24:55.039Z moonrise +2029-11-09T11:43:02.052Z sunrise +2029-11-09T15:24:55.036Z moonrise 2029-11-09T17:08:39.844Z Sun culminates 44.34 degrees above the horizon -2029-11-09T20:44:36.782Z Moon culminates 38.62 degrees above the horizon -2029-11-09T22:33:59.437Z sunset -2029-11-10T02:06:44.199Z moonset -2029-11-10T11:43:48.241Z sunrise -2029-11-10T16:15:19.540Z moonrise +2029-11-09T20:44:36.781Z Moon culminates 38.62 degrees above the horizon +2029-11-09T22:33:59.439Z sunset +2029-11-10T02:06:44.198Z moonset +2029-11-10T11:43:48.238Z sunrise +2029-11-10T16:15:19.537Z moonrise 2029-11-10T17:08:45.888Z Sun culminates 44.06 degrees above the horizon -2029-11-10T21:41:02.490Z Moon culminates 41.54 degrees above the horizon -2029-11-10T22:33:25.633Z sunset +2029-11-10T21:41:02.488Z Moon culminates 41.54 degrees above the horizon +2029-11-10T22:33:25.636Z sunset 2029-11-11T03:10:28.325Z moonset -2029-11-11T11:44:34.683Z sunrise -2029-11-11T16:58:41.688Z moonrise +2029-11-11T11:44:34.680Z sunrise +2029-11-11T16:58:41.685Z moonrise 2029-11-11T17:08:52.766Z Sun culminates 43.79 degrees above the horizon -2029-11-11T22:32:50.251Z Moon culminates 45.49 degrees above the horizon -2029-11-11T22:32:53.250Z sunset +2029-11-11T22:32:50.249Z Moon culminates 45.49 degrees above the horizon +2029-11-11T22:32:53.253Z sunset 2029-11-12T04:11:31.724Z moonset -2029-11-12T11:45:21.356Z sunrise +2029-11-12T11:45:21.354Z sunrise 2029-11-12T17:09:00.476Z Sun culminates 43.52 degrees above the horizon -2029-11-12T17:36:33.150Z moonrise -2029-11-12T22:32:22.307Z sunset +2029-11-12T17:36:33.148Z moonrise +2029-11-12T22:32:22.310Z sunset 2029-11-12T23:20:31.164Z Moon culminates 50.09 degrees above the horizon 2029-11-13T00:35:52.289Z first quarter 2029-11-13T05:09:32.599Z moonset -2029-11-13T11:46:08.238Z sunrise +2029-11-13T11:46:08.236Z sunrise 2029-11-13T14:46:31.017Z Saturn opposition -2029-11-13T17:09:09.015Z Sun culminates 43.25 degrees above the horizon -2029-11-13T17:31:05.920Z Mercury moves from Libra to Scorpius -2029-11-13T18:10:32.220Z moonrise -2029-11-13T22:31:52.822Z sunset +2029-11-13T17:09:09.016Z Sun culminates 43.25 degrees above the horizon +2029-11-13T17:31:06.421Z Mercury moves from Libra to Scorpius +2029-11-13T18:10:32.218Z moonrise +2029-11-13T22:31:52.825Z sunset 2029-11-13T23:14:47.676Z Mercury aphelion at 0.4667 AU 2029-11-14T00:05:03.363Z Moon culminates 55.05 degrees above the horizon -2029-11-14T06:04:56.373Z moonset +2029-11-14T06:04:56.374Z moonset 2029-11-14T11:46:55.305Z sunrise -2029-11-14T17:09:18.382Z Sun culminates 42.99 degrees above the horizon -2029-11-14T18:42:08.421Z moonrise -2029-11-14T22:31:24.815Z sunset +2029-11-14T17:09:18.383Z Sun culminates 42.99 degrees above the horizon +2029-11-14T18:42:08.420Z moonrise +2029-11-14T22:31:24.817Z sunset 2029-11-15T00:47:32.999Z Moon culminates 60.14 degrees above the horizon -2029-11-15T06:58:30.562Z moonset +2029-11-15T06:58:30.563Z moonset 2029-11-15T11:47:42.536Z sunrise -2029-11-15T17:09:28.575Z Sun culminates 42.74 degrees above the horizon -2029-11-15T19:12:40.066Z moonrise -2029-11-15T22:30:58.304Z sunset +2029-11-15T17:09:28.576Z Sun culminates 42.74 degrees above the horizon +2029-11-15T19:12:40.065Z moonrise +2029-11-15T22:30:58.305Z sunset 2029-11-16T01:29:04.611Z Moon culminates 65.17 degrees above the horizon -2029-11-16T07:51:07.612Z moonset +2029-11-16T07:51:07.613Z moonset 2029-11-16T11:48:29.906Z sunrise 2029-11-16T17:09:39.591Z Sun culminates 42.49 degrees above the horizon -2029-11-16T19:43:16.807Z moonrise +2029-11-16T19:43:16.806Z moonrise 2029-11-16T22:30:33.306Z sunset 2029-11-17T02:10:37.011Z Moon culminates 69.98 degrees above the horizon -2029-11-17T08:43:34.321Z moonset -2029-11-17T11:49:17.392Z sunrise +2029-11-17T08:43:34.322Z moonset +2029-11-17T11:49:17.393Z sunrise 2029-11-17T17:09:51.427Z Sun culminates 42.25 degrees above the horizon 2029-11-17T20:15:02.899Z moonrise 2029-11-17T22:30:09.840Z sunset 2029-11-18T02:53:01.005Z Moon culminates 74.40 degrees above the horizon -2029-11-18T09:36:24.175Z moonset -2029-11-18T11:50:04.971Z sunrise +2029-11-18T09:36:24.176Z moonset +2029-11-18T11:50:04.972Z sunrise 2029-11-18T17:10:04.080Z Sun culminates 42.01 degrees above the horizon 2029-11-18T20:48:59.047Z moonrise 2029-11-18T22:29:47.923Z sunset 2029-11-19T02:53:26.559Z lunar apogee at 406230 km 2029-11-19T03:36:56.553Z Moon culminates 78.27 degrees above the horizon -2029-11-19T08:27:18.957Z Mercury moves from Scorpius to Ophiuchus -2029-11-19T10:29:50.250Z moonset +2029-11-19T08:27:19.457Z Mercury moves from Scorpius to Ophiuchus +2029-11-19T10:29:50.251Z moonset 2029-11-19T11:50:52.618Z sunrise 2029-11-19T17:10:17.546Z Sun culminates 41.78 degrees above the horizon 2029-11-19T21:26:01.301Z moonrise -2029-11-19T22:29:27.572Z sunset +2029-11-19T22:29:27.573Z sunset 2029-11-20T04:22:48.317Z Moon culminates 81.40 degrees above the horizon 2029-11-20T11:23:38.921Z moonset -2029-11-20T11:51:40.308Z sunrise +2029-11-20T11:51:40.309Z sunrise 2029-11-20T17:10:31.822Z Sun culminates 41.56 degrees above the horizon -2029-11-20T22:06:55.711Z moonrise -2029-11-20T22:29:08.804Z sunset +2029-11-20T22:06:55.712Z moonrise +2029-11-20T22:29:08.805Z sunset 2029-11-21T04:03:38.574Z full moon 2029-11-21T05:10:40.232Z Moon culminates 83.62 degrees above the horizon 2029-11-21T11:52:28.016Z sunrise 2029-11-21T12:17:07.777Z moonset 2029-11-21T17:10:46.902Z Sun culminates 41.34 degrees above the horizon -2029-11-21T22:28:51.635Z sunset -2029-11-21T22:52:08.750Z moonrise -2029-11-22T06:00:12.003Z Moon culminates 84.77 degrees above the horizon -2029-11-22T11:53:15.714Z sunrise +2029-11-21T22:28:51.636Z sunset +2029-11-21T22:52:08.751Z moonrise +2029-11-22T06:00:12.004Z Moon culminates 84.77 degrees above the horizon +2029-11-22T11:53:15.715Z sunrise 2029-11-22T13:09:12.856Z moonset -2029-11-22T17:11:02.779Z Sun culminates 41.13 degrees above the horizon -2029-11-22T22:28:36.078Z sunset -2029-11-22T23:41:36.978Z moonrise -2029-11-23T06:50:41.865Z Moon culminates 84.74 degrees above the horizon -2029-11-23T11:54:03.375Z sunrise +2029-11-22T17:11:02.780Z Sun culminates 41.13 degrees above the horizon +2029-11-22T22:28:36.079Z sunset +2029-11-22T23:41:36.980Z moonrise +2029-11-23T06:50:41.867Z Moon culminates 84.74 degrees above the horizon +2029-11-23T11:54:03.376Z sunrise 2029-11-23T13:58:46.770Z moonset -2029-11-23T17:11:19.448Z Sun culminates 40.92 degrees above the horizon -2029-11-23T22:28:22.147Z sunset -2029-11-24T00:34:43.495Z moonrise -2029-11-24T07:41:17.901Z Moon culminates 83.49 degrees above the horizon -2029-11-24T11:54:50.969Z sunrise -2029-11-24T14:45:00.870Z moonset -2029-11-24T17:11:36.898Z Sun culminates 40.72 degrees above the horizon -2029-11-24T22:28:09.855Z sunset -2029-11-25T01:30:27.887Z moonrise -2029-11-25T08:31:14.573Z Moon culminates 81.07 degrees above the horizon -2029-11-25T11:55:38.464Z sunrise -2029-11-25T15:27:39.759Z moonset -2029-11-25T17:11:55.120Z Sun culminates 40.53 degrees above the horizon -2029-11-25T22:27:59.211Z sunset -2029-11-26T02:27:47.455Z moonrise -2029-11-26T09:20:06.898Z Moon culminates 77.60 degrees above the horizon -2029-11-26T11:56:25.827Z sunrise -2029-11-26T16:07:02.391Z moonset -2029-11-26T17:12:14.101Z Sun culminates 40.34 degrees above the horizon -2029-11-26T22:27:50.226Z sunset -2029-11-27T03:25:58.521Z moonrise +2029-11-23T17:11:19.449Z Sun culminates 40.92 degrees above the horizon +2029-11-23T22:28:22.148Z sunset +2029-11-24T00:34:43.497Z moonrise +2029-11-24T07:41:17.902Z Moon culminates 83.49 degrees above the horizon +2029-11-24T11:54:50.970Z sunrise +2029-11-24T14:45:00.869Z moonset +2029-11-24T17:11:36.899Z Sun culminates 40.72 degrees above the horizon +2029-11-24T22:28:09.856Z sunset +2029-11-25T01:30:27.890Z moonrise +2029-11-25T08:31:14.574Z Moon culminates 81.07 degrees above the horizon +2029-11-25T11:55:38.465Z sunrise +2029-11-25T15:27:39.758Z moonset +2029-11-25T17:11:55.121Z Sun culminates 40.53 degrees above the horizon +2029-11-25T22:27:59.213Z sunset +2029-11-26T02:27:47.458Z moonrise +2029-11-26T09:20:06.899Z Moon culminates 77.60 degrees above the horizon +2029-11-26T11:56:25.829Z sunrise +2029-11-26T16:07:02.389Z moonset +2029-11-26T17:12:14.102Z Sun culminates 40.34 degrees above the horizon +2029-11-26T22:27:50.227Z sunset +2029-11-27T03:25:58.523Z moonrise 2029-11-27T10:07:56.745Z Moon culminates 73.23 degrees above the horizon -2029-11-27T11:57:13.025Z sunrise -2029-11-27T16:43:53.972Z moonset -2029-11-27T17:12:33.828Z Sun culminates 40.16 degrees above the horizon -2029-11-27T22:27:42.905Z sunset -2029-11-28T04:24:47.801Z moonrise +2029-11-27T11:57:13.026Z sunrise +2029-11-27T16:43:53.970Z moonset +2029-11-27T17:12:33.829Z Sun culminates 40.16 degrees above the horizon +2029-11-27T22:27:42.907Z sunset +2029-11-28T04:24:47.803Z moonrise 2029-11-28T10:55:11.517Z Moon culminates 68.14 degrees above the horizon -2029-11-28T11:58:00.019Z sunrise -2029-11-28T17:12:54.284Z Sun culminates 39.98 degrees above the horizon -2029-11-28T17:19:16.584Z moonset -2029-11-28T22:27:37.255Z sunset +2029-11-28T11:58:00.021Z sunrise +2029-11-28T17:12:54.286Z Sun culminates 39.98 degrees above the horizon +2029-11-28T17:19:16.582Z moonset +2029-11-28T22:27:37.256Z sunset 2029-11-28T23:48:20.660Z third quarter -2029-11-29T05:24:32.138Z moonrise +2029-11-29T05:24:32.140Z moonrise 2029-11-29T11:42:38.913Z Moon culminates 62.56 degrees above the horizon -2029-11-29T11:58:46.773Z sunrise -2029-11-29T17:13:15.453Z Sun culminates 39.82 degrees above the horizon -2029-11-29T17:54:23.323Z moonset -2029-11-29T22:27:33.277Z sunset -2029-11-30T06:25:50.079Z moonrise -2029-11-30T11:59:33.246Z sunrise +2029-11-29T11:58:46.774Z sunrise +2029-11-29T17:13:15.455Z Sun culminates 39.82 degrees above the horizon +2029-11-29T17:54:23.321Z moonset +2029-11-29T22:27:33.278Z sunset +2029-11-30T06:25:50.081Z moonrise +2029-11-30T11:59:33.248Z sunrise 2029-11-30T12:31:20.573Z Moon culminates 56.74 degrees above the horizon -2029-11-30T17:13:37.315Z Sun culminates 39.66 degrees above the horizon -2029-11-30T18:30:36.549Z moonset -2029-11-30T22:27:30.972Z sunset -2029-12-01T07:29:27.551Z moonrise -2029-12-01T12:00:19.397Z sunrise -2029-12-01T13:22:24.421Z Moon culminates 50.98 degrees above the horizon -2029-12-01T16:23:30.153Z Mercury moves from Ophiuchus to Sagittarius -2029-12-01T17:13:59.847Z Sun culminates 39.50 degrees above the horizon -2029-12-01T19:09:28.018Z moonset -2029-12-01T22:27:30.337Z sunset -2029-12-02T08:35:56.002Z moonrise -2029-12-02T12:01:05.184Z sunrise +2029-11-30T17:13:37.316Z Sun culminates 39.66 degrees above the horizon +2029-11-30T18:30:36.547Z moonset +2029-11-30T22:27:30.973Z sunset +2029-12-01T07:29:27.553Z moonrise +2029-12-01T12:00:19.399Z sunrise +2029-12-01T13:22:24.422Z Moon culminates 50.98 degrees above the horizon +2029-12-01T16:23:30.674Z Mercury moves from Ophiuchus to Sagittarius +2029-12-01T17:13:59.848Z Sun culminates 39.50 degrees above the horizon +2029-12-01T19:09:28.017Z moonset +2029-12-01T22:27:30.338Z sunset +2029-12-02T08:35:56.004Z moonrise +2029-12-02T12:01:05.186Z sunrise 2029-12-02T14:16:52.368Z Moon culminates 45.68 degrees above the horizon -2029-12-02T17:14:23.027Z Sun culminates 39.36 degrees above the horizon -2029-12-02T19:52:36.210Z moonset +2029-12-02T17:14:23.028Z Sun culminates 39.36 degrees above the horizon +2029-12-02T19:52:36.209Z moonset 2029-12-02T22:27:31.368Z sunset -2029-12-03T09:45:00.791Z moonrise -2029-12-03T12:01:50.562Z sunrise -2029-12-03T15:15:18.910Z Moon culminates 41.30 degrees above the horizon -2029-12-03T17:14:46.828Z Sun culminates 39.22 degrees above the horizon -2029-12-03T20:41:32.949Z moonset +2029-12-03T09:45:00.793Z moonrise +2029-12-03T12:01:50.564Z sunrise +2029-12-03T15:15:18.911Z Moon culminates 41.30 degrees above the horizon +2029-12-03T17:14:46.829Z Sun culminates 39.22 degrees above the horizon +2029-12-03T20:41:32.948Z moonset 2029-12-03T22:27:34.057Z sunset 2029-12-04T10:38:08.130Z lunar perigee at 359264 km -2029-12-04T10:55:08.339Z moonrise -2029-12-04T12:02:35.487Z sunrise +2029-12-04T10:55:08.340Z moonrise +2029-12-04T12:02:35.489Z sunrise 2029-12-04T16:17:21.732Z Moon culminates 38.30 degrees above the horizon 2029-12-04T17:15:11.224Z Sun culminates 39.08 degrees above the horizon -2029-12-04T21:37:10.876Z moonset -2029-12-04T22:27:38.394Z sunset +2029-12-04T21:37:10.875Z moonset +2029-12-04T22:27:38.393Z sunset 2029-12-05T06:34:53.379Z Venus peak magnitude -4.88 in evening sky 2029-12-05T12:03:19.913Z sunrise 2029-12-05T12:03:23.434Z moonrise 2029-12-05T14:52:35.344Z new moon 2029-12-05T17:15:36.185Z Sun culminates 38.96 degrees above the horizon -2029-12-05T17:21:22.111Z Moon culminates 37.06 degrees above the horizon -2029-12-05T22:27:44.368Z sunset -2029-12-05T22:38:58.148Z moonset +2029-12-05T17:21:22.110Z Moon culminates 37.06 degrees above the horizon +2029-12-05T22:27:44.367Z sunset +2029-12-05T22:38:58.146Z moonset 2029-12-06T12:04:03.791Z sunrise 2029-12-06T13:06:28.740Z moonrise 2029-12-06T17:16:01.681Z Sun culminates 38.84 degrees above the horizon -2029-12-06T18:24:45.448Z Moon culminates 37.68 degrees above the horizon +2029-12-06T18:24:45.447Z Moon culminates 37.68 degrees above the horizon 2029-12-06T22:27:51.964Z sunset -2029-12-06T23:44:39.909Z moonset -2029-12-07T12:04:47.076Z sunrise +2029-12-06T23:44:39.908Z moonset +2029-12-07T12:04:47.074Z sunrise 2029-12-07T14:02:15.650Z moonrise -2029-12-07T17:16:27.681Z Sun culminates 38.73 degrees above the horizon -2029-12-07T19:25:03.942Z Moon culminates 39.99 degrees above the horizon +2029-12-07T17:16:27.680Z Sun culminates 38.73 degrees above the horizon +2029-12-07T19:25:03.940Z Moon culminates 39.99 degrees above the horizon 2029-12-07T22:28:01.168Z sunset -2029-12-08T00:51:07.184Z moonset +2029-12-08T00:51:07.183Z moonset 2029-12-08T07:56:55.291Z Uranus opposition -2029-12-08T12:05:29.718Z sunrise -2029-12-08T14:50:25.758Z moonrise -2029-12-08T17:16:54.153Z Sun culminates 38.63 degrees above the horizon -2029-12-08T20:20:53.437Z Moon culminates 43.61 degrees above the horizon -2029-12-08T22:28:11.963Z sunset +2029-12-08T12:05:29.716Z sunrise +2029-12-08T14:50:25.757Z moonrise +2029-12-08T17:16:54.152Z Sun culminates 38.63 degrees above the horizon +2029-12-08T20:20:53.436Z Moon culminates 43.61 degrees above the horizon +2029-12-08T22:28:11.964Z sunset 2029-12-09T01:55:42.212Z moonset -2029-12-09T12:06:11.670Z sunrise -2029-12-09T15:32:02.368Z moonrise +2029-12-09T12:06:11.668Z sunrise +2029-12-09T15:32:02.367Z moonrise 2029-12-09T17:17:21.064Z Sun culminates 38.53 degrees above the horizon -2029-12-09T21:12:04.094Z Moon culminates 48.10 degrees above the horizon -2029-12-09T22:28:24.333Z sunset +2029-12-09T21:12:04.093Z Moon culminates 48.10 degrees above the horizon +2029-12-09T22:28:24.334Z sunset 2029-12-10T02:57:06.736Z moonset -2029-12-10T12:06:52.886Z sunrise -2029-12-10T16:08:41.584Z moonrise +2029-12-10T12:06:52.884Z sunrise +2029-12-10T16:08:41.583Z moonrise 2029-12-10T17:17:48.383Z Sun culminates 38.44 degrees above the horizon 2029-12-10T21:59:16.673Z Moon culminates 53.09 degrees above the horizon -2029-12-10T22:28:38.257Z sunset +2029-12-10T22:28:38.258Z sunset 2029-12-11T03:55:14.932Z moonset 2029-12-11T12:07:33.319Z sunrise -2029-12-11T16:42:00.838Z moonrise +2029-12-11T16:42:00.837Z moonrise 2029-12-11T17:18:16.076Z Sun culminates 38.36 degrees above the horizon -2029-12-11T22:28:53.716Z sunset +2029-12-11T22:28:53.717Z sunset 2029-12-11T22:43:34.784Z Moon culminates 58.27 degrees above the horizon -2029-12-12T04:50:43.712Z moonset -2029-12-12T12:08:12.927Z sunrise -2029-12-12T17:13:27.659Z moonrise +2029-12-12T04:50:43.713Z moonset +2029-12-12T12:08:12.928Z sunrise +2029-12-12T17:13:27.658Z moonrise 2029-12-12T17:18:44.111Z Sun culminates 38.29 degrees above the horizon 2029-12-12T17:50:04.710Z first quarter 2029-12-12T22:29:10.691Z sunset -2029-12-12T23:26:07.204Z Moon culminates 63.42 degrees above the horizon -2029-12-12T23:51:10.382Z Mars moves from Sagittarius to Capricornus -2029-12-13T05:44:26.938Z moonset -2029-12-13T12:08:51.666Z sunrise -2029-12-13T17:19:12.456Z Sun culminates 38.23 degrees above the horizon -2029-12-13T17:44:19.268Z moonrise +2029-12-12T23:26:07.203Z Moon culminates 63.42 degrees above the horizon +2029-12-12T23:51:11.417Z Mars moves from Sagittarius to Capricornus +2029-12-13T05:44:26.939Z moonset +2029-12-13T12:08:51.667Z sunrise +2029-12-13T17:19:12.457Z Sun culminates 38.23 degrees above the horizon +2029-12-13T17:44:19.267Z moonrise 2029-12-13T22:29:29.158Z sunset -2029-12-14T00:07:59.599Z Moon culminates 68.37 degrees above the horizon +2029-12-14T00:07:59.598Z Moon culminates 68.37 degrees above the horizon 2029-12-14T02:55:15.284Z Mercury max evening elongation: 20.60 degrees from Sun 2029-12-14T06:37:19.317Z moonset -2029-12-14T12:09:29.494Z sunrise +2029-12-14T12:09:29.496Z sunrise 2029-12-14T17:19:41.081Z Sun culminates 38.17 degrees above the horizon -2029-12-14T18:15:45.710Z moonrise -2029-12-14T22:29:49.096Z sunset +2029-12-14T18:15:45.708Z moonrise +2029-12-14T22:29:49.095Z sunset 2029-12-15T00:50:11.019Z Moon culminates 72.95 degrees above the horizon -2029-12-15T07:30:06.519Z moonset -2029-12-15T12:10:06.372Z sunrise +2029-12-15T07:30:06.520Z moonset +2029-12-15T12:10:06.374Z sunrise 2029-12-15T17:20:09.952Z Sun culminates 38.12 degrees above the horizon -2029-12-15T18:48:52.822Z moonrise -2029-12-15T22:30:10.481Z sunset -2029-12-16T01:33:31.388Z Moon culminates 77.02 degrees above the horizon -2029-12-16T08:23:17.482Z moonset -2029-12-16T12:10:42.261Z sunrise +2029-12-15T18:48:52.820Z moonrise +2029-12-15T22:30:10.480Z sunset +2029-12-16T01:33:31.387Z Moon culminates 77.02 degrees above the horizon +2029-12-16T08:23:17.483Z moonset +2029-12-16T12:10:42.263Z sunrise 2029-12-16T13:57:35.423Z lunar apogee at 405509 km 2029-12-16T17:20:39.039Z Sun culminates 38.08 degrees above the horizon -2029-12-16T19:24:42.967Z moonrise -2029-12-16T22:30:33.290Z sunset -2029-12-17T02:18:37.787Z Moon culminates 80.42 degrees above the horizon -2029-12-17T09:16:57.095Z moonset -2029-12-17T12:11:17.125Z sunrise +2029-12-16T19:24:42.966Z moonrise +2029-12-16T22:30:33.289Z sunset +2029-12-17T02:18:37.786Z Moon culminates 80.42 degrees above the horizon +2029-12-17T09:16:57.096Z moonset +2029-12-17T12:11:17.126Z sunrise 2029-12-17T17:21:08.313Z Sun culminates 38.04 degrees above the horizon -2029-12-17T20:04:11.833Z moonrise -2029-12-17T22:30:57.498Z sunset +2029-12-17T20:04:11.831Z moonrise +2029-12-17T22:30:57.497Z sunset 2029-12-18T03:05:48.904Z Moon culminates 82.97 degrees above the horizon 2029-12-18T10:10:40.779Z moonset -2029-12-18T12:11:50.927Z sunrise -2029-12-18T17:21:37.741Z Sun culminates 38.02 degrees above the horizon -2029-12-18T20:48:00.099Z moonrise +2029-12-18T12:11:50.928Z sunrise +2029-12-18T17:21:37.742Z Sun culminates 38.02 degrees above the horizon +2029-12-18T20:48:00.098Z moonrise 2029-12-18T22:31:23.079Z sunset -2029-12-19T03:54:59.188Z Moon culminates 84.51 degrees above the horizon -2029-12-19T11:03:35.660Z moonset -2029-12-19T12:12:23.634Z sunrise +2029-12-19T03:54:59.189Z Moon culminates 84.51 degrees above the horizon +2029-12-19T11:03:35.661Z moonset +2029-12-19T12:12:23.635Z sunrise 2029-12-19T17:22:07.296Z Sun culminates 38.00 degrees above the horizon 2029-12-19T21:36:21.285Z moonrise 2029-12-19T22:31:50.008Z sunset 2029-12-20T04:45:36.835Z Moon culminates 84.89 degrees above the horizon -2029-12-20T11:54:33.113Z moonset +2029-12-20T11:54:33.114Z moonset 2029-12-20T12:12:55.214Z sunrise 2029-12-20T17:22:36.946Z Sun culminates 37.99 degrees above the horizon -2029-12-20T22:28:52.034Z moonrise -2029-12-20T22:32:18.257Z sunset +2029-12-20T22:28:52.035Z moonrise +2029-12-20T22:32:18.258Z sunset 2029-12-20T22:41:54.610Z total lunar eclipse 2029-12-20T22:47:07.094Z full moon -2029-12-21T05:36:50.259Z Moon culminates 84.04 degrees above the horizon +2029-12-21T05:36:50.260Z Moon culminates 84.04 degrees above the horizon 2029-12-21T12:13:25.633Z sunrise -2029-12-21T12:42:30.850Z moonset -2029-12-21T14:14:11.679Z December solstice -2029-12-21T17:23:06.661Z Sun culminates 37.98 degrees above the horizon +2029-12-21T12:42:30.851Z moonset +2029-12-21T14:14:10.210Z December solstice +2029-12-21T17:23:06.662Z Sun culminates 37.98 degrees above the horizon 2029-12-21T22:32:47.799Z sunset -2029-12-21T23:24:34.408Z moonrise -2029-12-22T06:27:43.539Z Moon culminates 81.97 degrees above the horizon -2029-12-22T12:13:54.860Z sunrise +2029-12-21T23:24:34.409Z moonrise +2029-12-22T06:27:43.540Z Moon culminates 81.97 degrees above the horizon +2029-12-22T12:13:54.861Z sunrise 2029-12-22T13:26:53.854Z moonset -2029-12-22T17:23:36.413Z Sun culminates 37.99 degrees above the horizon -2029-12-22T22:33:18.603Z sunset -2029-12-23T00:22:14.189Z moonrise -2029-12-23T07:17:34.443Z Moon culminates 78.77 degrees above the horizon +2029-12-22T17:23:36.414Z Sun culminates 37.99 degrees above the horizon +2029-12-22T22:33:18.604Z sunset +2029-12-23T00:22:14.190Z moonrise +2029-12-23T07:17:34.444Z Moon culminates 78.77 degrees above the horizon 2029-12-23T12:14:22.867Z sunrise 2029-12-23T14:07:43.123Z moonset -2029-12-23T17:24:06.170Z Sun culminates 38.00 degrees above the horizon -2029-12-23T22:33:50.640Z sunset -2029-12-24T01:20:46.638Z moonrise +2029-12-23T17:24:06.171Z Sun culminates 38.00 degrees above the horizon +2029-12-23T22:33:50.641Z sunset +2029-12-24T01:20:46.639Z moonrise 2029-12-24T08:06:06.478Z Moon culminates 74.62 degrees above the horizon -2029-12-24T12:14:49.621Z sunrise +2029-12-24T12:14:49.622Z sunrise 2029-12-24T14:45:31.219Z moonset -2029-12-24T17:24:35.902Z Sun culminates 38.02 degrees above the horizon +2029-12-24T17:24:35.903Z Sun culminates 38.02 degrees above the horizon 2029-12-24T22:34:23.879Z sunset -2029-12-25T02:19:35.526Z moonrise +2029-12-25T02:19:35.527Z moonrise 2029-12-25T08:53:31.414Z Moon culminates 69.73 degrees above the horizon -2029-12-25T12:15:15.096Z sunrise +2029-12-25T12:15:15.097Z sunrise 2029-12-25T15:21:12.112Z moonset -2029-12-25T17:25:05.579Z Sun culminates 38.05 degrees above the horizon -2029-12-25T22:34:58.285Z sunset -2029-12-26T03:18:38.465Z moonrise +2029-12-25T17:25:05.580Z Sun culminates 38.05 degrees above the horizon +2029-12-25T22:34:58.286Z sunset +2029-12-26T03:18:38.466Z moonrise 2029-12-26T09:40:24.991Z Moon culminates 64.32 degrees above the horizon -2029-12-26T12:15:39.262Z sunrise -2029-12-26T15:55:52.639Z moonset -2029-12-26T17:25:35.168Z Sun culminates 38.09 degrees above the horizon -2029-12-26T22:35:33.824Z sunset -2029-12-27T04:18:21.091Z moonrise +2029-12-26T12:15:39.263Z sunrise +2029-12-26T15:55:52.638Z moonset +2029-12-26T17:25:35.169Z Sun culminates 38.09 degrees above the horizon +2029-12-26T22:35:33.825Z sunset +2029-12-27T04:18:21.092Z moonrise 2029-12-27T10:27:40.165Z Moon culminates 58.65 degrees above the horizon -2029-12-27T12:16:02.091Z sunrise -2029-12-27T16:30:48.360Z moonset -2029-12-27T17:26:04.638Z Sun culminates 38.13 degrees above the horizon -2029-12-27T22:36:10.460Z sunset +2029-12-27T12:16:02.092Z sunrise +2029-12-27T16:30:48.359Z moonset +2029-12-27T17:26:04.639Z Sun culminates 38.13 degrees above the horizon +2029-12-27T22:36:10.461Z sunset 2029-12-27T22:53:14.070Z Mercury perihelion at 0.3075 AU -2029-12-28T05:19:25.040Z moonrise +2029-12-28T05:19:25.041Z moonrise 2029-12-28T09:49:37.289Z third quarter 2029-12-28T11:16:20.032Z Moon culminates 53.00 degrees above the horizon -2029-12-28T12:16:23.556Z sunrise -2029-12-28T17:07:22.901Z moonset -2029-12-28T17:26:33.956Z Sun culminates 38.18 degrees above the horizon +2029-12-28T12:16:23.557Z sunrise +2029-12-28T17:07:22.900Z moonset +2029-12-28T17:26:33.957Z Sun culminates 38.18 degrees above the horizon 2029-12-28T22:36:48.154Z sunset -2029-12-29T06:22:31.392Z moonrise +2029-12-29T06:22:31.393Z moonrise 2029-12-29T12:07:29.295Z Moon culminates 47.67 degrees above the horizon -2029-12-29T12:16:43.632Z sunrise +2029-12-29T12:16:43.633Z sunrise 2029-12-29T13:09:24.803Z Mars perihelion at 1.3814 AU -2029-12-29T17:27:03.089Z Sun culminates 38.24 degrees above the horizon -2029-12-29T17:47:07.758Z moonset +2029-12-29T17:27:03.090Z Sun culminates 38.24 degrees above the horizon +2029-12-29T17:47:07.757Z moonset 2029-12-29T22:37:26.866Z sunset -2029-12-30T07:27:57.877Z moonrise -2029-12-30T12:17:02.291Z sunrise -2029-12-30T13:02:00.798Z Moon culminates 43.03 degrees above the horizon -2029-12-30T17:27:32.004Z Sun culminates 38.31 degrees above the horizon -2029-12-30T18:31:37.312Z moonset -2029-12-30T22:38:06.554Z sunset -2029-12-31T08:35:10.336Z moonrise -2029-12-31T12:17:19.510Z sunrise +2029-12-30T07:27:57.878Z moonrise +2029-12-30T12:17:02.293Z sunrise +2029-12-30T13:02:00.797Z Moon culminates 43.03 degrees above the horizon +2029-12-30T17:27:32.005Z Sun culminates 38.31 degrees above the horizon +2029-12-30T18:31:37.311Z moonset +2029-12-30T22:38:06.553Z sunset +2029-12-31T08:35:10.337Z moonrise +2029-12-31T12:17:19.512Z sunrise 2029-12-31T12:20:58.957Z Mercury inferior conjunction 2029-12-31T14:00:14.152Z Moon culminates 39.50 degrees above the horizon -2029-12-31T17:28:00.666Z Sun culminates 38.39 degrees above the horizon -2029-12-31T19:22:11.314Z moonset -2029-12-31T22:38:47.173Z sunset +2029-12-31T17:28:00.667Z Sun culminates 38.39 degrees above the horizon +2029-12-31T19:22:11.312Z moonset +2029-12-31T22:38:47.172Z sunset 2030-01-01T09:42:21.596Z moonrise -2030-01-01T12:17:35.265Z sunrise -2030-01-01T15:01:31.097Z Moon culminates 37.45 degrees above the horizon +2030-01-01T12:17:35.266Z sunrise +2030-01-01T15:01:31.096Z Moon culminates 37.45 degrees above the horizon 2030-01-01T15:33:18.745Z lunar perigee at 364239 km -2030-01-01T17:28:29.042Z Sun culminates 38.47 degrees above the horizon -2030-01-01T20:19:19.944Z moonset -2030-01-01T22:39:28.680Z sunset +2030-01-01T17:28:29.041Z Sun culminates 38.47 degrees above the horizon +2030-01-01T20:19:19.942Z moonset +2030-01-01T22:39:28.678Z sunset 2030-01-02T10:46:46.501Z moonrise -2030-01-02T12:17:49.532Z sunrise -2030-01-02T16:04:06.887Z Moon culminates 37.14 degrees above the horizon -2030-01-02T17:28:57.095Z Sun culminates 38.56 degrees above the horizon -2030-01-02T21:22:05.619Z moonset -2030-01-02T22:40:11.026Z sunset +2030-01-02T12:17:49.533Z sunrise +2030-01-02T16:04:06.886Z Moon culminates 37.14 degrees above the horizon +2030-01-02T17:28:57.094Z Sun culminates 38.56 degrees above the horizon +2030-01-02T21:22:05.617Z moonset +2030-01-02T22:40:11.023Z sunset 2030-01-03T11:00:21.644Z Earth perihelion at 0.9833 AU -2030-01-03T11:45:45.666Z moonrise -2030-01-03T12:18:02.288Z sunrise -2030-01-03T17:05:39.523Z Moon culminates 38.58 degrees above the horizon -2030-01-03T17:29:24.791Z Sun culminates 38.66 degrees above the horizon -2030-01-03T22:28:01.939Z moonset -2030-01-03T22:40:54.164Z sunset +2030-01-03T11:45:45.665Z moonrise +2030-01-03T12:18:02.289Z sunrise +2030-01-03T17:05:39.522Z Moon culminates 38.58 degrees above the horizon +2030-01-03T17:29:24.790Z Sun culminates 38.66 degrees above the horizon +2030-01-03T22:28:01.937Z moonset +2030-01-03T22:40:54.162Z sunset 2030-01-04T02:50:03.100Z new moon 2030-01-04T12:18:13.513Z sunrise -2030-01-04T12:37:54.445Z moonrise -2030-01-04T17:29:52.097Z Sun culminates 38.76 degrees above the horizon -2030-01-04T18:04:06.487Z Moon culminates 41.57 degrees above the horizon -2030-01-04T22:41:38.047Z sunset -2030-01-04T23:34:11.834Z moonset -2030-01-05T12:18:23.187Z sunrise -2030-01-05T13:23:19.927Z moonrise -2030-01-05T17:30:18.977Z Sun culminates 38.88 degrees above the horizon -2030-01-05T18:58:25.984Z Moon culminates 45.71 degrees above the horizon -2030-01-05T22:42:22.628Z sunset -2030-01-06T00:38:21.058Z moonset -2030-01-06T12:18:31.291Z sunrise +2030-01-04T12:37:54.444Z moonrise +2030-01-04T17:29:52.095Z Sun culminates 38.76 degrees above the horizon +2030-01-04T18:04:06.486Z Moon culminates 41.57 degrees above the horizon +2030-01-04T22:41:38.045Z sunset +2030-01-04T23:34:11.832Z moonset +2030-01-05T12:18:23.186Z sunrise +2030-01-05T13:23:19.926Z moonrise +2030-01-05T17:30:18.976Z Sun culminates 38.88 degrees above the horizon +2030-01-05T18:58:25.983Z Moon culminates 45.71 degrees above the horizon +2030-01-05T22:42:22.627Z sunset +2030-01-06T00:38:21.057Z moonset +2030-01-06T12:18:31.289Z sunrise 2030-01-06T13:13:02.055Z Venus inferior conjunction 2030-01-06T14:03:09.374Z moonrise -2030-01-06T17:30:45.401Z Sun culminates 39.00 degrees above the horizon +2030-01-06T17:30:45.400Z Sun culminates 39.00 degrees above the horizon 2030-01-06T19:48:38.840Z Moon culminates 50.59 degrees above the horizon -2030-01-06T22:43:07.858Z sunset -2030-01-07T01:39:29.745Z moonset -2030-01-07T12:18:37.808Z sunrise +2030-01-06T22:43:07.857Z sunset +2030-01-07T01:39:29.744Z moonset +2030-01-07T12:18:37.807Z sunrise 2030-01-07T14:38:51.750Z moonrise -2030-01-07T17:31:11.335Z Sun culminates 39.12 degrees above the horizon +2030-01-07T17:31:11.334Z Sun culminates 39.12 degrees above the horizon 2030-01-07T20:35:26.568Z Moon culminates 55.83 degrees above the horizon 2030-01-07T22:43:53.691Z sunset 2030-01-08T02:37:39.748Z moonset @@ -20168,104 +20168,104 @@ 2030-01-08T21:19:48.729Z Moon culminates 61.14 degrees above the horizon 2030-01-08T22:44:40.081Z sunset 2030-01-09T03:33:27.635Z moonset -2030-01-09T12:18:46.031Z sunrise +2030-01-09T12:18:46.032Z sunrise 2030-01-09T15:43:40.432Z moonrise 2030-01-09T17:32:01.619Z Sun culminates 39.40 degrees above the horizon 2030-01-09T22:02:48.803Z Moon culminates 66.29 degrees above the horizon 2030-01-09T22:45:26.982Z sunset -2030-01-10T04:27:42.620Z moonset -2030-01-10T12:18:47.717Z sunrise +2030-01-10T04:27:42.619Z moonset +2030-01-10T12:18:47.718Z sunrise 2030-01-10T16:15:19.717Z moonrise 2030-01-10T17:32:25.914Z Sun culminates 39.55 degrees above the horizon 2030-01-10T22:45:27.286Z Moon culminates 71.11 degrees above the horizon -2030-01-10T22:46:14.350Z sunset +2030-01-10T22:46:14.349Z sunset 2030-01-11T05:21:12.495Z moonset -2030-01-11T12:18:47.776Z sunrise +2030-01-11T12:18:47.777Z sunrise 2030-01-11T14:06:40.985Z first quarter -2030-01-11T16:48:00.831Z moonrise +2030-01-11T16:48:00.830Z moonrise 2030-01-11T17:32:49.610Z Sun culminates 39.71 degrees above the horizon -2030-01-11T22:47:02.142Z sunset -2030-01-11T23:28:38.210Z Moon culminates 75.44 degrees above the horizon +2030-01-11T22:47:02.141Z sunset +2030-01-11T23:28:38.209Z Moon culminates 75.44 degrees above the horizon 2030-01-12T06:14:34.369Z moonset -2030-01-12T12:18:46.204Z sunrise -2030-01-12T17:22:48.240Z moonrise +2030-01-12T12:18:46.205Z sunrise +2030-01-12T17:22:48.239Z moonrise 2030-01-12T17:33:12.685Z Sun culminates 39.87 degrees above the horizon -2030-01-12T22:47:50.316Z sunset -2030-01-13T00:13:06.070Z Moon culminates 79.13 degrees above the horizon -2030-01-13T07:08:07.184Z moonset +2030-01-12T22:47:50.314Z sunset +2030-01-13T00:13:06.069Z Moon culminates 79.13 degrees above the horizon +2030-01-13T07:08:07.183Z moonset 2030-01-13T08:50:25.871Z lunar apogee at 404634 km -2030-01-13T12:18:42.999Z sunrise +2030-01-13T12:18:43.000Z sunrise 2030-01-13T17:33:35.119Z Sun culminates 40.04 degrees above the horizon -2030-01-13T18:00:42.441Z moonrise -2030-01-13T22:48:38.831Z sunset -2030-01-14T00:59:21.520Z Moon culminates 82.03 degrees above the horizon -2030-01-14T08:01:45.408Z moonset -2030-01-14T12:18:38.163Z sunrise -2030-01-14T17:33:56.892Z Sun culminates 40.22 degrees above the horizon -2030-01-14T18:42:34.851Z moonrise -2030-01-14T22:49:27.650Z sunset -2030-01-15T01:47:35.837Z Moon culminates 83.99 degrees above the horizon -2030-01-15T08:54:56.334Z moonset +2030-01-13T18:00:42.440Z moonrise +2030-01-13T22:48:38.830Z sunset +2030-01-14T00:59:21.519Z Moon culminates 82.03 degrees above the horizon +2030-01-14T08:01:45.407Z moonset +2030-01-14T12:18:38.164Z sunrise +2030-01-14T17:33:56.891Z Sun culminates 40.22 degrees above the horizon +2030-01-14T18:42:34.850Z moonrise +2030-01-14T22:49:27.649Z sunset +2030-01-15T01:47:35.836Z Moon culminates 83.99 degrees above the horizon +2030-01-15T08:54:56.333Z moonset 2030-01-15T12:18:31.698Z sunrise 2030-01-15T17:34:17.986Z Sun culminates 40.40 degrees above the horizon 2030-01-15T19:28:57.843Z moonrise -2030-01-15T22:50:16.735Z sunset +2030-01-15T22:50:16.734Z sunset 2030-01-16T02:37:36.333Z Moon culminates 84.85 degrees above the horizon -2030-01-16T09:46:45.400Z moonset +2030-01-16T09:46:45.399Z moonset 2030-01-16T12:18:23.610Z sunrise 2030-01-16T17:34:38.388Z Sun culminates 40.59 degrees above the horizon 2030-01-16T20:19:52.753Z moonrise 2030-01-16T22:51:06.050Z sunset 2030-01-17T03:28:46.867Z Moon culminates 84.51 degrees above the horizon -2030-01-17T07:14:54.876Z Mars moves from Capricornus to Aquarius +2030-01-17T07:14:55.911Z Mars moves from Capricornus to Aquarius 2030-01-17T10:36:11.729Z moonset -2030-01-17T12:18:13.905Z sunrise +2030-01-17T12:18:13.904Z sunrise 2030-01-17T17:34:58.084Z Sun culminates 40.79 degrees above the horizon 2030-01-17T21:14:43.614Z moonrise 2030-01-17T22:51:55.562Z sunset 2030-01-18T04:20:16.859Z Moon culminates 82.92 degrees above the horizon -2030-01-18T11:22:28.828Z moonset +2030-01-18T11:22:28.827Z moonset 2030-01-18T12:18:02.591Z sunrise 2030-01-18T17:35:17.061Z Sun culminates 41.00 degrees above the horizon 2030-01-18T22:12:25.023Z moonrise -2030-01-18T22:52:45.237Z sunset +2030-01-18T22:52:45.238Z sunset 2030-01-19T05:11:17.166Z Moon culminates 80.12 degrees above the horizon -2030-01-19T12:05:19.790Z moonset +2030-01-19T12:05:19.789Z moonset 2030-01-19T12:17:49.680Z sunrise 2030-01-19T15:54:54.820Z full moon 2030-01-19T17:35:35.309Z Sun culminates 41.21 degrees above the horizon 2030-01-19T22:53:35.046Z sunset -2030-01-19T23:11:43.812Z moonrise +2030-01-19T23:11:43.813Z moonrise 2030-01-20T06:01:15.705Z Moon culminates 76.25 degrees above the horizon -2030-01-20T12:17:35.182Z sunrise -2030-01-20T12:45:00.231Z moonset +2030-01-20T12:17:35.181Z sunrise +2030-01-20T12:45:00.230Z moonset 2030-01-20T17:35:52.819Z Sun culminates 41.42 degrees above the horizon -2030-01-20T22:54:24.957Z sunset -2030-01-21T00:11:42.962Z moonrise +2030-01-20T22:54:24.958Z sunset +2030-01-21T00:11:42.963Z moonrise 2030-01-21T06:50:05.906Z Moon culminates 71.52 degrees above the horizon -2030-01-21T12:17:19.109Z sunrise +2030-01-21T12:17:19.108Z sunrise 2030-01-21T13:22:11.577Z moonset 2030-01-21T17:36:09.581Z Sun culminates 41.64 degrees above the horizon -2030-01-21T22:55:14.942Z sunset +2030-01-21T22:55:14.943Z sunset 2030-01-22T01:11:55.409Z moonrise 2030-01-22T06:53:24.396Z Venus perihelion at 0.7184 AU 2030-01-22T07:38:06.630Z Moon culminates 66.17 degrees above the horizon 2030-01-22T10:18:11.922Z Mercury max morning elongation: 24.35 degrees from Sun 2030-01-22T12:17:01.474Z sunrise -2030-01-22T13:57:51.971Z moonset +2030-01-22T13:57:51.970Z moonset 2030-01-22T17:36:25.589Z Sun culminates 41.87 degrees above the horizon 2030-01-22T22:56:04.973Z sunset 2030-01-23T02:12:24.454Z moonrise 2030-01-23T08:25:56.806Z Moon culminates 60.49 degrees above the horizon -2030-01-23T12:16:42.292Z sunrise +2030-01-23T12:16:42.291Z sunrise 2030-01-23T14:33:09.824Z moonset 2030-01-23T17:36:40.836Z Sun culminates 42.11 degrees above the horizon -2030-01-23T22:56:55.021Z sunset +2030-01-23T22:56:55.022Z sunset 2030-01-24T03:13:34.674Z moonrise 2030-01-24T09:14:28.192Z Moon culminates 54.77 degrees above the horizon -2030-01-24T12:16:21.576Z sunrise +2030-01-24T12:16:21.575Z sunrise 2030-01-24T15:09:20.971Z moonset -2030-01-24T17:36:55.315Z Sun culminates 42.35 degrees above the horizon +2030-01-24T17:36:55.316Z Sun culminates 42.35 degrees above the horizon 2030-01-24T22:57:45.061Z sunset 2030-01-25T04:15:57.430Z moonrise 2030-01-25T10:04:37.219Z Moon culminates 49.34 degrees above the horizon @@ -20276,69 +20276,69 @@ 2030-01-26T05:19:52.149Z moonrise 2030-01-26T10:57:14.370Z Moon culminates 44.52 degrees above the horizon 2030-01-26T12:15:35.605Z sunrise -2030-01-26T16:29:54.979Z moonset +2030-01-26T16:29:54.978Z moonset 2030-01-26T17:37:21.949Z Sun culminates 42.85 degrees above the horizon 2030-01-26T18:14:57.364Z third quarter 2030-01-26T22:59:25.005Z sunset 2030-01-27T06:25:04.148Z moonrise 2030-01-27T11:52:49.048Z Moon culminates 40.68 degrees above the horizon 2030-01-27T12:15:10.382Z sunrise -2030-01-27T17:17:01.719Z moonset +2030-01-27T17:17:01.718Z moonset 2030-01-27T17:37:34.092Z Sun culminates 43.11 degrees above the horizon -2030-01-27T23:00:14.857Z sunset -2030-01-28T07:30:25.709Z moonrise +2030-01-27T23:00:14.856Z sunset +2030-01-28T07:30:25.708Z moonrise 2030-01-28T12:14:43.689Z sunrise 2030-01-28T12:51:11.189Z Moon culminates 38.13 degrees above the horizon 2030-01-28T15:58:47.725Z lunar perigee at 369534 km 2030-01-28T17:37:45.446Z Sun culminates 43.37 degrees above the horizon -2030-01-28T18:09:57.024Z moonset -2030-01-28T23:01:04.591Z sunset -2030-01-29T08:33:57.228Z moonrise -2030-01-29T12:14:15.542Z sunrise -2030-01-29T13:51:19.187Z Moon culminates 37.14 degrees above the horizon -2030-01-29T17:37:56.006Z Sun culminates 43.64 degrees above the horizon -2030-01-29T19:08:30.466Z moonset +2030-01-28T18:09:57.023Z moonset +2030-01-28T23:01:04.590Z sunset +2030-01-29T08:33:57.227Z moonrise +2030-01-29T12:14:15.543Z sunrise +2030-01-29T13:51:19.185Z Moon culminates 37.14 degrees above the horizon +2030-01-29T17:37:56.005Z Sun culminates 43.64 degrees above the horizon +2030-01-29T19:08:30.465Z moonset 2030-01-29T21:46:15.346Z Pluto conjunction -2030-01-29T23:01:54.183Z sunset -2030-01-30T09:33:22.957Z moonrise -2030-01-30T12:13:45.959Z sunrise -2030-01-30T14:51:29.583Z Moon culminates 37.82 degrees above the horizon -2030-01-30T17:38:05.766Z Sun culminates 43.91 degrees above the horizon -2030-01-30T20:11:15.238Z moonset -2030-01-30T23:02:43.605Z sunset -2030-01-31T10:27:05.746Z moonrise +2030-01-29T23:01:54.181Z sunset +2030-01-30T09:33:22.955Z moonrise +2030-01-30T12:13:45.960Z sunrise +2030-01-30T14:51:29.581Z Moon culminates 37.82 degrees above the horizon +2030-01-30T17:38:05.765Z Sun culminates 43.91 degrees above the horizon +2030-01-30T20:11:15.237Z moonset +2030-01-30T23:02:43.603Z sunset +2030-01-31T10:27:05.744Z moonrise 2030-01-31T12:13:14.957Z sunrise -2030-01-31T15:49:52.256Z Moon culminates 40.07 degrees above the horizon -2030-01-31T17:38:14.723Z Sun culminates 44.19 degrees above the horizon -2030-01-31T21:15:51.524Z moonset -2030-01-31T23:03:32.831Z sunset -2030-02-01T11:14:39.437Z moonrise -2030-02-01T12:12:42.551Z sunrise -2030-02-01T16:45:09.832Z Moon culminates 43.62 degrees above the horizon -2030-02-01T17:38:22.871Z Sun culminates 44.48 degrees above the horizon -2030-02-01T22:20:01.938Z moonset -2030-02-01T23:04:21.836Z sunset -2030-02-02T11:56:40.392Z moonrise -2030-02-02T12:12:08.759Z sunrise +2030-01-31T15:49:52.255Z Moon culminates 40.07 degrees above the horizon +2030-01-31T17:38:14.722Z Sun culminates 44.19 degrees above the horizon +2030-01-31T21:15:51.523Z moonset +2030-01-31T23:03:32.829Z sunset +2030-02-01T11:14:39.435Z moonrise +2030-02-01T12:12:42.550Z sunrise +2030-02-01T16:45:09.831Z Moon culminates 43.62 degrees above the horizon +2030-02-01T17:38:22.870Z Sun culminates 44.48 degrees above the horizon +2030-02-01T22:20:01.937Z moonset +2030-02-01T23:04:21.834Z sunset +2030-02-02T11:56:40.391Z moonrise +2030-02-02T12:12:08.758Z sunrise 2030-02-02T16:08:03.537Z new moon -2030-02-02T17:36:55.309Z Moon culminates 48.12 degrees above the horizon -2030-02-02T17:38:30.208Z Sun culminates 44.77 degrees above the horizon -2030-02-02T23:05:10.596Z sunset +2030-02-02T17:36:55.308Z Moon culminates 48.12 degrees above the horizon +2030-02-02T17:38:30.207Z Sun culminates 44.77 degrees above the horizon +2030-02-02T23:05:10.595Z sunset 2030-02-02T23:22:16.785Z moonset -2030-02-03T12:11:33.600Z sunrise -2030-02-03T12:34:18.643Z moonrise -2030-02-03T17:38:36.731Z Sun culminates 45.06 degrees above the horizon +2030-02-03T12:11:33.599Z sunrise +2030-02-03T12:34:18.642Z moonrise +2030-02-03T17:38:36.730Z Sun culminates 45.06 degrees above the horizon 2030-02-03T18:25:24.829Z Moon culminates 53.21 degrees above the horizon 2030-02-03T23:05:59.088Z sunset 2030-02-04T00:22:03.837Z moonset -2030-02-04T12:10:57.090Z sunrise +2030-02-04T12:10:57.089Z sunrise 2030-02-04T13:08:53.531Z moonrise -2030-02-04T17:38:42.438Z Sun culminates 45.36 degrees above the horizon +2030-02-04T17:38:42.437Z Sun culminates 45.36 degrees above the horizon 2030-02-04T19:11:20.301Z Moon culminates 58.54 degrees above the horizon -2030-02-04T23:06:47.292Z sunset -2030-02-05T01:19:33.209Z moonset -2030-02-05T12:10:19.251Z sunrise -2030-02-05T13:41:41.575Z moonrise +2030-02-04T23:06:47.291Z sunset +2030-02-05T01:19:33.208Z moonset +2030-02-05T12:10:19.250Z sunrise +2030-02-05T13:41:41.576Z moonrise 2030-02-05T17:38:47.329Z Sun culminates 45.67 degrees above the horizon 2030-02-05T19:55:34.315Z Moon culminates 63.84 degrees above the horizon 2030-02-05T23:07:35.186Z sunset @@ -20349,108 +20349,108 @@ 2030-02-06T20:39:00.865Z Moon culminates 68.88 degrees above the horizon 2030-02-06T23:08:22.753Z sunset 2030-02-07T02:40:35.806Z Venus peak magnitude -4.87 in morning sky -2030-02-07T03:09:53.571Z moonset -2030-02-07T12:08:59.661Z sunrise +2030-02-07T03:09:53.570Z moonset +2030-02-07T12:08:59.662Z sunrise 2030-02-07T14:46:34.014Z moonrise 2030-02-07T17:38:54.668Z Sun culminates 46.29 degrees above the horizon 2030-02-07T21:22:30.334Z Moon culminates 73.48 degrees above the horizon -2030-02-07T23:09:09.976Z sunset +2030-02-07T23:09:09.975Z sunset 2030-02-08T04:03:56.361Z moonset -2030-02-08T11:37:32.159Z Mercury moves from Sagittarius to Capricornus -2030-02-08T12:08:17.956Z sunrise +2030-02-08T11:37:32.680Z Mercury moves from Sagittarius to Capricornus +2030-02-08T12:08:17.957Z sunrise 2030-02-08T15:20:45.641Z moonrise 2030-02-08T17:38:57.122Z Sun culminates 46.60 degrees above the horizon -2030-02-08T22:06:46.211Z Moon culminates 77.49 degrees above the horizon +2030-02-08T22:06:46.210Z Moon culminates 77.49 degrees above the horizon 2030-02-08T23:09:56.840Z sunset -2030-02-09T04:57:46.499Z moonset -2030-02-09T12:07:35.008Z sunrise +2030-02-09T04:57:46.498Z moonset +2030-02-09T12:07:35.009Z sunrise 2030-02-09T15:57:26.762Z moonrise 2030-02-09T17:38:58.773Z Sun culminates 46.93 degrees above the horizon 2030-02-09T22:30:38.075Z Mercury aphelion at 0.4667 AU 2030-02-09T22:52:21.710Z Moon culminates 80.75 degrees above the horizon -2030-02-09T23:10:43.334Z sunset +2030-02-09T23:10:43.333Z sunset 2030-02-10T05:51:26.618Z moonset 2030-02-10T06:06:10.664Z lunar apogee at 404278 km 2030-02-10T11:50:06.882Z first quarter 2030-02-10T12:06:50.842Z sunrise -2030-02-10T16:37:30.093Z moonrise +2030-02-10T16:37:30.094Z moonrise 2030-02-10T17:38:59.627Z Sun culminates 47.25 degrees above the horizon 2030-02-10T23:11:29.445Z sunset 2030-02-10T23:39:35.689Z Moon culminates 83.11 degrees above the horizon -2030-02-11T06:44:37.563Z moonset +2030-02-11T06:44:37.562Z moonset 2030-02-11T12:06:05.484Z sunrise -2030-02-11T17:21:36.051Z moonrise -2030-02-11T17:38:59.694Z Sun culminates 47.58 degrees above the horizon -2030-02-11T23:12:15.167Z sunset +2030-02-11T17:21:36.052Z moonrise +2030-02-11T17:38:59.693Z Sun culminates 47.58 degrees above the horizon +2030-02-11T23:12:15.166Z sunset 2030-02-12T00:28:28.732Z Moon culminates 84.45 degrees above the horizon -2030-02-12T07:36:40.400Z moonset +2030-02-12T07:36:40.399Z moonset 2030-02-12T12:05:18.961Z sunrise 2030-02-12T17:38:58.982Z Sun culminates 47.91 degrees above the horizon -2030-02-12T18:10:03.423Z moonrise -2030-02-12T23:13:00.491Z sunset +2030-02-12T18:10:03.424Z moonrise +2030-02-12T23:13:00.492Z sunset 2030-02-13T01:18:41.821Z Moon culminates 84.66 degrees above the horizon -2030-02-13T08:26:46.058Z moonset -2030-02-13T12:04:31.301Z sunrise +2030-02-13T08:26:46.057Z moonset +2030-02-13T12:04:31.300Z sunrise 2030-02-13T17:38:57.505Z Sun culminates 48.25 degrees above the horizon -2030-02-13T19:02:41.297Z moonrise -2030-02-13T23:13:45.415Z sunset +2030-02-13T19:02:41.299Z moonrise +2030-02-13T23:13:45.416Z sunset 2030-02-14T02:09:40.344Z Moon culminates 83.65 degrees above the horizon -2030-02-14T09:14:10.859Z moonset -2030-02-14T12:03:42.532Z sunrise +2030-02-14T09:14:10.858Z moonset +2030-02-14T12:03:42.531Z sunrise 2030-02-14T17:38:55.275Z Sun culminates 48.59 degrees above the horizon -2030-02-14T19:58:48.965Z moonrise -2030-02-14T23:14:29.936Z sunset +2030-02-14T19:58:48.967Z moonrise +2030-02-14T23:14:29.937Z sunset 2030-02-15T03:00:44.171Z Moon culminates 81.42 degrees above the horizon -2030-02-15T09:58:31.352Z moonset -2030-02-15T12:02:52.684Z sunrise +2030-02-15T09:58:31.350Z moonset +2030-02-15T12:02:52.682Z sunrise 2030-02-15T17:38:52.306Z Sun culminates 48.93 degrees above the horizon -2030-02-15T20:57:27.722Z moonrise -2030-02-15T23:15:14.052Z sunset +2030-02-15T20:57:27.723Z moonrise +2030-02-15T23:15:14.053Z sunset 2030-02-16T03:51:20.575Z Moon culminates 78.04 degrees above the horizon -2030-02-16T10:39:51.544Z moonset -2030-02-16T12:02:01.786Z sunrise +2030-02-16T10:39:51.543Z moonset +2030-02-16T12:02:01.785Z sunrise 2030-02-16T17:38:48.614Z Sun culminates 49.28 degrees above the horizon -2030-02-16T21:57:40.267Z moonrise -2030-02-16T23:15:57.766Z sunset +2030-02-16T21:57:40.269Z moonrise +2030-02-16T23:15:57.767Z sunset 2030-02-17T04:41:14.522Z Moon culminates 73.66 degrees above the horizon -2030-02-17T11:18:41.176Z moonset -2030-02-17T12:01:09.870Z sunrise +2030-02-17T11:18:41.174Z moonset +2030-02-17T12:01:09.868Z sunrise 2030-02-17T17:38:44.215Z Sun culminates 49.63 degrees above the horizon -2030-02-17T22:58:47.587Z moonrise +2030-02-17T22:58:47.588Z moonrise 2030-02-17T23:16:41.079Z sunset -2030-02-18T05:30:32.747Z Moon culminates 68.49 degrees above the horizon +2030-02-18T05:30:32.746Z Moon culminates 68.49 degrees above the horizon 2030-02-18T06:20:19.178Z full moon -2030-02-18T11:55:49.162Z moonset -2030-02-18T12:00:16.965Z sunrise +2030-02-18T11:55:49.161Z moonset +2030-02-18T12:00:16.963Z sunrise 2030-02-18T17:38:39.126Z Sun culminates 49.98 degrees above the horizon -2030-02-18T23:17:23.994Z sunset -2030-02-19T00:00:35.821Z moonrise +2030-02-18T23:17:23.995Z sunset +2030-02-19T00:00:35.822Z moonrise 2030-02-19T06:19:41.799Z Moon culminates 62.82 degrees above the horizon -2030-02-19T11:59:23.102Z sunrise -2030-02-19T12:32:17.106Z moonset +2030-02-19T11:59:23.100Z sunrise +2030-02-19T12:32:17.105Z moonset 2030-02-19T17:38:33.364Z Sun culminates 50.34 degrees above the horizon -2030-02-19T19:27:02.487Z Mars moves from Aquarius to Pisces -2030-02-19T23:18:06.518Z sunset -2030-02-20T01:03:12.397Z moonrise -2030-02-20T07:09:22.356Z Moon culminates 56.96 degrees above the horizon -2030-02-20T11:58:28.312Z sunrise +2030-02-19T19:27:03.393Z Mars moves from Aquarius to Pisces +2030-02-19T23:18:06.519Z sunset +2030-02-20T01:03:12.398Z moonrise +2030-02-20T07:09:22.357Z Moon culminates 56.96 degrees above the horizon +2030-02-20T11:58:28.310Z sunrise 2030-02-20T13:09:15.129Z moonset 2030-02-20T17:38:26.947Z Sun culminates 50.70 degrees above the horizon -2030-02-20T23:18:48.655Z sunset -2030-02-21T02:06:54.260Z moonrise +2030-02-20T23:18:48.656Z sunset +2030-02-21T02:06:54.261Z moonrise 2030-02-21T08:00:21.306Z Moon culminates 51.28 degrees above the horizon -2030-02-21T11:57:32.624Z sunrise +2030-02-21T11:57:32.623Z sunrise 2030-02-21T13:47:59.369Z moonset 2030-02-21T17:38:19.894Z Sun culminates 51.06 degrees above the horizon -2030-02-21T23:19:30.411Z sunset -2030-02-22T03:11:50.668Z moonrise +2030-02-21T23:19:30.412Z sunset +2030-02-22T03:11:50.669Z moonrise 2030-02-22T08:53:21.394Z Moon culminates 46.14 degrees above the horizon 2030-02-22T10:10:28.239Z lunar perigee at 368395 km 2030-02-22T11:56:36.069Z sunrise 2030-02-22T14:29:48.390Z moonset 2030-02-22T17:38:12.223Z Sun culminates 51.42 degrees above the horizon -2030-02-22T23:20:11.792Z sunset -2030-02-23T04:17:42.937Z moonrise +2030-02-22T23:20:11.793Z sunset +2030-02-23T04:17:42.938Z moonrise 2030-02-23T09:48:47.565Z Moon culminates 41.92 degrees above the horizon 2030-02-23T11:55:38.678Z sunrise 2030-02-23T15:15:54.361Z moonset @@ -20463,393 +20463,393 @@ 2030-02-24T17:37:55.096Z Sun culminates 52.16 degrees above the horizon 2030-02-24T23:21:33.452Z sunset 2030-02-25T01:58:15.207Z third quarter -2030-02-25T06:27:17.646Z moonrise -2030-02-25T11:45:42.570Z Moon culminates 37.49 degrees above the horizon -2030-02-25T11:53:41.504Z sunrise +2030-02-25T06:27:17.645Z moonrise +2030-02-25T11:45:42.569Z Moon culminates 37.49 degrees above the horizon +2030-02-25T11:53:41.505Z sunrise 2030-02-25T17:03:21.204Z moonset -2030-02-25T17:23:02.778Z Mercury moves from Capricornus to Aquarius +2030-02-25T17:23:03.263Z Mercury moves from Capricornus to Aquarius 2030-02-25T17:37:45.675Z Sun culminates 52.53 degrees above the horizon -2030-02-25T23:22:13.742Z sunset -2030-02-26T07:27:10.513Z moonrise +2030-02-25T23:22:13.741Z sunset +2030-02-26T07:27:10.512Z moonrise 2030-02-26T11:52:41.780Z sunrise -2030-02-26T12:44:54.466Z Moon culminates 37.63 degrees above the horizon -2030-02-26T17:37:35.706Z Sun culminates 52.90 degrees above the horizon +2030-02-26T12:44:54.465Z Moon culminates 37.63 degrees above the horizon +2030-02-26T17:37:35.705Z Sun culminates 52.90 degrees above the horizon 2030-02-26T18:03:39.125Z moonset -2030-02-26T23:22:53.677Z sunset -2030-02-27T08:21:35.459Z moonrise -2030-02-27T11:51:41.334Z sunrise -2030-02-27T13:42:33.619Z Moon culminates 39.30 degrees above the horizon +2030-02-26T23:22:53.676Z sunset +2030-02-27T08:21:35.458Z moonrise +2030-02-27T11:51:41.335Z sunrise +2030-02-27T13:42:33.618Z Moon culminates 39.30 degrees above the horizon 2030-02-27T17:37:25.203Z Sun culminates 53.28 degrees above the horizon 2030-02-27T19:06:07.767Z moonset -2030-02-27T23:23:33.262Z sunset -2030-02-28T09:10:03.033Z moonrise +2030-02-27T23:23:33.261Z sunset +2030-02-28T09:10:03.031Z moonrise 2030-02-28T11:50:40.196Z sunrise -2030-02-28T14:37:30.740Z Moon culminates 42.31 degrees above the horizon -2030-02-28T17:37:14.184Z Sun culminates 53.66 degrees above the horizon +2030-02-28T14:37:30.739Z Moon culminates 42.31 degrees above the horizon +2030-02-28T17:37:14.183Z Sun culminates 53.66 degrees above the horizon 2030-02-28T20:08:48.782Z moonset -2030-02-28T23:24:12.501Z sunset -2030-03-01T09:53:01.549Z moonrise +2030-02-28T23:24:12.500Z sunset +2030-03-01T09:53:01.547Z moonrise 2030-03-01T11:49:38.390Z sunrise -2030-03-01T15:29:17.591Z Moon culminates 46.34 degrees above the horizon -2030-03-01T17:37:02.663Z Sun culminates 54.04 degrees above the horizon -2030-03-01T21:10:16.147Z moonset +2030-03-01T15:29:17.590Z Moon culminates 46.34 degrees above the horizon +2030-03-01T17:37:02.662Z Sun culminates 54.04 degrees above the horizon +2030-03-01T21:10:16.148Z moonset 2030-03-01T23:24:51.398Z sunset -2030-03-02T10:31:33.451Z moonrise -2030-03-02T11:48:35.945Z sunrise -2030-03-02T16:18:03.785Z Moon culminates 51.09 degrees above the horizon -2030-03-02T17:36:50.655Z Sun culminates 54.42 degrees above the horizon -2030-03-02T22:09:50.415Z moonset +2030-03-02T10:31:33.449Z moonrise +2030-03-02T11:48:35.944Z sunrise +2030-03-02T16:18:03.784Z Moon culminates 51.09 degrees above the horizon +2030-03-02T17:36:50.654Z Sun culminates 54.42 degrees above the horizon +2030-03-02T22:09:50.416Z moonset 2030-03-02T23:25:29.958Z sunset -2030-03-03T11:06:52.849Z moonrise -2030-03-03T11:47:32.885Z sunrise +2030-03-03T11:06:52.848Z moonrise +2030-03-03T11:47:32.884Z sunrise 2030-03-03T17:04:23.575Z Moon culminates 56.24 degrees above the horizon 2030-03-03T17:36:38.175Z Sun culminates 54.80 degrees above the horizon -2030-03-03T23:07:30.726Z moonset -2030-03-03T23:26:08.183Z sunset +2030-03-03T23:07:30.727Z moonset +2030-03-03T23:26:08.184Z sunset 2030-03-04T06:35:14.885Z new moon -2030-03-04T11:40:12.909Z moonrise -2030-03-04T11:46:29.237Z sunrise +2030-03-04T11:40:12.908Z moonrise +2030-03-04T11:46:29.236Z sunrise 2030-03-04T17:36:25.239Z Sun culminates 55.19 degrees above the horizon 2030-03-04T17:49:02.775Z Moon culminates 61.50 degrees above the horizon -2030-03-04T23:26:46.080Z sunset -2030-03-05T00:03:38.862Z moonset -2030-03-05T11:45:25.025Z sunrise -2030-03-05T12:12:41.520Z moonrise +2030-03-04T23:26:46.081Z sunset +2030-03-05T00:03:38.863Z moonset +2030-03-05T11:45:25.024Z sunrise +2030-03-05T12:12:41.519Z moonrise 2030-03-05T17:36:11.861Z Sun culminates 55.58 degrees above the horizon -2030-03-05T18:32:49.766Z Moon culminates 66.64 degrees above the horizon -2030-03-05T23:27:23.652Z sunset -2030-03-06T00:58:44.735Z moonset -2030-03-06T11:44:20.275Z sunrise -2030-03-06T12:45:21.228Z moonrise +2030-03-05T18:32:49.767Z Moon culminates 66.64 degrees above the horizon +2030-03-05T23:27:23.653Z sunset +2030-03-06T00:58:44.736Z moonset +2030-03-06T11:44:20.274Z sunrise +2030-03-06T12:45:21.227Z moonrise 2030-03-06T17:35:58.057Z Sun culminates 55.96 degrees above the horizon 2030-03-06T19:16:30.144Z Moon culminates 71.43 degrees above the horizon -2030-03-06T23:28:00.906Z sunset -2030-03-07T01:53:15.668Z moonset -2030-03-07T08:53:28.030Z Venus moves from Sagittarius to Capricornus +2030-03-06T23:28:00.907Z sunset +2030-03-07T01:53:15.669Z moonset +2030-03-07T08:53:28.897Z Venus moves from Sagittarius to Capricornus 2030-03-07T11:43:15.112Z sunrise -2030-03-07T13:19:10.362Z moonrise +2030-03-07T13:19:10.361Z moonrise 2030-03-07T17:35:43.843Z Sun culminates 56.35 degrees above the horizon 2030-03-07T20:00:43.239Z Moon culminates 75.70 degrees above the horizon -2030-03-07T23:28:37.847Z sunset -2030-03-08T02:47:28.668Z moonset +2030-03-07T23:28:37.848Z sunset +2030-03-08T02:47:28.669Z moonset 2030-03-08T11:42:09.363Z sunrise 2030-03-08T13:55:03.415Z moonrise 2030-03-08T17:35:29.235Z Sun culminates 56.74 degrees above the horizon 2030-03-08T20:45:59.104Z Moon culminates 79.28 degrees above the horizon 2030-03-08T23:29:14.483Z sunset -2030-03-09T03:41:24.882Z moonset -2030-03-09T08:35:43.740Z Mars moves from Pisces to Cetus +2030-03-09T03:41:24.883Z moonset +2030-03-09T08:35:44.790Z Mars moves from Pisces to Cetus 2030-03-09T11:41:03.155Z sunrise 2030-03-09T14:33:49.376Z moonrise 2030-03-09T17:35:14.251Z Sun culminates 57.13 degrees above the horizon -2030-03-09T21:32:35.375Z Moon culminates 82.01 degrees above the horizon +2030-03-09T21:32:35.376Z Moon culminates 82.01 degrees above the horizon 2030-03-09T22:38:48.214Z Mercury superior conjunction -2030-03-09T23:29:50.820Z sunset +2030-03-09T23:29:50.821Z sunset 2030-03-10T02:22:25.139Z lunar apogee at 404735 km 2030-03-10T04:34:46.786Z moonset -2030-03-10T11:39:56.514Z sunrise -2030-03-10T15:16:07.297Z moonrise +2030-03-10T11:39:56.513Z sunrise +2030-03-10T15:16:07.298Z moonrise 2030-03-10T17:34:58.908Z Sun culminates 57.53 degrees above the horizon -2030-03-10T18:32:54.431Z Mars moves from Cetus to Pisces -2030-03-10T22:20:34.592Z Moon culminates 83.77 degrees above the horizon +2030-03-10T18:32:55.470Z Mars moves from Cetus to Pisces +2030-03-10T22:20:34.593Z Moon culminates 83.77 degrees above the horizon 2030-03-10T23:30:26.869Z sunset 2030-03-11T05:26:59.970Z moonset -2030-03-11T11:38:49.468Z sunrise -2030-03-11T16:02:19.645Z moonrise +2030-03-11T11:38:49.467Z sunrise +2030-03-11T16:02:19.646Z moonrise 2030-03-11T17:34:43.225Z Sun culminates 57.92 degrees above the horizon -2030-03-11T23:09:43.582Z Moon culminates 84.45 degrees above the horizon -2030-03-11T23:31:02.638Z sunset +2030-03-11T23:09:43.583Z Moon culminates 84.45 degrees above the horizon +2030-03-11T23:31:02.639Z sunset 2030-03-12T06:17:21.097Z moonset 2030-03-12T08:48:18.071Z first quarter -2030-03-12T11:37:42.045Z sunrise -2030-03-12T16:52:26.168Z moonrise -2030-03-12T17:34:27.222Z Sun culminates 58.31 degrees above the horizon -2030-03-12T21:37:46.065Z Mercury moves from Aquarius to Pisces -2030-03-12T23:31:38.140Z sunset -2030-03-12T23:59:36.748Z Moon culminates 83.98 degrees above the horizon +2030-03-12T11:37:42.043Z sunrise +2030-03-12T16:52:26.170Z moonrise +2030-03-12T17:34:27.221Z Sun culminates 58.31 degrees above the horizon +2030-03-12T21:37:46.385Z Mercury moves from Aquarius to Pisces +2030-03-12T23:31:38.141Z sunset +2030-03-12T23:59:36.749Z Moon culminates 83.98 degrees above the horizon 2030-03-13T07:05:10.731Z moonset -2030-03-13T11:36:34.273Z sunrise +2030-03-13T11:36:34.271Z sunrise 2030-03-13T17:34:10.918Z Sun culminates 58.70 degrees above the horizon -2030-03-13T17:46:02.776Z moonrise -2030-03-13T23:32:13.386Z sunset -2030-03-14T00:49:43.674Z Moon culminates 82.34 degrees above the horizon -2030-03-14T07:50:06.107Z moonset -2030-03-14T11:35:26.182Z sunrise +2030-03-13T17:46:02.779Z moonrise +2030-03-13T23:32:13.388Z sunset +2030-03-14T00:49:43.675Z Moon culminates 82.34 degrees above the horizon +2030-03-14T07:50:06.106Z moonset +2030-03-14T11:35:26.180Z sunrise 2030-03-14T17:33:54.336Z Sun culminates 59.10 degrees above the horizon -2030-03-14T18:42:28.713Z moonrise -2030-03-14T23:32:48.391Z sunset -2030-03-15T01:39:38.989Z Moon culminates 79.56 degrees above the horizon -2030-03-15T08:32:08.325Z moonset -2030-03-15T11:34:17.802Z sunrise +2030-03-14T18:42:28.715Z moonrise +2030-03-14T23:32:48.393Z sunset +2030-03-15T01:39:38.990Z Moon culminates 79.56 degrees above the horizon +2030-03-15T08:32:08.324Z moonset +2030-03-15T11:34:17.800Z sunrise 2030-03-15T17:33:37.498Z Sun culminates 59.49 degrees above the horizon -2030-03-15T19:41:00.324Z moonrise -2030-03-15T23:33:23.169Z sunset -2030-03-16T02:29:10.876Z Moon culminates 75.73 degrees above the horizon -2030-03-16T09:11:42.273Z moonset -2030-03-16T11:33:09.162Z sunrise +2030-03-15T19:41:00.326Z moonrise +2030-03-15T23:33:23.170Z sunset +2030-03-16T02:29:10.877Z Moon culminates 75.73 degrees above the horizon +2030-03-16T09:11:42.271Z moonset +2030-03-16T11:33:09.161Z sunrise 2030-03-16T17:33:20.426Z Sun culminates 59.89 degrees above the horizon -2030-03-16T20:41:05.087Z moonrise -2030-03-16T23:33:57.735Z sunset +2030-03-16T20:41:05.089Z moonrise +2030-03-16T23:33:57.737Z sunset 2030-03-17T03:18:25.473Z Moon culminates 70.99 degrees above the horizon -2030-03-17T09:49:31.927Z moonset -2030-03-17T11:32:00.294Z sunrise +2030-03-17T09:49:31.925Z moonset +2030-03-17T11:32:00.292Z sunrise 2030-03-17T17:33:03.143Z Sun culminates 60.28 degrees above the horizon -2030-03-17T21:42:29.609Z moonrise -2030-03-17T23:34:32.106Z sunset +2030-03-17T21:42:29.611Z moonrise +2030-03-17T23:34:32.108Z sunset 2030-03-17T23:58:48.546Z Venus max morning elongation: 46.61 degrees from Sun 2030-03-18T04:07:46.685Z Moon culminates 65.57 degrees above the horizon -2030-03-18T10:26:34.978Z moonset -2030-03-18T11:30:51.227Z sunrise +2030-03-18T10:26:34.976Z moonset +2030-03-18T11:30:51.225Z sunrise 2030-03-18T17:32:45.674Z Sun culminates 60.68 degrees above the horizon -2030-03-18T22:45:19.075Z moonrise -2030-03-18T23:35:06.199Z sunset -2030-03-19T04:57:52.446Z Moon culminates 59.74 degrees above the horizon -2030-03-19T11:03:59.044Z moonset -2030-03-19T11:29:41.992Z sunrise +2030-03-18T22:45:19.077Z moonrise +2030-03-18T23:35:06.201Z sunset +2030-03-19T04:57:52.447Z Moon culminates 59.74 degrees above the horizon +2030-03-19T11:03:59.042Z moonset +2030-03-19T11:29:41.990Z sunrise 2030-03-19T17:32:28.043Z Sun culminates 61.07 degrees above the horizon 2030-03-19T17:56:58.862Z full moon -2030-03-19T23:35:40.232Z sunset -2030-03-19T23:49:48.551Z moonrise +2030-03-19T23:35:40.233Z sunset +2030-03-19T23:49:48.553Z moonrise 2030-03-20T05:49:28.151Z Moon culminates 53.86 degrees above the horizon -2030-03-20T11:28:32.620Z sunrise -2030-03-20T11:42:59.230Z moonset -2030-03-20T13:51:45.343Z March equinox +2030-03-20T11:28:32.618Z sunrise +2030-03-20T11:42:59.229Z moonset +2030-03-20T13:51:42.425Z March equinox 2030-03-20T17:32:10.274Z Sun culminates 61.47 degrees above the horizon -2030-03-20T23:36:14.122Z sunset -2030-03-21T00:56:07.005Z moonrise +2030-03-20T23:36:14.124Z sunset +2030-03-21T00:56:07.007Z moonrise 2030-03-21T06:43:16.615Z Moon culminates 48.33 degrees above the horizon -2030-03-21T11:27:23.141Z sunrise -2030-03-21T12:24:54.616Z moonset +2030-03-21T11:27:23.140Z sunrise +2030-03-21T12:24:54.615Z moonset 2030-03-21T17:31:52.391Z Sun culminates 61.86 degrees above the horizon 2030-03-21T22:00:20.047Z lunar perigee at 362964 km -2030-03-21T23:36:47.889Z sunset -2030-03-22T02:03:55.480Z moonrise +2030-03-21T23:36:47.890Z sunset +2030-03-22T02:03:55.482Z moonrise 2030-03-22T07:39:43.431Z Moon culminates 43.60 degrees above the horizon -2030-03-22T11:26:13.586Z sunrise -2030-03-22T13:10:59.489Z moonset +2030-03-22T11:26:13.584Z sunrise +2030-03-22T13:10:59.488Z moonset 2030-03-22T17:31:34.418Z Sun culminates 62.26 degrees above the horizon -2030-03-22T23:37:21.548Z sunset -2030-03-23T03:12:06.163Z moonrise +2030-03-22T23:37:21.549Z sunset +2030-03-23T03:12:06.164Z moonrise 2030-03-23T08:38:39.332Z Moon culminates 40.07 degrees above the horizon -2030-03-23T11:25:03.984Z sunrise -2030-03-23T14:02:05.210Z moonset -2030-03-23T15:45:31.512Z Venus moves from Capricornus to Aquarius +2030-03-23T11:25:03.983Z sunrise +2030-03-23T14:02:05.209Z moonset +2030-03-23T15:45:32.235Z Venus moves from Capricornus to Aquarius 2030-03-23T17:31:16.378Z Sun culminates 62.65 degrees above the horizon 2030-03-23T23:37:55.118Z sunset -2030-03-24T04:18:38.868Z moonrise +2030-03-24T04:18:38.869Z moonrise 2030-03-24T09:39:08.236Z Moon culminates 38.05 degrees above the horizon 2030-03-24T11:23:54.365Z sunrise -2030-03-24T14:58:14.708Z moonset +2030-03-24T14:58:14.707Z moonset 2030-03-24T17:30:58.295Z Sun culminates 63.05 degrees above the horizon -2030-03-24T23:38:28.612Z sunset +2030-03-24T23:38:28.611Z sunset 2030-03-25T05:21:11.532Z moonrise -2030-03-25T10:39:34.820Z Moon culminates 37.68 degrees above the horizon +2030-03-25T10:39:34.819Z Moon culminates 37.68 degrees above the horizon 2030-03-25T11:22:44.759Z sunrise -2030-03-25T15:58:25.573Z moonset +2030-03-25T15:58:25.572Z moonset 2030-03-25T17:30:40.189Z Sun culminates 63.44 degrees above the horizon 2030-03-25T22:09:04.722Z Mercury perihelion at 0.3075 AU -2030-03-25T23:39:02.045Z sunset -2030-03-25T23:44:24.354Z Neptune moves from Cetus to Pisces -2030-03-26T06:17:54.417Z moonrise +2030-03-25T23:39:02.044Z sunset +2030-03-25T23:44:46.297Z Neptune moves from Cetus to Pisces +2030-03-26T06:17:54.416Z moonrise 2030-03-26T09:51:56.311Z third quarter -2030-03-26T11:21:35.194Z sunrise -2030-03-26T11:38:15.579Z Moon culminates 38.91 degrees above the horizon -2030-03-26T17:00:43.978Z moonset +2030-03-26T11:21:35.195Z sunrise +2030-03-26T11:38:15.578Z Moon culminates 38.91 degrees above the horizon +2030-03-26T17:00:43.977Z moonset 2030-03-26T17:30:22.083Z Sun culminates 63.83 degrees above the horizon 2030-03-26T23:39:35.431Z sunset -2030-03-27T02:06:39.551Z Venus moves from Aquarius to Capricornus -2030-03-27T07:08:08.034Z moonrise -2030-03-27T11:20:25.700Z sunrise +2030-03-27T02:06:40.318Z Venus moves from Aquarius to Capricornus +2030-03-27T07:08:08.033Z moonrise +2030-03-27T11:20:25.701Z sunrise 2030-03-27T12:33:55.356Z Moon culminates 41.52 degrees above the horizon 2030-03-27T17:30:03.996Z Sun culminates 64.22 degrees above the horizon -2030-03-27T18:03:08.528Z moonset -2030-03-27T23:40:08.783Z sunset -2030-03-28T07:52:20.257Z moonrise -2030-03-28T11:19:16.303Z sunrise +2030-03-27T18:03:08.527Z moonset +2030-03-27T23:40:08.782Z sunset +2030-03-28T07:52:20.255Z moonrise +2030-03-28T11:19:16.304Z sunrise 2030-03-28T13:26:05.464Z Moon culminates 45.21 degrees above the horizon 2030-03-28T17:29:45.949Z Sun culminates 64.61 degrees above the horizon 2030-03-28T19:04:12.373Z moonset 2030-03-28T23:40:42.110Z sunset -2030-03-29T08:31:38.336Z moonrise +2030-03-29T08:31:38.335Z moonrise 2030-03-29T11:18:07.031Z sunrise 2030-03-29T14:14:58.726Z Moon culminates 49.66 degrees above the horizon 2030-03-29T17:29:27.959Z Sun culminates 65.00 degrees above the horizon 2030-03-29T20:03:17.935Z moonset 2030-03-29T23:41:15.424Z sunset -2030-03-30T09:07:22.187Z moonrise -2030-03-30T11:16:57.910Z sunrise +2030-03-30T09:07:22.186Z moonrise +2030-03-30T11:16:57.909Z sunrise 2030-03-30T15:01:13.750Z Moon culminates 54.57 degrees above the horizon 2030-03-30T17:29:10.045Z Sun culminates 65.39 degrees above the horizon -2030-03-30T21:00:27.692Z moonset -2030-03-30T23:41:48.734Z sunset -2030-03-31T09:40:49.644Z moonrise -2030-03-31T11:15:48.964Z sunrise +2030-03-30T21:00:27.693Z moonset +2030-03-30T23:41:48.735Z sunset +2030-03-31T09:40:49.643Z moonrise +2030-03-31T11:15:48.963Z sunrise 2030-03-31T11:42:43.033Z Neptune conjunction 2030-03-31T15:45:40.287Z Moon culminates 59.69 degrees above the horizon 2030-03-31T17:28:52.223Z Sun culminates 65.78 degrees above the horizon -2030-03-31T21:56:07.009Z moonset -2030-03-31T23:42:22.048Z sunset -2030-04-01T03:33:19.962Z Mercury moves from Pisces to Aries -2030-04-01T10:13:11.598Z moonrise -2030-04-01T11:14:40.220Z sunrise +2030-03-31T21:56:07.010Z moonset +2030-03-31T23:42:22.049Z sunset +2030-04-01T03:33:20.550Z Mercury moves from Pisces to Aries +2030-04-01T10:13:11.596Z moonrise +2030-04-01T11:14:40.218Z sunrise 2030-04-01T16:29:09.690Z Moon culminates 64.78 degrees above the horizon 2030-04-01T17:28:34.510Z Sun culminates 66.16 degrees above the horizon -2030-04-01T22:50:49.046Z moonset -2030-04-01T23:42:55.373Z sunset -2030-04-02T10:45:32.075Z moonrise -2030-04-02T11:13:31.700Z sunrise +2030-04-01T22:50:49.047Z moonset +2030-04-01T23:42:55.374Z sunset +2030-04-02T10:45:32.074Z moonrise +2030-04-02T11:13:31.699Z sunrise 2030-04-02T17:12:29.541Z Moon culminates 69.63 degrees above the horizon 2030-04-02T17:28:16.921Z Sun culminates 66.55 degrees above the horizon 2030-04-02T22:03:09.263Z new moon -2030-04-02T23:43:28.717Z sunset -2030-04-02T23:45:03.857Z moonset -2030-04-03T11:12:23.430Z sunrise -2030-04-03T11:18:49.644Z moonrise -2030-04-03T15:03:11.484Z Venus moves from Capricornus to Aquarius +2030-04-02T23:43:28.718Z sunset +2030-04-02T23:45:03.858Z moonset +2030-04-03T11:12:23.429Z sunrise +2030-04-03T11:18:49.642Z moonrise +2030-04-03T15:03:12.189Z Venus moves from Capricornus to Aquarius 2030-04-03T17:27:59.472Z Sun culminates 66.93 degrees above the horizon 2030-04-03T17:56:20.255Z Moon culminates 74.06 degrees above the horizon -2030-04-03T23:44:02.085Z sunset -2030-04-04T00:39:10.473Z moonset +2030-04-03T23:44:02.086Z sunset +2030-04-04T00:39:10.474Z moonset 2030-04-04T08:22:27.081Z Mercury max evening elongation: 19.11 degrees from Sun -2030-04-04T11:11:15.434Z sunrise -2030-04-04T11:53:58.051Z moonrise +2030-04-04T11:11:15.433Z sunrise +2030-04-04T11:53:58.050Z moonrise 2030-04-04T17:27:42.177Z Sun culminates 67.31 degrees above the horizon 2030-04-04T18:41:12.063Z Moon culminates 77.87 degrees above the horizon -2030-04-04T23:44:35.484Z sunset -2030-04-05T01:33:11.000Z moonset -2030-04-05T11:10:07.735Z sunrise -2030-04-05T12:31:44.856Z moonrise +2030-04-04T23:44:35.485Z sunset +2030-04-05T01:33:11.001Z moonset +2030-04-05T11:10:07.734Z sunrise +2030-04-05T12:31:44.855Z moonrise 2030-04-05T17:27:25.052Z Sun culminates 67.69 degrees above the horizon 2030-04-05T19:27:21.857Z Moon culminates 80.90 degrees above the horizon -2030-04-05T23:45:08.919Z sunset -2030-04-06T02:26:47.365Z moonset -2030-04-06T11:09:00.358Z sunrise -2030-04-06T13:12:47.472Z moonrise -2030-04-06T17:27:08.111Z Sun culminates 68.07 degrees above the horizon +2030-04-05T23:45:08.920Z sunset +2030-04-06T02:26:47.366Z moonset +2030-04-06T11:09:00.357Z sunrise +2030-04-06T13:12:47.471Z moonrise +2030-04-06T17:27:08.110Z Sun culminates 68.07 degrees above the horizon 2030-04-06T18:46:13.527Z lunar apogee at 405646 km 2030-04-06T20:14:50.634Z Moon culminates 83.01 degrees above the horizon -2030-04-06T21:49:23.180Z Mars moves from Pisces to Aries +2030-04-06T21:49:24.199Z Mars moves from Pisces to Aries 2030-04-06T23:45:42.395Z sunset -2030-04-07T03:19:22.850Z moonset -2030-04-07T11:07:53.327Z sunrise +2030-04-07T03:19:22.851Z moonset +2030-04-07T11:07:53.326Z sunrise 2030-04-07T13:57:27.259Z moonrise 2030-04-07T17:26:51.369Z Sun culminates 68.44 degrees above the horizon -2030-04-07T21:03:23.299Z Moon culminates 84.08 degrees above the horizon -2030-04-07T23:46:15.917Z sunset -2030-04-08T04:10:10.261Z moonset -2030-04-08T11:06:46.667Z sunrise -2030-04-08T14:45:44.251Z moonrise +2030-04-07T21:03:23.300Z Moon culminates 84.08 degrees above the horizon +2030-04-07T23:46:15.918Z sunset +2030-04-08T04:10:10.262Z moonset +2030-04-08T11:06:46.666Z sunrise +2030-04-08T14:45:44.252Z moonrise 2030-04-08T17:26:34.841Z Sun culminates 68.82 degrees above the horizon -2030-04-08T21:52:32.587Z Moon culminates 84.04 degrees above the horizon -2030-04-08T23:46:49.492Z sunset -2030-04-09T00:04:53.329Z Saturn moves from Aries to Taurus -2030-04-09T04:58:25.475Z moonset -2030-04-09T11:05:40.403Z sunrise -2030-04-09T15:37:16.627Z moonrise -2030-04-09T17:26:18.543Z Sun culminates 69.19 degrees above the horizon -2030-04-09T22:41:47.226Z Moon culminates 82.88 degrees above the horizon -2030-04-09T23:47:23.125Z sunset -2030-04-10T05:43:41.122Z moonset -2030-04-10T11:04:34.560Z sunrise -2030-04-10T16:31:27.740Z moonrise +2030-04-08T21:52:32.588Z Moon culminates 84.04 degrees above the horizon +2030-04-08T23:46:49.493Z sunset +2030-04-09T00:04:59.993Z Saturn moves from Aries to Taurus +2030-04-09T04:58:25.476Z moonset +2030-04-09T11:05:40.401Z sunrise +2030-04-09T15:37:16.628Z moonrise +2030-04-09T17:26:18.544Z Sun culminates 69.19 degrees above the horizon +2030-04-09T22:41:47.227Z Moon culminates 82.88 degrees above the horizon +2030-04-09T23:47:23.126Z sunset +2030-04-10T05:43:41.123Z moonset +2030-04-10T11:04:34.559Z sunrise +2030-04-10T16:31:27.742Z moonrise 2030-04-10T17:26:02.492Z Sun culminates 69.56 degrees above the horizon -2030-04-10T23:30:41.974Z Moon culminates 80.61 degrees above the horizon -2030-04-10T23:47:56.822Z sunset +2030-04-10T23:30:41.975Z Moon culminates 80.61 degrees above the horizon +2030-04-10T23:47:56.824Z sunset 2030-04-11T02:57:31.562Z first quarter 2030-04-11T06:25:54.458Z moonset -2030-04-11T11:03:29.166Z sunrise +2030-04-11T11:03:29.164Z sunrise 2030-04-11T17:25:46.704Z Sun culminates 69.93 degrees above the horizon -2030-04-11T17:27:39.088Z moonrise -2030-04-11T23:48:30.592Z sunset -2030-04-12T00:19:05.891Z Moon culminates 77.32 degrees above the horizon +2030-04-11T17:27:39.090Z moonrise +2030-04-11T23:48:30.594Z sunset +2030-04-12T00:19:05.892Z Moon culminates 77.32 degrees above the horizon 2030-04-12T07:05:27.495Z moonset -2030-04-12T11:02:24.247Z sunrise +2030-04-12T11:02:24.245Z sunrise 2030-04-12T17:25:31.195Z Sun culminates 70.29 degrees above the horizon -2030-04-12T18:25:23.551Z moonrise -2030-04-12T23:49:04.440Z sunset -2030-04-13T01:07:06.472Z Moon culminates 73.11 degrees above the horizon -2030-04-13T07:43:02.168Z moonset -2030-04-13T11:01:19.831Z sunrise +2030-04-12T18:25:23.553Z moonrise +2030-04-12T23:49:04.442Z sunset +2030-04-13T01:07:06.473Z Moon culminates 73.11 degrees above the horizon +2030-04-13T07:43:02.167Z moonset +2030-04-13T11:01:19.829Z sunrise 2030-04-13T17:25:15.985Z Sun culminates 70.65 degrees above the horizon -2030-04-13T19:24:33.447Z moonrise -2030-04-13T23:49:38.376Z sunset +2030-04-13T19:24:33.448Z moonrise +2030-04-13T23:49:38.378Z sunset 2030-04-14T01:55:09.577Z Moon culminates 68.15 degrees above the horizon -2030-04-14T08:19:34.766Z moonset -2030-04-14T11:00:15.945Z sunrise +2030-04-14T08:19:34.765Z moonset +2030-04-14T11:00:15.943Z sunrise 2030-04-14T17:25:01.090Z Sun culminates 71.01 degrees above the horizon -2030-04-14T20:25:21.225Z moonrise -2030-04-14T23:50:12.407Z sunset +2030-04-14T20:25:21.226Z moonrise +2030-04-14T23:50:12.408Z sunset 2030-04-15T02:43:56.457Z Moon culminates 62.62 degrees above the horizon -2030-04-15T08:56:12.267Z moonset -2030-04-15T10:59:12.617Z sunrise +2030-04-15T08:56:12.265Z moonset +2030-04-15T10:59:12.616Z sunrise 2030-04-15T17:24:46.529Z Sun culminates 71.37 degrees above the horizon -2030-04-15T21:28:13.117Z moonrise -2030-04-15T23:50:46.541Z sunset +2030-04-15T21:28:13.119Z moonrise +2030-04-15T23:50:46.543Z sunset 2030-04-16T03:34:18.720Z Moon culminates 56.82 degrees above the horizon -2030-04-16T09:34:10.779Z moonset -2030-04-16T10:58:09.877Z sunrise -2030-04-16T17:24:32.321Z Sun culminates 71.72 degrees above the horizon -2030-04-16T22:33:35.721Z moonrise -2030-04-16T23:51:20.788Z sunset +2030-04-16T09:34:10.777Z moonset +2030-04-16T10:58:09.875Z sunrise +2030-04-16T17:24:32.322Z Sun culminates 71.72 degrees above the horizon +2030-04-16T22:33:35.723Z moonrise +2030-04-16T23:51:20.790Z sunset 2030-04-17T04:27:10.319Z Moon culminates 51.09 degrees above the horizon -2030-04-17T10:14:54.087Z moonset -2030-04-17T10:57:07.752Z sunrise +2030-04-17T10:14:54.085Z moonset +2030-04-17T10:57:07.750Z sunrise 2030-04-17T17:24:18.485Z Sun culminates 72.08 degrees above the horizon -2030-04-17T23:41:34.297Z moonrise -2030-04-17T23:51:55.156Z sunset +2030-04-17T23:41:34.298Z moonrise +2030-04-17T23:51:55.158Z sunset 2030-04-18T03:20:28.798Z full moon 2030-04-18T05:23:13.976Z Moon culminates 45.88 degrees above the horizon -2030-04-18T10:56:06.270Z sunrise -2030-04-18T10:59:47.934Z moonset +2030-04-18T10:56:06.268Z sunrise +2030-04-18T10:59:47.932Z moonset 2030-04-18T17:24:05.038Z Sun culminates 72.42 degrees above the horizon -2030-04-18T23:52:29.654Z sunset -2030-04-19T00:51:24.390Z moonrise +2030-04-18T23:52:29.655Z sunset +2030-04-19T00:51:24.392Z moonrise 2030-04-19T03:45:09.329Z lunar perigee at 358695 km 2030-04-19T06:22:40.278Z Moon culminates 41.66 degrees above the horizon -2030-04-19T10:55:05.461Z sunrise -2030-04-19T11:50:03.683Z moonset -2030-04-19T17:23:51.999Z Sun culminates 72.77 degrees above the horizon -2030-04-19T23:53:04.287Z sunset -2030-04-20T02:01:10.914Z moonrise +2030-04-19T10:55:05.459Z sunrise +2030-04-19T11:50:03.681Z moonset +2030-04-19T17:23:51.998Z Sun culminates 72.77 degrees above the horizon +2030-04-19T23:53:04.288Z sunset +2030-04-20T02:01:10.916Z moonrise 2030-04-20T07:24:45.280Z Moon culminates 38.88 degrees above the horizon -2030-04-20T10:54:05.351Z sunrise -2030-04-20T12:46:08.070Z moonset -2030-04-20T17:23:39.384Z Sun culminates 73.11 degrees above the horizon +2030-04-20T10:54:05.349Z sunrise +2030-04-20T12:46:08.067Z moonset +2030-04-20T17:23:39.383Z Sun culminates 73.11 degrees above the horizon 2030-04-20T23:53:39.063Z sunset -2030-04-21T03:08:03.337Z moonrise -2030-04-21T08:27:45.234Z Moon culminates 37.82 degrees above the horizon -2030-04-21T10:53:05.969Z sunrise -2030-04-21T13:47:11.811Z moonset -2030-04-21T17:23:27.210Z Sun culminates 73.45 degrees above the horizon -2030-04-21T23:54:13.986Z sunset +2030-04-21T03:08:03.338Z moonrise +2030-04-21T08:27:45.233Z Moon culminates 37.82 degrees above the horizon +2030-04-21T10:53:05.968Z sunrise +2030-04-21T13:47:11.808Z moonset +2030-04-21T17:23:27.209Z Sun culminates 73.45 degrees above the horizon +2030-04-21T23:54:13.985Z sunset 2030-04-22T04:09:18.658Z moonrise -2030-04-22T09:29:26.379Z Moon culminates 38.50 degrees above the horizon -2030-04-22T10:52:07.342Z sunrise -2030-04-22T14:51:09.826Z moonset -2030-04-22T17:23:15.493Z Sun culminates 73.79 degrees above the horizon -2030-04-22T23:54:49.058Z sunset +2030-04-22T09:29:26.378Z Moon culminates 38.50 degrees above the horizon +2030-04-22T10:52:07.343Z sunrise +2030-04-22T14:51:09.824Z moonset +2030-04-22T17:23:15.492Z Sun culminates 73.79 degrees above the horizon +2030-04-22T23:54:49.056Z sunset 2030-04-23T05:03:29.345Z moonrise -2030-04-23T10:27:57.059Z Moon culminates 40.73 degrees above the horizon -2030-04-23T10:51:09.499Z sunrise +2030-04-23T10:27:57.058Z Moon culminates 40.73 degrees above the horizon +2030-04-23T10:51:09.500Z sunrise 2030-04-23T11:08:04.950Z Mercury inferior conjunction -2030-04-23T15:55:29.828Z moonset +2030-04-23T15:55:29.826Z moonset 2030-04-23T17:23:04.246Z Sun culminates 74.12 degrees above the horizon -2030-04-23T23:55:24.281Z sunset -2030-04-24T05:50:40.462Z moonrise -2030-04-24T10:50:12.465Z sunrise +2030-04-23T23:55:24.279Z sunset +2030-04-24T05:50:40.461Z moonrise +2030-04-24T10:50:12.466Z sunrise 2030-04-24T11:22:23.298Z Moon culminates 44.16 degrees above the horizon -2030-04-24T16:58:14.037Z moonset +2030-04-24T16:58:14.036Z moonset 2030-04-24T17:22:53.484Z Sun culminates 74.45 degrees above the horizon 2030-04-24T18:39:30.449Z third quarter -2030-04-24T23:55:59.655Z sunset +2030-04-24T23:55:59.654Z sunset 2030-04-25T06:31:58.653Z moonrise -2030-04-25T10:49:16.266Z sunrise -2030-04-25T12:12:48.898Z Moon culminates 48.44 degrees above the horizon +2030-04-25T10:49:16.268Z sunrise +2030-04-25T12:12:48.897Z Moon culminates 48.44 degrees above the horizon 2030-04-25T17:22:43.219Z Sun culminates 74.77 degrees above the horizon -2030-04-25T17:58:27.585Z moonset -2030-04-25T23:56:35.178Z sunset +2030-04-25T17:58:27.584Z moonset +2030-04-25T23:56:35.177Z sunset 2030-04-26T07:08:53.366Z moonrise -2030-04-26T10:48:20.928Z sunrise +2030-04-26T10:48:20.929Z sunrise 2030-04-26T12:59:54.856Z Moon culminates 53.23 degrees above the horizon 2030-04-26T17:22:33.461Z Sun culminates 75.10 degrees above the horizon 2030-04-26T18:56:09.757Z moonset @@ -20858,55 +20858,55 @@ 2030-04-27T10:47:26.474Z sunrise 2030-04-27T13:44:38.372Z Moon culminates 58.26 degrees above the horizon 2030-04-27T17:22:24.220Z Sun culminates 75.41 degrees above the horizon -2030-04-27T17:29:33.238Z Venus moves from Aquarius to Pisces +2030-04-27T17:29:33.987Z Venus moves from Aquarius to Pisces 2030-04-27T19:51:51.348Z moonset 2030-04-27T23:57:46.656Z sunset 2030-04-28T08:15:19.058Z moonrise -2030-04-28T10:46:32.927Z sunrise +2030-04-28T10:46:32.926Z sunrise 2030-04-28T14:27:59.387Z Moon culminates 63.31 degrees above the horizon -2030-04-28T17:22:15.504Z Sun culminates 75.73 degrees above the horizon +2030-04-28T17:22:15.503Z Sun culminates 75.73 degrees above the horizon 2030-04-28T20:46:14.749Z moonset -2030-04-28T23:58:22.599Z sunset +2030-04-28T23:58:22.600Z sunset 2030-04-29T08:47:20.775Z moonrise -2030-04-29T10:45:40.308Z sunrise -2030-04-29T15:10:53.650Z Moon culminates 68.17 degrees above the horizon -2030-04-29T17:22:07.319Z Sun culminates 76.04 degrees above the horizon -2030-04-29T21:40:00.494Z moonset +2030-04-29T10:45:40.306Z sunrise +2030-04-29T15:10:53.649Z Moon culminates 68.17 degrees above the horizon +2030-04-29T17:22:07.318Z Sun culminates 76.04 degrees above the horizon +2030-04-29T21:40:00.495Z moonset 2030-04-29T23:58:58.667Z sunset -2030-04-30T06:30:05.051Z Mercury moves from Aries to Pisces -2030-04-30T09:20:02.033Z moonrise -2030-04-30T10:44:48.638Z sunrise -2030-04-30T15:54:09.070Z Moon culminates 72.68 degrees above the horizon -2030-04-30T17:21:59.671Z Sun culminates 76.35 degrees above the horizon +2030-04-30T06:30:04.321Z Mercury moves from Aries to Pisces +2030-04-30T09:20:02.032Z moonrise +2030-04-30T10:44:48.636Z sunrise +2030-04-30T15:54:09.069Z Moon culminates 72.68 degrees above the horizon +2030-04-30T17:21:59.670Z Sun culminates 76.35 degrees above the horizon 2030-04-30T22:33:38.254Z moonset -2030-04-30T23:59:34.849Z sunset -2030-05-01T09:54:20.425Z moonrise -2030-05-01T10:43:57.937Z sunrise -2030-05-01T16:38:22.796Z Moon culminates 76.65 degrees above the horizon -2030-05-01T17:21:52.564Z Sun culminates 76.65 degrees above the horizon +2030-04-30T23:59:34.850Z sunset +2030-05-01T09:54:20.423Z moonrise +2030-05-01T10:43:57.936Z sunrise +2030-05-01T16:38:22.795Z Moon culminates 76.65 degrees above the horizon +2030-05-01T17:21:52.563Z Sun culminates 76.65 degrees above the horizon 2030-05-01T23:27:20.069Z moonset 2030-05-02T00:00:11.135Z sunset -2030-05-02T10:31:07.164Z moonrise -2030-05-02T10:43:08.225Z sunrise +2030-05-02T10:31:07.162Z moonrise +2030-05-02T10:43:08.224Z sunrise 2030-05-02T14:12:50.488Z new moon -2030-05-02T17:21:46.001Z Sun culminates 76.95 degrees above the horizon -2030-05-02T17:23:57.823Z Moon culminates 79.92 degrees above the horizon +2030-05-02T17:21:46.000Z Sun culminates 76.95 degrees above the horizon +2030-05-02T17:23:57.822Z Moon culminates 79.92 degrees above the horizon 2030-05-03T00:00:47.510Z sunset 2030-05-03T00:20:55.548Z moonset -2030-05-03T10:42:19.519Z sunrise -2030-05-03T11:11:03.485Z moonrise -2030-05-03T17:21:39.985Z Sun culminates 77.24 degrees above the horizon +2030-05-03T10:42:19.518Z sunrise +2030-05-03T11:11:03.484Z moonrise +2030-05-03T17:21:39.984Z Sun culminates 77.24 degrees above the horizon 2030-05-03T18:10:59.506Z Moon culminates 82.32 degrees above the horizon 2030-05-04T00:01:23.961Z sunset 2030-05-04T01:13:51.128Z moonset 2030-05-04T03:36:46.860Z lunar apogee at 406351 km -2030-05-04T10:41:31.839Z sunrise -2030-05-04T11:54:34.316Z moonrise -2030-05-04T17:21:34.517Z Sun culminates 77.53 degrees above the horizon +2030-05-04T10:41:31.838Z sunrise +2030-05-04T11:54:34.315Z moonrise +2030-05-04T17:21:34.516Z Sun culminates 77.53 degrees above the horizon 2030-05-04T18:59:13.947Z Moon culminates 83.72 degrees above the horizon 2030-05-05T00:02:00.472Z sunset 2030-05-05T02:05:16.455Z moonset -2030-05-05T10:40:45.201Z sunrise +2030-05-05T10:40:45.200Z sunrise 2030-05-05T12:41:41.711Z moonrise 2030-05-05T17:21:29.597Z Sun culminates 77.81 degrees above the horizon 2030-05-05T19:48:10.923Z Moon culminates 84.04 degrees above the horizon @@ -20915,128 +20915,128 @@ 2030-05-06T10:39:59.623Z sunrise 2030-05-06T13:32:02.801Z moonrise 2030-05-06T17:21:25.228Z Sun culminates 78.09 degrees above the horizon -2030-05-06T20:37:12.467Z Moon culminates 83.25 degrees above the horizon -2030-05-07T00:03:13.612Z sunset +2030-05-06T20:37:12.468Z Moon culminates 83.25 degrees above the horizon +2030-05-07T00:03:13.613Z sunset 2030-05-07T03:40:17.701Z moonset 2030-05-07T10:39:15.123Z sunrise -2030-05-07T14:24:56.327Z moonrise -2030-05-07T17:21:21.408Z Sun culminates 78.37 degrees above the horizon -2030-05-07T21:25:44.797Z Moon culminates 81.37 degrees above the horizon -2030-05-08T00:03:50.208Z sunset +2030-05-07T14:24:56.328Z moonrise +2030-05-07T17:21:21.409Z Sun culminates 78.37 degrees above the horizon +2030-05-07T21:25:44.798Z Moon culminates 81.37 degrees above the horizon +2030-05-08T00:03:50.209Z sunset 2030-05-08T04:23:00.751Z moonset -2030-05-08T07:11:05.253Z Venus moves from Pisces to Cetus +2030-05-08T07:11:05.919Z Venus moves from Pisces to Cetus 2030-05-08T10:38:31.719Z sunrise -2030-05-08T15:19:36.844Z moonrise +2030-05-08T15:19:36.845Z moonrise 2030-05-08T17:21:18.140Z Sun culminates 78.64 degrees above the horizon 2030-05-08T21:46:28.472Z Mercury aphelion at 0.4667 AU -2030-05-08T22:13:28.871Z Moon culminates 78.48 degrees above the horizon -2030-05-09T00:04:26.798Z sunset +2030-05-08T22:13:28.872Z Moon culminates 78.48 degrees above the horizon +2030-05-09T00:04:26.799Z sunset 2030-05-09T05:02:41.691Z moonset 2030-05-09T10:37:49.428Z sunrise -2030-05-09T16:15:30.246Z moonrise -2030-05-09T17:21:15.422Z Sun culminates 78.91 degrees above the horizon +2030-05-09T16:15:30.247Z moonrise +2030-05-09T17:21:15.423Z Sun culminates 78.91 degrees above the horizon 2030-05-09T23:00:25.997Z Moon culminates 74.69 degrees above the horizon -2030-05-10T00:05:03.366Z sunset +2030-05-10T00:05:03.367Z sunset 2030-05-10T05:39:57.574Z moonset -2030-05-10T10:37:08.269Z sunrise +2030-05-10T10:37:08.268Z sunrise 2030-05-10T17:12:02.034Z first quarter -2030-05-10T17:12:23.968Z moonrise +2030-05-10T17:12:23.969Z moonrise 2030-05-10T17:21:13.257Z Sun culminates 79.17 degrees above the horizon -2030-05-10T19:49:13.566Z Mars moves from Aries to Taurus +2030-05-10T19:49:14.627Z Mars moves from Aries to Taurus 2030-05-10T23:46:58.229Z Moon culminates 70.15 degrees above the horizon -2030-05-11T00:05:39.895Z sunset +2030-05-11T00:05:39.896Z sunset 2030-05-11T06:15:41.554Z moonset 2030-05-11T10:36:28.258Z sunrise -2030-05-11T17:21:11.643Z Sun culminates 79.42 degrees above the horizon -2030-05-11T18:10:29.462Z moonrise -2030-05-12T00:06:16.368Z sunset +2030-05-11T17:21:11.644Z Sun culminates 79.42 degrees above the horizon +2030-05-11T18:10:29.463Z moonrise +2030-05-12T00:06:16.369Z sunset 2030-05-12T00:33:45.585Z Moon culminates 65.02 degrees above the horizon -2030-05-12T01:53:29.481Z Venus moves from Cetus to Pisces -2030-05-12T06:50:58.081Z moonset -2030-05-12T10:35:49.416Z sunrise +2030-05-12T01:53:30.229Z Venus moves from Cetus to Pisces +2030-05-12T06:50:58.080Z moonset +2030-05-12T10:35:49.415Z sunrise 2030-05-12T17:21:10.584Z Sun culminates 79.68 degrees above the horizon -2030-05-12T19:10:18.069Z moonrise -2030-05-13T00:06:52.770Z sunset +2030-05-12T19:10:18.070Z moonrise +2030-05-13T00:06:52.771Z sunset 2030-05-13T01:21:41.923Z Moon culminates 59.50 degrees above the horizon 2030-05-13T07:27:01.174Z moonset 2030-05-13T10:35:11.759Z sunrise 2030-05-13T11:20:45.295Z Jupiter opposition -2030-05-13T17:21:10.079Z Sun culminates 79.92 degrees above the horizon -2030-05-13T20:12:31.370Z moonrise -2030-05-14T00:07:29.084Z sunset +2030-05-13T17:21:10.080Z Sun culminates 79.92 degrees above the horizon +2030-05-13T20:12:31.371Z moonrise +2030-05-14T00:07:29.085Z sunset 2030-05-14T02:11:49.496Z Moon culminates 53.86 degrees above the horizon 2030-05-14T08:05:14.609Z moonset -2030-05-14T10:34:35.307Z sunrise +2030-05-14T10:34:35.306Z sunrise 2030-05-14T13:12:24.520Z Venus aphelion at 0.7282 AU 2030-05-14T17:21:10.131Z Sun culminates 80.16 degrees above the horizon -2030-05-14T21:17:44.633Z moonrise -2030-05-15T00:08:05.295Z sunset +2030-05-14T21:17:44.634Z moonrise +2030-05-15T00:08:05.296Z sunset 2030-05-15T03:05:09.788Z Moon culminates 48.46 degrees above the horizon -2030-05-15T08:47:10.804Z moonset +2030-05-15T08:47:10.803Z moonset 2030-05-15T10:34:00.076Z sunrise 2030-05-15T17:21:10.739Z Sun culminates 80.40 degrees above the horizon -2030-05-15T22:26:00.472Z moonrise -2030-05-16T00:08:41.386Z sunset +2030-05-15T22:26:00.473Z moonrise +2030-05-16T00:08:41.387Z sunset 2030-05-16T04:02:26.547Z Moon culminates 43.73 degrees above the horizon -2030-05-16T09:34:22.315Z moonset -2030-05-16T10:33:26.085Z sunrise +2030-05-16T09:34:22.313Z moonset +2030-05-16T10:33:26.084Z sunrise 2030-05-16T17:21:11.904Z Sun culminates 80.63 degrees above the horizon -2030-05-16T23:36:15.646Z moonrise -2030-05-17T00:09:17.342Z sunset +2030-05-16T23:36:15.647Z moonrise +2030-05-17T00:09:17.343Z sunset 2030-05-17T05:03:39.262Z Moon culminates 40.16 degrees above the horizon -2030-05-17T10:27:57.511Z moonset -2030-05-17T10:32:53.350Z sunrise +2030-05-17T10:27:57.509Z moonset +2030-05-17T10:32:53.349Z sunrise 2030-05-17T11:19:35.152Z full moon 2030-05-17T13:47:12.487Z lunar perigee at 357009 km -2030-05-17T17:21:13.627Z Sun culminates 80.85 degrees above the horizon +2030-05-17T17:21:13.626Z Sun culminates 80.85 degrees above the horizon 2030-05-18T00:09:53.145Z sunset 2030-05-18T00:46:02.867Z moonrise -2030-05-18T06:07:37.572Z Moon culminates 38.19 degrees above the horizon -2030-05-18T10:32:21.888Z sunrise -2030-05-18T11:27:59.221Z moonset -2030-05-18T17:21:15.906Z Sun culminates 81.07 degrees above the horizon -2030-05-19T00:10:28.776Z sunset +2030-05-18T06:07:37.571Z Moon culminates 38.19 degrees above the horizon +2030-05-18T10:32:21.886Z sunrise +2030-05-18T11:27:59.219Z moonset +2030-05-18T17:21:15.905Z Sun culminates 81.07 degrees above the horizon +2030-05-19T00:10:28.775Z sunset 2030-05-19T01:52:04.399Z moonrise 2030-05-19T06:25:30.106Z Saturn conjunction -2030-05-19T06:39:38.205Z Mercury moves from Pisces to Cetus -2030-05-19T07:12:04.083Z Moon culminates 38.04 degrees above the horizon -2030-05-19T10:31:51.713Z sunrise -2030-05-19T12:32:52.077Z moonset -2030-05-19T17:21:18.740Z Sun culminates 81.29 degrees above the horizon -2030-05-20T00:11:04.218Z sunset -2030-05-20T02:51:36.853Z moonrise -2030-05-20T08:14:23.048Z Moon culminates 39.66 degrees above the horizon +2030-05-19T06:39:39.105Z Mercury moves from Pisces to Cetus +2030-05-19T07:12:04.081Z Moon culminates 38.04 degrees above the horizon +2030-05-19T10:31:51.712Z sunrise +2030-05-19T12:32:52.074Z moonset +2030-05-19T17:21:18.739Z Sun culminates 81.29 degrees above the horizon +2030-05-20T00:11:04.216Z sunset +2030-05-20T02:51:36.852Z moonrise +2030-05-20T08:14:23.046Z Moon culminates 39.66 degrees above the horizon 2030-05-20T10:31:22.842Z sunrise -2030-05-20T13:39:44.201Z moonset -2030-05-20T17:21:22.126Z Sun culminates 81.49 degrees above the horizon -2030-05-21T00:11:39.448Z sunset +2030-05-20T13:39:44.199Z moonset +2030-05-20T17:21:22.125Z Sun culminates 81.49 degrees above the horizon +2030-05-21T00:11:39.445Z sunset 2030-05-21T02:27:09.100Z Mercury max morning elongation: 25.56 degrees from Sun -2030-05-21T03:43:37.868Z moonrise -2030-05-21T09:12:44.127Z Moon culminates 42.75 degrees above the horizon -2030-05-21T10:30:55.288Z sunrise -2030-05-21T14:45:43.446Z moonset -2030-05-21T17:21:26.060Z Sun culminates 81.70 degrees above the horizon -2030-05-22T00:12:14.445Z sunset -2030-05-22T04:28:42.151Z moonrise -2030-05-22T10:06:31.034Z Moon culminates 46.87 degrees above the horizon -2030-05-22T10:30:29.065Z sunrise -2030-05-22T15:49:02.800Z moonset -2030-05-22T17:21:30.537Z Sun culminates 81.89 degrees above the horizon -2030-05-23T00:12:49.185Z sunset -2030-05-23T04:57:47.434Z Mercury moves from Cetus to Aries +2030-05-21T03:43:37.867Z moonrise +2030-05-21T09:12:44.125Z Moon culminates 42.75 degrees above the horizon +2030-05-21T10:30:55.289Z sunrise +2030-05-21T14:45:43.444Z moonset +2030-05-21T17:21:26.059Z Sun culminates 81.70 degrees above the horizon +2030-05-22T00:12:14.442Z sunset +2030-05-22T04:28:42.150Z moonrise +2030-05-22T10:06:31.033Z Moon culminates 46.87 degrees above the horizon +2030-05-22T10:30:29.066Z sunrise +2030-05-22T15:49:02.799Z moonset +2030-05-22T17:21:30.536Z Sun culminates 81.89 degrees above the horizon +2030-05-23T00:12:49.182Z sunset +2030-05-23T04:57:48.303Z Mercury moves from Cetus to Aries 2030-05-23T05:08:15.715Z moonrise -2030-05-23T10:30:04.184Z sunrise -2030-05-23T10:56:07.756Z Moon culminates 51.64 degrees above the horizon -2030-05-23T16:49:11.650Z moonset +2030-05-23T10:30:04.186Z sunrise +2030-05-23T10:56:07.755Z Moon culminates 51.64 degrees above the horizon +2030-05-23T16:49:11.649Z moonset 2030-05-23T17:21:35.550Z Sun culminates 82.08 degrees above the horizon -2030-05-24T00:13:23.644Z sunset +2030-05-24T00:13:23.642Z sunset 2030-05-24T04:57:57.384Z third quarter -2030-05-24T05:43:56.364Z moonrise +2030-05-24T05:43:56.365Z moonrise 2030-05-24T10:29:40.657Z sunrise 2030-05-24T11:42:30.216Z Moon culminates 56.70 degrees above the horizon 2030-05-24T17:21:41.092Z Sun culminates 82.27 degrees above the horizon 2030-05-24T17:46:31.567Z moonset -2030-05-25T00:13:57.796Z sunset +2030-05-25T00:13:57.795Z sunset 2030-05-25T06:17:15.175Z moonrise 2030-05-25T10:29:18.490Z sunrise 2030-05-25T11:16:44.662Z Mars conjunction @@ -21044,119 +21044,119 @@ 2030-05-25T17:21:47.153Z Sun culminates 82.45 degrees above the horizon 2030-05-25T18:41:48.105Z moonset 2030-05-26T00:14:31.613Z sunset -2030-05-26T06:49:32.252Z moonrise -2030-05-26T10:28:57.690Z sunrise +2030-05-26T06:49:32.253Z moonrise +2030-05-26T10:28:57.689Z sunrise 2030-05-26T13:09:54.598Z Moon culminates 66.76 degrees above the horizon -2030-05-26T17:21:53.722Z Sun culminates 82.62 degrees above the horizon +2030-05-26T17:21:53.721Z Sun culminates 82.62 degrees above the horizon 2030-05-26T19:35:51.116Z moonset 2030-05-27T00:15:05.066Z sunset 2030-05-27T07:21:58.276Z moonrise -2030-05-27T10:28:38.261Z sunrise -2030-05-27T13:52:57.994Z Moon culminates 71.38 degrees above the horizon -2030-05-27T17:22:00.785Z Sun culminates 82.79 degrees above the horizon +2030-05-27T10:28:38.260Z sunrise +2030-05-27T13:52:57.993Z Moon culminates 71.38 degrees above the horizon +2030-05-27T17:22:00.784Z Sun culminates 82.79 degrees above the horizon 2030-05-27T20:29:22.725Z moonset -2030-05-28T00:15:38.125Z sunset -2030-05-28T07:55:36.883Z moonrise -2030-05-28T10:28:20.206Z sunrise -2030-05-28T14:36:41.556Z Moon culminates 75.51 degrees above the horizon -2030-05-28T17:22:08.327Z Sun culminates 82.95 degrees above the horizon -2030-05-28T21:22:49.268Z moonset +2030-05-28T00:15:38.126Z sunset +2030-05-28T07:55:36.882Z moonrise +2030-05-28T10:28:20.204Z sunrise +2030-05-28T14:36:41.555Z Moon culminates 75.51 degrees above the horizon +2030-05-28T17:22:08.326Z Sun culminates 82.95 degrees above the horizon +2030-05-28T21:22:49.267Z moonset 2030-05-29T00:16:10.759Z sunset -2030-05-29T08:31:25.417Z moonrise -2030-05-29T10:28:03.525Z sunrise -2030-05-29T15:21:38.844Z Moon culminates 78.99 degrees above the horizon -2030-05-29T17:22:16.331Z Sun culminates 83.10 degrees above the horizon -2030-05-29T22:16:15.169Z moonset +2030-05-29T08:31:25.416Z moonrise +2030-05-29T10:28:03.523Z sunrise +2030-05-29T15:21:38.843Z Moon culminates 78.99 degrees above the horizon +2030-05-29T17:22:16.330Z Sun culminates 83.10 degrees above the horizon +2030-05-29T22:16:15.168Z moonset 2030-05-30T00:16:42.932Z sunset 2030-05-30T09:10:12.621Z moonrise -2030-05-30T10:27:48.216Z sunrise -2030-05-30T16:08:06.079Z Moon culminates 81.66 degrees above the horizon -2030-05-30T17:22:24.781Z Sun culminates 83.25 degrees above the horizon -2030-05-30T17:57:06.770Z Venus moves from Pisces to Aries -2030-05-30T23:09:19.557Z moonset -2030-05-31T00:17:14.613Z sunset +2030-05-30T10:27:48.215Z sunrise +2030-05-30T16:08:06.078Z Moon culminates 81.66 degrees above the horizon +2030-05-30T17:22:24.780Z Sun culminates 83.25 degrees above the horizon +2030-05-30T17:57:07.580Z Venus moves from Pisces to Aries +2030-05-30T23:09:19.556Z moonset +2030-05-31T00:17:14.612Z sunset 2030-05-31T06:14:38.492Z lunar apogee at 406456 km 2030-05-31T09:52:32.748Z moonrise -2030-05-31T10:27:34.277Z sunrise -2030-05-31T16:55:58.738Z Moon culminates 83.38 degrees above the horizon -2030-05-31T17:22:33.657Z Sun culminates 83.39 degrees above the horizon -2030-06-01T00:01:18.740Z moonset -2030-06-01T00:17:45.765Z sunset +2030-05-31T10:27:34.276Z sunrise +2030-05-31T16:55:58.737Z Moon culminates 83.38 degrees above the horizon +2030-05-31T17:22:33.656Z Sun culminates 83.39 degrees above the horizon +2030-06-01T00:01:18.738Z moonset +2030-06-01T00:17:45.764Z sunset 2030-06-01T06:22:00.773Z new moon 2030-06-01T10:27:21.703Z sunrise 2030-06-01T10:38:37.568Z moonrise -2030-06-01T17:22:42.938Z Sun culminates 83.53 degrees above the horizon +2030-06-01T17:22:42.937Z Sun culminates 83.53 degrees above the horizon 2030-06-01T17:44:51.576Z Moon culminates 84.04 degrees above the horizon -2030-06-02T00:18:16.352Z sunset -2030-06-02T00:51:17.177Z moonset +2030-06-02T00:18:16.351Z sunset +2030-06-02T00:51:17.176Z moonset 2030-06-02T10:27:10.488Z sunrise -2030-06-02T11:28:10.764Z moonrise +2030-06-02T11:28:10.765Z moonrise 2030-06-02T17:22:52.603Z Sun culminates 83.66 degrees above the horizon 2030-06-02T18:34:04.808Z Moon culminates 83.59 degrees above the horizon -2030-06-03T00:18:46.340Z sunset -2030-06-03T01:38:24.889Z moonset -2030-06-03T10:27:00.625Z sunrise -2030-06-03T12:20:30.648Z moonrise +2030-06-03T00:18:46.339Z sunset +2030-06-03T01:38:24.888Z moonset +2030-06-03T10:27:00.626Z sunrise +2030-06-03T12:20:30.649Z moonrise 2030-06-03T17:23:02.631Z Sun culminates 83.78 degrees above the horizon 2030-06-03T19:22:56.113Z Moon culminates 82.04 degrees above the horizon -2030-06-04T00:19:15.692Z sunset -2030-06-04T02:22:13.562Z moonset -2030-06-04T07:02:00.759Z Mercury moves from Aries to Taurus -2030-06-04T10:26:52.106Z sunrise -2030-06-04T13:14:43.259Z moonrise -2030-06-04T17:23:13.000Z Sun culminates 83.90 degrees above the horizon +2030-06-04T00:19:15.691Z sunset +2030-06-04T02:22:13.561Z moonset +2030-06-04T07:02:01.231Z Mercury moves from Aries to Taurus +2030-06-04T10:26:52.107Z sunrise +2030-06-04T13:14:43.260Z moonrise +2030-06-04T17:23:13.001Z Sun culminates 83.90 degrees above the horizon 2030-06-04T20:10:53.954Z Moon culminates 79.45 degrees above the horizon 2030-06-05T00:19:44.372Z sunset -2030-06-05T03:02:43.825Z moonset -2030-06-05T10:26:44.923Z sunrise -2030-06-05T14:10:00.568Z moonrise -2030-06-05T17:23:23.688Z Sun culminates 84.00 degrees above the horizon +2030-06-05T03:02:43.824Z moonset +2030-06-05T10:26:44.924Z sunrise +2030-06-05T14:10:00.570Z moonrise +2030-06-05T17:23:23.689Z Sun culminates 84.00 degrees above the horizon 2030-06-05T20:57:46.724Z Moon culminates 75.96 degrees above the horizon -2030-06-06T00:20:12.345Z sunset -2030-06-06T03:40:22.799Z moonset -2030-06-06T10:26:39.065Z sunrise -2030-06-06T15:05:55.042Z moonrise -2030-06-06T17:23:34.672Z Sun culminates 84.11 degrees above the horizon +2030-06-06T00:20:12.346Z sunset +2030-06-06T03:40:22.798Z moonset +2030-06-06T10:26:39.066Z sunrise +2030-06-06T15:05:55.043Z moonrise +2030-06-06T17:23:34.673Z Sun culminates 84.11 degrees above the horizon 2030-06-06T21:43:45.458Z Moon culminates 71.70 degrees above the horizon 2030-06-07T00:20:39.578Z sunset -2030-06-07T04:15:56.883Z moonset -2030-06-07T10:26:34.525Z sunrise -2030-06-07T16:02:25.572Z moonrise -2030-06-07T17:23:45.932Z Sun culminates 84.20 degrees above the horizon +2030-06-07T04:15:56.882Z moonset +2030-06-07T10:26:34.526Z sunrise +2030-06-07T16:02:25.573Z moonrise +2030-06-07T17:23:45.933Z Sun culminates 84.20 degrees above the horizon 2030-06-07T22:29:21.694Z Moon culminates 66.86 degrees above the horizon 2030-06-08T00:21:06.036Z sunset -2030-06-08T04:50:25.201Z moonset -2030-06-08T10:26:31.290Z sunrise -2030-06-08T16:59:55.487Z moonrise -2030-06-08T17:23:57.445Z Sun culminates 84.29 degrees above the horizon +2030-06-08T04:50:25.200Z moonset +2030-06-08T10:26:31.291Z sunrise +2030-06-08T16:59:55.488Z moonrise +2030-06-08T17:23:57.446Z Sun culminates 84.29 degrees above the horizon 2030-06-08T23:15:23.357Z Moon culminates 61.61 degrees above the horizon 2030-06-09T00:21:31.688Z sunset 2030-06-09T03:36:16.363Z first quarter 2030-06-09T05:24:56.260Z moonset -2030-06-09T10:26:29.352Z sunrise +2030-06-09T10:26:29.353Z sunrise 2030-06-09T10:28:33.686Z Uranus conjunction -2030-06-09T17:24:09.191Z Sun culminates 84.38 degrees above the horizon -2030-06-09T17:59:05.342Z moonrise +2030-06-09T17:24:09.192Z Sun culminates 84.38 degrees above the horizon +2030-06-09T17:59:05.343Z moonrise 2030-06-10T00:02:50.208Z Moon culminates 56.17 degrees above the horizon 2030-06-10T00:21:56.503Z sunset -2030-06-10T06:00:47.719Z moonset -2030-06-10T10:26:28.699Z sunrise -2030-06-10T17:24:21.150Z Sun culminates 84.45 degrees above the horizon -2030-06-10T19:00:41.279Z moonrise +2030-06-10T06:00:47.718Z moonset +2030-06-10T10:26:28.701Z sunrise +2030-06-10T17:24:21.151Z Sun culminates 84.45 degrees above the horizon +2030-06-10T19:00:41.280Z moonrise 2030-06-11T00:22:20.453Z sunset 2030-06-11T00:52:48.078Z Moon culminates 50.81 degrees above the horizon -2030-06-11T06:39:27.346Z moonset -2030-06-11T10:26:29.321Z sunrise +2030-06-11T06:39:27.345Z moonset +2030-06-11T10:26:29.322Z sunrise 2030-06-11T17:24:33.303Z Sun culminates 84.52 degrees above the horizon -2030-06-11T20:05:16.622Z moonrise -2030-06-12T00:22:43.508Z sunset -2030-06-12T01:46:18.665Z Moon culminates 45.87 degrees above the horizon +2030-06-11T20:05:16.623Z moonrise +2030-06-12T00:22:43.509Z sunset +2030-06-12T01:46:18.666Z Moon culminates 45.87 degrees above the horizon 2030-06-12T07:22:31.182Z moonset -2030-06-12T10:26:31.205Z sunrise -2030-06-12T17:24:45.628Z Sun culminates 84.58 degrees above the horizon -2030-06-12T21:12:43.967Z moonrise +2030-06-12T10:26:31.206Z sunrise +2030-06-12T17:24:45.629Z Sun culminates 84.58 degrees above the horizon +2030-06-12T21:12:43.968Z moonrise 2030-06-13T00:23:05.644Z sunset -2030-06-13T02:44:00.487Z Moon culminates 41.78 degrees above the horizon +2030-06-13T02:44:00.488Z Moon culminates 41.78 degrees above the horizon 2030-06-13T08:11:31.657Z moonset 2030-06-13T10:26:34.340Z sunrise 2030-06-13T17:24:58.109Z Sun culminates 84.64 degrees above the horizon @@ -21164,393 +21164,393 @@ 2030-06-14T00:23:26.835Z sunset 2030-06-14T03:45:40.733Z Moon culminates 39.00 degrees above the horizon 2030-06-14T09:07:27.053Z moonset -2030-06-14T10:26:38.712Z sunrise +2030-06-14T10:26:38.711Z sunrise 2030-06-14T17:25:10.725Z Sun culminates 84.69 degrees above the horizon -2030-06-14T23:29:36.160Z moonrise +2030-06-14T23:29:36.159Z moonrise 2030-06-14T23:32:27.317Z lunar perigee at 358175 km 2030-06-15T00:23:47.056Z sunset -2030-06-15T04:49:52.622Z Moon culminates 37.89 degrees above the horizon +2030-06-15T04:49:52.621Z Moon culminates 37.89 degrees above the horizon 2030-06-15T10:09:55.929Z moonset 2030-06-15T10:26:44.307Z sunrise -2030-06-15T17:25:23.459Z Sun culminates 84.73 degrees above the horizon +2030-06-15T17:25:23.458Z Sun culminates 84.73 degrees above the horizon 2030-06-15T18:33:14.732Z partial lunar eclipse 2030-06-15T18:41:27.272Z full moon -2030-06-16T00:24:06.284Z sunset -2030-06-16T00:33:09.113Z moonrise -2030-06-16T05:54:07.849Z Moon culminates 38.61 degrees above the horizon +2030-06-16T00:24:06.283Z sunset +2030-06-16T00:33:09.112Z moonrise +2030-06-16T05:54:07.848Z Moon culminates 38.61 degrees above the horizon 2030-06-16T10:26:51.112Z sunrise -2030-06-16T11:16:52.341Z moonset -2030-06-16T17:25:36.290Z Sun culminates 84.76 degrees above the horizon -2030-06-16T22:38:28.753Z Venus moves from Aries to Taurus -2030-06-17T00:24:24.495Z sunset -2030-06-17T01:30:04.370Z moonrise -2030-06-17T06:55:53.599Z Moon culminates 41.05 degrees above the horizon +2030-06-16T11:16:52.340Z moonset +2030-06-16T17:25:36.289Z Sun culminates 84.76 degrees above the horizon +2030-06-16T22:38:29.399Z Venus moves from Aries to Taurus +2030-06-17T00:24:24.493Z sunset +2030-06-17T01:30:04.369Z moonrise +2030-06-17T06:55:53.598Z Moon culminates 41.05 degrees above the horizon 2030-06-17T10:26:59.112Z sunrise -2030-06-17T12:25:06.434Z moonset -2030-06-17T17:25:49.200Z Sun culminates 84.79 degrees above the horizon -2030-06-18T00:24:41.667Z sunset -2030-06-18T02:19:47.274Z moonrise -2030-06-18T07:53:33.138Z Moon culminates 44.82 degrees above the horizon +2030-06-17T12:25:06.433Z moonset +2030-06-17T17:25:49.199Z Sun culminates 84.79 degrees above the horizon +2030-06-18T00:24:41.664Z sunset +2030-06-18T02:19:47.272Z moonrise +2030-06-18T07:53:33.137Z Moon culminates 44.82 degrees above the horizon 2030-06-18T10:27:08.291Z sunrise -2030-06-18T13:31:49.756Z moonset -2030-06-18T17:26:02.169Z Sun culminates 84.81 degrees above the horizon -2030-06-19T00:24:57.776Z sunset -2030-06-19T03:03:08.376Z moonrise -2030-06-19T08:46:44.397Z Moon culminates 49.47 degrees above the horizon -2030-06-19T10:27:18.632Z sunrise -2030-06-19T14:35:31.017Z moonset +2030-06-18T13:31:49.755Z moonset +2030-06-18T17:26:02.168Z Sun culminates 84.81 degrees above the horizon +2030-06-19T00:24:57.773Z sunset +2030-06-19T03:03:08.374Z moonrise +2030-06-19T08:46:44.396Z Moon culminates 49.47 degrees above the horizon +2030-06-19T10:27:18.633Z sunrise +2030-06-19T14:35:31.016Z moonset 2030-06-19T17:26:15.178Z Sun culminates 84.83 degrees above the horizon -2030-06-20T00:25:12.799Z sunset -2030-06-20T03:41:37.382Z moonrise +2030-06-20T00:25:12.797Z sunset +2030-06-20T03:41:37.381Z moonrise 2030-06-20T09:36:00.189Z Moon culminates 54.60 degrees above the horizon -2030-06-20T10:27:30.119Z sunrise +2030-06-20T10:27:30.120Z sunrise 2030-06-20T15:35:54.389Z moonset -2030-06-20T17:26:28.207Z Sun culminates 84.83 degrees above the horizon -2030-06-21T00:25:26.716Z sunset +2030-06-20T17:26:28.206Z Sun culminates 84.83 degrees above the horizon +2030-06-21T00:25:26.715Z sunset 2030-06-21T04:16:49.768Z moonrise -2030-06-21T07:31:13.067Z June solstice +2030-06-21T07:31:13.263Z June solstice 2030-06-21T10:22:19.859Z Moon culminates 59.86 degrees above the horizon -2030-06-21T10:27:42.731Z sunrise +2030-06-21T10:27:42.732Z sunrise 2030-06-21T16:33:30.017Z moonset 2030-06-21T17:26:41.234Z Sun culminates 84.84 degrees above the horizon 2030-06-21T21:24:55.374Z Mercury perihelion at 0.3075 AU -2030-06-22T00:25:39.505Z sunset -2030-06-22T04:50:13.057Z moonrise -2030-06-22T10:27:56.447Z sunrise +2030-06-22T00:25:39.504Z sunset +2030-06-22T04:50:13.056Z moonrise +2030-06-22T10:27:56.448Z sunrise 2030-06-22T11:06:49.481Z Moon culminates 65.00 degrees above the horizon 2030-06-22T17:20:12.358Z third quarter 2030-06-22T17:26:54.238Z Sun culminates 84.83 degrees above the horizon 2030-06-22T17:29:06.106Z moonset 2030-06-23T00:25:51.143Z sunset 2030-06-23T05:23:04.637Z moonrise -2030-06-23T06:16:15.893Z Mercury moves from Taurus to Gemini +2030-06-23T06:16:16.232Z Mercury moves from Taurus to Gemini 2030-06-23T10:28:11.245Z sunrise 2030-06-23T11:50:31.701Z Moon culminates 69.83 degrees above the horizon 2030-06-23T17:27:07.197Z Sun culminates 84.82 degrees above the horizon 2030-06-23T18:23:30.792Z moonset 2030-06-24T00:26:01.610Z sunset -2030-06-24T05:56:33.621Z moonrise +2030-06-24T05:56:33.620Z moonrise 2030-06-24T06:51:32.787Z Mercury superior conjunction -2030-06-24T10:28:27.100Z sunrise +2030-06-24T10:28:27.099Z sunrise 2030-06-24T12:34:20.914Z Moon culminates 74.17 degrees above the horizon 2030-06-24T17:27:20.087Z Sun culminates 84.80 degrees above the horizon 2030-06-24T19:17:21.181Z moonset -2030-06-25T00:26:10.884Z sunset +2030-06-25T00:26:10.885Z sunset 2030-06-25T06:31:42.555Z moonrise -2030-06-25T10:28:43.984Z sunrise -2030-06-25T13:19:00.022Z Moon culminates 77.90 degrees above the horizon -2030-06-25T17:27:32.884Z Sun culminates 84.77 degrees above the horizon -2030-06-25T20:10:55.961Z moonset +2030-06-25T10:28:43.983Z sunrise +2030-06-25T13:19:00.021Z Moon culminates 77.90 degrees above the horizon +2030-06-25T17:27:32.883Z Sun culminates 84.77 degrees above the horizon +2030-06-25T20:10:55.960Z moonset 2030-06-26T00:26:18.944Z sunset -2030-06-26T07:09:26.836Z moonrise -2030-06-26T10:29:01.870Z sunrise -2030-06-26T14:04:56.851Z Moon culminates 80.86 degrees above the horizon +2030-06-26T07:09:26.835Z moonrise +2030-06-26T10:29:01.869Z sunrise +2030-06-26T14:04:56.850Z Moon culminates 80.86 degrees above the horizon 2030-06-26T17:27:45.562Z Sun culminates 84.74 degrees above the horizon -2030-06-26T21:04:10.422Z moonset +2030-06-26T21:04:10.421Z moonset 2030-06-27T00:26:25.769Z sunset 2030-06-27T07:50:30.583Z moonrise -2030-06-27T10:29:20.727Z sunrise +2030-06-27T10:29:20.726Z sunrise 2030-06-27T14:15:27.418Z lunar apogee at 405867 km 2030-06-27T14:52:20.216Z Moon culminates 82.91 degrees above the horizon 2030-06-27T17:27:58.096Z Sun culminates 84.69 degrees above the horizon -2030-06-27T21:56:35.539Z moonset -2030-06-28T00:26:31.338Z sunset -2030-06-28T08:35:19.160Z moonrise +2030-06-27T21:56:35.538Z moonset +2030-06-28T00:26:31.337Z sunset +2030-06-28T08:35:19.161Z moonrise 2030-06-28T10:29:40.523Z sunrise 2030-06-28T15:40:57.556Z Moon culminates 83.95 degrees above the horizon 2030-06-28T17:28:10.460Z Sun culminates 84.65 degrees above the horizon -2030-06-28T22:47:24.133Z moonset -2030-06-29T00:26:35.630Z sunset -2030-06-29T09:23:51.179Z moonrise -2030-06-29T10:30:01.226Z sunrise +2030-06-28T22:47:24.132Z moonset +2030-06-29T00:26:35.629Z sunset +2030-06-29T09:23:51.180Z moonrise +2030-06-29T10:30:01.227Z sunrise 2030-06-29T16:30:17.208Z Moon culminates 83.88 degrees above the horizon 2030-06-29T17:28:22.627Z Sun culminates 84.59 degrees above the horizon -2030-06-29T23:35:44.881Z moonset -2030-06-30T00:26:38.626Z sunset -2030-06-30T10:15:35.822Z moonrise -2030-06-30T10:30:22.803Z sunrise +2030-06-29T23:35:44.880Z moonset +2030-06-30T00:26:38.625Z sunset +2030-06-30T10:15:35.823Z moonrise +2030-06-30T10:30:22.804Z sunrise 2030-06-30T17:19:37.156Z Moon culminates 82.68 degrees above the horizon 2030-06-30T17:28:34.570Z Sun culminates 84.53 degrees above the horizon 2030-06-30T21:35:03.576Z new moon -2030-07-01T00:20:59.429Z moonset -2030-07-01T00:26:40.307Z sunset -2030-07-01T10:30:45.218Z sunrise -2030-07-01T11:09:40.630Z moonrise -2030-07-01T17:28:46.262Z Sun culminates 84.46 degrees above the horizon +2030-07-01T00:20:59.428Z moonset +2030-07-01T00:26:40.306Z sunset +2030-07-01T10:30:45.219Z sunrise +2030-07-01T11:09:40.632Z moonrise +2030-07-01T17:28:46.263Z Sun culminates 84.46 degrees above the horizon 2030-07-01T18:08:18.150Z Moon culminates 80.41 degrees above the horizon -2030-07-02T00:26:40.654Z sunset -2030-07-02T01:02:54.477Z moonset -2030-07-02T10:31:08.436Z sunrise -2030-07-02T11:42:16.394Z Mars moves from Taurus to Gemini -2030-07-02T12:05:08.482Z moonrise -2030-07-02T17:28:57.678Z Sun culminates 84.39 degrees above the horizon +2030-07-02T00:26:40.653Z sunset +2030-07-02T01:02:54.476Z moonset +2030-07-02T10:31:08.438Z sunrise +2030-07-02T11:42:17.553Z Mars moves from Taurus to Gemini +2030-07-02T12:05:08.484Z moonrise +2030-07-02T17:28:57.679Z Sun culminates 84.39 degrees above the horizon 2030-07-02T18:55:55.794Z Moon culminates 77.18 degrees above the horizon 2030-07-03T00:26:39.651Z sunset -2030-07-03T01:41:44.147Z moonset -2030-07-03T10:31:32.424Z sunrise -2030-07-03T13:01:15.638Z moonrise -2030-07-03T17:29:08.793Z Sun culminates 84.31 degrees above the horizon +2030-07-03T01:41:44.145Z moonset +2030-07-03T10:31:32.426Z sunrise +2030-07-03T13:01:15.640Z moonrise +2030-07-03T17:29:08.794Z Sun culminates 84.31 degrees above the horizon 2030-07-03T19:42:27.005Z Moon culminates 73.13 degrees above the horizon -2030-07-04T00:26:37.283Z sunset -2030-07-04T02:18:04.834Z moonset -2030-07-04T10:31:57.146Z sunrise +2030-07-04T00:26:37.282Z sunset +2030-07-04T02:18:04.833Z moonset +2030-07-04T10:31:57.148Z sunrise 2030-07-04T12:59:17.114Z Earth aphelion at 1.0167 AU -2030-07-04T13:57:42.753Z moonrise -2030-07-04T17:29:19.582Z Sun culminates 84.22 degrees above the horizon +2030-07-04T13:57:42.755Z moonrise +2030-07-04T17:29:19.583Z Sun culminates 84.22 degrees above the horizon 2030-07-04T20:28:10.324Z Moon culminates 68.45 degrees above the horizon 2030-07-05T00:26:33.535Z sunset -2030-07-05T02:52:48.091Z moonset -2030-07-05T10:32:22.567Z sunrise -2030-07-05T14:54:36.674Z moonrise -2030-07-05T17:29:30.021Z Sun culminates 84.13 degrees above the horizon +2030-07-05T02:52:48.089Z moonset +2030-07-05T10:32:22.569Z sunrise +2030-07-05T14:54:36.676Z moonrise +2030-07-05T17:29:30.022Z Sun culminates 84.13 degrees above the horizon 2030-07-05T21:13:42.538Z Moon culminates 63.34 degrees above the horizon 2030-07-06T00:26:28.397Z sunset -2030-07-06T03:26:55.570Z moonset -2030-07-06T09:48:55.367Z Mercury moves from Gemini to Cancer -2030-07-06T10:32:48.655Z sunrise -2030-07-06T15:52:25.427Z moonrise -2030-07-06T17:29:40.089Z Sun culminates 84.03 degrees above the horizon +2030-07-06T03:26:55.569Z moonset +2030-07-06T09:48:55.787Z Mercury moves from Gemini to Cancer +2030-07-06T10:32:48.657Z sunrise +2030-07-06T15:52:25.429Z moonrise +2030-07-06T17:29:40.090Z Sun culminates 84.03 degrees above the horizon 2030-07-06T21:59:54.144Z Moon culminates 58.01 degrees above the horizon 2030-07-07T00:26:21.859Z sunset -2030-07-07T04:01:37.174Z moonset -2030-07-07T10:33:15.376Z sunrise -2030-07-07T16:51:48.957Z moonrise +2030-07-07T04:01:37.173Z moonset +2030-07-07T10:33:15.378Z sunrise +2030-07-07T16:51:48.958Z moonrise 2030-07-07T17:29:49.766Z Sun culminates 83.92 degrees above the horizon 2030-07-07T22:47:44.387Z Moon culminates 52.71 degrees above the horizon -2030-07-08T00:26:13.913Z sunset -2030-07-08T04:38:11.424Z moonset -2030-07-08T10:33:42.699Z sunrise +2030-07-08T00:26:13.912Z sunset +2030-07-08T04:38:11.423Z moonset +2030-07-08T10:33:42.701Z sunrise 2030-07-08T11:02:23.554Z first quarter -2030-07-08T17:29:59.032Z Sun culminates 83.80 degrees above the horizon -2030-07-08T17:53:25.635Z moonrise -2030-07-08T23:38:14.420Z Moon culminates 47.73 degrees above the horizon -2030-07-09T00:26:04.553Z sunset -2030-07-09T05:18:05.625Z moonset -2030-07-09T10:34:10.592Z sunrise -2030-07-09T17:30:07.871Z Sun culminates 83.68 degrees above the horizon -2030-07-09T18:57:32.538Z moonrise +2030-07-08T17:29:59.033Z Sun culminates 83.80 degrees above the horizon +2030-07-08T17:53:25.637Z moonrise +2030-07-08T23:38:14.421Z Moon culminates 47.73 degrees above the horizon +2030-07-09T00:26:04.554Z sunset +2030-07-09T05:18:05.624Z moonset +2030-07-09T10:34:10.594Z sunrise +2030-07-09T17:30:07.872Z Sun culminates 83.68 degrees above the horizon +2030-07-09T18:57:32.540Z moonrise 2030-07-10T00:25:53.779Z sunset -2030-07-10T00:32:15.447Z Moon culminates 43.40 degrees above the horizon -2030-07-10T06:02:51.276Z moonset -2030-07-10T10:34:39.025Z sunrise -2030-07-10T17:30:16.267Z Sun culminates 83.56 degrees above the horizon -2030-07-10T20:03:39.716Z moonrise -2030-07-11T00:25:41.587Z sunset +2030-07-10T00:32:15.448Z Moon culminates 43.40 degrees above the horizon +2030-07-10T06:02:51.275Z moonset +2030-07-10T10:34:39.027Z sunrise +2030-07-10T17:30:16.268Z Sun culminates 83.56 degrees above the horizon +2030-07-10T20:03:39.718Z moonrise +2030-07-11T00:25:41.588Z sunset 2030-07-11T01:30:09.051Z Moon culminates 40.11 degrees above the horizon 2030-07-11T06:53:47.615Z moonset -2030-07-11T10:35:07.970Z sunrise +2030-07-11T10:35:07.971Z sunrise 2030-07-11T17:30:24.206Z Sun culminates 83.42 degrees above the horizon -2030-07-11T21:10:09.711Z moonrise +2030-07-11T21:10:09.712Z moonrise 2030-07-12T00:25:27.981Z sunset 2030-07-12T02:31:23.311Z Moon culminates 38.24 degrees above the horizon -2030-07-12T07:51:28.252Z moonset +2030-07-12T07:51:28.251Z moonset 2030-07-12T10:35:37.397Z sunrise 2030-07-12T17:30:31.675Z Sun culminates 83.28 degrees above the horizon 2030-07-12T22:14:28.038Z moonrise 2030-07-13T00:25:12.962Z sunset 2030-07-13T03:34:21.824Z Moon culminates 38.05 degrees above the horizon 2030-07-13T05:13:48.185Z lunar perigee at 361784 km -2030-07-13T08:55:02.914Z moonset -2030-07-13T10:36:07.280Z sunrise +2030-07-13T08:55:02.913Z moonset +2030-07-13T10:36:07.279Z sunrise 2030-07-13T17:30:38.662Z Sun culminates 83.14 degrees above the horizon 2030-07-13T23:13:59.090Z moonrise 2030-07-14T00:24:56.535Z sunset -2030-07-14T04:36:47.452Z Moon culminates 39.61 degrees above the horizon +2030-07-14T04:36:47.451Z Moon culminates 39.61 degrees above the horizon 2030-07-14T10:02:12.136Z moonset -2030-07-14T10:36:37.592Z sunrise -2030-07-14T17:30:45.157Z Sun culminates 82.99 degrees above the horizon -2030-07-15T00:07:12.482Z moonrise -2030-07-15T00:24:38.705Z sunset +2030-07-14T10:36:37.591Z sunrise +2030-07-14T17:30:45.156Z Sun culminates 82.99 degrees above the horizon +2030-07-15T00:07:12.481Z moonrise +2030-07-15T00:24:38.704Z sunset 2030-07-15T02:12:26.087Z full moon -2030-07-15T05:36:35.484Z Moon culminates 42.72 degrees above the horizon -2030-07-15T10:37:08.307Z sunrise +2030-07-15T05:36:35.483Z Moon culminates 42.72 degrees above the horizon +2030-07-15T10:37:08.306Z sunrise 2030-07-15T11:09:59.827Z moonset -2030-07-15T17:30:51.150Z Sun culminates 82.83 degrees above the horizon -2030-07-15T21:24:30.785Z Venus moves from Taurus to Orion -2030-07-16T00:24:19.479Z sunset -2030-07-16T00:54:05.343Z moonrise -2030-07-16T06:32:36.967Z Moon culminates 47.00 degrees above the horizon +2030-07-15T17:30:51.149Z Sun culminates 82.83 degrees above the horizon +2030-07-15T21:24:31.430Z Venus moves from Taurus to Orion +2030-07-16T00:24:19.477Z sunset +2030-07-16T00:54:05.342Z moonrise +2030-07-16T06:32:36.966Z Moon culminates 47.00 degrees above the horizon 2030-07-16T10:37:39.401Z sunrise 2030-07-16T12:16:06.169Z moonset -2030-07-16T17:30:56.633Z Sun culminates 82.66 degrees above the horizon -2030-07-17T00:23:58.863Z sunset -2030-07-17T01:35:36.756Z moonrise +2030-07-16T17:30:56.632Z Sun culminates 82.66 degrees above the horizon +2030-07-17T00:23:58.861Z sunset +2030-07-17T01:35:36.755Z moonrise 2030-07-17T07:24:45.033Z Moon culminates 52.01 degrees above the horizon -2030-07-17T10:38:10.851Z sunrise +2030-07-17T10:38:10.852Z sunrise 2030-07-17T13:19:23.042Z moonset 2030-07-17T17:31:01.597Z Sun culminates 82.49 degrees above the horizon -2030-07-17T23:55:14.792Z Venus moves from Orion to Gemini -2030-07-18T00:23:36.865Z sunset -2030-07-18T01:16:39.260Z Mercury moves from Cancer to Leo -2030-07-18T02:13:11.137Z moonrise +2030-07-17T23:55:15.437Z Venus moves from Orion to Gemini +2030-07-18T00:23:36.864Z sunset +2030-07-18T01:16:39.763Z Mercury moves from Cancer to Leo +2030-07-18T02:13:11.136Z moonrise 2030-07-18T08:13:35.273Z Moon culminates 57.35 degrees above the horizon -2030-07-18T10:38:42.633Z sunrise +2030-07-18T10:38:42.634Z sunrise 2030-07-18T14:19:44.358Z moonset 2030-07-18T17:31:06.036Z Sun culminates 82.32 degrees above the horizon -2030-07-19T00:23:13.496Z sunset -2030-07-19T02:48:14.893Z moonrise +2030-07-19T00:23:13.495Z sunset +2030-07-19T02:48:14.892Z moonrise 2030-07-19T09:00:02.864Z Moon culminates 62.69 degrees above the horizon -2030-07-19T10:39:14.725Z sunrise -2030-07-19T15:17:39.304Z moonset -2030-07-19T17:31:09.943Z Sun culminates 82.14 degrees above the horizon +2030-07-19T10:39:14.726Z sunrise +2030-07-19T15:17:39.305Z moonset +2030-07-19T17:31:09.944Z Sun culminates 82.14 degrees above the horizon 2030-07-20T00:22:48.764Z sunset -2030-07-20T03:22:07.541Z moonrise +2030-07-20T03:22:07.540Z moonrise 2030-07-20T09:45:07.142Z Moon culminates 67.78 degrees above the horizon 2030-07-20T10:39:47.103Z sunrise -2030-07-20T16:13:49.103Z moonset -2030-07-20T17:31:13.311Z Sun culminates 81.95 degrees above the horizon -2030-07-21T00:22:22.679Z sunset -2030-07-21T03:56:00.620Z moonrise +2030-07-20T16:13:49.104Z moonset +2030-07-20T17:31:13.312Z Sun culminates 81.95 degrees above the horizon +2030-07-21T00:22:22.681Z sunset +2030-07-21T03:56:00.618Z moonrise 2030-07-21T10:29:43.343Z Moon culminates 72.42 degrees above the horizon 2030-07-21T10:40:19.743Z sunrise 2030-07-21T17:08:51.778Z moonset -2030-07-21T17:31:16.134Z Sun culminates 81.76 degrees above the horizon -2030-07-22T00:21:55.254Z sunset -2030-07-22T04:30:58.887Z moonrise +2030-07-21T17:31:16.135Z Sun culminates 81.76 degrees above the horizon +2030-07-22T00:21:55.256Z sunset +2030-07-22T04:30:58.885Z moonrise 2030-07-22T08:08:07.005Z third quarter -2030-07-22T10:40:52.622Z sunrise +2030-07-22T10:40:52.621Z sunrise 2030-07-22T11:14:38.087Z Moon culminates 76.46 degrees above the horizon -2030-07-22T17:31:18.405Z Sun culminates 81.56 degrees above the horizon -2030-07-22T18:03:12.588Z moonset -2030-07-23T00:21:26.497Z sunset -2030-07-23T05:08:00.674Z moonrise -2030-07-23T10:41:25.716Z sunrise -2030-07-23T12:00:25.877Z Moon culminates 79.75 degrees above the horizon +2030-07-22T17:31:18.406Z Sun culminates 81.56 degrees above the horizon +2030-07-22T18:03:12.589Z moonset +2030-07-23T00:21:26.499Z sunset +2030-07-23T05:08:00.672Z moonrise +2030-07-23T10:41:25.715Z sunrise +2030-07-23T12:00:25.876Z Moon culminates 79.75 degrees above the horizon 2030-07-23T17:31:20.118Z Sun culminates 81.35 degrees above the horizon 2030-07-23T18:56:57.901Z moonset -2030-07-24T00:20:56.420Z sunset -2030-07-24T05:47:55.649Z moonrise -2030-07-24T10:41:58.999Z sunrise -2030-07-24T12:47:25.562Z Moon culminates 82.17 degrees above the horizon +2030-07-24T00:20:56.422Z sunset +2030-07-24T05:47:55.647Z moonrise +2030-07-24T10:41:58.998Z sunrise +2030-07-24T12:47:25.561Z Moon culminates 82.17 degrees above the horizon 2030-07-24T17:31:21.265Z Sun culminates 81.14 degrees above the horizon -2030-07-24T19:49:52.513Z moonset -2030-07-25T00:20:25.034Z sunset +2030-07-24T19:49:52.514Z moonset +2030-07-25T00:20:25.036Z sunset 2030-07-25T04:54:50.038Z lunar apogee at 404876 km -2030-07-25T06:31:19.373Z moonrise -2030-07-25T10:42:32.447Z sunrise +2030-07-25T06:31:19.372Z moonrise +2030-07-25T10:42:32.446Z sunrise 2030-07-25T13:35:37.459Z Moon culminates 83.60 degrees above the horizon 2030-07-25T17:31:21.839Z Sun culminates 80.93 degrees above the horizon 2030-07-25T20:41:22.321Z moonset 2030-07-26T00:19:52.351Z sunset -2030-07-26T07:18:25.840Z moonrise +2030-07-26T07:18:25.839Z moonrise 2030-07-26T10:43:06.034Z sunrise 2030-07-26T14:24:43.201Z Moon culminates 83.96 degrees above the horizon 2030-07-26T17:31:21.833Z Sun culminates 80.70 degrees above the horizon -2030-07-26T21:30:43.772Z moonset +2030-07-26T21:30:43.773Z moonset 2030-07-27T00:19:18.380Z sunset 2030-07-27T08:09:01.904Z moonrise 2030-07-27T10:43:39.735Z sunrise 2030-07-27T15:14:10.474Z Moon culminates 83.20 degrees above the horizon -2030-07-27T17:31:21.240Z Sun culminates 80.48 degrees above the horizon +2030-07-27T17:31:21.241Z Sun culminates 80.48 degrees above the horizon 2030-07-27T22:17:18.109Z moonset -2030-07-28T00:18:43.134Z sunset -2030-07-28T09:02:28.938Z moonrise -2030-07-28T10:44:13.524Z sunrise -2030-07-28T16:03:22.728Z Moon culminates 81.33 degrees above the horizon +2030-07-28T00:18:43.133Z sunset +2030-07-28T09:02:28.939Z moonrise +2030-07-28T10:44:13.526Z sunrise +2030-07-28T16:03:22.729Z Moon culminates 81.33 degrees above the horizon 2030-07-28T17:31:20.054Z Sun culminates 80.25 degrees above the horizon 2030-07-28T23:00:44.486Z moonset 2030-07-29T00:18:06.623Z sunset -2030-07-29T09:57:54.116Z moonrise -2030-07-29T10:44:47.378Z sunrise -2030-07-29T16:51:50.708Z Moon culminates 78.43 degrees above the horizon -2030-07-29T17:31:18.267Z Sun culminates 80.01 degrees above the horizon +2030-07-29T09:57:54.118Z moonrise +2030-07-29T10:44:47.379Z sunrise +2030-07-29T16:51:50.709Z Moon culminates 78.43 degrees above the horizon +2030-07-29T17:31:18.268Z Sun culminates 80.01 degrees above the horizon 2030-07-29T23:41:06.269Z moonset -2030-07-30T00:17:28.861Z sunset -2030-07-30T10:45:21.271Z sunrise -2030-07-30T10:54:27.204Z moonrise +2030-07-30T00:17:28.860Z sunset +2030-07-30T10:45:21.272Z sunrise +2030-07-30T10:54:27.205Z moonrise 2030-07-30T11:11:31.817Z new moon -2030-07-30T17:31:15.874Z Sun culminates 79.77 degrees above the horizon -2030-07-30T17:39:21.267Z Moon culminates 74.63 degrees above the horizon +2030-07-30T17:31:15.875Z Sun culminates 79.77 degrees above the horizon +2030-07-30T17:39:21.268Z Moon culminates 74.63 degrees above the horizon 2030-07-31T00:16:49.858Z sunset 2030-07-31T00:18:49.561Z moonset -2030-07-31T10:45:55.179Z sunrise -2030-07-31T11:51:34.862Z moonrise -2030-07-31T17:31:12.870Z Sun culminates 79.52 degrees above the horizon +2030-07-31T10:45:55.181Z sunrise +2030-07-31T11:51:34.863Z moonrise +2030-07-31T17:31:12.871Z Sun culminates 79.52 degrees above the horizon 2030-07-31T18:26:00.840Z Moon culminates 70.11 degrees above the horizon 2030-08-01T00:16:09.629Z sunset -2030-08-01T00:54:37.535Z moonset -2030-08-01T10:46:29.081Z sunrise -2030-08-01T12:49:07.056Z moonrise -2030-08-01T17:31:09.250Z Sun culminates 79.27 degrees above the horizon +2030-08-01T00:54:37.534Z moonset +2030-08-01T10:46:29.083Z sunrise +2030-08-01T12:49:07.057Z moonrise +2030-08-01T17:31:09.251Z Sun culminates 79.27 degrees above the horizon 2030-08-01T19:12:14.176Z Moon culminates 65.07 degrees above the horizon 2030-08-02T00:15:28.186Z sunset -2030-08-02T01:29:24.861Z moonset +2030-08-02T01:29:24.860Z moonset 2030-08-02T05:39:11.585Z Mercury max evening elongation: 27.27 degrees from Sun -2030-08-02T10:47:02.955Z sunrise -2030-08-02T13:47:15.444Z moonrise -2030-08-02T17:31:05.011Z Sun culminates 79.01 degrees above the horizon +2030-08-02T10:47:02.957Z sunrise +2030-08-02T13:47:15.445Z moonrise +2030-08-02T17:31:05.012Z Sun culminates 79.01 degrees above the horizon 2030-08-02T19:58:40.535Z Moon culminates 59.76 degrees above the horizon 2030-08-03T00:14:45.546Z sunset -2030-08-03T02:04:14.459Z moonset +2030-08-03T02:04:14.458Z moonset 2030-08-03T02:42:24.424Z Pluto opposition -2030-08-03T10:47:36.782Z sunrise -2030-08-03T14:46:26.207Z moonrise -2030-08-03T17:31:00.152Z Sun culminates 78.75 degrees above the horizon +2030-08-03T10:47:36.783Z sunrise +2030-08-03T14:46:26.209Z moonrise +2030-08-03T17:31:00.153Z Sun culminates 78.75 degrees above the horizon 2030-08-03T20:46:08.882Z Moon culminates 54.43 degrees above the horizon 2030-08-04T00:14:01.723Z sunset -2030-08-04T02:40:16.554Z moonset -2030-08-04T10:48:10.543Z sunrise -2030-08-04T15:47:08.880Z moonrise -2030-08-04T17:30:54.672Z Sun culminates 78.48 degrees above the horizon +2030-08-04T02:40:16.552Z moonset +2030-08-04T10:48:10.544Z sunrise +2030-08-04T15:47:08.881Z moonrise +2030-08-04T17:30:54.673Z Sun culminates 78.48 degrees above the horizon 2030-08-04T21:02:18.870Z Mercury aphelion at 0.4667 AU 2030-08-04T21:35:31.919Z Moon culminates 49.36 degrees above the horizon -2030-08-04T22:34:36.431Z Mercury moves from Leo to Sextans +2030-08-04T22:34:36.935Z Mercury moves from Leo to Sextans 2030-08-05T00:13:16.735Z sunset -2030-08-05T03:18:48.416Z moonset -2030-08-05T10:48:44.222Z sunrise -2030-08-05T16:49:40.903Z moonrise -2030-08-05T17:30:48.572Z Sun culminates 78.21 degrees above the horizon +2030-08-05T03:18:48.415Z moonset +2030-08-05T10:48:44.223Z sunrise +2030-08-05T16:49:40.904Z moonrise +2030-08-05T17:30:48.573Z Sun culminates 78.21 degrees above the horizon 2030-08-05T22:27:37.199Z Moon culminates 44.86 degrees above the horizon -2030-08-06T00:12:30.600Z sunset -2030-08-06T04:01:11.722Z moonset -2030-08-06T10:49:17.805Z sunrise +2030-08-06T00:12:30.601Z sunset +2030-08-06T04:01:11.721Z moonset +2030-08-06T10:49:17.806Z sunrise 2030-08-06T16:43:12.757Z first quarter 2030-08-06T17:30:41.856Z Sun culminates 77.94 degrees above the horizon -2030-08-06T17:53:48.126Z moonrise +2030-08-06T17:53:48.127Z moonrise 2030-08-06T23:22:53.373Z Moon culminates 41.26 degrees above the horizon 2030-08-07T00:11:43.340Z sunset -2030-08-07T04:48:42.793Z moonset -2030-08-07T10:49:51.279Z sunrise -2030-08-07T17:30:34.526Z Sun culminates 77.66 degrees above the horizon -2030-08-07T18:58:27.133Z moonrise -2030-08-08T00:10:54.973Z sunset +2030-08-07T04:48:42.791Z moonset +2030-08-07T10:49:51.280Z sunrise +2030-08-07T17:30:34.527Z Sun culminates 77.66 degrees above the horizon +2030-08-07T18:58:27.134Z moonrise +2030-08-08T00:10:54.975Z sunset 2030-08-08T00:21:12.592Z Moon culminates 38.91 degrees above the horizon -2030-08-08T05:42:11.142Z moonset +2030-08-08T05:42:11.140Z moonset 2030-08-08T10:50:24.633Z sunrise 2030-08-08T17:30:26.591Z Sun culminates 77.37 degrees above the horizon -2030-08-08T20:01:44.752Z moonrise -2030-08-09T00:10:05.525Z sunset +2030-08-08T20:01:44.753Z moonrise +2030-08-09T00:10:05.526Z sunset 2030-08-09T01:21:37.737Z Moon culminates 38.06 degrees above the horizon -2030-08-09T06:41:29.557Z moonset -2030-08-09T10:50:57.857Z sunrise +2030-08-09T06:41:29.556Z moonset +2030-08-09T10:50:57.856Z sunrise 2030-08-09T17:30:18.055Z Sun culminates 77.09 degrees above the horizon -2030-08-09T20:54:48.054Z Venus moves from Gemini to Cancer -2030-08-09T21:01:29.276Z moonrise +2030-08-09T20:54:48.699Z Venus moves from Gemini to Cancer +2030-08-09T21:01:29.277Z moonrise 2030-08-09T22:46:11.720Z lunar perigee at 366728 km -2030-08-10T00:09:15.016Z sunset +2030-08-10T00:09:15.018Z sunset 2030-08-10T02:22:29.403Z Moon culminates 38.85 degrees above the horizon -2030-08-10T06:26:25.933Z Mercury moves from Sextans to Leo -2030-08-10T07:45:16.125Z moonset -2030-08-10T10:51:30.944Z sunrise +2030-08-10T06:26:27.940Z Mercury moves from Sextans to Leo +2030-08-10T07:45:16.123Z moonset +2030-08-10T10:51:30.943Z sunrise 2030-08-10T17:30:08.928Z Sun culminates 76.79 degrees above the horizon -2030-08-10T21:56:01.775Z moonrise -2030-08-11T00:08:23.473Z sunset +2030-08-10T21:56:01.776Z moonrise +2030-08-11T00:08:23.474Z sunset 2030-08-11T03:21:58.114Z Moon culminates 41.21 degrees above the horizon -2030-08-11T08:51:14.277Z moonset -2030-08-11T10:52:03.888Z sunrise +2030-08-11T08:51:14.276Z moonset +2030-08-11T10:52:03.887Z sunrise 2030-08-11T17:29:59.220Z Sun culminates 76.50 degrees above the horizon 2030-08-11T22:44:49.835Z moonrise -2030-08-12T00:07:30.919Z sunset +2030-08-12T00:07:30.920Z sunset 2030-08-12T04:18:43.291Z Moon culminates 44.88 degrees above the horizon 2030-08-12T09:57:05.822Z moonset -2030-08-12T10:52:36.685Z sunrise -2030-08-12T17:29:48.942Z Sun culminates 76.20 degrees above the horizon +2030-08-12T10:52:36.684Z sunrise +2030-08-12T17:29:48.941Z Sun culminates 76.20 degrees above the horizon 2030-08-12T23:28:23.152Z moonrise 2030-08-13T00:06:37.380Z sunset -2030-08-13T05:12:12.970Z Moon culminates 49.51 degrees above the horizon -2030-08-13T06:23:47.759Z Mars moves from Gemini to Cancer +2030-08-13T05:12:12.969Z Moon culminates 49.51 degrees above the horizon +2030-08-13T06:23:48.995Z Mars moves from Gemini to Cancer 2030-08-13T10:44:52.447Z full moon -2030-08-13T10:53:09.333Z sunrise +2030-08-13T10:53:09.332Z sunrise 2030-08-13T11:01:16.881Z moonset 2030-08-13T17:29:38.104Z Sun culminates 75.89 degrees above the horizon 2030-08-14T00:05:42.881Z sunset @@ -21558,92 +21558,92 @@ 2030-08-14T06:02:38.635Z Moon culminates 54.69 degrees above the horizon 2030-08-14T10:53:41.830Z sunrise 2030-08-14T12:03:09.618Z moonset -2030-08-14T17:29:26.720Z Sun culminates 75.58 degrees above the horizon +2030-08-14T17:29:26.721Z Sun culminates 75.58 degrees above the horizon 2030-08-15T00:04:47.449Z sunset 2030-08-15T00:44:19.372Z moonrise 2030-08-15T06:50:38.375Z Moon culminates 60.08 degrees above the horizon 2030-08-15T10:54:14.178Z sunrise 2030-08-15T13:02:47.997Z moonset 2030-08-15T17:29:14.804Z Sun culminates 75.27 degrees above the horizon -2030-08-16T00:03:51.109Z sunset +2030-08-16T00:03:51.110Z sunset 2030-08-16T01:19:15.223Z moonrise 2030-08-16T07:37:01.121Z Moon culminates 65.35 degrees above the horizon 2030-08-16T10:54:46.376Z sunrise 2030-08-16T14:00:36.989Z moonset 2030-08-16T17:29:02.369Z Sun culminates 74.96 degrees above the horizon -2030-08-17T00:02:53.889Z sunset -2030-08-17T01:53:44.653Z moonrise -2030-08-17T08:22:36.267Z Moon culminates 70.27 degrees above the horizon +2030-08-17T00:02:53.890Z sunset +2030-08-17T01:53:44.652Z moonrise +2030-08-17T08:22:36.266Z Moon culminates 70.27 degrees above the horizon 2030-08-17T10:55:18.427Z sunrise -2030-08-17T14:57:05.716Z moonset -2030-08-17T17:28:49.428Z Sun culminates 74.64 degrees above the horizon -2030-08-18T00:01:55.814Z sunset -2030-08-18T02:28:51.178Z moonrise -2030-08-18T09:08:07.603Z Moon culminates 74.64 degrees above the horizon -2030-08-18T10:55:50.331Z sunrise +2030-08-17T14:57:05.715Z moonset +2030-08-17T17:28:49.429Z Sun culminates 74.64 degrees above the horizon +2030-08-18T00:01:55.816Z sunset +2030-08-18T02:28:51.177Z moonrise +2030-08-18T09:08:07.602Z Moon culminates 74.64 degrees above the horizon +2030-08-18T10:55:50.330Z sunrise 2030-08-18T15:52:36.144Z moonset -2030-08-18T17:28:35.996Z Sun culminates 74.31 degrees above the horizon -2030-08-19T00:00:56.912Z sunset -2030-08-19T03:05:32.184Z moonrise -2030-08-19T09:54:09.402Z Moon culminates 78.29 degrees above the horizon -2030-08-19T10:56:22.090Z sunrise +2030-08-18T17:28:35.997Z Sun culminates 74.31 degrees above the horizon +2030-08-19T00:00:56.914Z sunset +2030-08-19T03:05:32.182Z moonrise +2030-08-19T09:54:09.401Z Moon culminates 78.29 degrees above the horizon +2030-08-19T10:56:22.089Z sunrise 2030-08-19T16:47:16.034Z moonset -2030-08-19T17:28:22.087Z Sun culminates 73.99 degrees above the horizon -2030-08-19T23:59:57.207Z sunset -2030-08-20T03:44:37.658Z moonrise -2030-08-20T04:31:19.624Z Mercury moves from Leo to Sextans -2030-08-20T10:41:03.246Z Moon culminates 81.10 degrees above the horizon -2030-08-20T10:56:53.705Z sunrise +2030-08-19T17:28:22.088Z Sun culminates 73.99 degrees above the horizon +2030-08-19T23:59:57.210Z sunset +2030-08-20T03:44:37.656Z moonrise +2030-08-20T04:31:17.801Z Mercury moves from Leo to Sextans +2030-08-20T10:41:03.245Z Moon culminates 81.10 degrees above the horizon +2030-08-20T10:56:53.704Z sunrise 2030-08-20T17:28:07.715Z Sun culminates 73.66 degrees above the horizon 2030-08-20T17:40:55.575Z moonset -2030-08-20T23:58:56.727Z sunset +2030-08-20T23:58:56.729Z sunset 2030-08-21T01:15:59.632Z third quarter -2030-08-21T04:26:46.518Z moonrise -2030-08-21T10:57:25.178Z sunrise -2030-08-21T11:28:55.569Z Moon culminates 82.95 degrees above the horizon +2030-08-21T04:26:46.516Z moonrise +2030-08-21T10:57:25.176Z sunrise +2030-08-21T11:28:55.568Z Moon culminates 82.95 degrees above the horizon 2030-08-21T17:27:52.892Z Sun culminates 73.33 degrees above the horizon 2030-08-21T18:33:08.574Z moonset 2030-08-21T22:49:36.481Z lunar apogee at 404160 km -2030-08-21T23:57:55.496Z sunset -2030-08-22T05:12:20.956Z moonrise -2030-08-22T10:57:56.508Z sunrise -2030-08-22T12:17:37.123Z Moon culminates 83.75 degrees above the horizon +2030-08-21T23:57:55.498Z sunset +2030-08-22T05:12:20.954Z moonrise +2030-08-22T10:57:56.507Z sunrise +2030-08-22T12:17:37.122Z Moon culminates 83.75 degrees above the horizon 2030-08-22T17:27:37.631Z Sun culminates 72.99 degrees above the horizon 2030-08-22T19:23:19.249Z moonset -2030-08-22T23:56:53.540Z sunset -2030-08-23T06:01:21.240Z moonrise +2030-08-22T23:56:53.541Z sunset +2030-08-23T06:01:21.239Z moonrise 2030-08-23T10:58:27.697Z sunrise -2030-08-23T13:06:45.920Z Moon culminates 83.46 degrees above the horizon -2030-08-23T17:27:21.945Z Sun culminates 72.65 degrees above the horizon +2030-08-23T13:06:45.919Z Moon culminates 83.46 degrees above the horizon +2030-08-23T17:27:21.946Z Sun culminates 72.65 degrees above the horizon 2030-08-23T20:10:53.486Z moonset -2030-08-23T23:55:50.882Z sunset -2030-08-24T06:53:24.862Z moonrise -2030-08-24T10:58:58.745Z sunrise +2030-08-23T23:55:50.883Z sunset +2030-08-24T06:53:24.861Z moonrise +2030-08-24T10:58:58.744Z sunrise 2030-08-24T13:55:54.045Z Moon culminates 82.07 degrees above the horizon -2030-08-24T17:27:05.846Z Sun culminates 72.31 degrees above the horizon -2030-08-24T20:55:30.384Z moonset -2030-08-24T23:54:47.546Z sunset -2030-08-25T07:47:52.851Z moonrise +2030-08-24T17:27:05.847Z Sun culminates 72.31 degrees above the horizon +2030-08-24T20:55:30.385Z moonset +2030-08-24T23:54:47.547Z sunset +2030-08-25T07:47:52.850Z moonrise 2030-08-25T10:59:29.651Z sunrise 2030-08-25T14:44:36.594Z Moon culminates 79.61 degrees above the horizon 2030-08-25T17:26:49.346Z Sun culminates 71.96 degrees above the horizon -2030-08-25T21:37:09.239Z moonset -2030-08-25T23:53:43.556Z sunset -2030-08-26T00:45:19.909Z Venus moves from Cancer to Leo +2030-08-25T21:37:09.240Z moonset +2030-08-25T23:53:43.557Z sunset +2030-08-26T00:45:20.555Z Venus moves from Cancer to Leo 2030-08-26T08:44:01.986Z moonrise 2030-08-26T11:00:00.415Z sunrise 2030-08-26T15:32:39.626Z Moon culminates 76.19 degrees above the horizon -2030-08-26T17:26:32.455Z Sun culminates 71.62 degrees above the horizon -2030-08-26T22:16:10.157Z moonset +2030-08-26T17:26:32.456Z Sun culminates 71.62 degrees above the horizon +2030-08-26T22:16:10.158Z moonset 2030-08-26T23:52:38.935Z sunset -2030-08-27T09:41:17.732Z moonrise -2030-08-27T11:00:31.037Z sunrise -2030-08-27T16:20:04.685Z Moon culminates 71.94 degrees above the horizon -2030-08-27T17:26:15.186Z Sun culminates 71.27 degrees above the horizon -2030-08-27T22:53:10.287Z moonset +2030-08-27T09:41:17.733Z moonrise +2030-08-27T11:00:31.038Z sunrise +2030-08-27T16:20:04.686Z Moon culminates 71.94 degrees above the horizon +2030-08-27T17:26:15.187Z Sun culminates 71.27 degrees above the horizon +2030-08-27T22:53:10.288Z moonset 2030-08-27T23:51:33.706Z sunset 2030-08-28T10:39:22.586Z moonrise -2030-08-28T11:01:01.518Z sunrise +2030-08-28T11:01:01.519Z sunrise 2030-08-28T17:07:09.406Z Moon culminates 67.06 degrees above the horizon 2030-08-28T17:25:57.551Z Sun culminates 70.91 degrees above the horizon 2030-08-28T23:07:50.448Z new moon @@ -21651,7 +21651,7 @@ 2030-08-28T23:50:27.890Z sunset 2030-08-29T11:01:31.859Z sunrise 2030-08-29T11:38:17.602Z moonrise -2030-08-29T17:25:39.559Z Sun culminates 70.56 degrees above the horizon +2030-08-29T17:25:39.560Z Sun culminates 70.56 degrees above the horizon 2030-08-29T17:54:25.181Z Moon culminates 61.78 degrees above the horizon 2030-08-29T20:03:10.337Z Mercury inferior conjunction 2030-08-29T23:49:21.512Z sunset @@ -21661,157 +21661,157 @@ 2030-08-30T17:25:21.225Z Sun culminates 70.20 degrees above the horizon 2030-08-30T18:42:33.022Z Moon culminates 56.36 degrees above the horizon 2030-08-30T23:48:14.592Z sunset -2030-08-31T00:41:01.890Z moonset +2030-08-31T00:41:01.889Z moonset 2030-08-31T11:02:32.124Z sunrise 2030-08-31T13:39:42.270Z moonrise -2030-08-31T14:32:15.228Z Mercury moves from Sextans to Leo +2030-08-31T14:32:14.806Z Mercury moves from Sextans to Leo 2030-08-31T17:25:02.561Z Sun culminates 69.84 degrees above the horizon 2030-08-31T19:32:17.817Z Moon culminates 51.11 degrees above the horizon -2030-08-31T23:47:07.155Z sunset -2030-09-01T01:19:32.125Z moonset +2030-08-31T23:47:07.156Z sunset +2030-09-01T01:19:32.124Z moonset 2030-09-01T11:03:02.054Z sunrise 2030-09-01T14:42:40.921Z moonrise 2030-09-01T17:24:43.579Z Sun culminates 69.48 degrees above the horizon -2030-09-01T20:24:20.066Z Moon culminates 46.35 degrees above the horizon -2030-09-01T23:45:59.224Z sunset -2030-09-02T02:01:19.376Z moonset +2030-09-01T20:24:20.065Z Moon culminates 46.35 degrees above the horizon +2030-09-01T23:45:59.225Z sunset +2030-09-02T02:01:19.375Z moonset 2030-09-02T11:03:31.855Z sunrise 2030-09-02T15:46:56.751Z moonrise -2030-09-02T17:24:24.295Z Sun culminates 69.11 degrees above the horizon -2030-09-02T21:19:04.026Z Moon culminates 42.45 degrees above the horizon -2030-09-02T23:44:50.824Z sunset -2030-09-03T02:47:32.846Z moonset -2030-09-03T11:04:01.532Z sunrise +2030-09-02T17:24:24.296Z Sun culminates 69.11 degrees above the horizon +2030-09-02T21:19:04.025Z Moon culminates 42.45 degrees above the horizon +2030-09-02T23:44:50.825Z sunset +2030-09-03T02:47:32.844Z moonset +2030-09-03T11:04:01.531Z sunrise 2030-09-03T16:51:31.224Z moonrise -2030-09-03T17:24:04.724Z Sun culminates 68.74 degrees above the horizon +2030-09-03T17:24:04.725Z Sun culminates 68.74 degrees above the horizon 2030-09-03T20:15:18.411Z Venus perihelion at 0.7185 AU -2030-09-03T22:16:23.476Z Moon culminates 39.71 degrees above the horizon -2030-09-03T23:43:41.978Z sunset -2030-09-04T03:39:00.067Z moonset -2030-09-04T11:04:31.091Z sunrise +2030-09-03T22:16:23.475Z Moon culminates 39.71 degrees above the horizon +2030-09-03T23:43:41.979Z sunset +2030-09-04T03:39:00.066Z moonset +2030-09-04T11:04:31.090Z sunrise 2030-09-04T16:58:29.887Z lunar perigee at 369870 km 2030-09-04T17:23:44.882Z Sun culminates 68.38 degrees above the horizon 2030-09-04T17:54:43.585Z moonrise 2030-09-04T21:56:05.208Z first quarter -2030-09-04T23:15:31.754Z Moon culminates 38.39 degrees above the horizon -2030-09-04T23:42:32.713Z sunset -2030-09-05T04:35:43.668Z moonset -2030-09-05T11:05:00.541Z sunrise +2030-09-04T23:15:31.753Z Moon culminates 38.39 degrees above the horizon +2030-09-04T23:42:32.715Z sunset +2030-09-05T04:35:43.666Z moonset +2030-09-05T11:05:00.539Z sunrise 2030-09-05T17:23:24.786Z Sun culminates 68.01 degrees above the horizon -2030-09-05T18:54:35.873Z moonrise -2030-09-05T23:41:23.056Z sunset -2030-09-06T00:15:06.942Z Moon culminates 38.64 degrees above the horizon -2030-09-06T05:36:45.725Z moonset -2030-09-06T11:05:29.889Z sunrise +2030-09-05T18:54:35.872Z moonrise +2030-09-05T23:41:23.058Z sunset +2030-09-06T00:15:06.940Z Moon culminates 38.64 degrees above the horizon +2030-09-06T05:36:45.723Z moonset +2030-09-06T11:05:29.887Z sunrise 2030-09-06T17:23:04.455Z Sun culminates 67.63 degrees above the horizon -2030-09-06T19:49:35.482Z moonrise -2030-09-06T23:40:13.034Z sunset -2030-09-07T01:13:36.407Z Moon culminates 40.40 degrees above the horizon -2030-09-07T06:40:19.120Z moonset -2030-09-07T11:05:59.148Z sunrise +2030-09-06T19:49:35.481Z moonrise +2030-09-06T23:40:13.036Z sunset +2030-09-07T01:13:36.406Z Moon culminates 40.40 degrees above the horizon +2030-09-07T06:40:19.118Z moonset +2030-09-07T11:05:59.146Z sunrise 2030-09-07T17:22:43.906Z Sun culminates 67.26 degrees above the horizon 2030-09-07T20:39:06.244Z moonrise -2030-09-07T23:39:02.673Z sunset -2030-09-08T02:09:48.092Z Moon culminates 43.50 degrees above the horizon -2030-09-08T07:44:26.180Z moonset -2030-09-08T11:06:28.328Z sunrise +2030-09-07T23:39:02.675Z sunset +2030-09-08T02:09:48.091Z Moon culminates 43.50 degrees above the horizon +2030-09-08T07:44:26.178Z moonset +2030-09-08T11:06:28.326Z sunrise 2030-09-08T17:22:23.162Z Sun culminates 66.88 degrees above the horizon -2030-09-08T21:23:28.838Z moonrise -2030-09-08T23:37:52.003Z sunset -2030-09-09T03:03:08.952Z Moon culminates 47.64 degrees above the horizon -2030-09-09T08:47:37.977Z moonset -2030-09-09T11:06:57.443Z sunrise -2030-09-09T17:22:02.243Z Sun culminates 66.51 degrees above the horizon -2030-09-09T22:03:40.188Z moonrise -2030-09-09T23:36:41.051Z sunset -2030-09-10T03:53:43.904Z Moon culminates 52.48 degrees above the horizon -2030-09-10T09:49:10.320Z moonset -2030-09-10T11:07:26.507Z sunrise +2030-09-08T21:23:28.839Z moonrise +2030-09-08T23:37:52.004Z sunset +2030-09-09T03:03:08.951Z Moon culminates 47.64 degrees above the horizon +2030-09-09T08:47:37.976Z moonset +2030-09-09T11:06:57.441Z sunrise +2030-09-09T17:22:02.242Z Sun culminates 66.51 degrees above the horizon +2030-09-09T22:03:40.189Z moonrise +2030-09-09T23:36:41.052Z sunset +2030-09-10T03:53:43.903Z Moon culminates 52.48 degrees above the horizon +2030-09-10T09:49:10.319Z moonset +2030-09-10T11:07:26.506Z sunrise 2030-09-10T17:21:41.170Z Sun culminates 66.13 degrees above the horizon -2030-09-10T22:40:51.606Z moonrise -2030-09-10T23:35:29.847Z sunset +2030-09-10T22:40:51.607Z moonrise +2030-09-10T23:35:29.848Z sunset 2030-09-11T04:42:03.452Z Moon culminates 57.70 degrees above the horizon -2030-09-11T10:48:56.948Z moonset -2030-09-11T11:07:55.537Z sunrise +2030-09-11T10:48:56.947Z moonset +2030-09-11T11:07:55.536Z sunrise 2030-09-11T17:21:19.966Z Sun culminates 65.75 degrees above the horizon 2030-09-11T21:18:26.454Z full moon -2030-09-11T23:16:15.361Z moonrise -2030-09-11T23:34:18.420Z sunset +2030-09-11T23:16:15.362Z moonrise +2030-09-11T23:34:18.421Z sunset 2030-09-12T05:28:50.199Z Moon culminates 62.97 degrees above the horizon 2030-09-12T11:08:24.548Z sunrise -2030-09-12T11:47:13.445Z moonset +2030-09-12T11:47:13.444Z moonset 2030-09-12T17:20:58.654Z Sun culminates 65.37 degrees above the horizon 2030-09-12T23:33:06.799Z sunset 2030-09-12T23:50:59.131Z moonrise -2030-09-13T06:14:48.817Z Moon culminates 68.03 degrees above the horizon -2030-09-13T08:21:50.624Z Mars moves from Cancer to Leo -2030-09-13T11:08:53.558Z sunrise -2030-09-13T12:44:21.836Z moonset +2030-09-13T06:14:48.816Z Moon culminates 68.03 degrees above the horizon +2030-09-13T08:21:51.922Z Mars moves from Cancer to Leo +2030-09-13T11:08:53.557Z sunrise +2030-09-13T12:44:21.835Z moonset 2030-09-13T17:20:37.257Z Sun culminates 64.99 degrees above the horizon -2030-09-13T23:31:55.013Z sunset +2030-09-13T23:31:55.014Z sunset 2030-09-14T00:26:04.653Z moonrise 2030-09-14T07:00:39.547Z Moon culminates 72.65 degrees above the horizon -2030-09-14T11:09:22.584Z sunrise -2030-09-14T13:40:39.040Z moonset +2030-09-14T11:09:22.583Z sunrise +2030-09-14T13:40:39.039Z moonset 2030-09-14T17:20:15.799Z Sun culminates 64.60 degrees above the horizon -2030-09-14T23:30:43.092Z sunset +2030-09-14T23:30:43.093Z sunset 2030-09-15T01:02:27.437Z moonrise 2030-09-15T06:28:48.460Z Mercury max morning elongation: 17.90 degrees from Sun -2030-09-15T07:46:53.852Z Moon culminates 76.63 degrees above the horizon -2030-09-15T11:09:51.642Z sunrise -2030-09-15T14:36:09.275Z moonset +2030-09-15T07:46:53.851Z Moon culminates 76.63 degrees above the horizon +2030-09-15T11:09:51.641Z sunrise +2030-09-15T14:36:09.273Z moonset 2030-09-15T17:19:54.303Z Sun culminates 64.22 degrees above the horizon -2030-09-15T23:29:31.065Z sunset -2030-09-16T01:40:55.635Z moonrise -2030-09-16T08:33:51.242Z Moon culminates 79.81 degrees above the horizon -2030-09-16T11:10:20.750Z sunrise -2030-09-16T15:30:40.409Z moonset +2030-09-15T23:29:31.067Z sunset +2030-09-16T01:40:55.634Z moonrise +2030-09-16T08:33:51.240Z Moon culminates 79.81 degrees above the horizon +2030-09-16T11:10:20.748Z sunrise +2030-09-16T15:30:40.407Z moonset 2030-09-16T17:19:32.792Z Sun culminates 63.83 degrees above the horizon -2030-09-16T23:28:18.963Z sunset -2030-09-17T02:22:07.140Z moonrise -2030-09-17T09:21:37.262Z Moon culminates 82.06 degrees above the horizon -2030-09-17T11:10:49.923Z sunrise -2030-09-17T16:23:45.049Z moonset +2030-09-16T23:28:18.965Z sunset +2030-09-17T02:22:07.139Z moonrise +2030-09-17T09:21:37.261Z Moon culminates 82.06 degrees above the horizon +2030-09-17T11:10:49.921Z sunrise +2030-09-17T16:23:45.047Z moonset 2030-09-17T17:19:11.288Z Sun culminates 63.45 degrees above the horizon 2030-09-17T20:40:46.024Z Mercury perihelion at 0.3075 AU -2030-09-17T23:27:06.813Z sunset -2030-09-18T03:06:25.185Z moonrise -2030-09-18T10:10:03.488Z Moon culminates 83.29 degrees above the horizon -2030-09-18T11:11:19.178Z sunrise -2030-09-18T17:14:47.018Z moonset +2030-09-17T23:27:06.815Z sunset +2030-09-18T03:06:25.184Z moonrise +2030-09-18T10:10:03.486Z Moon culminates 83.29 degrees above the horizon +2030-09-18T11:11:19.176Z sunrise +2030-09-18T17:14:47.016Z moonset 2030-09-18T17:18:49.813Z Sun culminates 63.06 degrees above the horizon 2030-09-18T18:08:56.640Z lunar apogee at 404243 km -2030-09-18T23:25:54.644Z sunset -2030-09-19T03:53:54.235Z moonrise -2030-09-19T10:58:50.586Z Moon culminates 83.45 degrees above the horizon -2030-09-19T11:11:48.528Z sunrise +2030-09-18T23:25:54.646Z sunset +2030-09-19T03:53:54.234Z moonrise +2030-09-19T10:58:50.585Z Moon culminates 83.45 degrees above the horizon +2030-09-19T11:11:48.527Z sunrise 2030-09-19T17:18:28.389Z Sun culminates 62.67 degrees above the horizon -2030-09-19T18:03:11.985Z moonset +2030-09-19T18:03:11.984Z moonset 2030-09-19T19:57:03.464Z third quarter -2030-09-19T23:24:42.485Z sunset -2030-09-20T04:44:19.278Z moonrise -2030-09-20T11:12:17.988Z sunrise -2030-09-20T11:47:34.590Z Moon culminates 82.53 degrees above the horizon +2030-09-19T23:24:42.486Z sunset +2030-09-20T04:44:19.277Z moonrise +2030-09-20T11:12:17.987Z sunrise +2030-09-20T11:47:34.589Z Moon culminates 82.53 degrees above the horizon 2030-09-20T17:18:07.037Z Sun culminates 62.29 degrees above the horizon -2030-09-20T18:48:38.433Z moonset -2030-09-20T23:23:30.362Z sunset +2030-09-20T18:48:38.432Z moonset +2030-09-20T23:23:30.363Z sunset 2030-09-21T05:37:10.843Z moonrise -2030-09-21T11:12:47.572Z sunrise +2030-09-21T11:12:47.571Z sunrise 2030-09-21T12:35:54.817Z Moon culminates 80.56 degrees above the horizon 2030-09-21T17:17:45.776Z Sun culminates 61.90 degrees above the horizon -2030-09-21T19:31:04.481Z moonset +2030-09-21T19:31:04.480Z moonset 2030-09-21T23:22:18.304Z sunset 2030-09-22T06:31:54.976Z moonrise 2030-09-22T11:13:17.290Z sunrise 2030-09-22T13:23:40.779Z Moon culminates 77.61 degrees above the horizon 2030-09-22T17:17:24.626Z Sun culminates 61.51 degrees above the horizon -2030-09-22T20:10:48.719Z moonset +2030-09-22T20:10:48.718Z moonset 2030-09-22T23:21:06.335Z sunset -2030-09-22T23:27:12.874Z September equinox +2030-09-22T23:27:13.152Z September equinox 2030-09-23T07:28:04.166Z moonrise -2030-09-23T11:13:47.155Z sunrise -2030-09-23T14:10:56.085Z Moon culminates 73.78 degrees above the horizon -2030-09-23T16:34:05.472Z Venus moves from Leo to Virgo +2030-09-23T11:13:47.154Z sunrise +2030-09-23T14:10:56.084Z Moon culminates 73.78 degrees above the horizon +2030-09-23T16:34:06.118Z Venus moves from Leo to Virgo 2030-09-23T17:17:03.606Z Sun culminates 61.12 degrees above the horizon 2030-09-23T20:48:26.717Z moonset 2030-09-23T23:19:54.483Z sunset @@ -21819,7 +21819,7 @@ 2030-09-24T11:14:17.176Z sunrise 2030-09-24T14:57:59.036Z Moon culminates 69.22 degrees above the horizon 2030-09-24T17:16:42.733Z Sun culminates 60.73 degrees above the horizon -2030-09-24T21:24:46.422Z moonset +2030-09-24T21:24:46.421Z moonset 2030-09-24T23:18:42.773Z sunset 2030-09-25T09:23:59.810Z moonrise 2030-09-25T11:14:47.364Z sunrise @@ -21827,8 +21827,8 @@ 2030-09-25T17:16:22.024Z Sun culminates 60.34 degrees above the horizon 2030-09-25T22:00:44.731Z moonset 2030-09-25T23:17:31.229Z sunset -2030-09-26T10:24:04.335Z moonrise -2030-09-26T11:15:17.729Z sunrise +2030-09-26T10:24:04.334Z moonrise +2030-09-26T11:15:17.728Z sunrise 2030-09-26T16:33:42.044Z Moon culminates 58.71 degrees above the horizon 2030-09-26T17:16:01.497Z Sun culminates 59.95 degrees above the horizon 2030-09-26T22:37:25.802Z moonset @@ -21838,11 +21838,11 @@ 2030-09-27T11:25:58.480Z moonrise 2030-09-27T17:15:41.170Z Sun culminates 59.56 degrees above the horizon 2030-09-27T17:23:47.665Z Moon culminates 53.30 degrees above the horizon -2030-09-27T20:00:51.530Z Mercury moves from Leo to Virgo -2030-09-27T23:15:08.740Z sunset +2030-09-27T20:00:51.983Z Mercury moves from Leo to Virgo +2030-09-27T23:15:08.741Z sunset 2030-09-27T23:16:00.067Z moonset -2030-09-28T11:16:19.023Z sunrise -2030-09-28T12:29:53.241Z moonrise +2030-09-28T11:16:19.022Z sunrise +2030-09-28T12:29:53.240Z moonrise 2030-09-28T17:15:21.057Z Sun culminates 59.17 degrees above the horizon 2030-09-28T18:16:18.709Z Moon culminates 48.23 degrees above the horizon 2030-09-28T23:13:57.944Z sunset @@ -21853,253 +21853,253 @@ 2030-09-29T19:11:39.809Z Moon culminates 43.90 degrees above the horizon 2030-09-29T23:12:47.312Z sunset 2030-09-30T00:43:40.400Z moonset -2030-09-30T11:17:21.130Z sunrise -2030-09-30T14:41:53.863Z moonrise +2030-09-30T11:17:21.129Z sunrise +2030-09-30T14:41:53.862Z moonrise 2030-09-30T15:36:20.525Z lunar perigee at 366341 km 2030-09-30T17:14:41.546Z Sun culminates 58.40 degrees above the horizon 2030-09-30T20:09:43.545Z Moon culminates 40.67 degrees above the horizon -2030-09-30T23:11:36.970Z sunset +2030-09-30T23:11:36.971Z sunset 2030-10-01T01:34:45.369Z moonset -2030-10-01T11:17:52.511Z sunrise -2030-10-01T15:47:07.871Z moonrise +2030-10-01T11:17:52.510Z sunrise +2030-10-01T15:47:07.870Z moonrise 2030-10-01T17:14:22.182Z Sun culminates 58.01 degrees above the horizon -2030-10-01T21:09:39.084Z Moon culminates 38.87 degrees above the horizon -2030-10-01T23:10:26.943Z sunset +2030-10-01T21:09:39.083Z Moon culminates 38.87 degrees above the horizon +2030-10-01T23:10:26.945Z sunset 2030-10-02T02:31:00.862Z moonset -2030-10-02T11:18:24.123Z sunrise -2030-10-02T16:49:01.188Z moonrise +2030-10-02T11:18:24.121Z sunrise +2030-10-02T16:49:01.186Z moonrise 2030-10-02T17:14:03.101Z Sun culminates 57.62 degrees above the horizon -2030-10-02T22:09:57.568Z Moon culminates 38.65 degrees above the horizon -2030-10-02T23:09:17.259Z sunset -2030-10-03T03:31:29.883Z moonset -2030-10-03T11:18:55.976Z sunrise +2030-10-02T22:09:57.567Z Moon culminates 38.65 degrees above the horizon +2030-10-02T23:09:17.261Z sunset +2030-10-03T03:31:29.882Z moonset +2030-10-03T11:18:55.973Z sunrise 2030-10-03T17:13:44.324Z Sun culminates 57.24 degrees above the horizon -2030-10-03T17:45:46.138Z moonrise -2030-10-03T23:08:07.943Z sunset -2030-10-03T23:08:59.240Z Moon culminates 39.97 degrees above the horizon +2030-10-03T17:45:46.136Z moonrise +2030-10-03T23:08:07.945Z sunset +2030-10-03T23:08:59.238Z Moon culminates 39.97 degrees above the horizon 2030-10-04T03:56:40.248Z first quarter -2030-10-04T04:34:25.115Z moonset -2030-10-04T11:19:28.079Z sunrise +2030-10-04T04:34:25.114Z moonset +2030-10-04T11:19:28.076Z sunrise 2030-10-04T17:13:25.867Z Sun culminates 56.85 degrees above the horizon -2030-10-04T18:36:37.526Z moonrise -2030-10-04T23:06:59.023Z sunset -2030-10-05T00:05:27.876Z Moon culminates 42.66 degrees above the horizon +2030-10-04T18:36:37.524Z moonrise +2030-10-04T23:06:59.025Z sunset +2030-10-05T00:05:27.874Z Moon culminates 42.66 degrees above the horizon 2030-10-05T03:34:14.867Z Neptune opposition -2030-10-05T05:37:48.659Z moonset -2030-10-05T11:20:00.444Z sunrise +2030-10-05T05:37:48.658Z moonset +2030-10-05T11:20:00.441Z sunrise 2030-10-05T17:13:07.752Z Sun culminates 56.47 degrees above the horizon -2030-10-05T19:21:54.314Z moonrise -2030-10-05T23:05:50.527Z sunset -2030-10-06T00:58:50.329Z Moon culminates 46.42 degrees above the horizon -2030-10-06T06:40:12.772Z moonset -2030-10-06T11:20:33.082Z sunrise -2030-10-06T17:12:49.998Z Sun culminates 56.08 degrees above the horizon -2030-10-06T20:02:36.247Z moonrise -2030-10-06T23:04:42.484Z sunset -2030-10-07T01:49:14.305Z Moon culminates 50.94 degrees above the horizon -2030-10-07T07:40:56.170Z moonset -2030-10-07T11:21:06.007Z sunrise +2030-10-05T19:21:54.312Z moonrise +2030-10-05T23:05:50.530Z sunset +2030-10-06T00:58:50.328Z Moon culminates 46.42 degrees above the horizon +2030-10-06T06:40:12.771Z moonset +2030-10-06T11:20:33.080Z sunrise +2030-10-06T17:12:49.999Z Sun culminates 56.08 degrees above the horizon +2030-10-06T20:02:36.246Z moonrise +2030-10-06T23:04:42.486Z sunset +2030-10-07T01:49:14.304Z Moon culminates 50.94 degrees above the horizon +2030-10-07T07:40:56.169Z moonset +2030-10-07T11:21:06.006Z sunrise 2030-10-07T17:12:32.627Z Sun culminates 55.70 degrees above the horizon -2030-10-07T20:39:58.802Z moonrise -2030-10-07T23:03:34.923Z sunset +2030-10-07T20:39:58.801Z moonrise +2030-10-07T23:03:34.925Z sunset 2030-10-08T02:37:14.225Z Moon culminates 55.92 degrees above the horizon 2030-10-08T08:39:56.603Z moonset -2030-10-08T11:21:39.232Z sunrise +2030-10-08T11:21:39.231Z sunrise 2030-10-08T17:12:15.660Z Sun culminates 55.32 degrees above the horizon 2030-10-08T21:15:17.959Z moonrise -2030-10-08T23:02:27.874Z sunset +2030-10-08T23:02:27.876Z sunset 2030-10-09T03:23:36.594Z Moon culminates 61.05 degrees above the horizon 2030-10-09T09:37:34.102Z moonset -2030-10-09T11:22:12.772Z sunrise +2030-10-09T11:22:12.771Z sunrise 2030-10-09T17:11:59.119Z Sun culminates 54.94 degrees above the horizon -2030-10-09T21:49:44.147Z moonrise -2030-10-09T23:01:21.367Z sunset +2030-10-09T21:49:44.148Z moonrise +2030-10-09T23:01:21.368Z sunset 2030-10-10T04:09:09.568Z Moon culminates 66.10 degrees above the horizon -2030-10-10T10:34:15.178Z moonset +2030-10-10T10:34:15.177Z moonset 2030-10-10T11:22:46.538Z sunrise 2030-10-10T17:11:43.026Z Sun culminates 54.56 degrees above the horizon 2030-10-10T22:24:21.020Z moonrise -2030-10-10T23:00:15.432Z sunset +2030-10-10T23:00:15.433Z sunset 2030-10-11T04:54:36.396Z Moon culminates 70.83 degrees above the horizon 2030-10-11T10:47:23.329Z full moon -2030-10-11T11:23:20.748Z sunrise -2030-10-11T11:30:20.911Z moonset +2030-10-11T11:23:20.747Z sunrise +2030-10-11T11:30:20.910Z moonset 2030-10-11T17:11:27.405Z Sun culminates 54.19 degrees above the horizon 2030-10-11T22:59:10.101Z sunset 2030-10-11T23:00:05.484Z moonrise 2030-10-11T23:30:11.270Z Mercury superior conjunction 2030-10-12T05:40:30.942Z Moon culminates 75.02 degrees above the horizon -2030-10-12T11:23:55.315Z sunrise -2030-10-12T12:25:58.612Z moonset +2030-10-12T11:23:55.314Z sunrise +2030-10-12T12:25:58.610Z moonset 2030-10-12T17:11:12.278Z Sun culminates 53.81 degrees above the horizon -2030-10-12T22:58:05.403Z sunset -2030-10-12T23:37:46.795Z moonrise -2030-10-13T06:27:14.101Z Moon culminates 78.50 degrees above the horizon -2030-10-13T11:24:30.253Z sunrise -2030-10-13T13:20:56.967Z moonset -2030-10-13T17:10:57.667Z Sun culminates 53.44 degrees above the horizon -2030-10-13T22:57:01.370Z sunset -2030-10-14T00:18:03.716Z moonrise +2030-10-12T22:58:05.404Z sunset +2030-10-12T23:37:46.796Z moonrise +2030-10-13T06:27:14.100Z Moon culminates 78.50 degrees above the horizon +2030-10-13T11:24:30.251Z sunrise +2030-10-13T13:20:56.965Z moonset +2030-10-13T17:10:57.666Z Sun culminates 53.44 degrees above the horizon +2030-10-13T22:57:01.371Z sunset +2030-10-14T00:18:03.717Z moonrise 2030-10-14T07:14:51.183Z Moon culminates 81.11 degrees above the horizon -2030-10-14T11:25:05.575Z sunrise -2030-10-14T14:14:45.987Z moonset +2030-10-14T11:25:05.573Z sunrise +2030-10-14T14:14:45.984Z moonset 2030-10-14T17:10:43.593Z Sun culminates 53.07 degrees above the horizon -2030-10-14T22:55:58.034Z sunset -2030-10-15T01:01:19.994Z moonrise +2030-10-14T22:55:58.035Z sunset +2030-10-15T01:01:19.995Z moonrise 2030-10-15T08:03:11.543Z Moon culminates 82.73 degrees above the horizon -2030-10-15T11:25:41.292Z sunrise -2030-10-15T15:06:43.296Z moonset +2030-10-15T11:25:41.291Z sunrise +2030-10-15T15:06:43.293Z moonset 2030-10-15T17:10:30.080Z Sun culminates 52.70 degrees above the horizon -2030-10-15T22:54:55.424Z sunset -2030-10-16T01:47:40.108Z moonrise +2030-10-15T22:54:55.426Z sunset +2030-10-16T01:47:40.109Z moonrise 2030-10-16T08:51:51.931Z Moon culminates 83.30 degrees above the horizon -2030-10-16T11:26:17.418Z sunrise +2030-10-16T11:26:17.417Z sunrise 2030-10-16T13:22:04.191Z lunar apogee at 405066 km -2030-10-16T15:56:06.066Z moonset +2030-10-16T15:56:06.063Z moonset 2030-10-16T17:10:17.147Z Sun culminates 52.33 degrees above the horizon -2030-10-16T22:53:53.573Z sunset -2030-10-17T02:36:48.517Z moonrise +2030-10-16T22:53:53.575Z sunset +2030-10-17T02:36:48.519Z moonrise 2030-10-17T09:40:23.753Z Moon culminates 82.80 degrees above the horizon -2030-10-17T11:26:53.960Z sunrise -2030-10-17T16:42:24.236Z moonset -2030-10-17T17:10:04.814Z Sun culminates 51.97 degrees above the horizon -2030-10-17T22:52:52.511Z sunset -2030-10-18T03:28:14.955Z moonrise +2030-10-17T11:26:53.959Z sunrise +2030-10-17T16:42:24.234Z moonset +2030-10-17T17:10:04.815Z Sun culminates 51.97 degrees above the horizon +2030-10-17T22:52:52.512Z sunset +2030-10-18T03:28:14.957Z moonrise 2030-10-18T10:28:22.249Z Moon culminates 81.26 degrees above the horizon -2030-10-18T11:27:30.927Z sunrise -2030-10-18T17:09:53.101Z Sun culminates 51.60 degrees above the horizon -2030-10-18T17:25:29.318Z moonset -2030-10-18T22:51:52.266Z sunset -2030-10-19T04:21:25.001Z moonrise +2030-10-18T11:27:30.926Z sunrise +2030-10-18T17:09:53.102Z Sun culminates 51.60 degrees above the horizon +2030-10-18T17:25:29.316Z moonset +2030-10-18T22:51:52.267Z sunset +2030-10-19T04:21:25.003Z moonrise 2030-10-19T11:15:34.357Z Moon culminates 78.75 degrees above the horizon -2030-10-19T11:28:08.325Z sunrise +2030-10-19T11:28:08.326Z sunrise 2030-10-19T14:50:55.600Z third quarter 2030-10-19T17:09:42.025Z Sun culminates 51.24 degrees above the horizon -2030-10-19T18:05:35.995Z moonset -2030-10-19T22:50:52.868Z sunset -2030-10-20T05:15:51.739Z moonrise +2030-10-19T18:05:35.993Z moonset +2030-10-19T22:50:52.869Z sunset +2030-10-20T05:15:51.741Z moonrise 2030-10-20T10:34:26.576Z Venus superior conjunction 2030-10-20T11:28:46.161Z sunrise -2030-10-20T12:02:02.972Z Moon culminates 75.37 degrees above the horizon -2030-10-20T17:09:31.602Z Sun culminates 50.88 degrees above the horizon -2030-10-20T18:43:18.247Z moonset +2030-10-20T12:02:02.971Z Moon culminates 75.37 degrees above the horizon +2030-10-20T17:09:31.603Z Sun culminates 50.88 degrees above the horizon +2030-10-20T18:43:18.245Z moonset 2030-10-20T22:49:54.347Z sunset -2030-10-21T06:11:23.942Z moonrise +2030-10-21T06:11:23.943Z moonrise 2030-10-21T11:29:24.436Z sunrise 2030-10-21T12:48:07.436Z Moon culminates 71.23 degrees above the horizon 2030-10-21T17:09:21.849Z Sun culminates 50.53 degrees above the horizon -2030-10-21T19:19:23.848Z moonset -2030-10-21T22:48:56.729Z sunset -2030-10-22T07:08:08.721Z moonrise -2030-10-22T11:30:03.152Z sunrise +2030-10-21T19:19:23.847Z moonset +2030-10-21T22:48:56.730Z sunset +2030-10-22T07:08:08.722Z moonrise +2030-10-22T11:30:03.153Z sunrise 2030-10-22T13:34:21.565Z Moon culminates 66.47 degrees above the horizon 2030-10-22T17:09:12.779Z Sun culminates 50.17 degrees above the horizon -2030-10-22T19:54:50.210Z moonset -2030-10-22T22:48:00.042Z sunset -2030-10-23T08:06:29.038Z moonrise +2030-10-22T19:54:50.208Z moonset +2030-10-22T22:48:00.043Z sunset +2030-10-23T08:06:29.039Z moonrise 2030-10-23T11:30:42.310Z sunrise 2030-10-23T14:21:30.496Z Moon culminates 61.29 degrees above the horizon -2030-10-23T17:09:04.405Z Sun culminates 49.82 degrees above the horizon -2030-10-23T20:30:42.542Z moonset -2030-10-23T20:49:47.907Z Mercury moves from Virgo to Libra +2030-10-23T17:09:04.406Z Sun culminates 49.82 degrees above the horizon +2030-10-23T20:30:42.541Z moonset +2030-10-23T20:49:48.422Z Mercury moves from Virgo to Libra 2030-10-23T22:47:04.313Z sunset -2030-10-24T09:06:56.774Z moonrise +2030-10-24T09:06:56.775Z moonrise 2030-10-24T11:31:21.907Z sunrise 2030-10-24T15:10:26.477Z Moon culminates 55.91 degrees above the horizon -2030-10-24T17:08:56.740Z Sun culminates 49.48 degrees above the horizon -2030-10-24T21:08:13.646Z moonset -2030-10-24T22:46:09.566Z sunset -2030-10-25T10:10:00.640Z moonrise -2030-10-25T11:32:01.940Z sunrise +2030-10-24T17:08:56.741Z Sun culminates 49.48 degrees above the horizon +2030-10-24T21:08:13.645Z moonset +2030-10-24T22:46:09.567Z sunset +2030-10-25T10:10:00.641Z moonrise +2030-10-25T11:32:01.941Z sunrise 2030-10-25T16:02:02.130Z Moon culminates 50.64 degrees above the horizon -2030-10-25T17:08:49.794Z Sun culminates 49.13 degrees above the horizon -2030-10-25T21:48:43.156Z moonset -2030-10-25T22:45:15.827Z sunset +2030-10-25T17:08:49.795Z Sun culminates 49.13 degrees above the horizon +2030-10-25T21:48:43.157Z moonset +2030-10-25T22:45:15.828Z sunset 2030-10-26T11:15:47.140Z moonrise 2030-10-26T11:32:42.407Z sunrise -2030-10-26T16:56:58.489Z Moon culminates 45.87 degrees above the horizon -2030-10-26T17:08:43.578Z Sun culminates 48.79 degrees above the horizon +2030-10-26T16:56:58.490Z Moon culminates 45.87 degrees above the horizon +2030-10-26T17:08:43.579Z Sun culminates 48.79 degrees above the horizon 2030-10-26T20:17:25.372Z new moon 2030-10-26T22:33:32.262Z moonset -2030-10-26T22:44:23.121Z sunset -2030-10-27T11:33:23.299Z sunrise +2030-10-26T22:44:23.122Z sunset +2030-10-27T11:33:23.300Z sunrise 2030-10-27T12:23:35.768Z moonrise -2030-10-27T17:08:38.100Z Sun culminates 48.45 degrees above the horizon -2030-10-27T17:55:26.201Z Moon culminates 42.04 degrees above the horizon +2030-10-27T17:08:38.101Z Sun culminates 48.45 degrees above the horizon +2030-10-27T17:55:26.202Z Moon culminates 42.04 degrees above the horizon 2030-10-27T22:43:31.471Z sunset -2030-10-27T23:23:48.247Z moonset +2030-10-27T23:23:48.248Z moonset 2030-10-28T11:34:04.612Z sunrise 2030-10-28T12:03:44.702Z lunar perigee at 361112 km -2030-10-28T13:31:40.723Z moonrise +2030-10-28T13:31:40.722Z moonrise 2030-10-28T17:08:33.369Z Sun culminates 48.12 degrees above the horizon -2030-10-28T18:56:45.025Z Moon culminates 39.55 degrees above the horizon -2030-10-28T22:42:40.900Z sunset -2030-10-29T00:19:56.173Z moonset -2030-10-29T02:51:15.262Z Venus moves from Virgo to Libra -2030-10-29T11:34:46.338Z sunrise -2030-10-29T14:37:23.972Z moonrise +2030-10-28T18:56:45.026Z Moon culminates 39.55 degrees above the horizon +2030-10-28T22:42:40.901Z sunset +2030-10-29T00:19:56.174Z moonset +2030-10-29T02:51:15.846Z Venus moves from Virgo to Libra +2030-10-29T11:34:46.337Z sunrise +2030-10-29T14:37:23.971Z moonrise 2030-10-29T17:08:29.393Z Sun culminates 47.79 degrees above the horizon -2030-10-29T19:59:18.194Z Moon culminates 38.69 degrees above the horizon -2030-10-29T22:41:51.433Z sunset -2030-10-30T01:21:09.495Z moonset -2030-10-30T11:35:28.466Z sunrise -2030-10-30T15:38:10.786Z moonrise +2030-10-29T19:59:18.193Z Moon culminates 38.69 degrees above the horizon +2030-10-29T22:41:51.435Z sunset +2030-10-30T01:21:09.496Z moonset +2030-10-30T11:35:28.465Z sunrise +2030-10-30T15:38:10.783Z moonrise 2030-10-30T17:08:26.179Z Sun culminates 47.46 degrees above the horizon -2030-10-30T21:00:58.373Z Moon culminates 39.51 degrees above the horizon -2030-10-30T22:41:03.094Z sunset +2030-10-30T21:00:58.372Z Moon culminates 39.51 degrees above the horizon +2030-10-30T22:41:03.096Z sunset 2030-10-31T02:25:29.431Z moonset -2030-10-31T11:36:10.989Z sunrise -2030-10-31T16:32:32.374Z moonrise +2030-10-31T11:36:10.987Z sunrise +2030-10-31T16:32:32.371Z moonrise 2030-10-31T17:08:23.734Z Sun culminates 47.14 degrees above the horizon 2030-10-31T20:18:09.266Z Mercury aphelion at 0.4667 AU -2030-10-31T21:59:55.666Z Moon culminates 41.83 degrees above the horizon -2030-10-31T22:40:15.906Z sunset +2030-10-31T21:59:55.665Z Moon culminates 41.83 degrees above the horizon +2030-10-31T22:40:15.909Z sunset 2030-11-01T03:30:29.207Z moonset -2030-11-01T11:36:53.896Z sunrise +2030-11-01T11:36:53.894Z sunrise 2030-11-01T17:08:22.067Z Sun culminates 46.82 degrees above the horizon -2030-11-01T17:20:25.726Z moonrise -2030-11-01T22:39:29.895Z sunset -2030-11-01T22:55:12.998Z Moon culminates 45.35 degrees above the horizon +2030-11-01T17:20:25.723Z moonrise +2030-11-01T22:39:29.899Z sunset +2030-11-01T22:55:12.997Z Moon culminates 45.35 degrees above the horizon 2030-11-02T04:34:12.416Z moonset -2030-11-02T11:37:37.177Z sunrise +2030-11-02T11:37:37.175Z sunrise 2030-11-02T11:56:28.903Z first quarter 2030-11-02T17:08:21.184Z Sun culminates 46.50 degrees above the horizon -2030-11-02T18:02:48.683Z moonrise -2030-11-02T22:38:45.086Z sunset -2030-11-02T23:46:49.109Z Moon culminates 49.69 degrees above the horizon -2030-11-03T05:35:41.915Z moonset -2030-11-03T11:38:20.822Z sunrise -2030-11-03T17:08:21.093Z Sun culminates 46.19 degrees above the horizon -2030-11-03T18:41:04.618Z moonrise -2030-11-03T22:38:01.503Z sunset +2030-11-02T18:02:48.681Z moonrise +2030-11-02T22:38:45.089Z sunset +2030-11-02T23:46:49.108Z Moon culminates 49.69 degrees above the horizon +2030-11-03T05:35:41.916Z moonset +2030-11-03T11:38:20.821Z sunrise +2030-11-03T17:08:21.094Z Sun culminates 46.19 degrees above the horizon +2030-11-03T18:41:04.617Z moonrise +2030-11-03T22:38:01.506Z sunset 2030-11-04T00:35:20.466Z Moon culminates 54.53 degrees above the horizon -2030-11-04T06:34:53.167Z moonset -2030-11-04T11:39:04.823Z sunrise -2030-11-04T17:08:21.802Z Sun culminates 45.88 degrees above the horizon -2030-11-04T19:16:39.389Z moonrise -2030-11-04T22:37:19.172Z sunset +2030-11-04T06:34:53.168Z moonset +2030-11-04T11:39:04.822Z sunrise +2030-11-04T17:08:21.803Z Sun culminates 45.88 degrees above the horizon +2030-11-04T19:16:39.388Z moonrise +2030-11-04T22:37:19.174Z sunset 2030-11-05T01:21:40.947Z Moon culminates 59.57 degrees above the horizon -2030-11-05T07:32:12.685Z moonset +2030-11-05T07:32:12.686Z moonset 2030-11-05T11:39:49.168Z sunrise 2030-11-05T17:08:23.319Z Sun culminates 45.58 degrees above the horizon -2030-11-05T19:43:15.884Z Jupiter moves from Libra to Scorpius -2030-11-05T19:50:52.024Z moonrise -2030-11-05T22:36:38.118Z sunset +2030-11-05T19:43:19.434Z Jupiter moves from Libra to Scorpius +2030-11-05T19:50:52.023Z moonrise +2030-11-05T22:36:38.119Z sunset 2030-11-06T02:06:47.811Z Moon culminates 64.58 degrees above the horizon -2030-11-06T08:28:17.856Z moonset -2030-11-06T11:40:33.848Z sunrise +2030-11-06T08:28:17.857Z moonset +2030-11-06T11:40:33.849Z sunrise 2030-11-06T17:08:25.651Z Sun culminates 45.28 degrees above the horizon 2030-11-06T20:24:52.999Z moonrise -2030-11-06T22:19:51.492Z Mercury moves from Libra to Scorpius +2030-11-06T22:19:52.006Z Mercury moves from Libra to Scorpius 2030-11-06T22:35:58.367Z sunset 2030-11-07T02:51:33.667Z Moon culminates 69.34 degrees above the horizon -2030-11-07T09:23:42.497Z moonset +2030-11-07T09:23:42.498Z moonset 2030-11-07T11:41:18.854Z sunrise 2030-11-07T17:08:28.807Z Sun culminates 44.98 degrees above the horizon 2030-11-07T20:59:44.915Z moonrise 2030-11-07T22:35:19.944Z sunset 2030-11-08T03:36:41.625Z Moon culminates 73.65 degrees above the horizon -2030-11-08T10:18:46.965Z moonset +2030-11-08T10:18:46.966Z moonset 2030-11-08T11:42:04.174Z sunrise 2030-11-08T17:08:32.793Z Sun culminates 44.69 degrees above the horizon 2030-11-08T21:36:22.537Z moonrise @@ -22112,198 +22112,198 @@ 2030-11-09T22:34:07.184Z sunset 2030-11-10T03:30:55.605Z full moon 2030-11-10T05:09:46.014Z Moon culminates 80.23 degrees above the horizon -2030-11-10T10:53:27.695Z Mars moves from Leo to Virgo +2030-11-10T10:53:29.055Z Mars moves from Leo to Virgo 2030-11-10T11:43:35.711Z sunrise 2030-11-10T12:07:33.592Z moonset 2030-11-10T17:08:43.284Z Sun culminates 44.13 degrees above the horizon -2030-11-10T22:33:32.897Z sunset -2030-11-10T22:57:39.229Z moonrise +2030-11-10T22:33:32.898Z sunset +2030-11-10T22:57:39.230Z moonrise 2030-11-11T05:57:49.250Z Moon culminates 82.20 degrees above the horizon 2030-11-11T11:44:21.903Z sunrise -2030-11-11T13:00:11.191Z moonset +2030-11-11T13:00:11.190Z moonset 2030-11-11T17:08:49.802Z Sun culminates 43.85 degrees above the horizon -2030-11-11T22:33:00.039Z sunset -2030-11-11T23:42:57.910Z moonrise -2030-11-12T06:46:27.553Z Moon culminates 83.13 degrees above the horizon +2030-11-11T22:33:00.040Z sunset +2030-11-11T23:42:57.911Z moonrise +2030-11-12T06:46:27.554Z Moon culminates 83.13 degrees above the horizon 2030-11-12T11:45:08.358Z sunrise -2030-11-12T13:50:33.859Z moonset -2030-11-12T17:08:57.174Z Sun culminates 43.58 degrees above the horizon -2030-11-12T20:45:35.442Z Mercury moves from Scorpius to Ophiuchus -2030-11-12T22:32:28.634Z sunset -2030-11-13T00:31:12.663Z moonrise +2030-11-12T13:50:33.858Z moonset +2030-11-12T17:08:57.175Z Sun culminates 43.58 degrees above the horizon +2030-11-12T20:45:35.956Z Mercury moves from Scorpius to Ophiuchus +2030-11-12T22:32:28.636Z sunset +2030-11-13T00:31:12.665Z moonrise 2030-11-13T05:00:00.259Z lunar apogee at 405983 km -2030-11-13T07:35:06.475Z Moon culminates 83.00 degrees above the horizon +2030-11-13T07:35:06.476Z Moon culminates 83.00 degrees above the horizon 2030-11-13T11:45:55.061Z sunrise -2030-11-13T14:37:58.272Z moonset -2030-11-13T17:09:05.404Z Sun culminates 43.32 degrees above the horizon -2030-11-13T22:31:58.705Z sunset -2030-11-14T01:21:49.554Z moonrise -2030-11-14T08:23:11.414Z Moon culminates 81.83 degrees above the horizon +2030-11-13T14:37:58.271Z moonset +2030-11-13T17:09:05.405Z Sun culminates 43.32 degrees above the horizon +2030-11-13T22:31:58.707Z sunset +2030-11-14T01:21:49.557Z moonrise +2030-11-14T08:23:11.415Z Moon culminates 81.83 degrees above the horizon 2030-11-14T11:46:41.993Z sunrise -2030-11-14T15:22:01.670Z moonset -2030-11-14T17:09:14.494Z Sun culminates 43.06 degrees above the horizon -2030-11-14T22:31:30.275Z sunset -2030-11-15T02:14:05.893Z moonrise -2030-11-15T09:10:18.398Z Moon culminates 79.67 degrees above the horizon -2030-11-15T11:47:29.134Z sunrise -2030-11-15T16:02:47.344Z moonset -2030-11-15T17:09:24.445Z Sun culminates 42.80 degrees above the horizon -2030-11-15T22:31:03.364Z sunset -2030-11-16T03:07:24.561Z moonrise +2030-11-14T15:22:01.668Z moonset +2030-11-14T17:09:14.495Z Sun culminates 43.06 degrees above the horizon +2030-11-14T22:31:30.277Z sunset +2030-11-15T02:14:05.896Z moonrise +2030-11-15T09:10:18.399Z Moon culminates 79.67 degrees above the horizon +2030-11-15T11:47:29.135Z sunrise +2030-11-15T16:02:47.342Z moonset +2030-11-15T17:09:24.446Z Sun culminates 42.80 degrees above the horizon +2030-11-15T22:31:03.366Z sunset +2030-11-16T03:07:24.564Z moonrise 2030-11-16T09:56:20.960Z Moon culminates 76.65 degrees above the horizon -2030-11-16T11:48:16.463Z sunrise -2030-11-16T16:40:42.033Z moonset -2030-11-16T17:09:35.256Z Sun culminates 42.55 degrees above the horizon -2030-11-16T18:13:37.750Z Mercury moves from Ophiuchus to Scorpius -2030-11-16T22:30:37.993Z sunset -2030-11-17T04:01:25.272Z moonrise -2030-11-17T09:03:40.506Z Venus moves from Libra to Scorpius +2030-11-16T11:48:16.465Z sunrise +2030-11-16T16:40:42.031Z moonset +2030-11-16T17:09:35.257Z Sun culminates 42.55 degrees above the horizon +2030-11-16T18:13:38.719Z Mercury moves from Ophiuchus to Scorpius +2030-11-16T22:30:37.995Z sunset +2030-11-17T04:01:25.274Z moonrise +2030-11-17T09:03:41.358Z Venus moves from Libra to Scorpius 2030-11-17T10:41:31.885Z Moon culminates 72.87 degrees above the horizon -2030-11-17T11:49:03.956Z sunrise -2030-11-17T17:09:46.924Z Sun culminates 42.31 degrees above the horizon -2030-11-17T17:16:29.533Z moonset -2030-11-17T17:28:02.226Z Mercury moves from Scorpius to Ophiuchus -2030-11-17T22:30:14.180Z sunset -2030-11-18T04:56:09.421Z moonrise +2030-11-17T11:49:03.958Z sunrise +2030-11-17T17:09:46.925Z Sun culminates 42.31 degrees above the horizon +2030-11-17T17:16:29.531Z moonset +2030-11-17T17:28:02.834Z Mercury moves from Scorpius to Ophiuchus +2030-11-17T22:30:14.181Z sunset +2030-11-18T04:56:09.423Z moonrise 2030-11-18T08:32:53.219Z third quarter 2030-11-18T11:26:21.377Z Moon culminates 68.48 degrees above the horizon -2030-11-18T11:49:51.587Z sunrise -2030-11-18T17:09:59.444Z Sun culminates 42.07 degrees above the horizon -2030-11-18T17:51:04.946Z moonset -2030-11-18T22:29:51.942Z sunset -2030-11-19T05:51:59.031Z moonrise -2030-11-19T06:40:05.798Z Neptune moves from Pisces to Cetus -2030-11-19T11:50:39.328Z sunrise +2030-11-18T11:49:51.589Z sunrise +2030-11-18T17:09:59.445Z Sun culminates 42.07 degrees above the horizon +2030-11-18T17:51:04.944Z moonset +2030-11-18T22:29:51.943Z sunset +2030-11-19T05:51:59.033Z moonrise +2030-11-19T06:39:13.583Z Neptune moves from Pisces to Cetus +2030-11-19T11:50:39.330Z sunrise 2030-11-19T12:11:33.851Z Moon culminates 63.62 degrees above the horizon -2030-11-19T17:10:12.809Z Sun culminates 41.84 degrees above the horizon -2030-11-19T18:25:31.694Z moonset -2030-11-19T22:29:31.293Z sunset -2030-11-20T06:49:31.643Z moonrise -2030-11-20T11:51:27.148Z sunrise +2030-11-19T17:10:12.811Z Sun culminates 41.84 degrees above the horizon +2030-11-19T18:25:31.692Z moonset +2030-11-19T22:29:31.294Z sunset +2030-11-20T06:49:31.645Z moonrise +2030-11-20T11:51:27.150Z sunrise 2030-11-20T12:58:04.507Z Moon culminates 58.46 degrees above the horizon -2030-11-20T17:10:27.012Z Sun culminates 41.61 degrees above the horizon -2030-11-20T19:01:01.261Z moonset -2030-11-20T22:29:12.246Z sunset -2030-11-21T07:49:31.563Z moonrise -2030-11-21T11:52:15.015Z sunrise -2030-11-21T13:46:55.029Z Moon culminates 53.24 degrees above the horizon -2030-11-21T17:10:42.041Z Sun culminates 41.39 degrees above the horizon -2030-11-21T19:38:54.245Z moonset -2030-11-21T22:28:54.813Z sunset -2030-11-22T03:34:35.170Z Venus moves from Scorpius to Ophiuchus -2030-11-22T08:52:35.434Z moonrise -2030-11-22T11:53:02.895Z sunrise -2030-11-22T14:39:05.841Z Moon culminates 48.27 degrees above the horizon -2030-11-22T17:10:57.884Z Sun culminates 41.18 degrees above the horizon -2030-11-22T20:20:39.733Z moonset -2030-11-22T22:28:39.003Z sunset -2030-11-23T09:58:48.989Z moonrise -2030-11-23T11:53:50.752Z sunrise -2030-11-23T15:35:20.940Z Moon culminates 43.93 degrees above the horizon -2030-11-23T17:11:14.526Z Sun culminates 40.97 degrees above the horizon -2030-11-23T21:07:47.398Z moonset +2030-11-20T17:10:27.014Z Sun culminates 41.61 degrees above the horizon +2030-11-20T19:01:01.259Z moonset +2030-11-20T22:29:12.247Z sunset +2030-11-21T07:49:31.565Z moonrise +2030-11-21T11:52:15.017Z sunrise +2030-11-21T13:46:55.030Z Moon culminates 53.24 degrees above the horizon +2030-11-21T17:10:42.043Z Sun culminates 41.39 degrees above the horizon +2030-11-21T19:38:54.244Z moonset +2030-11-21T22:28:54.814Z sunset +2030-11-22T03:34:35.774Z Venus moves from Scorpius to Ophiuchus +2030-11-22T08:52:35.437Z moonrise +2030-11-22T11:53:02.897Z sunrise +2030-11-22T14:39:05.842Z Moon culminates 48.27 degrees above the horizon +2030-11-22T17:10:57.885Z Sun culminates 41.18 degrees above the horizon +2030-11-22T20:20:39.732Z moonset +2030-11-22T22:28:39.004Z sunset +2030-11-23T09:58:48.991Z moonrise +2030-11-23T11:53:50.754Z sunrise +2030-11-23T15:35:20.941Z Moon culminates 43.93 degrees above the horizon +2030-11-23T17:11:14.528Z Sun culminates 40.97 degrees above the horizon +2030-11-23T21:07:47.397Z moonset 2030-11-23T22:28:24.823Z sunset -2030-11-24T11:07:17.097Z moonrise -2030-11-24T11:54:38.548Z sunrise -2030-11-24T16:35:43.404Z Moon culminates 40.68 degrees above the horizon -2030-11-24T17:11:31.952Z Sun culminates 40.77 degrees above the horizon -2030-11-24T22:01:24.525Z moonset -2030-11-24T22:28:12.277Z sunset +2030-11-24T11:07:17.099Z moonrise +2030-11-24T11:54:38.550Z sunrise +2030-11-24T16:35:43.405Z Moon culminates 40.68 degrees above the horizon +2030-11-24T17:11:31.953Z Sun culminates 40.77 degrees above the horizon +2030-11-24T22:01:24.524Z moonset +2030-11-24T22:28:12.278Z sunset 2030-11-25T06:46:57.272Z new moon -2030-11-25T11:55:26.244Z sunrise -2030-11-25T12:15:45.837Z moonrise +2030-11-25T11:55:26.245Z sunrise +2030-11-25T12:15:45.838Z moonrise 2030-11-25T17:11:50.143Z Sun culminates 40.57 degrees above the horizon 2030-11-25T17:39:10.457Z Moon culminates 38.94 degrees above the horizon 2030-11-25T21:10:07.676Z lunar perigee at 357510 km 2030-11-25T22:28:01.370Z sunset 2030-11-25T23:01:36.534Z moonset -2030-11-26T11:56:13.800Z sunrise +2030-11-26T11:56:13.801Z sunrise 2030-11-26T13:21:09.749Z moonrise 2030-11-26T17:12:09.080Z Sun culminates 40.38 degrees above the horizon 2030-11-26T18:43:33.037Z Moon culminates 38.94 degrees above the horizon 2030-11-26T22:27:52.103Z sunset 2030-11-26T23:33:16.344Z Mercury max evening elongation: 21.80 degrees from Sun 2030-11-27T00:06:54.216Z moonset -2030-11-27T07:40:07.276Z Mercury moves from Ophiuchus to Sagittarius -2030-11-27T11:57:01.174Z sunrise -2030-11-27T14:20:47.849Z moonrise +2030-11-27T07:40:08.049Z Mercury moves from Ophiuchus to Sagittarius +2030-11-27T11:57:01.173Z sunrise +2030-11-27T14:20:47.848Z moonrise 2030-11-27T15:43:43.967Z Saturn opposition 2030-11-27T17:12:28.743Z Sun culminates 40.20 degrees above the horizon -2030-11-27T19:46:18.689Z Moon culminates 40.68 degrees above the horizon -2030-11-27T22:27:44.477Z sunset +2030-11-27T19:46:18.688Z Moon culminates 40.68 degrees above the horizon +2030-11-27T22:27:44.478Z sunset 2030-11-28T01:14:31.118Z moonset -2030-11-28T11:57:48.323Z sunrise -2030-11-28T12:34:19.738Z Jupiter moves from Scorpius to Ophiuchus -2030-11-28T15:13:29.623Z moonrise +2030-11-28T11:57:48.322Z sunrise +2030-11-28T12:34:23.143Z Jupiter moves from Scorpius to Ophiuchus +2030-11-28T15:13:29.621Z moonrise 2030-11-28T17:12:49.110Z Sun culminates 40.03 degrees above the horizon 2030-11-28T20:45:33.209Z Moon culminates 43.86 degrees above the horizon -2030-11-28T22:27:38.493Z sunset +2030-11-28T22:27:38.494Z sunset 2030-11-29T02:21:35.244Z moonset -2030-11-29T11:58:35.205Z sunrise -2030-11-29T15:59:38.427Z moonrise +2030-11-29T11:58:35.203Z sunrise +2030-11-29T15:59:38.425Z moonrise 2030-11-29T17:13:10.160Z Sun culminates 39.86 degrees above the horizon 2030-11-29T21:40:32.879Z Moon culminates 48.07 degrees above the horizon -2030-11-29T22:27:34.149Z sunset -2030-11-30T03:26:15.023Z moonset -2030-11-30T11:59:21.775Z sunrise +2030-11-29T22:27:34.151Z sunset +2030-11-30T03:26:15.024Z moonset +2030-11-30T11:59:21.774Z sunrise 2030-11-30T14:47:46.300Z Jupiter conjunction -2030-11-30T16:40:31.779Z moonrise +2030-11-30T16:40:31.778Z moonrise 2030-11-30T17:13:31.871Z Sun culminates 39.70 degrees above the horizon -2030-11-30T22:27:31.444Z sunset +2030-11-30T22:27:31.446Z sunset 2030-11-30T22:31:34.980Z Moon culminates 52.90 degrees above the horizon -2030-12-01T04:27:54.056Z moonset -2030-12-01T12:00:07.993Z sunrise -2030-12-01T17:13:54.219Z Sun culminates 39.54 degrees above the horizon -2030-12-01T17:17:43.066Z moonrise -2030-12-01T22:27:30.376Z sunset +2030-12-01T04:27:54.057Z moonset +2030-12-01T12:00:07.992Z sunrise +2030-12-01T17:13:54.220Z Sun culminates 39.54 degrees above the horizon +2030-12-01T17:17:43.065Z moonrise +2030-12-01T22:27:30.377Z sunset 2030-12-01T22:57:21.593Z first quarter 2030-12-01T23:19:30.988Z Moon culminates 58.00 degrees above the horizon -2030-12-02T05:26:48.863Z moonset -2030-12-02T12:00:53.815Z sunrise -2030-12-02T17:14:17.184Z Sun culminates 39.39 degrees above the horizon -2030-12-02T17:52:41.800Z moonrise +2030-12-02T05:26:48.864Z moonset +2030-12-02T12:00:53.816Z sunrise +2030-12-02T17:14:17.185Z Sun culminates 39.39 degrees above the horizon +2030-12-02T17:52:41.799Z moonrise 2030-12-02T22:27:30.941Z sunset 2030-12-03T00:05:24.071Z Moon culminates 63.09 degrees above the horizon -2030-12-03T06:23:40.457Z moonset -2030-12-03T12:01:39.202Z sunrise +2030-12-03T06:23:40.458Z moonset +2030-12-03T12:01:39.203Z sunrise 2030-12-03T17:14:40.742Z Sun culminates 39.25 degrees above the horizon -2030-12-03T18:26:47.839Z moonrise -2030-12-03T22:27:33.134Z sunset +2030-12-03T18:26:47.837Z moonrise +2030-12-03T22:27:33.133Z sunset 2030-12-04T00:50:16.057Z Moon culminates 67.94 degrees above the horizon -2030-12-04T07:19:13.526Z moonset -2030-12-04T12:02:24.111Z sunrise -2030-12-04T17:15:04.869Z Sun culminates 39.12 degrees above the horizon -2030-12-04T19:01:11.600Z moonrise -2030-12-04T22:27:36.950Z sunset +2030-12-04T07:19:13.527Z moonset +2030-12-04T12:02:24.113Z sunrise +2030-12-04T17:15:04.870Z Sun culminates 39.12 degrees above the horizon +2030-12-04T19:01:11.598Z moonrise +2030-12-04T22:27:36.949Z sunset 2030-12-05T01:35:00.781Z Moon culminates 72.39 degrees above the horizon -2030-12-05T08:14:03.333Z moonset -2030-12-05T12:03:08.504Z sunrise +2030-12-05T08:14:03.334Z moonset +2030-12-05T12:03:08.506Z sunrise 2030-12-05T17:15:29.544Z Sun culminates 38.99 degrees above the horizon -2030-12-05T19:36:55.140Z moonrise -2030-12-05T22:27:42.384Z sunset -2030-12-06T02:20:19.960Z Moon culminates 76.26 degrees above the horizon -2030-12-06T09:08:27.263Z moonset -2030-12-06T12:03:52.340Z sunrise -2030-12-06T17:15:54.744Z Sun culminates 38.87 degrees above the horizon -2030-12-06T20:14:51.473Z moonrise -2030-12-06T22:27:49.427Z sunset -2030-12-06T23:39:59.438Z Venus moves from Ophiuchus to Sagittarius -2030-12-07T03:06:39.486Z Moon culminates 79.40 degrees above the horizon +2030-12-05T19:36:55.138Z moonrise +2030-12-05T22:27:42.382Z sunset +2030-12-06T02:20:19.959Z Moon culminates 76.26 degrees above the horizon +2030-12-06T09:08:27.264Z moonset +2030-12-06T12:03:52.342Z sunrise +2030-12-06T17:15:54.743Z Sun culminates 38.87 degrees above the horizon +2030-12-06T20:14:51.471Z moonrise +2030-12-06T22:27:49.425Z sunset +2030-12-06T23:40:00.058Z Venus moves from Ophiuchus to Sagittarius +2030-12-07T03:06:39.485Z Moon culminates 79.40 degrees above the horizon 2030-12-07T10:02:19.708Z moonset -2030-12-07T12:04:35.581Z sunrise +2030-12-07T12:04:35.582Z sunrise 2030-12-07T17:16:20.443Z Sun culminates 38.76 degrees above the horizon -2030-12-07T20:55:40.948Z moonrise -2030-12-07T22:27:58.073Z sunset +2030-12-07T20:55:40.947Z moonrise +2030-12-07T22:27:58.071Z sunset 2030-12-07T23:15:11.873Z Mars aphelion at 1.6660 AU 2030-12-08T03:54:06.070Z Moon culminates 81.66 degrees above the horizon -2030-12-08T10:55:11.631Z moonset +2030-12-08T10:55:11.632Z moonset 2030-12-08T12:05:18.189Z sunrise 2030-12-08T17:16:46.620Z Sun culminates 38.65 degrees above the horizon -2030-12-08T21:39:45.114Z moonrise -2030-12-08T22:28:08.311Z sunset +2030-12-08T21:39:45.113Z moonrise +2030-12-08T22:28:08.310Z sunset 2030-12-09T04:42:25.996Z Moon culminates 82.94 degrees above the horizon -2030-12-09T11:46:17.207Z moonset -2030-12-09T12:06:00.124Z sunrise +2030-12-09T11:46:17.208Z moonset +2030-12-09T12:06:00.125Z sunrise 2030-12-09T17:17:13.251Z Sun culminates 38.56 degrees above the horizon 2030-12-09T22:27:00.844Z moonrise 2030-12-09T22:27:32.805Z penumbral lunar eclipse @@ -22313,116 +22313,116 @@ 2030-12-10T10:04:09.170Z lunar apogee at 406359 km 2030-12-10T12:06:41.350Z sunrise 2030-12-10T12:34:47.572Z moonset -2030-12-10T17:17:40.309Z Sun culminates 38.47 degrees above the horizon -2030-12-10T22:28:33.525Z sunset -2030-12-10T23:16:59.570Z moonrise -2030-12-11T06:19:34.804Z Moon culminates 82.34 degrees above the horizon +2030-12-10T17:17:40.310Z Sun culminates 38.47 degrees above the horizon +2030-12-10T22:28:33.526Z sunset +2030-12-10T23:16:59.571Z moonrise +2030-12-11T06:19:34.805Z Moon culminates 82.34 degrees above the horizon 2030-12-11T12:07:21.828Z sunrise -2030-12-11T13:20:06.815Z moonset -2030-12-11T17:18:07.771Z Sun culminates 38.38 degrees above the horizon -2030-12-11T22:28:48.477Z sunset -2030-12-12T00:08:55.224Z moonrise -2030-12-12T07:07:10.151Z Moon culminates 80.51 degrees above the horizon -2030-12-12T12:08:01.520Z sunrise +2030-12-11T13:20:06.814Z moonset +2030-12-11T17:18:07.772Z Sun culminates 38.38 degrees above the horizon +2030-12-11T22:28:48.478Z sunset +2030-12-12T00:08:55.225Z moonrise +2030-12-12T07:07:10.152Z Moon culminates 80.51 degrees above the horizon +2030-12-12T12:08:01.521Z sunrise 2030-12-12T14:02:02.822Z moonset -2030-12-12T17:18:35.611Z Sun culminates 38.31 degrees above the horizon +2030-12-12T17:18:35.612Z Sun culminates 38.31 degrees above the horizon 2030-12-12T20:20:48.511Z Uranus opposition -2030-12-12T22:29:04.973Z sunset -2030-12-13T01:01:59.124Z moonrise +2030-12-12T22:29:04.974Z sunset +2030-12-13T01:01:59.126Z moonrise 2030-12-13T07:53:34.265Z Moon culminates 77.76 degrees above the horizon -2030-12-13T12:08:40.388Z sunrise -2030-12-13T14:40:49.137Z moonset -2030-12-13T17:19:03.800Z Sun culminates 38.24 degrees above the horizon -2030-12-13T18:04:46.544Z Mercury moves from Sagittarius to Ophiuchus -2030-12-13T22:29:22.997Z sunset -2030-12-14T01:55:35.077Z moonrise -2030-12-14T08:38:46.479Z Moon culminates 74.25 degrees above the horizon -2030-12-14T12:09:18.394Z sunrise +2030-12-13T12:08:40.389Z sunrise +2030-12-13T14:40:49.136Z moonset +2030-12-13T17:19:03.802Z Sun culminates 38.24 degrees above the horizon +2030-12-13T18:04:45.916Z Mercury moves from Sagittarius to Ophiuchus +2030-12-13T22:29:22.998Z sunset +2030-12-14T01:55:35.079Z moonrise +2030-12-14T08:38:46.480Z Moon culminates 74.25 degrees above the horizon +2030-12-14T12:09:18.396Z sunrise 2030-12-14T15:17:00.049Z moonset -2030-12-14T17:19:32.312Z Sun culminates 38.18 degrees above the horizon +2030-12-14T17:19:32.314Z Sun culminates 38.18 degrees above the horizon 2030-12-14T19:56:36.674Z Mercury perihelion at 0.3075 AU -2030-12-14T22:29:42.531Z sunset -2030-12-15T02:49:28.556Z moonrise +2030-12-14T22:29:42.532Z sunset +2030-12-15T02:49:28.558Z moonrise 2030-12-15T09:23:05.701Z Moon culminates 70.10 degrees above the horizon -2030-12-15T12:09:55.499Z sunrise -2030-12-15T15:51:23.938Z moonset -2030-12-15T17:20:01.117Z Sun culminates 38.13 degrees above the horizon +2030-12-15T12:09:55.501Z sunrise +2030-12-15T15:51:23.937Z moonset +2030-12-15T17:20:01.119Z Sun culminates 38.13 degrees above the horizon 2030-12-15T19:06:40.168Z Mercury inferior conjunction -2030-12-15T22:30:03.555Z sunset -2030-12-16T03:43:48.533Z moonrise +2030-12-15T22:30:03.556Z sunset +2030-12-16T03:43:48.535Z moonrise 2030-12-16T10:07:07.507Z Moon culminates 65.49 degrees above the horizon -2030-12-16T12:10:31.665Z sunrise -2030-12-16T16:24:58.518Z moonset -2030-12-16T17:20:30.185Z Sun culminates 38.09 degrees above the horizon -2030-12-16T22:30:26.046Z sunset -2030-12-17T04:39:04.070Z moonrise +2030-12-16T12:10:31.667Z sunrise +2030-12-16T16:24:58.517Z moonset +2030-12-16T17:20:30.186Z Sun culminates 38.09 degrees above the horizon +2030-12-16T22:30:26.047Z sunset +2030-12-17T04:39:04.072Z moonrise 2030-12-17T10:51:40.622Z Moon culminates 60.56 degrees above the horizon -2030-12-17T12:11:06.851Z sunrise -2030-12-17T16:58:49.133Z moonset -2030-12-17T17:20:59.483Z Sun culminates 38.05 degrees above the horizon -2030-12-17T22:30:49.980Z sunset +2030-12-17T12:11:06.853Z sunrise +2030-12-17T16:58:49.131Z moonset +2030-12-17T17:20:59.484Z Sun culminates 38.05 degrees above the horizon +2030-12-17T22:30:49.981Z sunset 2030-12-18T00:01:43.657Z third quarter -2030-12-18T05:35:57.802Z moonrise +2030-12-18T05:35:57.804Z moonrise 2030-12-18T11:37:43.530Z Moon culminates 55.52 degrees above the horizon -2030-12-18T12:11:41.020Z sunrise -2030-12-18T17:21:28.978Z Sun culminates 38.02 degrees above the horizon -2030-12-18T17:34:09.524Z moonset -2030-12-18T22:31:15.329Z sunset -2030-12-19T06:35:16.303Z moonrise -2030-12-19T12:12:14.132Z sunrise +2030-12-18T12:11:41.022Z sunrise +2030-12-18T17:21:28.979Z Sun culminates 38.02 degrees above the horizon +2030-12-18T17:34:09.522Z moonset +2030-12-18T22:31:15.330Z sunset +2030-12-19T06:35:16.305Z moonrise +2030-12-19T12:12:14.134Z sunrise 2030-12-19T12:26:20.135Z Moon culminates 50.57 degrees above the horizon -2030-12-19T17:21:58.637Z Sun culminates 38.00 degrees above the horizon -2030-12-19T18:12:23.380Z moonset -2030-12-19T22:31:42.063Z sunset -2030-12-20T07:37:34.793Z moonrise -2030-12-20T12:12:46.148Z sunrise +2030-12-19T17:21:58.638Z Sun culminates 38.00 degrees above the horizon +2030-12-19T18:12:23.378Z moonset +2030-12-19T22:31:42.064Z sunset +2030-12-20T07:37:34.795Z moonrise +2030-12-20T12:12:46.149Z sunrise 2030-12-20T13:18:31.503Z Moon culminates 46.03 degrees above the horizon -2030-12-20T17:22:28.424Z Sun culminates 37.99 degrees above the horizon -2030-12-20T18:55:03.254Z moonset -2030-12-20T22:32:10.150Z sunset -2030-12-21T08:42:53.279Z moonrise -2030-12-21T12:13:17.028Z sunrise +2030-12-20T17:22:28.425Z Sun culminates 37.99 degrees above the horizon +2030-12-20T18:55:03.252Z moonset +2030-12-20T22:32:10.151Z sunset +2030-12-21T08:42:53.281Z moonrise +2030-12-21T12:13:17.030Z sunrise 2030-12-21T14:14:59.516Z Moon culminates 42.27 degrees above the horizon -2030-12-21T17:22:58.302Z Sun culminates 37.99 degrees above the horizon -2030-12-21T19:43:40.430Z moonset -2030-12-21T20:09:37.885Z December solstice +2030-12-21T17:22:58.303Z Sun culminates 37.99 degrees above the horizon +2030-12-21T19:43:40.429Z moonset +2030-12-21T20:09:35.689Z December solstice 2030-12-21T22:32:39.556Z sunset -2030-12-22T09:50:07.946Z moonrise -2030-12-22T12:13:46.734Z sunrise +2030-12-22T09:50:07.948Z moonrise +2030-12-22T12:13:46.736Z sunrise 2030-12-22T15:15:41.189Z Moon culminates 39.70 degrees above the horizon -2030-12-22T17:23:28.234Z Sun culminates 37.99 degrees above the horizon -2030-12-22T20:39:17.486Z moonset +2030-12-22T17:23:28.235Z Sun culminates 37.99 degrees above the horizon +2030-12-22T20:39:17.485Z moonset 2030-12-22T22:33:10.243Z sunset -2030-12-23T10:56:59.208Z moonrise -2030-12-23T12:14:15.229Z sunrise +2030-12-23T10:56:59.210Z moonrise +2030-12-23T12:14:15.231Z sunrise 2030-12-23T16:19:24.751Z Moon culminates 38.72 degrees above the horizon 2030-12-23T17:23:58.182Z Sun culminates 38.00 degrees above the horizon -2030-12-23T21:41:44.762Z moonset -2030-12-23T22:33:42.173Z sunset +2030-12-23T21:41:44.761Z moonset +2030-12-23T22:33:42.172Z sunset 2030-12-24T10:08:22.257Z lunar perigee at 356919 km -2030-12-24T12:00:27.415Z moonrise -2030-12-24T12:14:42.474Z sunrise -2030-12-24T17:23:54.194Z Moon culminates 39.50 degrees above the horizon +2030-12-24T12:00:27.416Z moonrise +2030-12-24T12:14:42.475Z sunrise +2030-12-24T17:23:54.193Z Moon culminates 39.50 degrees above the horizon 2030-12-24T17:24:28.106Z Sun culminates 38.02 degrees above the horizon 2030-12-24T17:32:41.557Z new moon -2030-12-24T22:34:15.305Z sunset -2030-12-24T22:49:10.971Z moonset +2030-12-24T22:34:15.304Z sunset +2030-12-24T22:49:10.970Z moonset 2030-12-25T05:39:46.474Z Venus aphelion at 0.7282 AU 2030-12-25T12:15:08.433Z sunrise 2030-12-25T12:58:09.558Z moonrise -2030-12-25T17:24:57.968Z Sun culminates 38.04 degrees above the horizon -2030-12-25T18:26:37.473Z Moon culminates 41.99 degrees above the horizon -2030-12-25T22:34:49.597Z sunset -2030-12-25T23:58:32.964Z moonset -2030-12-26T12:15:33.070Z sunrise +2030-12-25T17:24:57.967Z Sun culminates 38.04 degrees above the horizon +2030-12-25T18:26:37.472Z Moon culminates 41.99 degrees above the horizon +2030-12-25T22:34:49.596Z sunset +2030-12-25T23:58:32.962Z moonset +2030-12-26T12:15:33.069Z sunrise 2030-12-26T13:49:14.603Z moonrise -2030-12-26T17:25:27.728Z Sun culminates 38.08 degrees above the horizon -2030-12-26T19:25:47.417Z Moon culminates 45.83 degrees above the horizon +2030-12-26T17:25:27.727Z Sun culminates 38.08 degrees above the horizon +2030-12-26T19:25:47.416Z Moon culminates 45.83 degrees above the horizon 2030-12-26T22:35:25.007Z sunset -2030-12-27T01:06:56.047Z moonset -2030-12-27T12:15:56.349Z sunrise +2030-12-27T01:06:56.046Z moonset +2030-12-27T12:15:56.348Z sunrise 2030-12-27T14:34:17.151Z moonrise -2030-12-27T17:25:57.348Z Sun culminates 38.12 degrees above the horizon +2030-12-27T17:25:57.347Z Sun culminates 38.12 degrees above the horizon 2030-12-27T20:20:48.312Z Moon culminates 50.57 degrees above the horizon 2030-12-27T22:36:01.493Z sunset 2030-12-28T02:12:35.759Z moonset @@ -22438,63 +22438,63 @@ 2030-12-29T22:00:22.393Z Moon culminates 61.06 degrees above the horizon 2030-12-29T22:37:17.519Z sunset 2030-12-30T04:14:41.040Z moonset -2030-12-30T12:16:57.734Z sunrise -2030-12-30T16:27:10.378Z moonrise +2030-12-30T12:16:57.735Z sunrise +2030-12-30T16:27:10.377Z moonrise 2030-12-30T17:27:24.999Z Sun culminates 38.29 degrees above the horizon -2030-12-30T22:37:56.973Z sunset +2030-12-30T22:37:56.972Z sunset 2030-12-30T22:46:50.427Z Moon culminates 66.16 degrees above the horizon 2030-12-31T05:12:08.491Z moonset -2030-12-31T12:17:15.285Z sunrise +2030-12-31T12:17:15.287Z sunrise 2030-12-31T13:36:41.444Z first quarter -2030-12-31T17:02:06.921Z moonrise -2030-12-31T17:27:53.695Z Sun culminates 38.37 degrees above the horizon -2030-12-31T22:38:37.329Z sunset -2030-12-31T23:32:25.503Z Moon culminates 70.86 degrees above the horizon +2030-12-31T17:02:06.920Z moonrise +2030-12-31T17:27:53.696Z Sun culminates 38.37 degrees above the horizon +2030-12-31T22:38:37.327Z sunset +2030-12-31T23:32:25.502Z Moon culminates 70.86 degrees above the horizon 2031-01-01T06:08:07.212Z moonset -2031-01-01T12:17:31.342Z sunrise +2031-01-01T12:17:31.344Z sunrise 2031-01-01T17:28:22.077Z Sun culminates 38.45 degrees above the horizon -2031-01-01T17:37:43.743Z moonrise -2031-01-01T22:39:18.546Z sunset -2031-01-02T00:17:57.380Z Moon culminates 74.98 degrees above the horizon -2031-01-02T07:03:06.271Z moonset -2031-01-02T09:24:09.464Z Venus moves from Sagittarius to Capricornus -2031-01-02T12:17:45.884Z sunrise +2031-01-01T17:37:43.742Z moonrise +2031-01-01T22:39:18.543Z sunset +2031-01-02T00:17:57.379Z Moon culminates 74.98 degrees above the horizon +2031-01-02T07:03:06.270Z moonset +2031-01-02T09:24:10.084Z Venus moves from Sagittarius to Capricornus +2031-01-02T12:17:45.886Z sunrise 2031-01-02T17:28:50.111Z Sun culminates 38.54 degrees above the horizon -2031-01-02T18:15:00.040Z moonrise -2031-01-02T22:40:00.580Z sunset -2031-01-03T01:04:02.562Z Moon culminates 78.39 degrees above the horizon -2031-01-03T07:57:15.733Z moonset -2031-01-03T12:17:58.894Z sunrise -2031-01-03T17:29:17.770Z Sun culminates 38.63 degrees above the horizon -2031-01-03T18:54:44.478Z moonrise -2031-01-03T22:40:43.390Z sunset -2031-01-04T01:51:00.949Z Moon culminates 80.96 degrees above the horizon -2031-01-04T08:50:23.828Z moonset -2031-01-04T12:18:10.356Z sunrise +2031-01-02T18:15:00.039Z moonrise +2031-01-02T22:40:00.577Z sunset +2031-01-03T01:04:02.560Z Moon culminates 78.39 degrees above the horizon +2031-01-03T07:57:15.732Z moonset +2031-01-03T12:17:58.896Z sunrise +2031-01-03T17:29:17.769Z Sun culminates 38.63 degrees above the horizon +2031-01-03T18:54:44.476Z moonrise +2031-01-03T22:40:43.387Z sunset +2031-01-04T01:51:00.948Z Moon culminates 80.96 degrees above the horizon +2031-01-04T08:50:23.827Z moonset +2031-01-04T12:18:10.358Z sunrise 2031-01-04T17:29:45.024Z Sun culminates 38.74 degrees above the horizon -2031-01-04T19:37:30.595Z moonrise +2031-01-04T19:37:30.593Z moonrise 2031-01-04T19:54:09.900Z Mercury max morning elongation: 22.88 degrees from Sun 2031-01-04T20:57:00.410Z Earth perihelion at 0.9833 AU -2031-01-04T22:41:26.935Z sunset -2031-01-05T02:38:53.460Z Moon culminates 82.59 degrees above the horizon -2031-01-05T09:41:59.515Z moonset -2031-01-05T12:18:20.258Z sunrise -2031-01-05T17:30:11.849Z Sun culminates 38.85 degrees above the horizon -2031-01-05T20:23:30.599Z moonrise -2031-01-05T22:42:11.174Z sunset -2031-01-06T03:27:22.434Z Moon culminates 83.19 degrees above the horizon +2031-01-04T22:41:26.932Z sunset +2031-01-05T02:38:53.458Z Moon culminates 82.59 degrees above the horizon +2031-01-05T09:41:59.514Z moonset +2031-01-05T12:18:20.259Z sunrise +2031-01-05T17:30:11.848Z Sun culminates 38.85 degrees above the horizon +2031-01-05T20:23:30.598Z moonrise +2031-01-05T22:42:11.172Z sunset +2031-01-06T03:27:22.433Z Moon culminates 83.19 degrees above the horizon 2031-01-06T10:31:21.598Z moonset 2031-01-06T11:00:00.689Z lunar apogee at 406157 km 2031-01-06T12:18:28.590Z sunrise -2031-01-06T17:30:38.218Z Sun culminates 38.97 degrees above the horizon -2031-01-06T21:12:31.195Z moonrise -2031-01-06T22:42:56.069Z sunset -2031-01-07T04:15:56.750Z Moon culminates 82.74 degrees above the horizon -2031-01-07T11:17:52.444Z moonset -2031-01-07T12:18:35.342Z sunrise -2031-01-07T17:31:04.108Z Sun culminates 39.09 degrees above the horizon +2031-01-06T17:30:38.217Z Sun culminates 38.97 degrees above the horizon +2031-01-06T21:12:31.194Z moonrise +2031-01-06T22:42:56.068Z sunset +2031-01-07T04:15:56.749Z Moon culminates 82.74 degrees above the horizon +2031-01-07T11:17:52.443Z moonset +2031-01-07T12:18:35.341Z sunrise +2031-01-07T17:31:04.107Z Sun culminates 39.09 degrees above the horizon 2031-01-07T22:03:56.029Z moonrise -2031-01-07T22:43:41.580Z sunset +2031-01-07T22:43:41.579Z sunset 2031-01-08T05:04:01.444Z Moon culminates 81.25 degrees above the horizon 2031-01-08T12:01:10.742Z moonset 2031-01-08T12:18:40.507Z sunrise @@ -22503,54 +22503,54 @@ 2031-01-08T22:44:27.669Z sunset 2031-01-08T22:56:56.446Z moonrise 2031-01-09T05:51:08.678Z Moon culminates 78.80 degrees above the horizon -2031-01-09T11:15:57.850Z Mercury moves from Ophiuchus to Sagittarius +2031-01-09T11:15:58.489Z Mercury moves from Ophiuchus to Sagittarius 2031-01-09T12:18:44.081Z sunrise 2031-01-09T12:41:17.832Z moonset 2031-01-09T17:31:54.362Z Sun culminates 39.37 degrees above the horizon -2031-01-09T22:45:14.298Z sunset -2031-01-09T23:50:46.641Z moonrise +2031-01-09T22:45:14.299Z sunset +2031-01-09T23:50:46.642Z moonrise 2031-01-10T06:37:05.810Z Moon culminates 75.52 degrees above the horizon 2031-01-10T12:18:46.059Z sunrise 2031-01-10T13:18:36.553Z moonset -2031-01-10T17:32:18.684Z Sun culminates 39.51 degrees above the horizon -2031-01-10T22:46:01.430Z sunset -2031-01-11T00:44:56.412Z moonrise +2031-01-10T17:32:18.685Z Sun culminates 39.51 degrees above the horizon +2031-01-10T22:46:01.431Z sunset +2031-01-11T00:44:56.413Z moonrise 2031-01-11T07:21:58.482Z Moon culminates 71.56 degrees above the horizon 2031-01-11T12:18:46.440Z sunrise 2031-01-11T13:53:45.938Z moonset -2031-01-11T17:32:42.443Z Sun culminates 39.67 degrees above the horizon +2031-01-11T17:32:42.444Z Sun culminates 39.67 degrees above the horizon 2031-01-11T22:46:49.029Z sunset -2031-01-12T01:39:17.198Z moonrise +2031-01-12T01:39:17.199Z moonrise 2031-01-12T08:06:09.551Z Moon culminates 67.09 degrees above the horizon -2031-01-12T12:18:45.221Z sunrise -2031-01-12T14:27:35.861Z moonset +2031-01-12T12:18:45.222Z sunrise +2031-01-12T14:27:35.860Z moonset 2031-01-12T17:33:05.621Z Sun culminates 39.83 degrees above the horizon -2031-01-12T22:47:37.055Z sunset +2031-01-12T22:47:37.056Z sunset 2031-01-13T02:34:01.607Z moonrise 2031-01-13T08:50:16.090Z Moon culminates 62.29 degrees above the horizon -2031-01-13T12:18:42.403Z sunrise +2031-01-13T12:18:42.404Z sunrise 2031-01-13T15:01:03.894Z moonset 2031-01-13T17:33:28.197Z Sun culminates 40.00 degrees above the horizon 2031-01-13T22:48:25.474Z sunset -2031-01-14T03:29:38.731Z moonrise +2031-01-14T03:29:38.732Z moonrise 2031-01-14T09:35:06.045Z Moon culminates 57.34 degrees above the horizon -2031-01-14T12:18:37.986Z sunrise +2031-01-14T12:18:37.987Z sunrise 2031-01-14T15:35:14.695Z moonset -2031-01-14T17:33:50.154Z Sun culminates 40.17 degrees above the horizon -2031-01-14T22:49:14.246Z sunset +2031-01-14T17:33:50.155Z Sun culminates 40.17 degrees above the horizon +2031-01-14T22:49:14.247Z sunset 2031-01-15T04:26:46.738Z moonrise 2031-01-15T10:21:34.666Z Moon culminates 52.45 degrees above the horizon 2031-01-15T12:18:31.972Z sunrise 2031-01-15T16:11:20.950Z moonset 2031-01-15T17:34:11.475Z Sun culminates 40.36 degrees above the horizon -2031-01-15T22:50:03.335Z sunset +2031-01-15T22:50:03.336Z sunset 2031-01-16T05:26:02.243Z moonrise -2031-01-16T10:15:20.653Z Neptune moves from Cetus to Pisces +2031-01-16T10:16:10.970Z Neptune moves from Cetus to Pisces 2031-01-16T11:10:39.369Z Moon culminates 47.87 degrees above the horizon 2031-01-16T12:18:24.362Z sunrise 2031-01-16T12:47:46.378Z third quarter 2031-01-16T16:50:43.979Z moonset -2031-01-16T17:34:32.140Z Sun culminates 40.55 degrees above the horizon +2031-01-16T17:34:32.141Z Sun culminates 40.55 degrees above the horizon 2031-01-16T22:50:52.704Z sunset 2031-01-17T06:27:44.624Z moonrise 2031-01-17T12:03:10.423Z Moon culminates 43.89 degrees above the horizon @@ -22558,234 +22558,234 @@ 2031-01-17T17:34:50.383Z moonset 2031-01-17T17:34:52.134Z Sun culminates 40.74 degrees above the horizon 2031-01-17T22:51:42.312Z sunset -2031-01-18T07:31:34.986Z moonrise +2031-01-18T07:31:34.987Z moonrise 2031-01-18T12:18:04.370Z sunrise 2031-01-18T12:59:34.868Z Moon culminates 40.85 degrees above the horizon 2031-01-18T17:35:11.438Z Sun culminates 40.94 degrees above the horizon 2031-01-18T18:24:58.808Z moonset 2031-01-18T22:52:32.123Z sunset -2031-01-19T08:36:17.311Z moonrise +2031-01-19T08:36:17.312Z moonrise 2031-01-19T12:17:51.996Z sunrise 2031-01-19T13:59:35.334Z Moon culminates 39.11 degrees above the horizon -2031-01-19T17:35:30.035Z Sun culminates 41.15 degrees above the horizon +2031-01-19T17:35:30.036Z Sun culminates 41.15 degrees above the horizon 2031-01-19T19:21:51.610Z moonset -2031-01-19T22:53:22.096Z sunset +2031-01-19T22:53:22.095Z sunset 2031-01-20T09:39:41.356Z moonrise 2031-01-20T12:17:38.043Z sunrise 2031-01-20T15:01:56.057Z Moon culminates 38.94 degrees above the horizon 2031-01-20T17:35:47.909Z Sun culminates 41.37 degrees above the horizon -2031-01-20T20:24:58.575Z moonset -2031-01-20T22:54:12.193Z sunset +2031-01-20T20:24:58.574Z moonset +2031-01-20T22:54:12.192Z sunset 2031-01-21T10:39:23.412Z moonrise 2031-01-21T12:17:22.517Z sunrise 2031-01-21T16:04:35.894Z Moon culminates 40.47 degrees above the horizon -2031-01-21T17:36:05.044Z Sun culminates 41.59 degrees above the horizon -2031-01-21T21:32:23.042Z moonset +2031-01-21T17:36:05.043Z Sun culminates 41.59 degrees above the horizon +2031-01-21T21:32:23.041Z moonset 2031-01-21T21:43:00.713Z lunar perigee at 359627 km -2031-01-21T22:55:02.376Z sunset +2031-01-21T22:55:02.374Z sunset 2031-01-22T11:33:45.300Z moonrise -2031-01-22T12:17:05.425Z sunrise -2031-01-22T17:05:31.595Z Moon culminates 43.55 degrees above the horizon -2031-01-22T17:36:21.422Z Sun culminates 41.82 degrees above the horizon -2031-01-22T22:41:19.338Z moonset -2031-01-22T22:55:52.606Z sunset +2031-01-22T12:17:05.424Z sunrise +2031-01-22T17:05:31.594Z Moon culminates 43.55 degrees above the horizon +2031-01-22T17:36:21.421Z Sun culminates 41.82 degrees above the horizon +2031-01-22T22:41:19.337Z moonset +2031-01-22T22:55:52.604Z sunset 2031-01-23T04:31:25.224Z new moon 2031-01-23T12:16:46.772Z sunrise 2031-01-23T12:22:25.323Z moonrise -2031-01-23T17:36:37.030Z Sun culminates 42.05 degrees above the horizon -2031-01-23T18:03:22.406Z Moon culminates 47.84 degrees above the horizon -2031-01-23T22:56:42.846Z sunset -2031-01-23T23:49:20.302Z moonset -2031-01-24T10:50:51.854Z Venus moves from Capricornus to Aquarius -2031-01-24T12:16:26.569Z sunrise +2031-01-23T17:36:37.029Z Sun culminates 42.05 degrees above the horizon +2031-01-23T18:03:22.405Z Moon culminates 47.84 degrees above the horizon +2031-01-23T22:56:42.845Z sunset +2031-01-23T23:49:20.301Z moonset +2031-01-24T10:50:52.536Z Venus moves from Capricornus to Aquarius +2031-01-24T12:16:26.568Z sunrise 2031-01-24T13:06:05.256Z moonrise -2031-01-24T17:36:51.853Z Sun culminates 42.29 degrees above the horizon +2031-01-24T17:36:51.852Z Sun culminates 42.29 degrees above the horizon 2031-01-24T18:57:45.457Z Moon culminates 52.91 degrees above the horizon 2031-01-24T22:57:33.061Z sunset -2031-01-25T00:55:00.713Z moonset -2031-01-25T12:16:04.822Z sunrise -2031-01-25T13:45:58.900Z moonrise -2031-01-25T17:37:05.879Z Sun culminates 42.54 degrees above the horizon +2031-01-25T00:55:00.712Z moonset +2031-01-25T12:16:04.821Z sunrise +2031-01-25T13:45:58.901Z moonrise +2031-01-25T17:37:05.878Z Sun culminates 42.54 degrees above the horizon 2031-01-25T19:49:02.894Z Moon culminates 58.31 degrees above the horizon 2031-01-25T22:58:23.217Z sunset -2031-01-26T01:57:56.960Z moonset +2031-01-26T01:57:56.959Z moonset 2031-01-26T12:15:41.544Z sunrise 2031-01-26T14:23:27.636Z moonrise -2031-01-26T17:37:19.098Z Sun culminates 42.79 degrees above the horizon +2031-01-26T17:37:19.097Z Sun culminates 42.79 degrees above the horizon 2031-01-26T20:38:00.372Z Moon culminates 63.68 degrees above the horizon 2031-01-26T22:59:13.282Z sunset -2031-01-27T02:58:23.732Z moonset -2031-01-27T12:15:16.747Z sunrise +2031-01-27T02:58:23.731Z moonset +2031-01-27T12:15:16.748Z sunrise 2031-01-27T14:59:48.723Z moonrise -2031-01-27T17:37:31.499Z Sun culminates 43.05 degrees above the horizon +2031-01-27T17:37:31.500Z Sun culminates 43.05 degrees above the horizon 2031-01-27T19:33:59.662Z Mercury aphelion at 0.4667 AU 2031-01-27T21:25:30.077Z Moon culminates 68.72 degrees above the horizon -2031-01-27T23:00:03.225Z sunset +2031-01-27T23:00:03.224Z sunset 2031-01-28T03:56:50.048Z moonset -2031-01-28T12:14:50.445Z sunrise +2031-01-28T12:14:50.446Z sunrise 2031-01-28T15:36:11.731Z moonrise 2031-01-28T17:37:43.077Z Sun culminates 43.31 degrees above the horizon 2031-01-28T22:12:20.469Z Moon culminates 73.21 degrees above the horizon -2031-01-28T23:00:53.016Z sunset -2031-01-29T04:53:42.476Z moonset -2031-01-29T12:14:22.654Z sunrise +2031-01-28T23:00:53.014Z sunset +2031-01-29T04:53:42.474Z moonset +2031-01-29T12:14:22.656Z sunrise 2031-01-29T16:13:37.837Z moonrise 2031-01-29T17:37:53.825Z Sun culminates 43.58 degrees above the horizon -2031-01-29T22:59:10.422Z Moon culminates 76.99 degrees above the horizon -2031-01-29T23:01:42.628Z sunset -2031-01-30T05:49:15.159Z moonset +2031-01-29T22:59:10.421Z Moon culminates 76.99 degrees above the horizon +2031-01-29T23:01:42.626Z sunset +2031-01-30T05:49:15.157Z moonset 2031-01-30T07:43:41.208Z first quarter -2031-01-30T12:13:53.391Z sunrise +2031-01-30T12:13:53.393Z sunrise 2031-01-30T16:52:58.735Z moonrise 2031-01-30T17:38:03.740Z Sun culminates 43.85 degrees above the horizon -2031-01-30T23:02:32.038Z sunset -2031-01-30T23:46:25.520Z Moon culminates 79.93 degrees above the horizon -2031-01-31T06:43:25.210Z moonset -2031-01-31T12:13:22.676Z sunrise +2031-01-30T23:02:32.036Z sunset +2031-01-30T23:46:25.519Z Moon culminates 79.93 degrees above the horizon +2031-01-31T06:43:25.209Z moonset +2031-01-31T12:13:22.678Z sunrise 2031-01-31T17:27:12.560Z Pluto conjunction -2031-01-31T17:34:53.715Z moonrise +2031-01-31T17:34:53.714Z moonrise 2031-01-31T17:38:12.819Z Sun culminates 44.13 degrees above the horizon -2031-01-31T23:03:21.222Z sunset -2031-02-01T00:34:15.736Z Moon culminates 81.94 degrees above the horizon -2031-02-01T07:35:53.240Z moonset -2031-02-01T12:12:50.530Z sunrise -2031-02-01T14:26:32.237Z Mars moves from Virgo to Libra -2031-02-01T17:38:21.063Z Sun culminates 44.41 degrees above the horizon -2031-02-01T17:38:57.059Z Mercury moves from Sagittarius to Capricornus -2031-02-01T18:19:45.065Z moonrise -2031-02-01T23:04:10.159Z sunset -2031-02-02T01:22:35.097Z Moon culminates 82.94 degrees above the horizon -2031-02-02T08:26:09.287Z moonset -2031-02-02T12:12:16.973Z sunrise -2031-02-02T17:38:28.474Z Sun culminates 44.70 degrees above the horizon +2031-01-31T23:03:21.219Z sunset +2031-02-01T00:34:15.735Z Moon culminates 81.94 degrees above the horizon +2031-02-01T07:35:53.238Z moonset +2031-02-01T12:12:50.531Z sunrise +2031-02-01T14:26:34.051Z Mars moves from Virgo to Libra +2031-02-01T17:38:21.062Z Sun culminates 44.41 degrees above the horizon +2031-02-01T17:38:57.570Z Mercury moves from Sagittarius to Capricornus +2031-02-01T18:19:45.064Z moonrise +2031-02-01T23:04:10.157Z sunset +2031-02-02T01:22:35.096Z Moon culminates 82.94 degrees above the horizon +2031-02-02T08:26:09.285Z moonset +2031-02-02T12:12:16.974Z sunrise +2031-02-02T17:38:28.473Z Sun culminates 44.70 degrees above the horizon 2031-02-02T19:07:33.826Z moonrise -2031-02-02T23:04:58.831Z sunset +2031-02-02T23:04:58.830Z sunset 2031-02-02T23:43:10.233Z lunar apogee at 405403 km -2031-02-03T02:11:04.506Z Moon culminates 82.89 degrees above the horizon -2031-02-03T09:13:42.993Z moonset -2031-02-03T12:11:42.031Z sunrise -2031-02-03T17:38:35.055Z Sun culminates 44.99 degrees above the horizon +2031-02-03T02:11:04.505Z Moon culminates 82.89 degrees above the horizon +2031-02-03T09:13:42.992Z moonset +2031-02-03T12:11:42.030Z sunrise +2031-02-03T17:38:35.054Z Sun culminates 44.99 degrees above the horizon 2031-02-03T19:57:59.287Z moonrise -2031-02-03T23:05:47.224Z sunset +2031-02-03T23:05:47.223Z sunset 2031-02-04T02:59:18.081Z Moon culminates 81.81 degrees above the horizon -2031-02-04T09:58:14.401Z moonset -2031-02-04T12:11:05.726Z sunrise -2031-02-04T17:38:40.811Z Sun culminates 45.29 degrees above the horizon -2031-02-04T20:50:24.781Z moonrise +2031-02-04T09:58:14.400Z moonset +2031-02-04T12:11:05.725Z sunrise +2031-02-04T17:38:40.810Z Sun culminates 45.29 degrees above the horizon +2031-02-04T20:50:24.782Z moonrise 2031-02-04T23:06:35.321Z sunset 2031-02-05T03:46:51.588Z Moon culminates 79.73 degrees above the horizon -2031-02-05T10:39:41.041Z moonset -2031-02-05T12:10:28.085Z sunrise -2031-02-05T17:38:45.749Z Sun culminates 45.59 degrees above the horizon -2031-02-05T21:44:08.858Z moonrise +2031-02-05T10:39:41.040Z moonset +2031-02-05T12:10:28.084Z sunrise +2031-02-05T17:38:45.748Z Sun culminates 45.59 degrees above the horizon +2031-02-05T21:44:08.859Z moonrise 2031-02-05T23:07:23.113Z sunset 2031-02-06T04:33:30.126Z Moon culminates 76.76 degrees above the horizon -2031-02-06T11:18:19.255Z moonset -2031-02-06T12:09:49.133Z sunrise -2031-02-06T17:38:49.877Z Sun culminates 45.90 degrees above the horizon -2031-02-06T22:38:37.334Z moonrise -2031-02-06T23:08:10.587Z sunset +2031-02-06T11:18:19.254Z moonset +2031-02-06T12:09:49.132Z sunrise +2031-02-06T17:38:49.876Z Sun culminates 45.90 degrees above the horizon +2031-02-06T22:38:37.335Z moonrise +2031-02-06T23:08:10.588Z sunset 2031-02-07T05:19:12.709Z Moon culminates 73.04 degrees above the horizon -2031-02-07T11:54:41.120Z moonset -2031-02-07T12:09:08.898Z sunrise +2031-02-07T11:54:41.119Z moonset +2031-02-07T12:09:08.897Z sunrise 2031-02-07T12:46:44.146Z full moon 2031-02-07T17:38:53.203Z Sun culminates 46.21 degrees above the horizon -2031-02-07T23:08:57.736Z sunset -2031-02-07T23:33:31.504Z moonrise +2031-02-07T23:08:57.737Z sunset +2031-02-07T23:33:31.505Z moonrise 2031-02-08T06:04:13.199Z Moon culminates 68.71 degrees above the horizon -2031-02-08T12:08:27.407Z sunrise -2031-02-08T12:29:29.997Z moonset +2031-02-08T12:08:27.406Z sunrise +2031-02-08T12:29:29.996Z moonset 2031-02-08T17:38:55.739Z Sun culminates 46.53 degrees above the horizon 2031-02-08T23:09:44.553Z sunset -2031-02-09T00:28:50.614Z moonrise +2031-02-09T00:28:50.615Z moonrise 2031-02-09T06:48:58.660Z Moon culminates 63.97 degrees above the horizon -2031-02-09T12:07:44.687Z sunrise -2031-02-09T13:03:37.082Z moonset +2031-02-09T12:07:44.686Z sunrise +2031-02-09T13:03:37.081Z moonset 2031-02-09T17:38:57.494Z Sun culminates 46.85 degrees above the horizon -2031-02-09T23:10:31.030Z sunset +2031-02-09T23:10:31.031Z sunset 2031-02-10T01:24:49.438Z moonrise 2031-02-10T07:34:06.543Z Moon culminates 59.03 degrees above the horizon -2031-02-10T12:07:00.766Z sunrise +2031-02-10T12:07:00.765Z sunrise 2031-02-10T13:37:59.850Z moonset 2031-02-10T17:38:58.479Z Sun culminates 47.17 degrees above the horizon -2031-02-10T23:11:17.163Z sunset +2031-02-10T23:11:17.164Z sunset 2031-02-11T02:21:52.511Z moonrise 2031-02-11T08:20:21.328Z Moon culminates 54.10 degrees above the horizon -2031-02-11T12:06:15.672Z sunrise +2031-02-11T12:06:15.671Z sunrise 2031-02-11T14:13:42.000Z moonset 2031-02-11T17:38:58.706Z Sun culminates 47.50 degrees above the horizon 2031-02-11T23:12:02.947Z sunset 2031-02-12T03:20:25.550Z moonrise 2031-02-12T09:08:30.135Z Moon culminates 49.43 degrees above the horizon -2031-02-12T12:05:29.433Z sunrise +2031-02-12T12:05:29.432Z sunrise 2031-02-12T14:51:53.563Z moonset 2031-02-12T17:38:58.187Z Sun culminates 47.83 degrees above the horizon -2031-02-12T23:12:48.376Z sunset +2031-02-12T23:12:48.377Z sunset 2031-02-13T04:20:43.541Z moonrise -2031-02-13T09:59:15.859Z Moon culminates 45.30 degrees above the horizon -2031-02-13T12:04:42.077Z sunrise -2031-02-13T15:33:48.821Z moonset -2031-02-13T17:38:56.934Z Sun culminates 48.17 degrees above the horizon -2031-02-13T23:13:33.448Z sunset -2031-02-14T05:22:35.633Z moonrise +2031-02-13T09:59:15.860Z Moon culminates 45.30 degrees above the horizon +2031-02-13T12:04:42.076Z sunrise +2031-02-13T15:33:48.822Z moonset +2031-02-13T17:38:56.933Z Sun culminates 48.17 degrees above the horizon +2031-02-13T23:13:33.449Z sunset +2031-02-14T05:22:35.634Z moonrise 2031-02-14T10:53:06.331Z Moon culminates 42.00 degrees above the horizon -2031-02-14T12:03:53.630Z sunrise -2031-02-14T16:20:38.404Z moonset +2031-02-14T12:03:53.629Z sunrise +2031-02-14T16:20:38.405Z moonset 2031-02-14T17:38:54.956Z Sun culminates 48.51 degrees above the horizon 2031-02-14T22:50:18.668Z third quarter -2031-02-14T23:14:18.157Z sunset +2031-02-14T23:14:18.158Z sunset 2031-02-15T06:25:11.141Z moonrise -2031-02-15T11:50:00.137Z Moon culminates 39.82 degrees above the horizon +2031-02-15T11:50:00.138Z Moon culminates 39.82 degrees above the horizon 2031-02-15T12:03:04.120Z sunrise -2031-02-15T13:52:53.844Z Venus moves from Aquarius to Pisces -2031-02-15T17:13:11.955Z moonset +2031-02-15T13:52:54.443Z Venus moves from Aquarius to Pisces +2031-02-15T17:13:11.956Z moonset 2031-02-15T17:38:52.267Z Sun culminates 48.85 degrees above the horizon 2031-02-15T23:15:02.499Z sunset 2031-02-16T07:26:57.683Z moonrise -2031-02-16T12:02:13.575Z sunrise +2031-02-16T12:02:13.574Z sunrise 2031-02-16T12:49:15.136Z Moon culminates 39.03 degrees above the horizon 2031-02-16T17:38:48.877Z Sun culminates 49.19 degrees above the horizon -2031-02-16T18:11:33.159Z moonset +2031-02-16T18:11:33.160Z moonset 2031-02-16T23:15:46.469Z sunset -2031-02-17T08:26:02.934Z moonrise -2031-02-17T12:01:22.020Z sunrise +2031-02-17T08:26:02.933Z moonrise +2031-02-17T12:01:22.019Z sunrise 2031-02-17T13:49:30.879Z Moon culminates 39.78 degrees above the horizon -2031-02-17T17:38:44.798Z Sun culminates 49.54 degrees above the horizon +2031-02-17T17:38:44.797Z Sun culminates 49.54 degrees above the horizon 2031-02-17T19:14:41.599Z moonset 2031-02-17T23:16:30.062Z sunset -2031-02-18T01:39:19.073Z Mercury moves from Capricornus to Aquarius -2031-02-18T09:20:54.638Z moonrise -2031-02-18T12:00:29.481Z sunrise +2031-02-18T01:39:19.522Z Mercury moves from Capricornus to Aquarius +2031-02-18T09:20:54.637Z moonrise +2031-02-18T12:00:29.480Z sunrise 2031-02-18T14:49:11.420Z Moon culminates 42.05 degrees above the horizon 2031-02-18T17:38:40.038Z Sun culminates 49.90 degrees above the horizon -2031-02-18T20:20:42.937Z moonset +2031-02-18T20:20:42.938Z moonset 2031-02-18T23:17:13.274Z sunset 2031-02-19T00:42:13.927Z lunar perigee at 364738 km -2031-02-19T10:10:52.580Z moonrise -2031-02-19T11:59:35.984Z sunrise -2031-02-19T15:46:57.951Z Moon culminates 45.65 degrees above the horizon -2031-02-19T17:38:34.610Z Sun culminates 50.25 degrees above the horizon +2031-02-19T10:10:52.579Z moonrise +2031-02-19T11:59:35.983Z sunrise +2031-02-19T15:46:57.950Z Moon culminates 45.65 degrees above the horizon +2031-02-19T17:38:34.609Z Sun culminates 50.25 degrees above the horizon 2031-02-19T21:27:29.556Z moonset 2031-02-19T23:17:56.100Z sunset -2031-02-20T10:56:12.167Z moonrise -2031-02-20T11:58:41.554Z sunrise +2031-02-20T10:56:12.166Z moonrise +2031-02-20T11:58:41.553Z sunrise 2031-02-20T13:20:08.185Z Mercury superior conjunction -2031-02-20T16:42:10.413Z Moon culminates 50.24 degrees above the horizon +2031-02-20T16:42:10.412Z Moon culminates 50.24 degrees above the horizon 2031-02-20T17:38:28.523Z Sun culminates 50.61 degrees above the horizon -2031-02-20T22:33:23.369Z moonset +2031-02-20T22:33:23.370Z moonset 2031-02-20T23:18:38.537Z sunset -2031-02-21T11:37:46.265Z moonrise -2031-02-21T11:57:46.216Z sunrise +2031-02-21T11:37:46.264Z moonrise +2031-02-21T11:57:46.215Z sunrise 2031-02-21T15:49:18.673Z new moon -2031-02-21T17:34:48.466Z Moon culminates 55.43 degrees above the horizon +2031-02-21T17:34:48.465Z Moon culminates 55.43 degrees above the horizon 2031-02-21T17:38:21.789Z Sun culminates 50.97 degrees above the horizon -2031-02-21T23:19:20.580Z sunset -2031-02-21T23:37:33.412Z moonset -2031-02-22T11:56:49.995Z sunrise +2031-02-21T23:19:20.581Z sunset +2031-02-21T23:37:33.413Z moonset +2031-02-22T11:56:49.994Z sunrise 2031-02-22T12:16:43.910Z moonrise 2031-02-22T17:38:14.418Z Sun culminates 51.34 degrees above the horizon 2031-02-22T18:25:18.967Z Moon culminates 60.84 degrees above the horizon -2031-02-22T23:20:02.229Z sunset +2031-02-22T23:20:02.230Z sunset 2031-02-23T00:39:47.958Z moonset 2031-02-23T11:55:52.915Z sunrise 2031-02-23T12:54:16.252Z moonrise @@ -22793,210 +22793,210 @@ 2031-02-23T19:14:21.148Z Moon culminates 66.11 degrees above the horizon 2031-02-23T23:20:43.482Z sunset 2031-02-24T01:40:16.344Z moonset -2031-02-24T11:54:55.003Z sunrise +2031-02-24T11:54:55.002Z sunrise 2031-02-24T13:31:29.940Z moonrise 2031-02-24T17:37:57.815Z Sun culminates 52.07 degrees above the horizon 2031-02-24T20:02:35.206Z Moon culminates 70.95 degrees above the horizon 2031-02-24T23:21:24.337Z sunset 2031-02-25T02:39:12.116Z moonset -2031-02-25T11:53:56.282Z sunrise +2031-02-25T11:53:56.283Z sunrise 2031-02-25T14:09:24.497Z moonrise 2031-02-25T17:37:48.608Z Sun culminates 52.44 degrees above the horizon -2031-02-25T18:06:00.726Z Venus moves from Pisces to Cetus +2031-02-25T18:06:01.346Z Venus moves from Pisces to Cetus 2031-02-25T20:50:34.903Z Moon culminates 75.14 degrees above the horizon 2031-02-25T23:22:04.796Z sunset -2031-02-26T03:36:41.469Z moonset -2031-02-26T11:52:56.781Z sunrise -2031-02-26T14:48:50.599Z moonrise +2031-02-26T03:36:41.468Z moonset +2031-02-26T11:52:56.782Z sunrise +2031-02-26T14:48:50.598Z moonrise 2031-02-26T17:37:38.816Z Sun culminates 52.82 degrees above the horizon -2031-02-26T21:38:43.033Z Moon culminates 78.52 degrees above the horizon +2031-02-26T21:38:43.032Z Moon culminates 78.52 degrees above the horizon 2031-02-26T23:22:44.861Z sunset -2031-02-27T01:32:39.666Z Venus moves from Cetus to Pisces -2031-02-27T04:32:37.407Z moonset -2031-02-27T11:51:56.525Z sunrise +2031-02-27T01:32:40.275Z Venus moves from Cetus to Pisces +2031-02-27T04:32:37.406Z moonset +2031-02-27T11:51:56.526Z sunrise 2031-02-27T15:30:27.540Z moonrise 2031-02-27T17:37:28.454Z Sun culminates 53.19 degrees above the horizon -2031-02-27T22:27:09.038Z Moon culminates 80.96 degrees above the horizon -2031-02-27T23:23:24.535Z sunset -2031-02-28T05:26:39.542Z moonset -2031-02-28T11:50:55.543Z sunrise +2031-02-27T22:27:09.037Z Moon culminates 80.96 degrees above the horizon +2031-02-27T23:23:24.534Z sunset +2031-02-28T05:26:39.541Z moonset +2031-02-28T11:50:55.544Z sunrise 2031-02-28T16:14:39.715Z moonrise 2031-02-28T17:37:17.538Z Sun culminates 53.57 degrees above the horizon 2031-02-28T23:15:48.943Z Moon culminates 82.39 degrees above the horizon -2031-02-28T23:24:03.823Z sunset +2031-02-28T23:24:03.822Z sunset 2031-03-01T04:02:52.670Z first quarter -2031-03-01T06:18:19.299Z moonset +2031-03-01T06:18:19.298Z moonset 2031-03-01T11:49:53.862Z sunrise 2031-03-01T17:01:33.445Z moonrise 2031-03-01T17:37:06.084Z Sun culminates 53.95 degrees above the horizon 2031-03-01T23:24:42.729Z sunset 2031-03-02T00:04:28.104Z Moon culminates 82.78 degrees above the horizon -2031-03-02T07:07:08.964Z moonset -2031-03-02T11:48:51.512Z sunrise +2031-03-02T07:07:08.962Z moonset +2031-03-02T11:48:51.511Z sunrise 2031-03-02T17:36:54.112Z Sun culminates 54.33 degrees above the horizon -2031-03-02T17:50:56.609Z moonrise +2031-03-02T17:50:56.610Z moonrise 2031-03-02T18:58:03.831Z lunar apogee at 404520 km 2031-03-02T23:25:21.264Z sunset 2031-03-03T00:52:46.688Z Moon culminates 82.12 degrees above the horizon -2031-03-03T07:52:51.148Z moonset -2031-03-03T11:47:48.521Z sunrise +2031-03-03T07:52:51.146Z moonset +2031-03-03T11:47:48.520Z sunrise 2031-03-03T17:36:41.640Z Sun culminates 54.71 degrees above the horizon -2031-03-03T18:42:22.972Z moonrise +2031-03-03T18:42:22.973Z moonrise 2031-03-03T23:25:59.435Z sunset 2031-03-04T01:40:26.543Z Moon culminates 80.47 degrees above the horizon -2031-03-04T06:08:29.630Z Mercury moves from Aquarius to Pisces -2031-03-04T08:35:24.888Z moonset -2031-03-04T11:46:44.919Z sunrise -2031-03-04T17:36:28.689Z Sun culminates 55.10 degrees above the horizon -2031-03-04T19:35:20.694Z moonrise -2031-03-04T23:26:37.253Z sunset +2031-03-04T06:08:29.960Z Mercury moves from Aquarius to Pisces +2031-03-04T08:35:24.887Z moonset +2031-03-04T11:46:44.918Z sunrise +2031-03-04T17:36:28.688Z Sun culminates 55.10 degrees above the horizon +2031-03-04T19:35:20.696Z moonrise +2031-03-04T23:26:37.254Z sunset 2031-03-05T02:27:17.297Z Moon culminates 77.89 degrees above the horizon -2031-03-05T09:15:06.701Z moonset -2031-03-05T11:45:40.738Z sunrise +2031-03-05T09:15:06.699Z moonset +2031-03-05T11:45:40.737Z sunrise 2031-03-05T17:36:15.279Z Sun culminates 55.48 degrees above the horizon -2031-03-05T20:29:21.939Z moonrise -2031-03-05T23:27:14.731Z sunset +2031-03-05T20:29:21.941Z moonrise +2031-03-05T23:27:14.732Z sunset 2031-03-06T03:13:20.042Z Moon culminates 74.50 degrees above the horizon -2031-03-06T09:52:27.773Z moonset -2031-03-06T11:44:36.008Z sunrise +2031-03-06T09:52:27.771Z moonset +2031-03-06T11:44:36.006Z sunrise 2031-03-06T17:36:01.433Z Sun culminates 55.87 degrees above the horizon -2031-03-06T21:24:10.041Z moonrise -2031-03-06T23:27:51.882Z sunset -2031-03-07T01:21:41.688Z Jupiter moves from Ophiuchus to Sagittarius +2031-03-06T21:24:10.043Z moonrise +2031-03-06T23:27:51.883Z sunset +2031-03-07T01:21:48.554Z Jupiter moves from Ophiuchus to Sagittarius 2031-03-07T03:58:48.246Z Moon culminates 70.42 degrees above the horizon -2031-03-07T10:28:09.914Z moonset -2031-03-07T11:43:30.859Z sunrise +2031-03-07T10:28:09.913Z moonset +2031-03-07T11:43:30.857Z sunrise 2031-03-07T17:35:47.174Z Sun culminates 56.26 degrees above the horizon -2031-03-07T22:19:42.435Z moonrise -2031-03-07T23:28:28.720Z sunset +2031-03-07T22:19:42.437Z moonrise +2031-03-07T23:28:28.721Z sunset 2031-03-08T04:44:06.641Z Moon culminates 65.84 degrees above the horizon -2031-03-08T11:03:02.310Z moonset -2031-03-08T11:42:25.122Z sunrise +2031-03-08T11:03:02.308Z moonset +2031-03-08T11:42:25.121Z sunrise 2031-03-08T17:35:32.524Z Sun culminates 56.65 degrees above the horizon -2031-03-08T23:16:09.387Z moonrise -2031-03-08T23:29:05.260Z sunset +2031-03-08T23:16:09.389Z moonrise +2031-03-08T23:29:05.262Z sunset 2031-03-09T04:30:07.741Z full moon 2031-03-09T05:29:48.952Z Moon culminates 60.93 degrees above the horizon -2031-03-09T11:37:59.830Z moonset -2031-03-09T11:41:18.930Z sunrise +2031-03-09T11:37:59.829Z moonset +2031-03-09T11:41:18.929Z sunrise 2031-03-09T17:35:17.507Z Sun culminates 57.04 degrees above the horizon -2031-03-09T23:29:41.518Z sunset -2031-03-10T00:13:49.294Z moonrise +2031-03-09T23:29:41.520Z sunset +2031-03-10T00:13:49.295Z moonrise 2031-03-10T06:16:34.811Z Moon culminates 55.92 degrees above the horizon -2031-03-10T11:40:12.314Z sunrise -2031-03-10T12:14:02.552Z moonset +2031-03-10T11:40:12.312Z sunrise +2031-03-10T12:14:02.551Z moonset 2031-03-10T17:35:02.146Z Sun culminates 57.43 degrees above the horizon -2031-03-10T23:30:17.511Z sunset -2031-03-11T01:13:00.852Z moonrise +2031-03-10T23:30:17.512Z sunset +2031-03-11T01:13:00.853Z moonrise 2031-03-11T07:05:05.430Z Moon culminates 51.09 degrees above the horizon -2031-03-11T11:39:05.304Z sunrise -2031-03-11T12:52:15.346Z moonset +2031-03-11T11:39:05.302Z sunrise +2031-03-11T12:52:15.345Z moonset 2031-03-11T17:34:46.466Z Sun culminates 57.82 degrees above the horizon -2031-03-11T23:30:53.254Z sunset -2031-03-12T02:13:51.984Z moonrise -2031-03-12T07:55:57.010Z Moon culminates 46.72 degrees above the horizon -2031-03-12T11:37:57.931Z sunrise -2031-03-12T13:33:45.559Z moonset +2031-03-11T23:30:53.255Z sunset +2031-03-12T02:13:51.985Z moonrise +2031-03-12T07:55:57.011Z Moon culminates 46.72 degrees above the horizon +2031-03-12T11:37:57.929Z sunrise +2031-03-12T13:33:45.558Z moonset 2031-03-12T17:34:30.488Z Sun culminates 58.21 degrees above the horizon 2031-03-12T19:12:27.324Z Mercury perihelion at 0.3075 AU -2031-03-12T23:31:28.762Z sunset -2031-03-13T03:16:06.273Z moonrise +2031-03-12T23:31:28.764Z sunset +2031-03-13T03:16:06.275Z moonrise 2031-03-13T08:49:31.046Z Moon culminates 43.12 degrees above the horizon -2031-03-13T11:36:50.225Z sunrise +2031-03-13T11:36:50.224Z sunrise 2031-03-13T14:19:35.965Z moonset 2031-03-13T17:34:14.237Z Sun culminates 58.61 degrees above the horizon -2031-03-13T23:32:04.053Z sunset -2031-03-14T04:18:51.292Z moonrise -2031-03-14T09:45:42.637Z Moon culminates 40.59 degrees above the horizon -2031-03-14T11:35:42.218Z sunrise -2031-03-14T15:10:30.482Z moonset +2031-03-13T23:32:04.054Z sunset +2031-03-14T04:18:51.293Z moonrise +2031-03-14T09:45:42.638Z Moon culminates 40.59 degrees above the horizon +2031-03-14T11:35:42.216Z sunrise +2031-03-14T15:10:30.483Z moonset 2031-03-14T17:33:57.735Z Sun culminates 59.00 degrees above the horizon -2031-03-14T23:32:39.139Z sunset -2031-03-15T05:20:38.386Z moonrise -2031-03-15T10:43:52.161Z Moon culminates 39.38 degrees above the horizon -2031-03-15T11:34:33.937Z sunrise -2031-03-15T16:06:34.567Z moonset +2031-03-14T23:32:39.140Z sunset +2031-03-15T05:20:38.387Z moonrise +2031-03-15T10:43:52.162Z Moon culminates 39.38 degrees above the horizon +2031-03-15T11:34:33.936Z sunrise +2031-03-15T16:06:34.568Z moonset 2031-03-15T17:33:41.003Z Sun culminates 59.40 degrees above the horizon -2031-03-15T18:02:37.668Z Venus moves from Pisces to Aries -2031-03-15T23:33:14.034Z sunset -2031-03-16T06:19:42.845Z moonrise +2031-03-15T18:02:38.293Z Venus moves from Pisces to Aries +2031-03-15T23:33:14.035Z sunset +2031-03-16T06:19:42.844Z moonrise 2031-03-16T06:36:18.466Z third quarter 2031-03-16T11:33:25.412Z sunrise 2031-03-16T11:42:48.934Z Moon culminates 39.64 degrees above the horizon -2031-03-16T17:07:01.426Z moonset +2031-03-16T17:07:01.427Z moonset 2031-03-16T17:33:24.062Z Sun culminates 59.79 degrees above the horizon -2031-03-16T23:33:48.752Z sunset -2031-03-17T07:14:39.046Z moonrise +2031-03-16T23:33:48.753Z sunset +2031-03-17T07:14:39.045Z moonrise 2031-03-17T11:32:16.672Z sunrise 2031-03-17T12:41:10.813Z Moon culminates 41.35 degrees above the horizon 2031-03-17T17:33:06.932Z Sun culminates 60.19 degrees above the horizon -2031-03-17T18:10:19.682Z moonset +2031-03-17T18:10:19.684Z moonset 2031-03-17T18:55:01.739Z lunar perigee at 369624 km 2031-03-17T23:34:23.305Z sunset -2031-03-18T08:04:48.526Z moonrise -2031-03-18T11:31:07.745Z sunrise +2031-03-18T08:04:48.524Z moonrise +2031-03-18T11:31:07.744Z sunrise 2031-03-18T12:05:02.056Z Mercury max evening elongation: 18.47 degrees from Sun 2031-03-18T13:37:50.783Z Moon culminates 44.36 degrees above the horizon 2031-03-18T17:32:49.634Z Sun culminates 60.58 degrees above the horizon -2031-03-18T19:14:44.344Z moonset +2031-03-18T19:14:44.345Z moonset 2031-03-18T23:34:57.602Z sunset -2031-03-19T08:50:23.940Z moonrise +2031-03-19T08:50:23.939Z moonrise 2031-03-19T11:29:58.656Z sunrise 2031-03-19T14:32:14.651Z Moon culminates 48.43 degrees above the horizon 2031-03-19T17:32:32.185Z Sun culminates 60.98 degrees above the horizon -2031-03-19T20:18:51.130Z moonset +2031-03-19T20:18:51.131Z moonset 2031-03-19T23:35:31.854Z sunset -2031-03-20T09:32:13.789Z moonrise -2031-03-20T11:28:49.434Z sunrise +2031-03-20T09:32:13.788Z moonrise +2031-03-20T11:28:49.433Z sunrise 2031-03-20T15:24:22.488Z Moon culminates 53.22 degrees above the horizon 2031-03-20T17:32:14.603Z Sun culminates 61.37 degrees above the horizon -2031-03-20T19:40:52.746Z March equinox -2031-03-20T21:21:53.056Z moonset -2031-03-20T23:36:05.971Z sunset -2031-03-21T10:11:23.407Z moonrise -2031-03-21T11:27:40.103Z sunrise +2031-03-20T19:40:51.296Z March equinox +2031-03-20T21:21:53.058Z moonset +2031-03-20T23:36:05.972Z sunset +2031-03-21T10:11:23.406Z moonrise +2031-03-21T11:27:40.102Z sunrise 2031-03-21T16:14:38.879Z Moon culminates 58.41 degrees above the horizon 2031-03-21T17:31:56.907Z Sun culminates 61.77 degrees above the horizon -2031-03-21T22:23:36.628Z moonset -2031-03-21T23:36:39.963Z sunset -2031-03-22T10:49:01.676Z moonrise -2031-03-22T11:26:30.689Z sunrise +2031-03-21T22:23:36.629Z moonset +2031-03-21T23:36:39.964Z sunset +2031-03-22T10:49:01.675Z moonrise +2031-03-22T11:26:30.688Z sunrise 2031-03-22T17:03:40.439Z Moon culminates 63.65 degrees above the horizon 2031-03-22T17:31:39.112Z Sun culminates 62.16 degrees above the horizon -2031-03-22T23:24:07.720Z moonset -2031-03-22T23:37:13.838Z sunset +2031-03-22T23:24:07.721Z moonset +2031-03-22T23:37:13.839Z sunset 2031-03-23T03:49:35.902Z new moon -2031-03-23T11:25:21.216Z sunrise -2031-03-23T11:26:14.258Z moonrise +2031-03-23T11:25:21.215Z sunrise +2031-03-23T11:26:14.257Z moonrise 2031-03-23T17:31:21.237Z Sun culminates 62.56 degrees above the horizon 2031-03-23T17:52:05.346Z Moon culminates 68.65 degrees above the horizon -2031-03-23T23:37:47.605Z sunset -2031-03-24T00:23:36.464Z moonset -2031-03-24T11:24:11.709Z sunrise -2031-03-24T12:04:00.524Z moonrise +2031-03-23T23:37:47.606Z sunset +2031-03-24T00:23:36.465Z moonset +2031-03-24T11:24:11.708Z sunrise +2031-03-24T12:04:00.523Z moonrise 2031-03-24T17:31:03.297Z Sun culminates 62.95 degrees above the horizon 2031-03-24T18:40:25.744Z Moon culminates 73.15 degrees above the horizon -2031-03-24T23:38:21.273Z sunset -2031-03-25T01:22:05.430Z moonset -2031-03-25T11:23:02.193Z sunrise -2031-03-25T12:43:11.385Z moonrise +2031-03-24T23:38:21.274Z sunset +2031-03-25T01:22:05.431Z moonset +2031-03-25T11:23:02.192Z sunrise +2031-03-25T12:43:11.383Z moonrise 2031-03-25T17:30:45.308Z Sun culminates 63.34 degrees above the horizon -2031-03-25T19:29:02.487Z Moon culminates 76.91 degrees above the horizon +2031-03-25T19:29:02.486Z Moon culminates 76.91 degrees above the horizon 2031-03-25T23:38:54.850Z sunset -2031-03-26T02:19:22.641Z moonset +2031-03-26T02:19:22.642Z moonset 2031-03-26T11:21:52.692Z sunrise -2031-03-26T13:24:26.401Z moonrise +2031-03-26T13:24:26.399Z moonrise 2031-03-26T17:30:27.289Z Sun culminates 63.74 degrees above the horizon 2031-03-26T20:18:02.093Z Moon culminates 79.79 degrees above the horizon 2031-03-26T23:39:28.343Z sunset -2031-03-27T03:15:00.569Z moonset +2031-03-27T03:15:00.570Z moonset 2031-03-27T11:20:43.233Z sunrise -2031-03-27T14:08:10.035Z moonrise -2031-03-27T17:30:09.255Z Sun culminates 64.13 degrees above the horizon +2031-03-27T14:08:10.034Z moonrise +2031-03-27T17:30:09.254Z Sun culminates 64.13 degrees above the horizon 2031-03-27T21:07:16.540Z Moon culminates 81.67 degrees above the horizon 2031-03-27T23:40:01.762Z sunset 2031-03-28T04:08:21.689Z moonset -2031-03-28T11:19:33.839Z sunrise +2031-03-28T11:19:33.840Z sunrise 2031-03-28T14:54:28.473Z moonrise 2031-03-28T17:29:51.223Z Sun culminates 64.52 degrees above the horizon 2031-03-28T21:56:26.610Z Moon culminates 82.49 degrees above the horizon @@ -23006,97 +23006,97 @@ 2031-03-29T15:43:09.483Z moonrise 2031-03-29T17:29:33.212Z Sun culminates 64.91 degrees above the horizon 2031-03-29T22:45:08.448Z Moon culminates 82.26 degrees above the horizon -2031-03-29T23:41:08.413Z sunset +2031-03-29T23:41:08.414Z sunset 2031-03-30T05:45:57.961Z moonset 2031-03-30T11:17:15.356Z sunrise 2031-03-30T15:24:20.600Z lunar apogee at 404215 km -2031-03-30T16:33:47.192Z moonrise +2031-03-30T16:33:47.193Z moonrise 2031-03-30T17:29:15.240Z Sun culminates 65.30 degrees above the horizon 2031-03-30T23:33:01.444Z Moon culminates 81.02 degrees above the horizon 2031-03-30T23:41:41.666Z sunset 2031-03-31T00:32:53.294Z first quarter -2031-03-31T06:29:42.836Z moonset -2031-03-31T11:16:06.319Z sunrise -2031-03-31T17:25:51.083Z moonrise +2031-03-31T06:29:42.835Z moonset +2031-03-31T11:16:06.318Z sunrise +2031-03-31T17:25:51.084Z moonrise 2031-03-31T17:28:57.325Z Sun culminates 65.68 degrees above the horizon -2031-03-31T23:42:14.883Z sunset -2031-04-01T00:19:54.810Z Moon culminates 78.85 degrees above the horizon +2031-03-31T23:42:14.885Z sunset +2031-04-01T00:19:54.811Z Moon culminates 78.85 degrees above the horizon 2031-04-01T07:10:18.799Z moonset -2031-04-01T11:14:57.455Z sunrise +2031-04-01T11:14:57.454Z sunrise 2031-04-01T17:28:39.488Z Sun culminates 66.07 degrees above the horizon -2031-04-01T18:18:55.877Z moonrise -2031-04-01T23:42:48.079Z sunset -2031-04-02T01:05:51.063Z Moon culminates 75.83 degrees above the horizon +2031-04-01T18:18:55.879Z moonrise +2031-04-01T23:42:48.081Z sunset +2031-04-02T01:05:51.064Z Moon culminates 75.83 degrees above the horizon 2031-04-02T07:48:17.765Z moonset -2031-04-02T11:13:48.793Z sunrise +2031-04-02T11:13:48.791Z sunrise 2031-04-02T17:28:21.749Z Sun culminates 66.45 degrees above the horizon -2031-04-02T19:12:48.597Z moonrise -2031-04-02T23:43:21.264Z sunset +2031-04-02T19:12:48.599Z moonrise +2031-04-02T23:43:21.266Z sunset 2031-04-02T23:58:59.450Z Neptune conjunction -2031-04-03T01:51:06.298Z Moon culminates 72.10 degrees above the horizon -2031-04-03T08:24:23.299Z moonset -2031-04-03T11:12:40.360Z sunrise +2031-04-03T01:51:06.299Z Moon culminates 72.10 degrees above the horizon +2031-04-03T08:24:23.298Z moonset +2031-04-03T11:12:40.358Z sunrise 2031-04-03T17:28:04.129Z Sun culminates 66.84 degrees above the horizon -2031-04-03T20:07:31.126Z moonrise -2031-04-03T23:43:54.453Z sunset +2031-04-03T20:07:31.128Z moonrise +2031-04-03T23:43:54.455Z sunset 2031-04-04T02:36:08.399Z Moon culminates 67.78 degrees above the horizon -2031-04-04T08:59:26.499Z moonset -2031-04-04T11:11:32.186Z sunrise +2031-04-04T08:59:26.498Z moonset +2031-04-04T11:11:32.184Z sunrise 2031-04-04T17:27:46.648Z Sun culminates 67.22 degrees above the horizon 2031-04-04T19:55:47.998Z Mercury inferior conjunction -2031-04-04T21:03:18.685Z moonrise -2031-04-04T23:44:27.658Z sunset +2031-04-04T21:03:18.687Z moonrise +2031-04-04T23:44:27.660Z sunset 2031-04-05T03:21:34.413Z Moon culminates 63.04 degrees above the horizon -2031-04-05T09:34:23.927Z moonset -2031-04-05T11:10:24.299Z sunrise +2031-04-05T09:34:23.925Z moonset +2031-04-05T11:10:24.297Z sunrise 2031-04-05T17:27:29.329Z Sun culminates 67.60 degrees above the horizon -2031-04-05T22:00:35.242Z moonrise -2031-04-05T23:45:00.894Z sunset +2031-04-05T22:00:35.243Z moonrise +2031-04-05T23:45:00.896Z sunset 2031-04-06T04:08:07.535Z Moon culminates 58.06 degrees above the horizon -2031-04-06T10:10:17.210Z moonset -2031-04-06T11:09:16.730Z sunrise +2031-04-06T10:10:17.208Z moonset +2031-04-06T11:09:16.728Z sunrise 2031-04-06T17:27:12.194Z Sun culminates 67.98 degrees above the horizon -2031-04-06T20:09:30.606Z Venus moves from Aries to Taurus -2031-04-06T22:59:45.956Z moonrise -2031-04-06T23:45:34.175Z sunset +2031-04-06T20:09:31.283Z Venus moves from Aries to Taurus +2031-04-06T22:59:45.958Z moonrise +2031-04-06T23:45:34.177Z sunset 2031-04-07T04:56:33.063Z Moon culminates 53.11 degrees above the horizon -2031-04-07T10:48:13.025Z moonset -2031-04-07T11:08:09.508Z sunrise +2031-04-07T10:48:13.024Z moonset +2031-04-07T11:08:09.506Z sunrise 2031-04-07T17:21:47.896Z full moon 2031-04-07T17:26:55.264Z Sun culminates 68.35 degrees above the horizon -2031-04-07T23:46:07.516Z sunset -2031-04-08T00:01:05.779Z moonrise +2031-04-07T23:46:07.517Z sunset +2031-04-08T00:01:05.781Z moonrise 2031-04-08T05:47:31.787Z Moon culminates 48.46 degrees above the horizon -2031-04-08T11:07:02.662Z sunrise -2031-04-08T11:29:21.293Z moonset +2031-04-08T11:07:02.660Z sunrise +2031-04-08T11:29:21.291Z moonset 2031-04-08T17:26:38.561Z Sun culminates 68.73 degrees above the horizon -2031-04-08T23:46:40.929Z sunset -2031-04-09T01:04:23.919Z moonrise -2031-04-09T06:41:29.349Z Moon culminates 44.47 degrees above the horizon -2031-04-09T11:05:56.222Z sunrise -2031-04-09T12:14:48.391Z moonset +2031-04-08T23:46:40.931Z sunset +2031-04-09T01:04:23.921Z moonrise +2031-04-09T06:41:29.350Z Moon culminates 44.47 degrees above the horizon +2031-04-09T11:05:56.220Z sunrise +2031-04-09T12:14:48.389Z moonset 2031-04-09T17:26:22.106Z Sun culminates 69.10 degrees above the horizon -2031-04-09T23:47:14.429Z sunset -2031-04-10T02:08:48.083Z moonrise -2031-04-10T07:38:22.278Z Moon culminates 41.48 degrees above the horizon -2031-04-10T11:04:50.216Z sunrise -2031-04-10T13:05:22.246Z moonset +2031-04-09T23:47:14.430Z sunset +2031-04-10T02:08:48.085Z moonrise +2031-04-10T07:38:22.279Z Moon culminates 41.48 degrees above the horizon +2031-04-10T11:04:50.215Z sunrise +2031-04-10T13:05:22.244Z moonset 2031-04-10T17:26:05.920Z Sun culminates 69.47 degrees above the horizon 2031-04-10T23:47:48.027Z sunset -2031-04-11T03:12:39.980Z moonrise +2031-04-11T03:12:39.981Z moonrise 2031-04-11T08:37:26.827Z Moon culminates 39.79 degrees above the horizon -2031-04-11T11:03:44.674Z sunrise -2031-04-11T14:01:10.587Z moonset -2031-04-11T17:25:50.024Z Sun culminates 69.84 degrees above the horizon +2031-04-11T11:03:44.673Z sunrise +2031-04-11T14:01:10.586Z moonset +2031-04-11T17:25:50.023Z Sun culminates 69.84 degrees above the horizon 2031-04-11T19:09:37.644Z lunar perigee at 367997 km -2031-04-11T23:48:21.733Z sunset -2031-04-12T04:13:55.707Z moonrise -2031-04-12T09:37:21.809Z Moon culminates 39.60 degrees above the horizon -2031-04-12T11:02:39.625Z sunrise -2031-04-12T15:01:24.386Z moonset +2031-04-11T23:48:21.734Z sunset +2031-04-12T04:13:55.708Z moonrise +2031-04-12T09:37:21.810Z Moon culminates 39.60 degrees above the horizon +2031-04-12T11:02:39.624Z sunrise +2031-04-12T15:01:24.385Z moonset 2031-04-12T17:25:34.435Z Sun culminates 70.20 degrees above the horizon 2031-04-12T23:48:55.558Z sunset -2031-04-13T05:10:48.202Z moonrise +2031-04-13T05:10:48.203Z moonrise 2031-04-13T10:36:31.627Z Moon culminates 40.89 degrees above the horizon 2031-04-13T11:01:35.096Z sunrise 2031-04-13T16:04:25.244Z moonset @@ -23115,68 +23115,68 @@ 2031-04-15T17:24:49.697Z Sun culminates 71.28 degrees above the horizon 2031-04-15T18:11:41.377Z moonset 2031-04-15T23:50:37.814Z sunset -2031-04-16T07:31:03.327Z moonrise +2031-04-16T07:31:03.326Z moonrise 2031-04-16T10:58:24.908Z sunrise 2031-04-16T13:19:52.048Z Moon culminates 51.74 degrees above the horizon 2031-04-16T13:40:18.306Z Venus perihelion at 0.7184 AU -2031-04-16T16:13:37.904Z Mercury moves from Pisces to Cetus -2031-04-16T17:24:35.513Z Sun culminates 71.64 degrees above the horizon +2031-04-16T16:13:36.815Z Mercury moves from Pisces to Cetus +2031-04-16T17:24:35.514Z Sun culminates 71.64 degrees above the horizon 2031-04-16T19:13:43.501Z moonset -2031-04-16T23:51:12.175Z sunset -2031-04-17T08:10:07.842Z moonrise +2031-04-16T23:51:12.176Z sunset +2031-04-17T08:10:07.841Z moonrise 2031-04-17T10:57:22.732Z sunrise 2031-04-17T14:09:30.496Z Moon culminates 56.69 degrees above the horizon 2031-04-17T17:24:21.718Z Sun culminates 71.99 degrees above the horizon -2031-04-17T20:14:19.772Z moonset -2031-04-17T23:51:46.680Z sunset -2031-04-18T08:47:20.341Z moonrise -2031-04-18T10:56:21.208Z sunrise +2031-04-17T20:14:19.773Z moonset +2031-04-17T23:51:46.681Z sunset +2031-04-18T08:47:20.340Z moonrise +2031-04-18T10:56:21.207Z sunrise 2031-04-18T14:57:43.822Z Moon culminates 61.79 degrees above the horizon -2031-04-18T17:24:08.325Z Sun culminates 72.34 degrees above the horizon -2031-04-18T21:13:45.431Z moonset -2031-04-18T23:52:21.328Z sunset -2031-04-19T09:23:51.383Z moonrise -2031-04-19T10:55:20.359Z sunrise -2031-04-19T15:45:17.732Z Moon culminates 66.77 degrees above the horizon +2031-04-18T17:24:08.324Z Sun culminates 72.34 degrees above the horizon +2031-04-18T21:13:45.432Z moonset +2031-04-18T23:52:21.329Z sunset +2031-04-19T09:23:51.382Z moonrise +2031-04-19T10:55:20.357Z sunrise +2031-04-19T15:45:17.731Z Moon culminates 66.77 degrees above the horizon 2031-04-19T17:23:55.343Z Sun culminates 72.69 degrees above the horizon -2031-04-19T22:12:21.283Z moonset -2031-04-19T23:52:56.119Z sunset -2031-04-20T10:00:44.931Z moonrise -2031-04-20T10:54:20.208Z sunrise -2031-04-20T16:32:52.009Z Moon culminates 71.39 degrees above the horizon +2031-04-19T22:12:21.284Z moonset +2031-04-19T23:52:56.120Z sunset +2031-04-20T10:00:44.930Z moonrise +2031-04-20T10:54:20.206Z sunrise +2031-04-20T16:32:52.008Z Moon culminates 71.39 degrees above the horizon 2031-04-20T17:23:42.785Z Sun culminates 73.03 degrees above the horizon 2031-04-20T23:10:20.530Z moonset -2031-04-20T23:53:31.050Z sunset -2031-04-21T10:38:56.769Z moonrise -2031-04-21T10:53:20.777Z sunrise +2031-04-20T23:53:31.051Z sunset +2031-04-21T10:38:56.767Z moonrise +2031-04-21T10:53:20.775Z sunrise 2031-04-21T16:57:39.421Z new moon -2031-04-21T17:20:54.704Z Moon culminates 75.40 degrees above the horizon -2031-04-21T17:23:30.660Z Sun culminates 73.37 degrees above the horizon +2031-04-21T17:20:54.703Z Moon culminates 75.40 degrees above the horizon +2031-04-21T17:23:30.659Z Sun culminates 73.37 degrees above the horizon 2031-04-21T23:54:06.119Z sunset -2031-04-22T00:07:39.738Z moonset -2031-04-22T10:52:22.088Z sunrise -2031-04-22T11:19:11.884Z moonrise -2031-04-22T17:23:18.976Z Sun culminates 73.71 degrees above the horizon -2031-04-22T18:09:37.841Z Moon culminates 78.63 degrees above the horizon +2031-04-22T00:07:39.739Z moonset +2031-04-22T10:52:22.086Z sunrise +2031-04-22T11:19:11.882Z moonrise +2031-04-22T17:23:18.975Z Sun culminates 73.71 degrees above the horizon +2031-04-22T18:09:37.840Z Moon culminates 78.63 degrees above the horizon 2031-04-22T23:54:41.320Z sunset 2031-04-23T01:03:54.956Z moonset -2031-04-23T10:51:24.163Z sunrise -2031-04-23T12:02:00.171Z moonrise -2031-04-23T17:23:07.742Z Sun culminates 74.04 degrees above the horizon -2031-04-23T18:58:55.418Z Moon culminates 80.91 degrees above the horizon +2031-04-23T10:51:24.162Z sunrise +2031-04-23T12:02:00.169Z moonrise +2031-04-23T17:23:07.741Z Sun culminates 74.04 degrees above the horizon +2031-04-23T18:58:55.417Z Moon culminates 80.91 degrees above the horizon 2031-04-23T23:55:16.648Z sunset 2031-04-24T01:58:24.822Z moonset 2031-04-24T10:50:27.023Z sunrise -2031-04-24T12:47:31.734Z moonrise +2031-04-24T12:47:31.732Z moonrise 2031-04-24T17:22:56.965Z Sun culminates 74.37 degrees above the horizon -2031-04-24T19:48:25.369Z Moon culminates 82.16 degrees above the horizon -2031-04-24T23:55:52.098Z sunset +2031-04-24T19:48:25.368Z Moon culminates 82.16 degrees above the horizon +2031-04-24T23:55:52.097Z sunset 2031-04-25T02:50:21.227Z moonset 2031-04-25T10:49:30.691Z sunrise -2031-04-25T13:35:34.908Z moonrise +2031-04-25T13:35:34.907Z moonrise 2031-04-25T17:22:46.654Z Sun culminates 74.70 degrees above the horizon 2031-04-25T18:49:50.057Z Mercury aphelion at 0.4667 AU -2031-04-25T20:37:36.370Z Moon culminates 82.34 degrees above the horizon +2031-04-25T20:37:36.369Z Moon culminates 82.34 degrees above the horizon 2031-04-25T23:56:27.662Z sunset 2031-04-26T03:39:04.072Z moonset 2031-04-26T10:48:35.187Z sunrise @@ -23192,243 +23192,243 @@ 2031-04-27T22:13:09.304Z Moon culminates 79.68 degrees above the horizon 2031-04-27T23:57:39.107Z sunset 2031-04-28T05:05:54.133Z moonset -2031-04-28T10:46:46.752Z sunrise -2031-04-28T16:09:31.806Z moonrise +2031-04-28T10:46:46.751Z sunrise +2031-04-28T16:09:31.807Z moonrise 2031-04-28T17:22:18.586Z Sun culminates 75.65 degrees above the horizon -2031-04-28T22:59:06.190Z Moon culminates 77.02 degrees above the horizon -2031-04-28T23:58:14.974Z sunset +2031-04-28T22:59:06.191Z Moon culminates 77.02 degrees above the horizon +2031-04-28T23:58:14.975Z sunset 2031-04-29T05:44:32.686Z moonset -2031-04-29T10:45:53.866Z sunrise -2031-04-29T17:02:26.471Z moonrise -2031-04-29T17:22:10.211Z Sun culminates 75.96 degrees above the horizon +2031-04-29T10:45:53.865Z sunrise +2031-04-29T17:02:26.472Z moonrise +2031-04-29T17:22:10.212Z Sun culminates 75.96 degrees above the horizon 2031-04-29T19:20:02.882Z first quarter 2031-04-29T23:44:00.771Z Moon culminates 73.62 degrees above the horizon -2031-04-29T23:58:50.928Z sunset +2031-04-29T23:58:50.929Z sunset 2031-04-30T06:20:51.083Z moonset -2031-04-30T10:45:01.897Z sunrise +2031-04-30T10:45:01.896Z sunrise 2031-04-30T17:22:02.341Z Sun culminates 76.27 degrees above the horizon -2031-04-30T17:55:53.561Z moonrise -2031-04-30T19:37:15.758Z Mercury moves from Cetus to Pisces -2031-04-30T23:59:26.963Z sunset +2031-04-30T17:55:53.562Z moonrise +2031-04-30T19:37:16.976Z Mercury moves from Cetus to Pisces +2031-04-30T23:59:26.964Z sunset 2031-05-01T00:28:20.269Z Moon culminates 69.62 degrees above the horizon -2031-05-01T06:55:40.956Z moonset -2031-05-01T10:44:10.870Z sunrise -2031-05-01T17:21:54.982Z Sun culminates 76.58 degrees above the horizon -2031-05-01T18:50:10.000Z moonrise -2031-05-02T00:00:03.072Z sunset +2031-05-01T06:55:40.955Z moonset +2031-05-01T10:44:10.869Z sunrise +2031-05-01T17:21:54.983Z Sun culminates 76.58 degrees above the horizon +2031-05-01T18:50:10.001Z moonrise +2031-05-02T00:00:03.074Z sunset 2031-05-02T01:12:43.713Z Moon culminates 65.13 degrees above the horizon -2031-05-02T07:30:00.258Z moonset -2031-05-02T10:43:20.808Z sunrise +2031-05-02T07:30:00.257Z moonset +2031-05-02T10:43:20.806Z sunrise 2031-05-02T17:21:48.146Z Sun culminates 76.87 degrees above the horizon -2031-05-02T19:45:45.971Z moonrise +2031-05-02T19:45:45.972Z moonrise 2031-05-02T20:30:24.832Z Mercury max morning elongation: 26.87 degrees from Sun -2031-05-03T00:00:39.250Z sunset +2031-05-03T00:00:39.252Z sunset 2031-05-03T01:57:58.769Z Moon culminates 60.33 degrees above the horizon -2031-05-03T08:04:52.430Z moonset -2031-05-03T10:42:31.734Z sunrise +2031-05-03T08:04:52.429Z moonset +2031-05-03T10:42:31.732Z sunrise 2031-05-03T17:21:41.839Z Sun culminates 77.17 degrees above the horizon -2031-05-03T20:43:18.209Z moonrise -2031-05-04T00:01:15.490Z sunset -2031-05-04T02:44:58.333Z Moon culminates 55.40 degrees above the horizon -2031-05-04T08:41:27.023Z moonset -2031-05-04T10:41:43.672Z sunrise +2031-05-03T20:43:18.210Z moonrise +2031-05-04T00:01:15.492Z sunset +2031-05-04T02:44:58.332Z Moon culminates 55.40 degrees above the horizon +2031-05-04T08:41:27.022Z moonset +2031-05-04T10:41:43.670Z sunrise 2031-05-04T11:57:29.336Z Mars opposition 2031-05-04T17:21:36.071Z Sun culminates 77.46 degrees above the horizon -2031-05-04T21:43:19.898Z moonrise -2031-05-05T00:01:51.786Z sunset +2031-05-04T21:43:19.899Z moonrise +2031-05-05T00:01:51.788Z sunset 2031-05-05T03:34:35.358Z Moon culminates 50.60 degrees above the horizon -2031-05-05T09:20:59.790Z moonset -2031-05-05T10:40:56.646Z sunrise +2031-05-05T09:20:59.789Z moonset +2031-05-05T10:40:56.645Z sunrise 2031-05-05T17:21:30.851Z Sun culminates 77.74 degrees above the horizon -2031-05-05T22:46:05.161Z moonrise -2031-05-06T00:02:28.132Z sunset +2031-05-05T22:46:05.162Z moonrise +2031-05-06T00:02:28.134Z sunset 2031-05-06T04:27:33.363Z Moon culminates 46.24 degrees above the horizon -2031-05-06T10:04:48.883Z moonset -2031-05-06T10:40:10.680Z sunrise -2031-05-06T17:21:26.188Z Sun culminates 78.03 degrees above the horizon -2031-05-06T23:51:08.127Z moonrise -2031-05-07T00:03:04.521Z sunset +2031-05-06T10:04:48.882Z moonset +2031-05-06T10:40:10.678Z sunrise +2031-05-06T17:21:26.187Z Sun culminates 78.03 degrees above the horizon +2031-05-06T23:51:08.128Z moonrise +2031-05-07T00:03:04.522Z sunset 2031-05-07T03:40:20.826Z full moon 2031-05-07T03:50:47.970Z penumbral lunar eclipse -2031-05-07T05:24:10.634Z Moon culminates 42.71 degrees above the horizon -2031-05-07T10:39:25.796Z sunrise -2031-05-07T10:54:02.189Z moonset +2031-05-07T05:24:10.633Z Moon culminates 42.71 degrees above the horizon +2031-05-07T10:39:25.795Z sunrise +2031-05-07T10:54:02.187Z moonset 2031-05-07T17:21:22.088Z Sun culminates 78.30 degrees above the horizon -2031-05-07T19:33:41.557Z Venus moves from Taurus to Gemini -2031-05-08T00:03:40.945Z sunset -2031-05-08T00:57:04.946Z moonrise +2031-05-07T19:33:42.254Z Venus moves from Taurus to Gemini +2031-05-08T00:03:40.946Z sunset +2031-05-08T00:57:04.947Z moonrise 2031-05-08T06:24:01.101Z Moon culminates 40.38 degrees above the horizon -2031-05-08T10:38:42.018Z sunrise -2031-05-08T11:49:12.543Z moonset +2031-05-08T10:38:42.017Z sunrise +2031-05-08T11:49:12.542Z moonset 2031-05-08T17:21:18.559Z Sun culminates 78.57 degrees above the horizon 2031-05-09T00:04:17.395Z sunset -2031-05-09T02:01:38.676Z moonrise +2031-05-09T02:01:38.677Z moonrise 2031-05-09T07:25:44.751Z Moon culminates 39.55 degrees above the horizon 2031-05-09T07:34:27.689Z lunar perigee at 362839 km 2031-05-09T10:37:59.368Z sunrise -2031-05-09T12:49:48.767Z moonset -2031-05-09T17:21:15.608Z Sun culminates 78.84 degrees above the horizon +2031-05-09T12:49:48.765Z moonset +2031-05-09T17:21:15.607Z Sun culminates 78.84 degrees above the horizon 2031-05-10T00:04:53.860Z sunset 2031-05-10T03:02:21.608Z moonrise 2031-05-10T08:27:24.417Z Moon culminates 40.32 degrees above the horizon -2031-05-10T10:37:17.869Z sunrise -2031-05-10T13:54:07.849Z moonset +2031-05-10T10:37:17.868Z sunrise +2031-05-10T13:54:07.847Z moonset 2031-05-10T17:21:13.238Z Sun culminates 79.10 degrees above the horizon -2031-05-11T00:05:30.329Z sunset +2031-05-11T00:05:30.328Z sunset 2031-05-11T03:57:33.704Z moonrise -2031-05-11T09:27:07.551Z Moon culminates 42.59 degrees above the horizon +2031-05-11T09:27:07.550Z Moon culminates 42.59 degrees above the horizon 2031-05-11T10:36:37.540Z sunrise -2031-05-11T14:59:48.854Z moonset -2031-05-11T17:21:11.455Z Sun culminates 79.36 degrees above the horizon -2031-05-12T00:06:06.787Z sunset +2031-05-11T14:59:48.853Z moonset +2031-05-11T17:21:11.454Z Sun culminates 79.36 degrees above the horizon +2031-05-12T00:06:06.786Z sunset 2031-05-12T04:46:52.156Z moonrise 2031-05-12T10:23:44.928Z Moon culminates 46.07 degrees above the horizon 2031-05-12T10:35:58.403Z sunrise -2031-05-12T16:04:48.906Z moonset +2031-05-12T16:04:48.905Z moonset 2031-05-12T17:21:10.260Z Sun culminates 79.61 degrees above the horizon -2031-05-13T00:06:43.220Z sunset +2031-05-13T00:06:43.218Z sunset 2031-05-13T05:30:58.061Z moonrise -2031-05-13T10:35:20.476Z sunrise +2031-05-13T10:35:20.477Z sunrise 2031-05-13T11:17:01.749Z Moon culminates 50.41 degrees above the horizon -2031-05-13T17:07:58.673Z moonset +2031-05-13T17:07:58.672Z moonset 2031-05-13T17:21:09.656Z Sun culminates 79.86 degrees above the horizon 2031-05-13T19:07:27.085Z third quarter -2031-05-14T00:07:19.609Z sunset +2031-05-14T00:07:19.608Z sunset 2031-05-14T06:11:05.318Z moonrise 2031-05-14T10:34:43.779Z sunrise 2031-05-14T12:07:24.638Z Moon culminates 55.25 degrees above the horizon 2031-05-14T17:21:09.641Z Sun culminates 80.10 degrees above the horizon -2031-05-14T18:09:02.437Z moonset +2031-05-14T18:09:02.436Z moonset 2031-05-15T00:07:55.937Z sunset 2031-05-15T06:48:36.260Z moonrise 2031-05-15T10:34:08.327Z sunrise 2031-05-15T12:55:41.913Z Moon culminates 60.30 degrees above the horizon 2031-05-15T17:21:10.213Z Sun culminates 80.34 degrees above the horizon -2031-05-15T19:08:18.708Z moonset +2031-05-15T19:08:18.707Z moonset 2031-05-16T00:08:32.183Z sunset 2031-05-16T07:24:49.700Z moonrise -2031-05-16T10:33:34.135Z sunrise -2031-05-16T13:42:47.935Z Moon culminates 65.28 degrees above the horizon +2031-05-16T10:33:34.134Z sunrise +2031-05-16T13:42:47.934Z Moon culminates 65.28 degrees above the horizon 2031-05-16T17:21:11.369Z Sun culminates 80.57 degrees above the horizon -2031-05-16T19:44:54.526Z Mercury moves from Pisces to Cetus -2031-05-16T20:06:19.019Z moonset -2031-05-17T00:09:08.324Z sunset +2031-05-16T19:44:55.019Z Mercury moves from Pisces to Cetus +2031-05-16T20:06:19.018Z moonset +2031-05-17T00:09:08.325Z sunset 2031-05-17T08:00:57.055Z moonrise -2031-05-17T10:33:01.216Z sunrise +2031-05-17T10:33:01.215Z sunrise 2031-05-17T14:29:33.125Z Moon culminates 69.95 degrees above the horizon -2031-05-17T16:58:17.222Z Mercury moves from Cetus to Aries -2031-05-17T17:21:13.104Z Sun culminates 80.80 degrees above the horizon -2031-05-17T21:03:31.574Z moonset -2031-05-18T00:09:44.337Z sunset -2031-05-18T08:38:01.359Z moonrise -2031-05-18T10:32:29.582Z sunrise -2031-05-18T15:16:37.472Z Moon culminates 74.12 degrees above the horizon -2031-05-18T17:21:15.410Z Sun culminates 81.02 degrees above the horizon -2031-05-18T22:00:09.904Z moonset -2031-05-19T00:10:20.196Z sunset -2031-05-19T09:16:55.792Z moonrise -2031-05-19T10:31:59.242Z sunrise -2031-05-19T16:04:25.585Z Moon culminates 77.58 degrees above the horizon -2031-05-19T17:21:18.279Z Sun culminates 81.23 degrees above the horizon -2031-05-19T22:56:06.032Z moonset +2031-05-17T16:58:17.776Z Mercury moves from Cetus to Aries +2031-05-17T17:21:13.103Z Sun culminates 80.80 degrees above the horizon +2031-05-17T21:03:31.573Z moonset +2031-05-18T00:09:44.338Z sunset +2031-05-18T08:38:01.358Z moonrise +2031-05-18T10:32:29.580Z sunrise +2031-05-18T15:16:37.471Z Moon culminates 74.12 degrees above the horizon +2031-05-18T17:21:15.409Z Sun culminates 81.02 degrees above the horizon +2031-05-18T22:00:09.903Z moonset +2031-05-19T00:10:20.197Z sunset +2031-05-19T09:16:55.790Z moonrise +2031-05-19T10:31:59.240Z sunrise +2031-05-19T16:04:25.584Z Moon culminates 77.58 degrees above the horizon +2031-05-19T17:21:18.277Z Sun culminates 81.23 degrees above the horizon +2031-05-19T22:56:06.031Z moonset 2031-05-20T00:10:55.874Z sunset -2031-05-20T06:57:29.666Z Mars moves from Libra to Virgo -2031-05-20T09:58:20.117Z moonrise -2031-05-20T10:31:30.205Z sunrise -2031-05-20T16:53:03.043Z Moon culminates 80.19 degrees above the horizon -2031-05-20T17:21:21.700Z Sun culminates 81.44 degrees above the horizon -2031-05-20T23:50:49.361Z moonset -2031-05-21T00:11:31.342Z sunset +2031-05-20T06:57:27.321Z Mars moves from Libra to Virgo +2031-05-20T09:58:20.115Z moonrise +2031-05-20T10:31:30.203Z sunrise +2031-05-20T16:53:03.042Z Moon culminates 80.19 degrees above the horizon +2031-05-20T17:21:21.698Z Sun culminates 81.44 degrees above the horizon +2031-05-20T23:50:49.360Z moonset +2031-05-21T00:11:31.341Z sunset 2031-05-21T07:17:51.993Z new moon -2031-05-21T10:31:02.479Z sunrise -2031-05-21T10:42:35.250Z moonrise -2031-05-21T17:21:25.662Z Sun culminates 81.65 degrees above the horizon -2031-05-21T17:42:15.518Z Moon culminates 81.81 degrees above the horizon -2031-05-22T00:12:06.570Z sunset -2031-05-22T00:43:33.275Z moonset -2031-05-22T10:30:36.069Z sunrise -2031-05-22T11:29:38.505Z moonrise +2031-05-21T10:31:02.477Z sunrise +2031-05-21T10:42:35.249Z moonrise +2031-05-21T17:21:25.661Z Sun culminates 81.65 degrees above the horizon +2031-05-21T17:42:15.517Z Moon culminates 81.81 degrees above the horizon +2031-05-22T00:12:06.568Z sunset +2031-05-22T00:43:33.274Z moonset +2031-05-22T10:30:36.068Z sunrise +2031-05-22T11:29:38.504Z moonrise 2031-05-22T17:21:30.153Z Sun culminates 81.85 degrees above the horizon -2031-05-22T18:31:32.755Z Moon culminates 82.38 degrees above the horizon -2031-05-23T00:12:41.527Z sunset -2031-05-23T01:33:28.939Z moonset +2031-05-22T18:31:32.754Z Moon culminates 82.38 degrees above the horizon +2031-05-23T00:12:41.525Z sunset +2031-05-23T01:33:28.938Z moonset 2031-05-23T10:30:10.980Z sunrise -2031-05-23T12:19:03.748Z moonrise -2031-05-23T17:21:35.161Z Sun culminates 82.04 degrees above the horizon +2031-05-23T12:19:03.747Z moonrise +2031-05-23T17:21:35.160Z Sun culminates 82.04 degrees above the horizon 2031-05-23T19:20:17.814Z Moon culminates 81.91 degrees above the horizon -2031-05-24T00:13:16.181Z sunset -2031-05-24T02:20:01.053Z moonset -2031-05-24T10:29:47.218Z sunrise +2031-05-24T00:13:16.180Z sunset +2031-05-24T02:20:01.052Z moonset +2031-05-24T10:29:47.219Z sunrise 2031-05-24T13:10:09.300Z moonrise 2031-05-24T17:21:40.670Z Sun culminates 82.22 degrees above the horizon 2031-05-24T20:07:58.708Z Moon culminates 80.44 degrees above the horizon 2031-05-25T00:13:50.502Z sunset 2031-05-25T02:09:10.486Z lunar apogee at 405711 km -2031-05-25T03:02:58.214Z moonset -2031-05-25T06:18:16.898Z Jupiter moves from Sagittarius to Ophiuchus -2031-05-25T10:29:24.786Z sunrise -2031-05-25T14:02:11.583Z moonrise +2031-05-25T03:02:58.213Z moonset +2031-05-25T06:18:09.720Z Jupiter moves from Sagittarius to Ophiuchus +2031-05-25T10:29:24.787Z sunrise +2031-05-25T14:02:11.584Z moonrise 2031-05-25T17:21:46.667Z Sun culminates 82.41 degrees above the horizon 2031-05-25T20:54:17.804Z Moon culminates 78.09 degrees above the horizon 2031-05-26T00:14:24.457Z sunset -2031-05-26T03:42:34.287Z moonset -2031-05-26T10:29:03.687Z sunrise -2031-05-26T14:54:38.506Z moonrise -2031-05-26T17:21:53.137Z Sun culminates 82.58 degrees above the horizon -2031-05-26T21:39:16.023Z Moon culminates 74.98 degrees above the horizon -2031-05-27T00:14:58.014Z sunset +2031-05-26T03:42:34.286Z moonset +2031-05-26T10:29:03.688Z sunrise +2031-05-26T14:54:38.507Z moonrise +2031-05-26T17:21:53.138Z Sun culminates 82.58 degrees above the horizon +2031-05-26T21:39:16.024Z Moon culminates 74.98 degrees above the horizon +2031-05-27T00:14:58.015Z sunset 2031-05-27T04:19:23.188Z moonset 2031-05-27T10:28:43.925Z sunrise -2031-05-27T15:47:17.418Z moonrise +2031-05-27T15:47:17.419Z moonrise 2031-05-27T17:22:00.068Z Sun culminates 82.75 degrees above the horizon -2031-05-27T22:23:12.251Z Moon culminates 71.24 degrees above the horizon -2031-05-28T00:15:31.143Z sunset +2031-05-27T22:23:12.252Z Moon culminates 71.24 degrees above the horizon +2031-05-28T00:15:31.144Z sunset 2031-05-28T04:54:12.000Z moonset -2031-05-28T07:14:00.872Z Mercury moves from Aries to Taurus +2031-05-28T07:14:01.271Z Mercury moves from Aries to Taurus 2031-05-28T10:28:25.501Z sunrise -2031-05-28T16:40:16.645Z moonrise +2031-05-28T16:40:16.646Z moonrise 2031-05-28T17:22:07.443Z Sun culminates 82.91 degrees above the horizon 2031-05-28T23:06:40.297Z Moon culminates 67.01 degrees above the horizon -2031-05-29T00:16:03.812Z sunset -2031-05-29T05:27:55.955Z moonset +2031-05-29T00:16:03.813Z sunset +2031-05-29T05:27:55.954Z moonset 2031-05-29T10:28:08.418Z sunrise 2031-05-29T11:20:07.262Z first quarter 2031-05-29T17:22:15.249Z Sun culminates 83.07 degrees above the horizon 2031-05-29T17:34:02.551Z moonrise 2031-05-29T23:50:25.493Z Moon culminates 62.42 degrees above the horizon -2031-05-30T00:16:35.991Z sunset -2031-05-30T06:01:36.340Z moonset -2031-05-30T10:27:52.679Z sunrise -2031-05-30T17:22:23.472Z Sun culminates 83.22 degrees above the horizon -2031-05-30T18:29:14.110Z moonrise -2031-05-31T00:17:07.650Z sunset +2031-05-30T00:16:35.992Z sunset +2031-05-30T06:01:36.339Z moonset +2031-05-30T10:27:52.678Z sunrise +2031-05-30T17:22:23.473Z Sun culminates 83.22 degrees above the horizon +2031-05-30T18:29:14.111Z moonrise +2031-05-31T00:17:07.651Z sunset 2031-05-31T00:35:21.675Z Moon culminates 57.64 degrees above the horizon -2031-05-31T06:36:20.825Z moonset -2031-05-31T10:27:38.284Z sunrise +2031-05-31T06:36:20.824Z moonset +2031-05-31T10:27:38.283Z sunrise 2031-05-31T17:22:32.099Z Sun culminates 83.36 degrees above the horizon -2031-05-31T19:26:35.291Z moonrise -2031-06-01T00:17:38.763Z sunset +2031-05-31T19:26:35.292Z moonrise +2031-06-01T00:17:38.764Z sunset 2031-06-01T01:22:27.801Z Moon culminates 52.86 degrees above the horizon 2031-06-01T07:13:24.854Z moonset 2031-06-01T10:27:25.235Z sunrise -2031-06-01T17:22:41.116Z Sun culminates 83.49 degrees above the horizon -2031-06-01T20:26:43.452Z moonrise +2031-06-01T17:22:41.117Z Sun culminates 83.49 degrees above the horizon +2031-06-01T20:26:43.453Z moonrise 2031-06-02T00:18:09.300Z sunset 2031-06-02T02:12:42.048Z Moon culminates 48.33 degrees above the horizon 2031-06-02T03:32:19.375Z Venus max evening elongation: 45.40 degrees from Sun 2031-06-02T07:54:11.675Z moonset -2031-06-02T10:27:13.532Z sunrise +2031-06-02T10:27:13.533Z sunrise 2031-06-02T17:22:50.510Z Sun culminates 83.63 degrees above the horizon -2031-06-02T21:29:51.074Z moonrise +2031-06-02T21:29:51.075Z moonrise 2031-06-03T00:18:39.235Z sunset 2031-06-03T03:03:12.014Z Saturn conjunction 2031-06-03T03:06:50.064Z Moon culminates 44.38 degrees above the horizon -2031-06-03T08:10:50.861Z Venus moves from Gemini to Cancer +2031-06-03T08:10:51.723Z Venus moves from Gemini to Cancer 2031-06-03T08:40:06.505Z moonset 2031-06-03T10:27:03.177Z sunrise -2031-06-03T17:23:00.267Z Sun culminates 83.75 degrees above the horizon -2031-06-03T22:35:21.490Z moonrise -2031-06-04T00:19:08.540Z sunset +2031-06-03T17:23:00.268Z Sun culminates 83.75 degrees above the horizon +2031-06-03T22:35:21.491Z moonrise +2031-06-04T00:19:08.541Z sunset 2031-06-04T04:05:05.166Z Moon culminates 41.39 degrees above the horizon 2031-06-04T09:32:18.314Z moonset 2031-06-04T10:26:54.168Z sunrise @@ -23436,47 +23436,47 @@ 2031-06-04T23:41:31.046Z moonrise 2031-06-05T00:19:37.191Z sunset 2031-06-05T05:06:45.683Z Moon culminates 39.75 degrees above the horizon -2031-06-05T10:26:46.503Z sunrise +2031-06-05T10:26:46.502Z sunrise 2031-06-05T10:31:06.478Z moonset 2031-06-05T11:44:03.888Z penumbral lunar eclipse 2031-06-05T11:58:58.493Z full moon 2031-06-05T17:23:20.817Z Sun culminates 83.98 degrees above the horizon 2031-06-06T00:20:05.160Z sunset -2031-06-06T00:45:43.223Z moonrise +2031-06-06T00:45:43.222Z moonrise 2031-06-06T06:10:07.910Z Moon culminates 39.74 degrees above the horizon -2031-06-06T10:26:40.180Z sunrise +2031-06-06T10:26:40.179Z sunrise 2031-06-06T11:35:27.728Z moonset 2031-06-06T12:11:31.495Z lunar perigee at 358735 km 2031-06-06T17:23:31.580Z Sun culminates 84.08 degrees above the horizon -2031-06-07T00:20:32.421Z sunset -2031-06-07T01:45:25.590Z moonrise -2031-06-07T07:12:54.326Z Moon culminates 41.38 degrees above the horizon +2031-06-07T00:20:32.420Z sunset +2031-06-07T01:45:25.589Z moonrise +2031-06-07T07:12:54.325Z Moon culminates 41.38 degrees above the horizon 2031-06-07T10:26:35.195Z sunrise -2031-06-07T12:42:59.717Z moonset +2031-06-07T12:42:59.716Z moonset 2031-06-07T17:23:42.649Z Sun culminates 84.18 degrees above the horizon -2031-06-08T00:20:58.946Z sunset -2031-06-08T02:39:12.448Z moonrise -2031-06-08T08:13:06.735Z Moon culminates 44.48 degrees above the horizon +2031-06-08T00:20:58.945Z sunset +2031-06-08T02:39:12.447Z moonrise +2031-06-08T08:13:06.734Z Moon culminates 44.48 degrees above the horizon 2031-06-08T10:26:31.545Z sunrise -2031-06-08T13:50:56.575Z moonset -2031-06-08T17:23:54.008Z Sun culminates 84.27 degrees above the horizon +2031-06-08T13:50:56.574Z moonset +2031-06-08T17:23:54.007Z Sun culminates 84.27 degrees above the horizon 2031-06-08T18:28:17.972Z Mercury perihelion at 0.3075 AU 2031-06-08T18:37:07.353Z Mercury superior conjunction -2031-06-09T00:21:24.709Z sunset -2031-06-09T03:27:03.126Z moonrise +2031-06-09T00:21:24.707Z sunset +2031-06-09T03:27:03.125Z moonrise 2031-06-09T09:09:44.827Z Moon culminates 48.66 degrees above the horizon -2031-06-09T10:26:29.223Z sunrise +2031-06-09T10:26:29.224Z sunrise 2031-06-09T14:57:14.590Z moonset 2031-06-09T17:24:05.638Z Sun culminates 84.35 degrees above the horizon -2031-06-10T00:21:49.680Z sunset -2031-06-10T04:09:56.220Z moonrise +2031-06-10T00:21:49.678Z sunset +2031-06-10T04:09:56.219Z moonrise 2031-06-10T10:02:48.202Z Moon culminates 53.50 degrees above the horizon -2031-06-10T10:26:28.223Z sunrise -2031-06-10T16:00:58.711Z moonset +2031-06-10T10:26:28.224Z sunrise +2031-06-10T16:00:58.710Z moonset 2031-06-10T17:24:17.524Z Sun culminates 84.43 degrees above the horizon -2031-06-11T00:22:13.833Z sunset +2031-06-11T00:22:13.832Z sunset 2031-06-11T04:49:14.845Z moonrise -2031-06-11T10:26:28.535Z sunrise +2031-06-11T10:26:28.536Z sunrise 2031-06-11T10:52:55.594Z Moon culminates 58.63 degrees above the horizon 2031-06-11T17:02:09.317Z moonset 2031-06-11T17:24:29.645Z Sun culminates 84.50 degrees above the horizon @@ -23489,135 +23489,135 @@ 2031-06-12T18:01:15.750Z moonset 2031-06-13T00:22:59.567Z sunset 2031-06-13T06:02:44.095Z moonrise -2031-06-13T10:26:33.052Z sunrise -2031-06-13T12:28:05.785Z Moon culminates 68.55 degrees above the horizon -2031-06-13T17:24:54.513Z Sun culminates 84.62 degrees above the horizon +2031-06-13T10:26:33.051Z sunrise +2031-06-13T12:28:05.784Z Moon culminates 68.55 degrees above the horizon +2031-06-13T17:24:54.512Z Sun culminates 84.62 degrees above the horizon 2031-06-13T18:58:53.809Z moonset -2031-06-14T00:23:21.090Z sunset +2031-06-14T00:23:21.091Z sunset 2031-06-14T05:44:15.026Z Uranus conjunction 2031-06-14T06:39:23.659Z moonrise -2031-06-14T10:26:37.227Z sunrise -2031-06-14T13:14:55.103Z Moon culminates 72.88 degrees above the horizon -2031-06-14T15:53:43.820Z Mercury moves from Taurus to Gemini +2031-06-14T10:26:37.225Z sunrise +2031-06-14T13:14:55.102Z Moon culminates 72.88 degrees above the horizon +2031-06-14T15:53:44.158Z Mercury moves from Taurus to Gemini 2031-06-14T17:25:07.214Z Sun culminates 84.67 degrees above the horizon 2031-06-14T19:55:30.603Z moonset -2031-06-15T00:23:41.679Z sunset -2031-06-15T07:17:23.693Z moonrise +2031-06-15T00:23:41.680Z sunset +2031-06-15T07:17:23.692Z moonrise 2031-06-15T09:08:56.413Z Jupiter opposition -2031-06-15T10:26:42.658Z sunrise -2031-06-15T14:02:06.979Z Moon culminates 76.56 degrees above the horizon -2031-06-15T17:25:20.063Z Sun culminates 84.72 degrees above the horizon -2031-06-15T20:51:15.241Z moonset +2031-06-15T10:26:42.656Z sunrise +2031-06-15T14:02:06.978Z Moon culminates 76.56 degrees above the horizon +2031-06-15T17:25:20.062Z Sun culminates 84.72 degrees above the horizon +2031-06-15T20:51:15.240Z moonset 2031-06-16T00:24:01.302Z sunset 2031-06-16T07:57:33.049Z moonrise -2031-06-16T10:26:49.324Z sunrise -2031-06-16T14:50:00.782Z Moon culminates 79.44 degrees above the horizon -2031-06-16T17:25:33.033Z Sun culminates 84.75 degrees above the horizon -2031-06-16T21:45:54.644Z moonset +2031-06-16T10:26:49.322Z sunrise +2031-06-16T14:50:00.781Z Moon culminates 79.44 degrees above the horizon +2031-06-16T17:25:33.032Z Sun culminates 84.75 degrees above the horizon +2031-06-16T21:45:54.643Z moonset 2031-06-17T00:24:19.929Z sunset 2031-06-17T08:40:24.527Z moonrise -2031-06-17T10:26:57.204Z sunrise -2031-06-17T15:38:36.150Z Moon culminates 81.38 degrees above the horizon -2031-06-17T17:25:46.099Z Sun culminates 84.78 degrees above the horizon -2031-06-17T22:38:55.666Z moonset -2031-06-18T00:24:37.530Z sunset +2031-06-17T10:26:57.202Z sunrise +2031-06-17T15:38:36.149Z Moon culminates 81.38 degrees above the horizon +2031-06-17T17:25:46.097Z Sun culminates 84.78 degrees above the horizon +2031-06-17T22:38:55.665Z moonset +2031-06-18T00:24:37.529Z sunset 2031-06-18T09:26:09.288Z moonrise -2031-06-18T10:27:06.274Z sunrise -2031-06-18T16:27:33.811Z Moon culminates 82.31 degrees above the horizon -2031-06-18T17:25:59.232Z Sun culminates 84.81 degrees above the horizon -2031-06-18T23:29:34.501Z moonset -2031-06-19T00:24:54.073Z sunset +2031-06-18T10:27:06.273Z sunrise +2031-06-18T16:27:33.810Z Moon culminates 82.31 degrees above the horizon +2031-06-18T17:25:59.230Z Sun culminates 84.81 degrees above the horizon +2031-06-18T23:29:34.500Z moonset +2031-06-19T00:24:54.072Z sunset 2031-06-19T10:14:33.586Z moonrise 2031-06-19T10:27:16.510Z sunrise -2031-06-19T17:16:21.423Z Moon culminates 82.21 degrees above the horizon -2031-06-19T17:26:12.404Z Sun culminates 84.82 degrees above the horizon +2031-06-19T17:16:21.422Z Moon culminates 82.21 degrees above the horizon +2031-06-19T17:26:12.403Z Sun culminates 84.82 degrees above the horizon 2031-06-19T22:25:18.579Z new moon -2031-06-20T00:17:11.073Z moonset -2031-06-20T00:25:09.530Z sunset -2031-06-20T10:27:27.885Z sunrise -2031-06-20T11:05:01.981Z moonrise +2031-06-20T00:17:11.071Z moonset +2031-06-20T00:25:09.528Z sunset +2031-06-20T10:27:27.886Z sunrise +2031-06-20T11:05:01.982Z moonrise 2031-06-20T17:26:25.588Z Sun culminates 84.83 degrees above the horizon 2031-06-20T18:04:23.763Z Moon culminates 81.09 degrees above the horizon -2031-06-21T00:25:23.868Z sunset -2031-06-21T01:01:22.321Z moonset -2031-06-21T10:27:40.373Z sunrise +2031-06-21T00:25:23.867Z sunset +2031-06-21T01:01:22.320Z moonset +2031-06-21T10:27:40.374Z sunrise 2031-06-21T11:23:30.922Z lunar apogee at 406441 km -2031-06-21T11:56:48.203Z moonrise -2031-06-21T13:17:00.604Z June solstice +2031-06-21T11:56:48.205Z moonrise +2031-06-21T13:17:00.322Z June solstice 2031-06-21T17:26:38.756Z Sun culminates 84.83 degrees above the horizon 2031-06-21T18:51:13.718Z Moon culminates 79.04 degrees above the horizon -2031-06-22T00:25:37.061Z sunset -2031-06-22T01:42:08.604Z moonset -2031-06-22T10:27:53.944Z sunrise -2031-06-22T12:49:09.640Z moonrise +2031-06-22T00:25:37.060Z sunset +2031-06-22T01:42:08.602Z moonset +2031-06-22T10:27:53.945Z sunrise +2031-06-22T12:49:09.641Z moonrise 2031-06-22T17:26:51.878Z Sun culminates 84.83 degrees above the horizon 2031-06-22T19:36:39.859Z Moon culminates 76.19 degrees above the horizon 2031-06-23T00:25:49.080Z sunset -2031-06-23T02:19:52.219Z moonset -2031-06-23T10:28:08.570Z sunrise -2031-06-23T13:41:39.097Z moonrise -2031-06-23T17:27:04.927Z Sun culminates 84.82 degrees above the horizon -2031-06-23T20:20:48.855Z Moon culminates 72.67 degrees above the horizon -2031-06-24T00:25:59.899Z sunset -2031-06-24T02:55:11.614Z moonset -2031-06-24T10:28:24.223Z sunrise -2031-06-24T14:34:10.159Z moonrise -2031-06-24T17:27:17.876Z Sun culminates 84.80 degrees above the horizon +2031-06-23T02:19:52.218Z moonset +2031-06-23T10:28:08.572Z sunrise +2031-06-23T13:41:39.098Z moonrise +2031-06-23T17:27:04.928Z Sun culminates 84.82 degrees above the horizon +2031-06-23T20:20:48.856Z Moon culminates 72.67 degrees above the horizon +2031-06-24T00:25:59.900Z sunset +2031-06-24T02:55:11.613Z moonset +2031-06-24T10:28:24.224Z sunrise +2031-06-24T14:34:10.160Z moonrise +2031-06-24T17:27:17.877Z Sun culminates 84.80 degrees above the horizon 2031-06-24T21:04:03.944Z Moon culminates 68.63 degrees above the horizon -2031-06-25T00:26:09.493Z sunset -2031-06-25T03:28:55.567Z moonset -2031-06-25T10:28:40.873Z sunrise -2031-06-25T15:26:56.692Z moonrise -2031-06-25T17:27:30.699Z Sun culminates 84.78 degrees above the horizon +2031-06-25T00:26:09.494Z sunset +2031-06-25T03:28:55.566Z moonset +2031-06-25T10:28:40.874Z sunrise +2031-06-25T15:26:56.694Z moonrise +2031-06-25T17:27:30.700Z Sun culminates 84.78 degrees above the horizon 2031-06-25T21:47:01.818Z Moon culminates 64.22 degrees above the horizon 2031-06-26T00:26:17.840Z sunset -2031-06-26T04:01:59.702Z moonset -2031-06-26T10:28:58.491Z sunrise -2031-06-26T16:20:28.877Z moonrise -2031-06-26T17:27:43.370Z Sun culminates 84.74 degrees above the horizon +2031-06-26T04:01:59.701Z moonset +2031-06-26T10:28:58.492Z sunrise +2031-06-26T16:20:28.878Z moonrise +2031-06-26T17:27:43.371Z Sun culminates 84.74 degrees above the horizon 2031-06-26T22:30:29.591Z Moon culminates 59.59 degrees above the horizon -2031-06-27T00:26:24.917Z sunset -2031-06-27T04:35:25.673Z moonset -2031-06-27T10:29:17.049Z sunrise -2031-06-27T17:15:27.338Z moonrise -2031-06-27T17:27:55.866Z Sun culminates 84.70 degrees above the horizon +2031-06-27T00:26:24.918Z sunset +2031-06-27T04:35:25.671Z moonset +2031-06-27T10:29:17.050Z sunrise +2031-06-27T17:15:27.340Z moonrise +2031-06-27T17:27:55.867Z Sun culminates 84.70 degrees above the horizon 2031-06-27T23:15:22.074Z Moon culminates 54.91 degrees above the horizon 2031-06-28T00:19:31.906Z first quarter 2031-06-28T00:26:30.708Z sunset -2031-06-28T02:40:24.858Z Venus moves from Cancer to Leo -2031-06-28T05:10:22.236Z moonset -2031-06-28T10:29:36.518Z sunrise +2031-06-28T02:40:26.194Z Venus moves from Cancer to Leo +2031-06-28T05:10:22.235Z moonset +2031-06-28T10:29:36.519Z sunrise 2031-06-28T17:28:08.163Z Sun culminates 84.66 degrees above the horizon -2031-06-28T18:12:35.048Z moonrise -2031-06-29T00:02:38.304Z Moon culminates 50.36 degrees above the horizon +2031-06-28T18:12:35.050Z moonrise +2031-06-29T00:02:38.305Z Moon culminates 50.36 degrees above the horizon 2031-06-29T00:26:35.194Z sunset -2031-06-29T04:03:41.408Z Mercury moves from Gemini to Cancer +2031-06-29T04:03:41.910Z Mercury moves from Gemini to Cancer 2031-06-29T05:48:06.771Z moonset -2031-06-29T10:29:56.869Z sunrise -2031-06-29T17:28:20.239Z Sun culminates 84.61 degrees above the horizon -2031-06-29T19:12:24.980Z moonrise +2031-06-29T10:29:56.871Z sunrise +2031-06-29T17:28:20.240Z Sun culminates 84.61 degrees above the horizon +2031-06-29T19:12:24.981Z moonrise 2031-06-30T00:26:38.361Z sunset 2031-06-30T00:53:14.980Z Moon culminates 46.22 degrees above the horizon 2031-06-30T06:30:04.535Z moonset -2031-06-30T10:30:18.077Z sunrise -2031-06-30T17:28:32.076Z Sun culminates 84.55 degrees above the horizon -2031-06-30T20:15:01.336Z moonrise +2031-06-30T10:30:18.078Z sunrise +2031-06-30T17:28:32.077Z Sun culminates 84.55 degrees above the horizon +2031-06-30T20:15:01.338Z moonrise 2031-07-01T00:26:40.198Z sunset -2031-07-01T01:47:53.575Z Moon culminates 42.80 degrees above the horizon +2031-07-01T01:47:53.576Z Moon culminates 42.80 degrees above the horizon 2031-07-01T07:17:40.620Z moonset -2031-07-01T10:30:40.112Z sunrise -2031-07-01T17:28:43.652Z Sun culminates 84.48 degrees above the horizon -2031-07-01T21:19:36.867Z moonrise +2031-07-01T10:30:40.113Z sunrise +2031-07-01T17:28:43.653Z Sun culminates 84.48 degrees above the horizon +2031-07-01T21:19:36.868Z moonrise 2031-07-02T00:26:40.693Z sunset -2031-07-02T02:46:39.772Z Moon culminates 40.46 degrees above the horizon +2031-07-02T02:46:39.773Z Moon culminates 40.46 degrees above the horizon 2031-07-02T08:11:57.965Z moonset -2031-07-02T10:31:02.947Z sunrise -2031-07-02T17:28:54.951Z Sun culminates 84.41 degrees above the horizon -2031-07-02T22:24:21.014Z moonrise +2031-07-02T10:31:02.948Z sunrise +2031-07-02T17:28:54.952Z Sun culminates 84.41 degrees above the horizon +2031-07-02T22:24:21.015Z moonrise 2031-07-03T00:26:39.839Z sunset 2031-07-03T03:48:42.362Z Moon culminates 39.56 degrees above the horizon 2031-07-03T09:13:01.060Z moonset -2031-07-03T10:31:26.556Z sunrise +2031-07-03T10:31:26.557Z sunrise 2031-07-03T17:29:05.955Z Sun culminates 84.33 degrees above the horizon 2031-07-03T23:26:42.526Z moonrise 2031-07-04T00:26:37.627Z sunset @@ -23628,178 +23628,178 @@ 2031-07-04T19:01:45.685Z full moon 2031-07-04T21:16:43.428Z lunar perigee at 357000 km 2031-07-05T00:24:28.030Z moonrise -2031-07-05T00:26:34.052Z sunset +2031-07-05T00:26:34.051Z sunset 2031-07-05T05:54:51.791Z Moon culminates 42.69 degrees above the horizon 2031-07-05T10:32:15.988Z sunrise 2031-07-05T11:28:37.754Z moonset 2031-07-05T17:29:27.010Z Sun culminates 84.15 degrees above the horizon -2031-07-06T00:26:29.108Z sunset -2031-07-06T01:16:34.561Z moonrise +2031-07-06T00:26:29.106Z sunset +2031-07-06T01:16:34.560Z moonrise 2031-07-06T05:09:25.545Z Earth aphelion at 1.0167 AU 2031-07-06T06:54:55.210Z Moon culminates 46.44 degrees above the horizon 2031-07-06T10:32:41.758Z sunrise 2031-07-06T12:37:48.668Z moonset -2031-07-06T17:29:37.031Z Sun culminates 84.05 degrees above the horizon -2031-07-07T00:26:22.791Z sunset -2031-07-07T02:03:16.492Z moonrise -2031-07-07T07:51:32.195Z Moon culminates 51.15 degrees above the horizon -2031-07-07T10:33:08.195Z sunrise -2031-07-07T13:45:04.504Z moonset -2031-07-07T17:29:46.693Z Sun culminates 83.94 degrees above the horizon -2031-07-08T00:26:15.097Z sunset +2031-07-06T17:29:37.030Z Sun culminates 84.05 degrees above the horizon +2031-07-07T00:26:22.789Z sunset +2031-07-07T02:03:16.491Z moonrise +2031-07-07T07:51:32.194Z Moon culminates 51.15 degrees above the horizon +2031-07-07T10:33:08.196Z sunrise +2031-07-07T13:45:04.505Z moonset +2031-07-07T17:29:46.692Z Sun culminates 83.94 degrees above the horizon +2031-07-08T00:26:15.095Z sunset 2031-07-08T02:08:05.663Z Venus peak magnitude -4.69 in evening sky -2031-07-08T02:45:37.325Z moonrise +2031-07-08T02:45:37.324Z moonrise 2031-07-08T08:44:48.810Z Moon culminates 56.35 degrees above the horizon -2031-07-08T10:33:35.275Z sunrise -2031-07-08T14:49:38.996Z moonset +2031-07-08T10:33:35.276Z sunrise +2031-07-08T14:49:38.997Z moonset 2031-07-08T17:29:55.982Z Sun culminates 83.83 degrees above the horizon 2031-07-09T00:26:06.023Z sunset -2031-07-09T03:24:58.765Z moonrise +2031-07-09T03:24:58.764Z moonrise 2031-07-09T09:35:25.028Z Moon culminates 61.65 degrees above the horizon -2031-07-09T10:34:02.969Z sunrise -2031-07-09T15:51:35.907Z moonset -2031-07-09T17:30:04.883Z Sun culminates 83.71 degrees above the horizon -2031-07-10T00:25:55.569Z sunset -2031-07-10T04:02:42.545Z moonrise +2031-07-09T10:34:02.970Z sunrise +2031-07-09T15:51:35.908Z moonset +2031-07-09T17:30:04.884Z Sun culminates 83.71 degrees above the horizon +2031-07-10T00:25:55.570Z sunset +2031-07-10T04:02:42.544Z moonrise 2031-07-10T10:24:13.683Z Moon culminates 66.74 degrees above the horizon 2031-07-10T10:34:31.251Z sunrise -2031-07-10T11:39:29.058Z Mars moves from Virgo to Libra -2031-07-10T16:51:22.138Z moonset -2031-07-10T17:30:13.383Z Sun culminates 83.59 degrees above the horizon -2031-07-11T00:25:43.733Z sunset -2031-07-11T04:40:03.254Z moonrise -2031-07-11T10:35:00.093Z sunrise +2031-07-10T11:39:31.574Z Mars moves from Virgo to Libra +2031-07-10T16:51:22.139Z moonset +2031-07-10T17:30:13.384Z Sun culminates 83.59 degrees above the horizon +2031-07-11T00:25:43.734Z sunset +2031-07-11T04:40:03.253Z moonrise +2031-07-11T10:35:00.092Z sunrise 2031-07-11T11:12:06.556Z Moon culminates 71.36 degrees above the horizon 2031-07-11T11:50:19.205Z third quarter 2031-07-11T17:30:21.467Z Sun culminates 83.46 degrees above the horizon 2031-07-11T17:49:26.635Z moonset -2031-07-12T00:25:30.514Z sunset -2031-07-12T05:18:06.194Z moonrise -2031-07-12T10:35:29.464Z sunrise -2031-07-12T11:59:46.231Z Moon culminates 75.33 degrees above the horizon +2031-07-12T00:25:30.516Z sunset +2031-07-12T05:18:06.193Z moonrise +2031-07-12T10:35:29.462Z sunrise +2031-07-12T11:59:46.230Z Moon culminates 75.33 degrees above the horizon 2031-07-12T17:30:29.119Z Sun culminates 83.32 degrees above the horizon -2031-07-12T18:46:07.144Z moonset -2031-07-13T00:25:15.912Z sunset -2031-07-13T05:57:45.905Z moonrise -2031-07-13T10:35:59.335Z sunrise -2031-07-13T12:47:41.145Z Moon culminates 78.50 degrees above the horizon +2031-07-12T18:46:07.143Z moonset +2031-07-13T00:25:15.914Z sunset +2031-07-13T05:57:45.904Z moonrise +2031-07-13T10:35:59.333Z sunrise +2031-07-13T12:47:41.144Z Moon culminates 78.50 degrees above the horizon 2031-07-13T17:30:36.324Z Sun culminates 83.17 degrees above the horizon 2031-07-13T19:41:23.496Z moonset -2031-07-14T00:24:59.927Z sunset -2031-07-14T06:39:43.230Z moonrise -2031-07-14T10:36:29.675Z sunrise -2031-07-14T13:36:02.602Z Moon culminates 80.77 degrees above the horizon -2031-07-14T16:35:41.227Z Mercury moves from Cancer to Leo +2031-07-14T00:24:59.929Z sunset +2031-07-14T06:39:43.229Z moonrise +2031-07-14T10:36:29.673Z sunrise +2031-07-14T13:36:02.601Z Moon culminates 80.77 degrees above the horizon +2031-07-14T16:35:42.090Z Mercury moves from Cancer to Leo 2031-07-14T17:30:43.067Z Sun culminates 83.02 degrees above the horizon -2031-07-14T20:34:56.923Z moonset -2031-07-15T00:24:42.560Z sunset -2031-07-15T07:24:20.802Z moonrise +2031-07-14T20:34:56.922Z moonset +2031-07-15T00:24:42.561Z sunset +2031-07-15T07:24:20.801Z moonrise 2031-07-15T07:25:43.905Z Mercury max evening elongation: 26.57 degrees from Sun -2031-07-15T10:37:00.452Z sunrise +2031-07-15T10:37:00.450Z sunrise 2031-07-15T14:24:44.179Z Moon culminates 82.05 degrees above the horizon 2031-07-15T17:30:49.332Z Sun culminates 82.87 degrees above the horizon -2031-07-15T21:26:15.624Z moonset +2031-07-15T21:26:15.623Z moonset 2031-07-16T00:24:23.810Z sunset -2031-07-16T08:11:38.928Z moonrise -2031-07-16T10:37:31.633Z sunrise +2031-07-16T08:11:38.927Z moonrise +2031-07-16T10:37:31.632Z sunrise 2031-07-16T15:13:24.748Z Moon culminates 82.30 degrees above the horizon 2031-07-16T17:30:55.103Z Sun culminates 82.70 degrees above the horizon -2031-07-16T22:14:45.502Z moonset -2031-07-17T00:24:03.680Z sunset +2031-07-16T22:14:45.501Z moonset +2031-07-17T00:24:03.679Z sunset 2031-07-17T09:01:15.368Z moonrise 2031-07-17T10:38:03.187Z sunrise 2031-07-17T16:01:35.497Z Moon culminates 81.54 degrees above the horizon 2031-07-17T17:31:00.365Z Sun culminates 82.54 degrees above the horizon -2031-07-17T23:00:02.198Z moonset -2031-07-18T00:23:42.169Z sunset -2031-07-18T09:52:31.679Z moonrise -2031-07-18T10:38:35.080Z sunrise +2031-07-17T23:00:02.197Z moonset +2031-07-18T00:23:42.168Z sunset +2031-07-18T09:52:31.680Z moonrise +2031-07-18T10:38:35.081Z sunrise 2031-07-18T14:30:49.151Z lunar apogee at 406524 km 2031-07-18T16:48:49.286Z Moon culminates 79.81 degrees above the horizon 2031-07-18T17:31:05.102Z Sun culminates 82.36 degrees above the horizon -2031-07-18T23:41:59.391Z moonset +2031-07-18T23:41:59.390Z moonset 2031-07-19T00:23:19.280Z sunset -2031-07-19T10:39:07.281Z sunrise -2031-07-19T10:44:45.009Z moonrise +2031-07-19T10:39:07.282Z sunrise +2031-07-19T10:44:45.010Z moonrise 2031-07-19T13:40:46.344Z new moon -2031-07-19T17:31:09.298Z Sun culminates 82.18 degrees above the horizon -2031-07-19T17:34:49.019Z Moon culminates 77.24 degrees above the horizon -2031-07-20T00:20:50.635Z moonset -2031-07-20T00:22:55.017Z sunset -2031-07-20T10:39:39.756Z sunrise -2031-07-20T11:37:20.533Z moonrise +2031-07-19T17:31:09.299Z Sun culminates 82.18 degrees above the horizon +2031-07-19T17:34:49.020Z Moon culminates 77.24 degrees above the horizon +2031-07-20T00:20:50.634Z moonset +2031-07-20T00:22:55.016Z sunset +2031-07-20T10:39:39.757Z sunrise +2031-07-20T11:37:20.535Z moonrise 2031-07-20T17:31:12.941Z Sun culminates 81.99 degrees above the horizon -2031-07-20T18:19:32.360Z Moon culminates 73.94 degrees above the horizon +2031-07-20T18:19:32.361Z Moon culminates 73.94 degrees above the horizon 2031-07-21T00:22:29.381Z sunset 2031-07-21T00:57:06.043Z moonset -2031-07-21T10:40:12.474Z sunrise -2031-07-21T12:29:59.701Z moonrise -2031-07-21T17:31:16.015Z Sun culminates 81.80 degrees above the horizon +2031-07-21T10:40:12.476Z sunrise +2031-07-21T12:29:59.703Z moonrise +2031-07-21T17:31:16.016Z Sun culminates 81.80 degrees above the horizon 2031-07-21T19:03:12.385Z Moon culminates 70.08 degrees above the horizon -2031-07-22T00:22:02.379Z sunset -2031-07-22T01:31:27.206Z moonset -2031-07-22T10:40:45.405Z sunrise -2031-07-22T13:22:42.699Z moonrise -2031-07-22T17:31:18.510Z Sun culminates 81.60 degrees above the horizon +2031-07-22T00:22:02.380Z sunset +2031-07-22T01:31:27.205Z moonset +2031-07-22T10:40:45.407Z sunrise +2031-07-22T13:22:42.700Z moonrise +2031-07-22T17:31:18.511Z Sun culminates 81.60 degrees above the horizon 2031-07-22T18:05:40.452Z Mercury aphelion at 0.4667 AU -2031-07-22T19:46:15.657Z Moon culminates 65.80 degrees above the horizon -2031-07-23T00:21:34.017Z sunset -2031-07-23T02:04:43.167Z moonset -2031-07-23T10:41:18.520Z sunrise -2031-07-23T14:15:46.490Z moonrise -2031-07-23T17:31:20.414Z Sun culminates 81.40 degrees above the horizon +2031-07-22T19:46:15.658Z Moon culminates 65.80 degrees above the horizon +2031-07-23T00:21:34.018Z sunset +2031-07-23T02:04:43.166Z moonset +2031-07-23T10:41:18.521Z sunrise +2031-07-23T14:15:46.491Z moonrise +2031-07-23T17:31:20.415Z Sun culminates 81.40 degrees above the horizon 2031-07-23T20:29:19.539Z Moon culminates 61.26 degrees above the horizon -2031-07-24T00:21:04.301Z sunset -2031-07-24T02:37:48.600Z moonset -2031-07-24T10:41:51.790Z sunrise -2031-07-24T15:09:40.390Z moonrise -2031-07-24T17:31:21.717Z Sun culminates 81.19 degrees above the horizon +2031-07-24T00:21:04.302Z sunset +2031-07-24T02:37:48.599Z moonset +2031-07-24T10:41:51.791Z sunrise +2031-07-24T15:09:40.392Z moonrise +2031-07-24T17:31:21.718Z Sun culminates 81.19 degrees above the horizon 2031-07-24T21:13:09.629Z Moon culminates 56.64 degrees above the horizon -2031-07-25T00:20:33.241Z sunset -2031-07-25T03:11:43.974Z moonset -2031-07-25T10:42:25.189Z sunrise -2031-07-25T16:04:59.922Z moonrise -2031-07-25T17:31:22.412Z Sun culminates 80.98 degrees above the horizon +2031-07-25T00:20:33.242Z sunset +2031-07-25T03:11:43.973Z moonset +2031-07-25T10:42:25.190Z sunrise +2031-07-25T16:04:59.923Z moonrise +2031-07-25T17:31:22.413Z Sun culminates 80.98 degrees above the horizon 2031-07-25T21:58:37.104Z Moon culminates 52.12 degrees above the horizon 2031-07-26T00:20:00.848Z sunset -2031-07-26T03:47:36.765Z moonset -2031-07-26T10:42:58.692Z sunrise -2031-07-26T17:02:18.177Z moonrise -2031-07-26T17:31:22.492Z Sun culminates 80.76 degrees above the horizon +2031-07-26T03:47:36.764Z moonset +2031-07-26T10:42:58.693Z sunrise +2031-07-26T17:02:18.179Z moonrise +2031-07-26T17:31:22.493Z Sun culminates 80.76 degrees above the horizon 2031-07-26T22:46:34.634Z Moon culminates 47.91 degrees above the horizon 2031-07-27T00:19:27.134Z sunset -2031-07-27T04:26:42.077Z moonset +2031-07-27T04:26:42.076Z moonset 2031-07-27T10:35:18.944Z first quarter -2031-07-27T10:43:32.276Z sunrise +2031-07-27T10:43:32.277Z sunrise 2031-07-27T17:31:21.954Z Sun culminates 80.53 degrees above the horizon -2031-07-27T18:01:53.157Z moonrise +2031-07-27T18:01:53.158Z moonrise 2031-07-27T23:37:48.797Z Moon culminates 44.28 degrees above the horizon 2031-07-28T00:18:52.112Z sunset -2031-07-28T05:10:19.769Z moonset -2031-07-28T10:44:05.919Z sunrise -2031-07-28T17:31:20.793Z Sun culminates 80.30 degrees above the horizon -2031-07-28T19:03:30.968Z moonrise +2031-07-28T05:10:19.768Z moonset +2031-07-28T10:44:05.921Z sunrise +2031-07-28T17:31:20.794Z Sun culminates 80.30 degrees above the horizon +2031-07-28T19:03:30.970Z moonrise 2031-07-29T00:18:15.799Z sunset -2031-07-29T00:32:47.007Z Moon culminates 41.52 degrees above the horizon -2031-07-29T05:59:43.396Z moonset -2031-07-29T10:44:39.603Z sunrise +2031-07-29T00:32:47.008Z Moon culminates 41.52 degrees above the horizon +2031-07-29T05:59:43.395Z moonset +2031-07-29T10:44:39.604Z sunrise 2031-07-29T17:31:19.010Z Sun culminates 80.07 degrees above the horizon -2031-07-29T20:06:10.536Z moonrise +2031-07-29T20:06:10.537Z moonrise 2031-07-30T00:17:38.212Z sunset -2031-07-30T01:31:20.031Z Moon culminates 39.95 degrees above the horizon +2031-07-30T01:31:20.032Z Moon culminates 39.95 degrees above the horizon 2031-07-30T06:55:36.778Z moonset -2031-07-30T10:45:13.309Z sunrise -2031-07-30T17:31:16.603Z Sun culminates 79.83 degrees above the horizon -2031-07-30T21:08:04.210Z moonrise +2031-07-30T10:45:13.310Z sunrise +2031-07-30T17:31:16.604Z Sun culminates 79.83 degrees above the horizon +2031-07-30T21:08:04.212Z moonrise 2031-07-31T00:16:59.369Z sunset 2031-07-31T02:32:29.003Z Moon culminates 39.84 degrees above the horizon 2031-07-31T07:57:42.981Z moonset -2031-07-31T10:45:47.020Z sunrise -2031-07-31T17:31:13.576Z Sun culminates 79.58 degrees above the horizon -2031-07-31T22:07:07.522Z moonrise +2031-07-31T10:45:47.021Z sunrise +2031-07-31T17:31:13.577Z Sun culminates 79.58 degrees above the horizon +2031-07-31T22:07:07.523Z moonrise 2031-08-01T00:16:19.290Z sunset -2031-08-01T03:34:32.465Z Moon culminates 41.33 degrees above the horizon -2031-08-01T09:04:28.545Z moonset +2031-08-01T03:34:32.466Z Moon culminates 41.33 degrees above the horizon +2031-08-01T09:04:28.544Z moonset 2031-08-01T10:46:20.723Z sunrise 2031-08-01T17:31:09.931Z Sun culminates 79.33 degrees above the horizon 2031-08-01T23:01:47.064Z moonrise @@ -23834,87 +23834,87 @@ 2031-08-06T08:14:57.434Z Moon culminates 64.31 degrees above the horizon 2031-08-06T10:49:08.689Z sunrise 2031-08-06T14:37:18.817Z moonset -2031-08-06T17:30:42.610Z Sun culminates 78.00 degrees above the horizon -2031-08-07T00:11:54.036Z sunset -2031-08-07T02:37:13.050Z moonrise +2031-08-06T17:30:42.611Z Sun culminates 78.00 degrees above the horizon +2031-08-07T00:11:54.038Z sunset +2031-08-07T02:37:13.049Z moonrise 2031-08-07T02:45:57.678Z Venus aphelion at 0.7282 AU -2031-08-07T05:15:21.969Z Venus moves from Leo to Cancer -2031-08-07T09:04:48.743Z Moon culminates 69.29 degrees above the horizon +2031-08-07T05:15:20.751Z Venus moves from Leo to Cancer +2031-08-07T09:04:48.742Z Moon culminates 69.29 degrees above the horizon 2031-08-07T10:49:42.107Z sunrise 2031-08-07T15:37:58.877Z moonset 2031-08-07T17:30:35.373Z Sun culminates 77.73 degrees above the horizon -2031-08-08T00:11:05.903Z sunset -2031-08-08T03:16:08.376Z moonrise -2031-08-08T09:53:57.953Z Moon culminates 73.65 degrees above the horizon -2031-08-08T10:50:15.448Z sunrise -2031-08-08T16:36:49.430Z moonset -2031-08-08T17:30:27.561Z Sun culminates 77.44 degrees above the horizon -2031-08-09T00:10:16.710Z sunset -2031-08-09T03:56:09.110Z moonrise -2031-08-09T10:42:54.498Z Moon culminates 77.22 degrees above the horizon -2031-08-09T10:50:48.704Z sunrise +2031-08-08T00:11:05.906Z sunset +2031-08-08T03:16:08.374Z moonrise +2031-08-08T09:53:57.952Z Moon culminates 73.65 degrees above the horizon +2031-08-08T10:50:15.447Z sunrise +2031-08-08T16:36:49.429Z moonset +2031-08-08T17:30:27.562Z Sun culminates 77.44 degrees above the horizon +2031-08-09T00:10:16.713Z sunset +2031-08-09T03:56:09.107Z moonrise +2031-08-09T10:42:54.496Z Moon culminates 77.22 degrees above the horizon +2031-08-09T10:50:48.702Z sunrise 2031-08-09T17:30:19.184Z Sun culminates 77.16 degrees above the horizon -2031-08-09T17:33:51.429Z moonset -2031-08-10T00:09:26.480Z sunset +2031-08-09T17:33:51.428Z moonset +2031-08-10T00:09:26.483Z sunset 2031-08-10T00:24:11.639Z third quarter -2031-08-10T04:37:59.213Z moonrise -2031-08-10T10:51:21.866Z sunrise -2031-08-10T11:31:53.721Z Moon culminates 79.87 degrees above the horizon +2031-08-10T04:37:59.211Z moonrise +2031-08-10T10:51:21.864Z sunrise +2031-08-10T11:31:53.719Z Moon culminates 79.87 degrees above the horizon 2031-08-10T17:30:10.247Z Sun culminates 76.86 degrees above the horizon -2031-08-10T18:28:51.321Z moonset -2031-08-11T00:08:35.234Z sunset +2031-08-10T18:28:51.320Z moonset +2031-08-11T00:08:35.237Z sunset 2031-08-11T02:55:13.412Z Venus inferior conjunction -2031-08-11T05:22:06.782Z moonrise -2031-08-11T07:09:49.596Z Mercury moves from Leo to Cancer -2031-08-11T10:51:54.926Z sunrise -2031-08-11T12:20:55.905Z Moon culminates 81.52 degrees above the horizon -2031-08-11T17:30:00.758Z Sun culminates 76.57 degrees above the horizon -2031-08-11T19:21:24.588Z moonset -2031-08-12T00:07:42.997Z sunset +2031-08-11T05:22:06.780Z moonrise +2031-08-11T07:09:48.610Z Mercury moves from Leo to Cancer +2031-08-11T10:51:54.924Z sunrise +2031-08-11T12:20:55.903Z Moon culminates 81.52 degrees above the horizon +2031-08-11T17:30:00.759Z Sun culminates 76.57 degrees above the horizon +2031-08-11T19:21:24.587Z moonset +2031-08-12T00:07:42.999Z sunset 2031-08-12T03:58:06.729Z Mercury inferior conjunction -2031-08-12T06:08:40.753Z moonrise -2031-08-12T10:52:27.876Z sunrise -2031-08-12T13:09:48.416Z Moon culminates 82.15 degrees above the horizon +2031-08-12T06:08:40.751Z moonrise +2031-08-12T10:52:27.874Z sunrise +2031-08-12T13:09:48.414Z Moon culminates 82.15 degrees above the horizon 2031-08-12T17:29:50.724Z Sun culminates 76.27 degrees above the horizon 2031-08-12T20:11:04.122Z moonset -2031-08-13T00:06:49.788Z sunset -2031-08-13T06:57:30.063Z moonrise -2031-08-13T10:53:00.707Z sunrise -2031-08-13T13:58:10.913Z Moon culminates 81.75 degrees above the horizon -2031-08-13T17:29:40.152Z Sun culminates 75.97 degrees above the horizon -2031-08-13T20:57:30.079Z moonset +2031-08-13T00:06:49.790Z sunset +2031-08-13T06:57:30.061Z moonrise +2031-08-13T10:53:00.706Z sunrise +2031-08-13T13:58:10.912Z Moon culminates 81.75 degrees above the horizon +2031-08-13T17:29:40.151Z Sun culminates 75.97 degrees above the horizon +2031-08-13T20:57:30.078Z moonset 2031-08-14T00:05:55.631Z sunset -2031-08-14T07:48:07.432Z moonrise -2031-08-14T10:53:33.411Z sunrise -2031-08-14T14:45:42.458Z Moon culminates 80.38 degrees above the horizon +2031-08-14T07:48:07.431Z moonrise +2031-08-14T10:53:33.410Z sunrise +2031-08-14T14:45:42.457Z Moon culminates 80.38 degrees above the horizon 2031-08-14T17:29:29.046Z Sun culminates 75.66 degrees above the horizon 2031-08-14T21:37:50.617Z lunar apogee at 405934 km 2031-08-14T21:40:37.171Z moonset 2031-08-15T00:05:00.545Z sunset 2031-08-15T08:39:57.797Z moonrise -2031-08-15T10:54:05.979Z sunrise +2031-08-15T10:54:05.978Z sunrise 2031-08-15T15:32:08.385Z Moon culminates 78.12 degrees above the horizon 2031-08-15T17:29:17.414Z Sun culminates 75.35 degrees above the horizon -2031-08-15T22:20:37.064Z moonset +2031-08-15T22:20:37.065Z moonset 2031-08-16T00:04:04.551Z sunset 2031-08-16T09:32:28.586Z moonrise 2031-08-16T10:54:38.402Z sunrise 2031-08-16T16:17:24.925Z Moon culminates 75.09 degrees above the horizon -2031-08-16T17:29:05.262Z Sun culminates 75.03 degrees above the horizon -2031-08-16T22:57:56.363Z moonset +2031-08-16T17:29:05.263Z Sun culminates 75.03 degrees above the horizon +2031-08-16T22:57:56.364Z moonset 2031-08-17T00:03:07.671Z sunset 2031-08-17T10:25:17.987Z moonrise -2031-08-17T10:55:10.672Z sunrise -2031-08-17T17:01:40.810Z Moon culminates 71.42 degrees above the horizon +2031-08-17T10:55:10.673Z sunrise +2031-08-17T17:01:40.811Z Moon culminates 71.42 degrees above the horizon 2031-08-17T17:28:52.597Z Sun culminates 74.71 degrees above the horizon 2031-08-17T23:33:12.595Z moonset 2031-08-18T00:02:09.925Z sunset 2031-08-18T04:32:48.487Z new moon 2031-08-18T10:55:42.783Z sunrise -2031-08-18T11:18:18.928Z moonrise -2031-08-18T17:28:39.424Z Sun culminates 74.39 degrees above the horizon +2031-08-18T11:18:18.929Z moonrise +2031-08-18T17:28:39.425Z Sun culminates 74.39 degrees above the horizon 2031-08-18T17:45:16.472Z Moon culminates 67.27 degrees above the horizon -2031-08-19T00:01:11.333Z sunset +2031-08-19T00:01:11.334Z sunset 2031-08-19T00:07:10.500Z moonset 2031-08-19T10:56:14.727Z sunrise 2031-08-19T12:11:38.835Z moonrise @@ -23923,164 +23923,164 @@ 2031-08-20T00:00:11.918Z sunset 2031-08-20T00:40:39.854Z moonset 2031-08-20T10:56:46.499Z sunrise -2031-08-20T13:05:36.469Z moonrise +2031-08-20T13:05:36.470Z moonrise 2031-08-20T17:28:11.588Z Sun culminates 73.74 degrees above the horizon 2031-08-20T19:12:34.872Z Moon culminates 58.21 degrees above the horizon -2031-08-20T23:59:11.699Z sunset +2031-08-20T23:59:11.700Z sunset 2031-08-21T01:14:34.947Z moonset 2031-08-21T10:57:18.094Z sunrise 2031-08-21T14:00:36.890Z moonrise -2031-08-21T17:27:56.941Z Sun culminates 73.41 degrees above the horizon +2031-08-21T17:27:56.942Z Sun culminates 73.41 degrees above the horizon 2031-08-21T19:57:37.331Z Moon culminates 53.66 degrees above the horizon -2031-08-21T23:58:10.699Z sunset -2031-08-22T01:49:55.111Z moonset +2031-08-21T23:58:10.700Z sunset +2031-08-22T01:49:55.110Z moonset 2031-08-22T10:57:49.509Z sunrise 2031-08-22T14:57:04.549Z moonrise 2031-08-22T17:27:41.822Z Sun culminates 73.07 degrees above the horizon 2031-08-22T20:44:33.211Z Moon culminates 49.38 degrees above the horizon 2031-08-22T23:57:08.942Z sunset -2031-08-23T02:27:45.152Z moonset +2031-08-23T02:27:45.150Z moonset 2031-08-23T10:58:20.743Z sunrise 2031-08-23T15:55:13.873Z moonrise 2031-08-23T17:27:26.240Z Sun culminates 72.73 degrees above the horizon -2031-08-23T21:34:02.488Z Moon culminates 45.60 degrees above the horizon +2031-08-23T21:34:02.487Z Moon culminates 45.60 degrees above the horizon 2031-08-23T23:56:06.449Z sunset -2031-08-24T03:09:13.744Z moonset +2031-08-24T03:09:13.743Z moonset 2031-08-24T10:58:51.795Z sunrise -2031-08-24T16:54:57.326Z moonrise -2031-08-24T17:27:10.208Z Sun culminates 72.39 degrees above the horizon +2031-08-24T16:54:57.327Z moonrise +2031-08-24T17:27:10.209Z Sun culminates 72.39 degrees above the horizon 2031-08-24T22:26:32.582Z Moon culminates 42.59 degrees above the horizon 2031-08-24T23:55:03.246Z sunset -2031-08-25T03:55:26.886Z moonset -2031-08-25T06:30:45.676Z Mars moves from Libra to Scorpius +2031-08-25T03:55:26.885Z moonset +2031-08-25T06:30:46.974Z Mars moves from Libra to Scorpius 2031-08-25T10:59:22.666Z sunrise 2031-08-25T17:26:53.740Z Sun culminates 72.05 degrees above the horizon -2031-08-25T17:55:34.129Z moonrise +2031-08-25T17:55:34.130Z moonrise 2031-08-25T18:40:15.932Z first quarter 2031-08-25T23:22:06.682Z Moon culminates 40.62 degrees above the horizon 2031-08-25T23:53:59.357Z sunset -2031-08-26T04:47:13.478Z moonset +2031-08-26T04:47:13.477Z moonset 2031-08-26T10:59:53.359Z sunrise -2031-08-26T17:26:36.849Z Sun culminates 71.70 degrees above the horizon -2031-08-26T18:55:47.850Z moonrise -2031-08-26T23:52:54.808Z sunset +2031-08-26T17:26:36.850Z Sun culminates 71.70 degrees above the horizon +2031-08-26T18:55:47.851Z moonrise +2031-08-26T23:52:54.809Z sunset 2031-08-27T00:20:13.475Z Moon culminates 39.93 degrees above the horizon -2031-08-27T05:44:44.079Z moonset +2031-08-27T05:44:44.078Z moonset 2031-08-27T11:00:23.878Z sunrise -2031-08-27T17:26:19.552Z Sun culminates 71.35 degrees above the horizon -2031-08-27T19:54:02.090Z moonrise -2031-08-27T23:51:49.627Z sunset +2031-08-27T17:26:19.553Z Sun culminates 71.35 degrees above the horizon +2031-08-27T19:54:02.091Z moonrise +2031-08-27T23:51:49.628Z sunset 2031-08-28T01:19:47.054Z Moon culminates 40.69 degrees above the horizon -2031-08-28T06:47:13.623Z moonset -2031-08-28T11:00:54.230Z sunrise -2031-08-28T17:26:01.865Z Sun culminates 71.00 degrees above the horizon -2031-08-28T20:48:52.276Z moonrise -2031-08-28T23:50:43.840Z sunset +2031-08-28T06:47:13.622Z moonset +2031-08-28T11:00:54.229Z sunrise +2031-08-28T17:26:01.866Z Sun culminates 71.00 degrees above the horizon +2031-08-28T20:48:52.277Z moonrise +2031-08-28T23:50:43.841Z sunset 2031-08-29T02:19:23.480Z Moon culminates 42.90 degrees above the horizon -2031-08-29T07:53:05.829Z moonset -2031-08-29T11:01:24.421Z sunrise -2031-08-29T17:25:43.806Z Sun culminates 70.64 degrees above the horizon +2031-08-29T07:53:05.828Z moonset +2031-08-29T11:01:24.420Z sunrise +2031-08-29T17:25:43.807Z Sun culminates 70.64 degrees above the horizon 2031-08-29T17:38:01.776Z Mercury max morning elongation: 18.24 degrees from Sun 2031-08-29T21:39:34.843Z moonrise -2031-08-29T23:49:37.476Z sunset +2031-08-29T23:49:37.477Z sunset 2031-08-30T03:17:48.076Z Moon culminates 46.43 degrees above the horizon -2031-08-30T07:28:24.310Z Mercury moves from Cancer to Leo -2031-08-30T09:00:24.600Z moonset -2031-08-30T11:01:54.460Z sunrise +2031-08-30T07:28:25.054Z Mercury moves from Cancer to Leo +2031-08-30T09:00:24.599Z moonset +2031-08-30T11:01:54.459Z sunrise 2031-08-30T12:51:33.587Z lunar perigee at 361672 km 2031-08-30T17:25:25.394Z Sun culminates 70.29 degrees above the horizon 2031-08-30T22:26:15.438Z moonrise -2031-08-30T23:48:30.562Z sunset +2031-08-30T23:48:30.563Z sunset 2031-08-31T04:14:16.958Z Moon culminates 50.98 degrees above the horizon -2031-08-31T10:07:32.397Z moonset -2031-08-31T11:02:24.357Z sunrise +2031-08-31T10:07:32.396Z moonset +2031-08-31T11:02:24.356Z sunrise 2031-08-31T17:25:06.648Z Sun culminates 69.93 degrees above the horizon -2031-08-31T23:09:36.990Z moonrise -2031-08-31T23:47:23.128Z sunset +2031-08-31T23:09:36.991Z moonrise +2031-08-31T23:47:23.129Z sunset 2031-09-01T05:08:41.776Z Moon culminates 56.15 degrees above the horizon 2031-09-01T09:20:59.469Z full moon -2031-09-01T11:02:54.124Z sunrise -2031-09-01T11:13:30.334Z moonset +2031-09-01T11:02:54.123Z sunrise +2031-09-01T11:13:30.333Z moonset 2031-09-01T17:24:47.588Z Sun culminates 69.57 degrees above the horizon -2031-09-01T23:46:15.201Z sunset -2031-09-01T23:50:41.492Z moonrise +2031-09-01T23:46:15.202Z sunset +2031-09-01T23:50:41.493Z moonrise 2031-09-02T06:01:20.617Z Moon culminates 61.54 degrees above the horizon -2031-09-02T11:03:23.774Z sunrise -2031-09-02T12:17:54.745Z moonset +2031-09-02T11:03:23.773Z sunrise +2031-09-02T12:17:54.744Z moonset 2031-09-02T17:24:28.235Z Sun culminates 69.20 degrees above the horizon -2031-09-02T23:45:06.811Z sunset +2031-09-02T23:45:06.812Z sunset 2031-09-03T00:30:35.797Z moonrise 2031-09-03T06:52:44.327Z Moon culminates 66.76 degrees above the horizon -2031-09-03T11:03:53.319Z sunrise -2031-09-03T13:20:41.522Z moonset +2031-09-03T11:03:53.318Z sunrise +2031-09-03T13:20:41.521Z moonset 2031-09-03T17:24:08.610Z Sun culminates 68.84 degrees above the horizon -2031-09-03T23:43:57.986Z sunset +2031-09-03T23:43:57.988Z sunset 2031-09-04T01:10:23.379Z moonrise -2031-09-04T07:43:24.580Z Moon culminates 71.51 degrees above the horizon -2031-09-04T11:04:22.773Z sunrise -2031-09-04T14:21:49.867Z moonset +2031-09-04T07:43:24.579Z Moon culminates 71.51 degrees above the horizon +2031-09-04T11:04:22.772Z sunrise +2031-09-04T14:21:49.865Z moonset 2031-09-04T17:23:48.735Z Sun culminates 68.47 degrees above the horizon 2031-09-04T17:44:08.620Z Mercury perihelion at 0.3075 AU -2031-09-04T23:42:48.755Z sunset -2031-09-05T01:50:59.723Z moonrise -2031-09-05T08:33:45.549Z Moon culminates 75.52 degrees above the horizon -2031-09-05T11:04:52.150Z sunrise -2031-09-05T15:21:11.192Z moonset -2031-09-05T17:23:28.629Z Sun culminates 68.10 degrees above the horizon -2031-09-05T23:41:39.148Z sunset -2031-09-06T02:33:08.784Z moonrise -2031-09-06T09:23:59.105Z Moon culminates 78.63 degrees above the horizon -2031-09-06T11:05:21.461Z sunrise -2031-09-06T16:18:24.982Z moonset -2031-09-06T17:23:08.315Z Sun culminates 67.73 degrees above the horizon -2031-09-06T23:40:29.192Z sunset -2031-09-07T03:17:19.416Z moonrise -2031-09-07T10:14:03.473Z Moon culminates 80.73 degrees above the horizon -2031-09-07T11:05:50.721Z sunrise -2031-09-07T17:13:01.765Z moonset +2031-09-04T23:42:48.758Z sunset +2031-09-05T01:50:59.722Z moonrise +2031-09-05T08:33:45.548Z Moon culminates 75.52 degrees above the horizon +2031-09-05T11:04:52.148Z sunrise +2031-09-05T15:21:11.190Z moonset +2031-09-05T17:23:28.630Z Sun culminates 68.10 degrees above the horizon +2031-09-05T23:41:39.151Z sunset +2031-09-06T02:33:08.782Z moonrise +2031-09-06T09:23:59.103Z Moon culminates 78.63 degrees above the horizon +2031-09-06T11:05:21.459Z sunrise +2031-09-06T16:18:24.980Z moonset +2031-09-06T17:23:08.316Z Sun culminates 67.73 degrees above the horizon +2031-09-06T23:40:29.195Z sunset +2031-09-07T03:17:19.414Z moonrise +2031-09-07T10:14:03.471Z Moon culminates 80.73 degrees above the horizon +2031-09-07T11:05:50.718Z sunrise +2031-09-07T17:13:01.763Z moonset 2031-09-07T17:22:47.813Z Sun culminates 67.35 degrees above the horizon -2031-09-07T23:39:18.916Z sunset -2031-09-08T04:03:42.443Z moonrise -2031-09-08T08:19:14.540Z Mars moves from Scorpius to Ophiuchus -2031-09-08T11:03:45.528Z Moon culminates 81.78 degrees above the horizon -2031-09-08T11:06:19.941Z sunrise +2031-09-07T23:39:18.919Z sunset +2031-09-08T04:03:42.441Z moonrise +2031-09-08T08:19:15.755Z Mars moves from Scorpius to Ophiuchus +2031-09-08T11:03:45.526Z Moon culminates 81.78 degrees above the horizon +2031-09-08T11:06:19.938Z sunrise 2031-09-08T16:14:57.497Z third quarter 2031-09-08T17:22:27.143Z Sun culminates 66.98 degrees above the horizon -2031-09-08T18:04:31.499Z moonset -2031-09-08T23:38:08.348Z sunset -2031-09-09T04:52:10.278Z moonrise -2031-09-09T11:06:49.133Z sunrise -2031-09-09T11:52:46.215Z Moon culminates 81.77 degrees above the horizon +2031-09-08T18:04:31.497Z moonset +2031-09-08T23:38:08.350Z sunset +2031-09-09T04:52:10.276Z moonrise +2031-09-09T11:06:49.130Z sunrise +2031-09-09T11:52:46.213Z Moon culminates 81.77 degrees above the horizon 2031-09-09T17:22:06.323Z Sun culminates 66.60 degrees above the horizon -2031-09-09T18:52:33.447Z moonset -2031-09-09T23:36:57.514Z sunset -2031-09-10T05:42:20.710Z moonrise -2031-09-10T11:07:18.307Z sunrise -2031-09-10T12:40:47.412Z Moon culminates 80.78 degrees above the horizon +2031-09-09T18:52:33.445Z moonset +2031-09-09T23:36:57.516Z sunset +2031-09-10T05:42:20.708Z moonrise +2031-09-10T11:07:18.305Z sunrise +2031-09-10T12:40:47.411Z Moon culminates 80.78 degrees above the horizon 2031-09-10T17:21:45.373Z Sun culminates 66.22 degrees above the horizon -2031-09-10T19:37:03.050Z moonset -2031-09-10T23:35:46.442Z sunset -2031-09-11T06:33:44.551Z moonrise -2031-09-11T11:07:47.474Z sunrise +2031-09-10T19:37:03.049Z moonset +2031-09-10T23:35:46.443Z sunset +2031-09-11T06:33:44.550Z moonrise +2031-09-11T11:07:47.473Z sunrise 2031-09-11T11:54:58.580Z lunar apogee at 404994 km -2031-09-11T13:27:37.960Z Moon culminates 78.86 degrees above the horizon +2031-09-11T13:27:37.959Z Moon culminates 78.86 degrees above the horizon 2031-09-11T17:21:24.311Z Sun culminates 65.84 degrees above the horizon -2031-09-11T20:18:13.505Z moonset -2031-09-11T23:34:35.157Z sunset -2031-09-12T07:25:54.582Z moonrise -2031-09-12T11:08:16.644Z sunrise +2031-09-11T20:18:13.504Z moonset +2031-09-11T23:34:35.158Z sunset +2031-09-12T07:25:54.581Z moonrise +2031-09-12T11:08:16.643Z sunrise 2031-09-12T14:13:17.236Z Moon culminates 76.14 degrees above the horizon 2031-09-12T17:21:03.154Z Sun culminates 65.46 degrees above the horizon 2031-09-12T20:56:32.972Z moonset -2031-09-12T23:33:23.684Z sunset -2031-09-13T08:18:32.641Z moonrise +2031-09-12T23:33:23.685Z sunset +2031-09-13T08:18:32.640Z moonrise 2031-09-13T11:08:45.826Z sunrise 2031-09-13T14:57:56.005Z Moon culminates 72.73 degrees above the horizon 2031-09-13T17:20:41.920Z Sun culminates 65.08 degrees above the horizon 2031-09-13T21:32:40.062Z moonset 2031-09-13T23:32:12.049Z sunset 2031-09-14T09:11:33.046Z moonrise -2031-09-14T11:09:15.029Z sunrise +2031-09-14T11:09:15.028Z sunrise 2031-09-14T15:41:55.295Z Moon culminates 68.77 degrees above the horizon 2031-09-14T17:20:20.625Z Sun culminates 64.70 degrees above the horizon 2031-09-14T17:46:29.920Z Venus peak magnitude -4.75 in morning sky @@ -24092,183 +24092,183 @@ 2031-09-15T17:19:59.285Z Sun culminates 64.31 degrees above the horizon 2031-09-15T22:41:21.632Z moonset 2031-09-15T23:29:48.389Z sunset -2031-09-16T10:59:16.844Z moonrise +2031-09-16T10:59:16.843Z moonrise 2031-09-16T11:10:13.529Z sunrise 2031-09-16T17:09:58.455Z Moon culminates 59.84 degrees above the horizon 2031-09-16T17:19:37.917Z Sun culminates 63.93 degrees above the horizon 2031-09-16T18:47:24.287Z new moon -2031-09-16T23:15:37.984Z moonset -2031-09-16T23:28:36.412Z sunset -2031-09-17T11:10:42.844Z sunrise -2031-09-17T11:54:37.228Z moonrise +2031-09-16T23:15:37.985Z moonset +2031-09-16T23:28:36.413Z sunset +2031-09-17T11:10:42.843Z sunrise +2031-09-17T11:54:37.227Z moonrise 2031-09-17T17:19:16.537Z Sun culminates 63.54 degrees above the horizon 2031-09-17T17:55:16.242Z Moon culminates 55.23 degrees above the horizon 2031-09-17T23:27:24.370Z sunset -2031-09-17T23:51:05.144Z moonset -2031-09-18T11:11:12.213Z sunrise +2031-09-17T23:51:05.145Z moonset +2031-09-18T11:11:12.212Z sunrise 2031-09-18T12:51:22.735Z moonrise 2031-09-18T17:18:55.161Z Sun culminates 63.15 degrees above the horizon 2031-09-18T18:42:16.582Z Moon culminates 50.82 degrees above the horizon -2031-09-18T23:26:12.285Z sunset +2031-09-18T23:26:12.286Z sunset 2031-09-19T00:28:42.955Z moonset -2031-09-19T11:11:41.645Z sunrise -2031-09-19T13:49:42.108Z moonrise +2031-09-19T11:11:41.644Z sunrise +2031-09-19T13:49:42.107Z moonrise 2031-09-19T17:18:33.806Z Sun culminates 62.77 degrees above the horizon 2031-09-19T19:31:33.403Z Moon culminates 46.85 degrees above the horizon -2031-09-19T23:25:00.183Z sunset +2031-09-19T23:25:00.184Z sunset 2031-09-20T01:09:33.162Z moonset -2031-09-20T02:52:26.911Z Mercury moves from Leo to Virgo +2031-09-20T02:52:27.326Z Mercury moves from Leo to Virgo 2031-09-20T11:12:11.149Z sunrise -2031-09-20T14:49:23.242Z moonrise +2031-09-20T14:49:23.241Z moonrise 2031-09-20T17:18:12.488Z Sun culminates 62.38 degrees above the horizon 2031-09-20T20:23:28.166Z Moon culminates 43.59 degrees above the horizon -2031-09-20T23:23:48.088Z sunset +2031-09-20T23:23:48.089Z sunset 2031-09-21T01:54:33.739Z moonset 2031-09-21T11:12:40.736Z sunrise -2031-09-21T15:49:44.240Z moonrise +2031-09-21T15:49:44.239Z moonrise 2031-09-21T17:17:51.226Z Sun culminates 61.99 degrees above the horizon -2031-09-21T21:18:00.613Z Moon culminates 41.31 degrees above the horizon -2031-09-21T23:22:36.026Z sunset +2031-09-21T21:18:00.612Z Moon culminates 41.31 degrees above the horizon +2031-09-21T23:22:36.027Z sunset 2031-09-22T02:44:27.362Z moonset 2031-09-22T11:13:10.416Z sunrise -2031-09-22T16:49:32.807Z moonrise +2031-09-22T16:49:32.806Z moonrise 2031-09-22T17:17:30.038Z Sun culminates 61.60 degrees above the horizon 2031-09-22T22:14:41.638Z Moon culminates 40.23 degrees above the horizon -2031-09-22T23:21:24.022Z sunset +2031-09-22T23:21:24.023Z sunset 2031-09-23T03:39:25.287Z moonset -2031-09-23T05:15:16.472Z September equinox -2031-09-23T11:13:40.201Z sunrise +2031-09-23T05:15:17.955Z September equinox +2031-09-23T11:13:40.200Z sunrise 2031-09-23T17:17:08.943Z Sun culminates 61.21 degrees above the horizon -2031-09-23T17:47:20.824Z moonrise +2031-09-23T17:47:20.823Z moonrise 2031-09-23T23:12:34.759Z Moon culminates 40.51 degrees above the horizon -2031-09-23T23:20:12.103Z sunset +2031-09-23T23:20:12.104Z sunset 2031-09-24T01:12:46.045Z Mercury superior conjunction 2031-09-24T01:20:15.549Z first quarter 2031-09-24T04:38:54.690Z moonset -2031-09-24T11:14:10.102Z sunrise +2031-09-24T11:14:10.101Z sunrise 2031-09-24T17:16:47.960Z Sun culminates 60.82 degrees above the horizon -2031-09-24T18:41:51.597Z moonrise -2031-09-24T23:19:00.296Z sunset +2031-09-24T18:41:51.596Z moonrise +2031-09-24T23:19:00.297Z sunset 2031-09-25T00:10:30.145Z Moon culminates 42.17 degrees above the horizon -2031-09-25T05:41:41.798Z moonset -2031-09-25T11:14:40.133Z sunrise +2031-09-25T05:41:41.797Z moonset +2031-09-25T11:14:40.131Z sunrise 2031-09-25T17:16:27.110Z Sun culminates 60.44 degrees above the horizon -2031-09-25T19:32:24.660Z moonrise -2031-09-25T23:17:48.630Z sunset -2031-09-26T01:07:26.178Z Moon culminates 45.10 degrees above the horizon -2031-09-26T03:15:34.315Z Venus moves from Cancer to Leo -2031-09-26T06:46:14.753Z moonset -2031-09-26T11:15:10.307Z sunrise +2031-09-25T19:32:24.659Z moonrise +2031-09-25T23:17:48.631Z sunset +2031-09-26T01:07:26.177Z Moon culminates 45.10 degrees above the horizon +2031-09-26T03:15:35.404Z Venus moves from Cancer to Leo +2031-09-26T06:46:14.752Z moonset +2031-09-26T11:15:10.306Z sunrise 2031-09-26T17:16:06.415Z Sun culminates 60.05 degrees above the horizon 2031-09-26T20:19:03.556Z moonrise -2031-09-26T23:16:37.132Z sunset -2031-09-27T02:02:46.566Z Moon culminates 49.10 degrees above the horizon +2031-09-26T23:16:37.134Z sunset +2031-09-27T02:02:46.565Z Moon culminates 49.10 degrees above the horizon 2031-09-27T07:06:10.807Z lunar perigee at 366832 km -2031-09-27T07:51:13.036Z moonset -2031-09-27T11:15:40.641Z sunrise +2031-09-27T07:51:13.035Z moonset +2031-09-27T11:15:40.640Z sunrise 2031-09-27T17:15:45.897Z Sun culminates 59.66 degrees above the horizon 2031-09-27T21:02:26.677Z moonrise -2031-09-27T23:15:25.833Z sunset -2031-09-28T02:56:24.920Z Moon culminates 53.86 degrees above the horizon -2031-09-28T08:55:45.179Z moonset +2031-09-27T23:15:25.834Z sunset +2031-09-28T02:56:24.919Z Moon culminates 53.86 degrees above the horizon +2031-09-28T08:55:45.178Z moonset 2031-09-28T11:16:11.150Z sunrise 2031-09-28T17:15:25.579Z Sun culminates 59.27 degrees above the horizon -2031-09-28T21:43:31.891Z moonrise -2031-09-28T23:14:14.860Z sunset +2031-09-28T21:43:31.892Z moonrise +2031-09-28T23:14:14.861Z sunset 2031-09-29T03:48:38.311Z Moon culminates 59.02 degrees above the horizon -2031-09-29T09:59:28.635Z moonset -2031-09-29T11:16:41.852Z sunrise +2031-09-29T09:59:28.634Z moonset +2031-09-29T11:16:41.851Z sunrise 2031-09-29T17:15:05.484Z Sun culminates 58.88 degrees above the horizon -2031-09-29T22:23:23.730Z moonrise -2031-09-29T23:13:04.044Z sunset +2031-09-29T22:23:23.731Z moonrise +2031-09-29T23:13:04.045Z sunset 2031-09-30T04:39:56.165Z Moon culminates 64.25 degrees above the horizon 2031-09-30T11:02:18.056Z moonset -2031-09-30T11:17:12.763Z sunrise +2031-09-30T11:17:12.762Z sunrise 2031-09-30T17:14:45.635Z Sun culminates 58.49 degrees above the horizon 2031-09-30T18:58:22.189Z full moon -2031-09-30T23:03:05.323Z moonrise -2031-09-30T23:11:53.515Z sunset +2031-09-30T23:03:05.324Z moonrise +2031-09-30T23:11:53.516Z sunset 2031-10-01T05:30:49.373Z Moon culminates 69.20 degrees above the horizon -2031-10-01T11:17:43.902Z sunrise -2031-10-01T12:04:10.637Z moonset -2031-10-01T17:14:26.059Z Sun culminates 58.11 degrees above the horizon -2031-10-01T23:10:43.304Z sunset +2031-10-01T11:17:43.901Z sunrise +2031-10-01T12:04:10.636Z moonset +2031-10-01T17:14:26.058Z Sun culminates 58.11 degrees above the horizon +2031-10-01T23:10:43.305Z sunset 2031-10-01T23:43:33.386Z moonrise 2031-10-02T06:21:41.542Z Moon culminates 73.58 degrees above the horizon -2031-10-02T11:18:15.287Z sunrise -2031-10-02T13:04:54.180Z moonset +2031-10-02T11:18:15.285Z sunrise +2031-10-02T13:04:54.178Z moonset 2031-10-02T17:14:06.777Z Sun culminates 57.72 degrees above the horizon -2031-10-02T23:09:33.441Z sunset -2031-10-03T00:25:33.992Z moonrise -2031-10-03T07:12:42.936Z Moon culminates 77.15 degrees above the horizon -2031-10-03T11:18:46.935Z sunrise -2031-10-03T14:04:01.151Z moonset +2031-10-02T23:09:33.442Z sunset +2031-10-03T00:25:33.993Z moonrise +2031-10-03T07:12:42.935Z Moon culminates 77.15 degrees above the horizon +2031-10-03T11:18:46.932Z sunrise +2031-10-03T14:04:01.149Z moonset 2031-10-03T17:13:47.814Z Sun culminates 57.33 degrees above the horizon -2031-10-03T23:08:23.956Z sunset +2031-10-03T23:08:23.958Z sunset 2031-10-04T01:09:38.018Z moonrise -2031-10-04T08:03:47.894Z Moon culminates 79.73 degrees above the horizon -2031-10-04T11:19:18.862Z sunrise -2031-10-04T15:00:50.733Z moonset +2031-10-04T08:03:47.892Z Moon culminates 79.73 degrees above the horizon +2031-10-04T11:19:18.859Z sunrise +2031-10-04T15:00:50.730Z moonset 2031-10-04T17:13:29.194Z Sun culminates 56.95 degrees above the horizon -2031-10-04T23:07:14.880Z sunset +2031-10-04T23:07:14.883Z sunset 2031-10-05T01:55:57.055Z moonrise -2031-10-05T08:54:36.783Z Moon culminates 81.25 degrees above the horizon -2031-10-05T11:19:51.085Z sunrise -2031-10-05T15:54:38.570Z moonset +2031-10-05T08:54:36.782Z Moon culminates 81.25 degrees above the horizon +2031-10-05T11:19:51.082Z sunrise +2031-10-05T15:54:38.566Z moonset 2031-10-05T17:13:10.940Z Sun culminates 56.56 degrees above the horizon -2031-10-05T22:51:47.495Z Mars moves from Ophiuchus to Sagittarius -2031-10-05T23:06:06.244Z sunset +2031-10-05T22:51:48.620Z Mars moves from Ophiuchus to Sagittarius +2031-10-05T23:06:06.247Z sunset 2031-10-06T02:44:22.256Z moonrise -2031-10-06T09:44:42.545Z Moon culminates 81.69 degrees above the horizon -2031-10-06T11:20:23.618Z sunrise -2031-10-06T16:44:50.051Z moonset +2031-10-06T09:44:42.543Z Moon culminates 81.69 degrees above the horizon +2031-10-06T11:20:23.616Z sunrise +2031-10-06T16:44:50.048Z moonset 2031-10-06T17:12:53.075Z Sun culminates 56.18 degrees above the horizon -2031-10-06T23:04:58.078Z sunset +2031-10-06T23:04:58.081Z sunset 2031-10-07T03:34:28.401Z moonrise -2031-10-07T10:33:39.685Z Moon culminates 81.09 degrees above the horizon -2031-10-07T11:20:56.477Z sunrise +2031-10-07T10:33:39.684Z Moon culminates 81.09 degrees above the horizon +2031-10-07T11:20:56.474Z sunrise 2031-10-07T16:09:21.524Z Neptune opposition 2031-10-07T17:12:35.620Z Sun culminates 55.80 degrees above the horizon -2031-10-07T17:31:10.601Z moonset -2031-10-07T23:03:50.411Z sunset -2031-10-08T04:25:42.918Z moonrise +2031-10-07T17:31:10.598Z moonset +2031-10-07T23:03:50.413Z sunset +2031-10-08T04:25:42.919Z moonrise 2031-10-08T10:50:50.565Z third quarter -2031-10-08T11:21:12.204Z Moon culminates 79.53 degrees above the horizon -2031-10-08T11:21:29.672Z sunrise -2031-10-08T17:12:18.595Z Sun culminates 55.42 degrees above the horizon -2031-10-08T18:13:48.661Z moonset -2031-10-08T23:02:43.273Z sunset -2031-10-09T05:17:36.444Z moonrise +2031-10-08T11:21:12.203Z Moon culminates 79.53 degrees above the horizon +2031-10-08T11:21:29.671Z sunrise +2031-10-08T17:12:18.596Z Sun culminates 55.42 degrees above the horizon +2031-10-08T18:13:48.658Z moonset +2031-10-08T23:02:43.275Z sunset +2031-10-09T05:17:36.445Z moonrise 2031-10-09T06:22:50.485Z lunar apogee at 404352 km -2031-10-09T11:22:03.217Z sunrise -2031-10-09T12:07:17.870Z Moon culminates 77.13 degrees above the horizon +2031-10-09T11:22:03.216Z sunrise +2031-10-09T12:07:17.869Z Moon culminates 77.13 degrees above the horizon 2031-10-09T17:12:02.023Z Sun culminates 55.04 degrees above the horizon -2031-10-09T18:53:12.097Z moonset -2031-10-09T23:01:36.692Z sunset -2031-10-10T06:09:50.852Z moonrise +2031-10-09T18:53:12.095Z moonset +2031-10-09T23:01:36.693Z sunset +2031-10-10T06:09:50.853Z moonrise 2031-10-10T11:22:37.020Z sunrise 2031-10-10T12:52:08.590Z Moon culminates 74.02 degrees above the horizon 2031-10-10T17:11:45.920Z Sun culminates 54.66 degrees above the horizon -2031-10-10T19:30:01.871Z moonset -2031-10-10T23:00:30.696Z sunset +2031-10-10T19:30:01.869Z moonset +2031-10-10T23:00:30.697Z sunset 2031-10-11T07:02:22.722Z moonrise 2031-10-11T11:23:11.291Z sunrise -2031-10-11T13:36:08.328Z Moon culminates 70.31 degrees above the horizon +2031-10-11T13:36:08.327Z Moon culminates 70.31 degrees above the horizon 2031-10-11T17:11:30.305Z Sun culminates 54.28 degrees above the horizon -2031-10-11T20:05:06.431Z moonset +2031-10-11T20:05:06.430Z moonset 2031-10-11T22:59:25.314Z sunset -2031-10-12T07:55:22.658Z moonrise +2031-10-12T07:55:22.659Z moonrise 2031-10-12T11:23:45.938Z sunrise 2031-10-12T14:19:50.155Z Moon culminates 66.14 degrees above the horizon 2031-10-12T17:11:15.196Z Sun culminates 53.90 degrees above the horizon -2031-10-12T20:39:18.333Z moonset -2031-10-12T22:58:20.570Z sunset +2031-10-12T20:39:18.332Z moonset +2031-10-12T22:58:20.571Z sunset 2031-10-13T08:49:11.886Z moonrise 2031-10-13T11:24:20.965Z sunrise -2031-10-13T15:03:53.388Z Moon culminates 61.66 degrees above the horizon +2031-10-13T15:03:53.387Z Moon culminates 61.66 degrees above the horizon 2031-10-13T17:11:00.608Z Sun culminates 53.53 degrees above the horizon 2031-10-13T21:13:33.028Z moonset -2031-10-13T22:57:16.493Z sunset +2031-10-13T22:57:16.494Z sunset 2031-10-14T09:44:17.110Z moonrise 2031-10-14T11:24:56.380Z sunrise 2031-10-14T15:49:00.814Z Moon culminates 57.05 degrees above the horizon @@ -24279,77 +24279,77 @@ 2031-10-15T11:25:32.185Z sunrise 2031-10-15T16:35:55.290Z Moon culminates 52.51 degrees above the horizon 2031-10-15T17:10:33.058Z Sun culminates 52.79 degrees above the horizon -2031-10-15T22:26:08.130Z moonset -2031-10-15T22:55:10.440Z sunset +2031-10-15T22:26:08.131Z moonset +2031-10-15T22:55:10.441Z sunset 2031-10-16T08:21:15.412Z new moon 2031-10-16T11:26:08.383Z sunrise 2031-10-16T11:39:45.966Z moonrise 2031-10-16T17:10:20.124Z Sun culminates 52.42 degrees above the horizon -2031-10-16T17:25:14.412Z Moon culminates 48.31 degrees above the horizon -2031-10-16T22:33:10.311Z Mercury moves from Virgo to Libra -2031-10-16T22:54:08.514Z sunset -2031-10-16T23:06:34.024Z moonset +2031-10-16T17:25:14.413Z Moon culminates 48.31 degrees above the horizon +2031-10-16T22:33:10.829Z Mercury moves from Virgo to Libra +2031-10-16T22:54:08.515Z sunset +2031-10-16T23:06:34.025Z moonset 2031-10-17T11:26:44.978Z sunrise 2031-10-17T12:40:15.759Z moonrise 2031-10-17T17:10:07.770Z Sun culminates 52.05 degrees above the horizon 2031-10-17T18:17:22.144Z Moon culminates 44.72 degrees above the horizon -2031-10-17T22:53:07.356Z sunset -2031-10-17T23:51:06.610Z moonset -2031-10-18T11:27:21.971Z sunrise -2031-10-18T13:41:50.129Z moonrise +2031-10-17T22:53:07.357Z sunset +2031-10-17T23:51:06.612Z moonset +2031-10-18T11:27:21.970Z sunrise +2031-10-18T13:41:50.128Z moonrise 2031-10-18T17:09:56.009Z Sun culminates 51.69 degrees above the horizon 2031-10-18T17:21:30.845Z Mercury aphelion at 0.4667 AU 2031-10-18T19:12:18.005Z Moon culminates 42.05 degrees above the horizon -2031-10-18T22:52:06.991Z sunset -2031-10-19T00:40:29.954Z moonset +2031-10-18T22:52:06.992Z sunset +2031-10-19T00:40:29.956Z moonset 2031-10-19T11:27:59.362Z sunrise -2031-10-19T14:43:08.616Z moonrise +2031-10-19T14:43:08.614Z moonrise 2031-10-19T17:09:44.853Z Sun culminates 51.33 degrees above the horizon 2031-10-19T20:09:28.350Z Moon culminates 40.56 degrees above the horizon -2031-10-19T22:51:07.444Z sunset -2031-10-20T01:34:54.925Z moonset -2031-10-20T11:28:37.154Z sunrise -2031-10-20T15:42:28.480Z moonrise +2031-10-19T22:51:07.445Z sunset +2031-10-20T01:34:54.927Z moonset +2031-10-20T11:28:37.153Z sunrise +2031-10-20T15:42:28.478Z moonrise 2031-10-20T17:09:34.317Z Sun culminates 50.97 degrees above the horizon 2031-10-20T21:07:47.882Z Moon culminates 40.43 degrees above the horizon -2031-10-20T22:50:08.740Z sunset -2031-10-21T02:33:45.425Z moonset -2031-10-21T11:29:15.345Z sunrise +2031-10-20T22:50:08.742Z sunset +2031-10-21T02:33:45.427Z moonset +2031-10-21T11:29:15.344Z sunrise 2031-10-21T14:12:59.534Z Venus max morning elongation: 46.39 degrees from Sun -2031-10-21T16:38:17.075Z moonrise +2031-10-21T16:38:17.073Z moonrise 2031-10-21T17:09:24.413Z Sun culminates 50.61 degrees above the horizon 2031-10-21T22:05:56.521Z Moon culminates 41.69 degrees above the horizon -2031-10-21T22:49:10.907Z sunset -2031-10-22T03:35:42.254Z moonset +2031-10-21T22:49:10.909Z sunset +2031-10-22T03:35:42.255Z moonset 2031-10-22T11:29:53.937Z sunrise -2031-10-22T17:09:15.155Z Sun culminates 50.26 degrees above the horizon -2031-10-22T17:29:42.781Z moonrise +2031-10-22T17:09:15.156Z Sun culminates 50.26 degrees above the horizon +2031-10-22T17:29:42.779Z moonrise 2031-10-22T20:19:18.652Z lunar perigee at 370009 km -2031-10-22T22:48:13.971Z sunset -2031-10-22T23:02:45.148Z Moon culminates 44.23 degrees above the horizon -2031-10-23T04:39:09.005Z moonset +2031-10-22T22:48:13.973Z sunset +2031-10-22T23:02:45.147Z Moon culminates 44.23 degrees above the horizon +2031-10-23T04:39:09.006Z moonset 2031-10-23T07:36:54.681Z first quarter -2031-10-23T11:30:32.931Z sunrise -2031-10-23T17:09:06.558Z Sun culminates 49.91 degrees above the horizon -2031-10-23T18:16:45.160Z moonrise -2031-10-23T22:47:17.960Z sunset +2031-10-23T11:30:32.930Z sunrise +2031-10-23T17:09:06.559Z Sun culminates 49.91 degrees above the horizon +2031-10-23T18:16:45.158Z moonrise +2031-10-23T22:47:17.961Z sunset 2031-10-23T23:57:35.204Z Moon culminates 47.85 degrees above the horizon -2031-10-24T05:42:44.636Z moonset -2031-10-24T11:31:12.327Z sunrise -2031-10-24T17:08:58.635Z Sun culminates 49.56 degrees above the horizon -2031-10-24T19:00:04.032Z moonrise -2031-10-24T22:46:22.901Z sunset +2031-10-24T05:42:44.637Z moonset +2031-10-24T11:31:12.326Z sunrise +2031-10-24T17:08:58.636Z Sun culminates 49.56 degrees above the horizon +2031-10-24T19:00:04.031Z moonrise +2031-10-24T22:46:22.902Z sunset 2031-10-25T00:50:22.962Z Moon culminates 52.27 degrees above the horizon -2031-10-25T06:45:42.231Z moonset +2031-10-25T06:45:42.232Z moonset 2031-10-25T11:31:52.126Z sunrise -2031-10-25T17:08:51.402Z Sun culminates 49.22 degrees above the horizon -2031-10-25T19:40:41.209Z moonrise -2031-10-25T22:45:28.823Z sunset +2031-10-25T17:08:51.403Z Sun culminates 49.22 degrees above the horizon +2031-10-25T19:40:41.208Z moonrise +2031-10-25T22:45:28.824Z sunset 2031-10-26T01:41:31.438Z Moon culminates 57.16 degrees above the horizon 2031-10-26T07:47:48.115Z moonset 2031-10-26T11:32:32.330Z sunrise -2031-10-26T17:08:44.873Z Sun culminates 48.88 degrees above the horizon -2031-10-26T20:19:45.897Z moonrise +2031-10-26T17:08:44.874Z Sun culminates 48.88 degrees above the horizon +2031-10-26T20:19:45.896Z moonrise 2031-10-26T22:44:35.755Z sunset 2031-10-27T02:31:37.965Z Moon culminates 62.24 degrees above the horizon 2031-10-27T08:49:08.945Z moonset @@ -24362,9 +24362,9 @@ 2031-10-28T11:33:53.960Z sunrise 2031-10-28T17:08:33.992Z Sun culminates 48.20 degrees above the horizon 2031-10-28T21:37:44.900Z moonrise -2031-10-28T22:42:52.763Z sunset +2031-10-28T22:42:52.764Z sunset 2031-10-29T04:11:19.214Z Moon culminates 71.74 degrees above the horizon -2031-10-29T08:06:34.638Z Jupiter moves from Ophiuchus to Sagittarius +2031-10-29T08:06:38.914Z Jupiter moves from Ophiuchus to Sagittarius 2031-10-29T10:50:10.212Z moonset 2031-10-29T11:34:35.388Z sunrise 2031-10-29T17:08:29.669Z Sun culminates 47.87 degrees above the horizon @@ -24373,307 +24373,307 @@ 2031-10-30T05:01:47.498Z Moon culminates 75.63 degrees above the horizon 2031-10-30T07:33:15.656Z full moon 2031-10-30T07:45:19.656Z penumbral lunar eclipse -2031-10-30T11:35:17.227Z sunrise -2031-10-30T11:49:34.702Z moonset +2031-10-30T11:35:17.226Z sunrise +2031-10-30T11:49:34.701Z moonset 2031-10-30T17:08:26.112Z Sun culminates 47.54 degrees above the horizon 2031-10-30T22:41:14.162Z sunset -2031-10-30T23:01:36.589Z moonrise +2031-10-30T23:01:36.590Z moonrise 2031-10-31T05:52:48.734Z Moon culminates 78.65 degrees above the horizon -2031-10-31T11:35:59.476Z sunrise -2031-10-31T12:47:30.396Z moonset -2031-10-31T17:08:23.336Z Sun culminates 47.22 degrees above the horizon -2031-10-31T22:40:26.581Z sunset -2031-10-31T23:47:08.891Z moonrise -2031-11-01T03:24:17.893Z Mercury moves from Libra to Scorpius +2031-10-31T11:35:59.475Z sunrise +2031-10-31T12:47:30.395Z moonset +2031-10-31T17:08:23.335Z Sun culminates 47.22 degrees above the horizon +2031-10-31T22:40:26.582Z sunset +2031-10-31T23:47:08.892Z moonrise +2031-11-01T03:24:18.473Z Mercury moves from Libra to Scorpius 2031-11-01T06:44:04.480Z Moon culminates 80.64 degrees above the horizon -2031-11-01T11:36:42.134Z sunrise -2031-11-01T13:43:03.997Z moonset +2031-11-01T11:36:42.132Z sunrise +2031-11-01T13:43:03.995Z moonset 2031-11-01T17:08:21.353Z Sun culminates 46.90 degrees above the horizon -2031-11-01T22:39:40.185Z sunset -2031-11-02T00:35:07.978Z moonrise -2031-11-02T07:35:01.528Z Moon culminates 81.55 degrees above the horizon -2031-11-02T11:37:25.198Z sunrise -2031-11-02T13:10:14.599Z Venus moves from Leo to Virgo -2031-11-02T14:35:22.829Z moonset +2031-11-01T22:39:40.187Z sunset +2031-11-02T00:35:07.979Z moonrise +2031-11-02T07:35:01.527Z Moon culminates 81.55 degrees above the horizon +2031-11-02T11:37:25.196Z sunrise +2031-11-02T13:10:15.297Z Venus moves from Leo to Virgo +2031-11-02T14:35:22.827Z moonset 2031-11-02T17:08:20.179Z Sun culminates 46.58 degrees above the horizon -2031-11-02T22:38:55.005Z sunset -2031-11-03T01:25:07.058Z moonrise -2031-11-03T08:25:02.189Z Moon culminates 81.37 degrees above the horizon -2031-11-03T11:38:08.665Z sunrise -2031-11-03T15:23:51.289Z moonset +2031-11-02T22:38:55.007Z sunset +2031-11-03T01:25:07.059Z moonrise +2031-11-03T08:25:02.188Z Moon culminates 81.37 degrees above the horizon +2031-11-03T11:38:08.663Z sunrise +2031-11-03T15:23:51.286Z moonset 2031-11-03T17:08:19.824Z Sun culminates 46.27 degrees above the horizon -2031-11-03T22:38:11.068Z sunset -2031-11-04T02:16:25.480Z moonrise -2031-11-04T09:13:36.148Z Moon culminates 80.20 degrees above the horizon -2031-11-04T11:38:52.528Z sunrise -2031-11-04T16:08:20.472Z moonset +2031-11-03T22:38:11.070Z sunset +2031-11-04T02:16:25.482Z moonrise +2031-11-04T09:13:36.147Z Moon culminates 80.20 degrees above the horizon +2031-11-04T11:38:52.527Z sunrise +2031-11-04T16:08:20.470Z moonset 2031-11-04T17:08:20.300Z Sun culminates 45.96 degrees above the horizon -2031-11-04T22:37:28.402Z sunset -2031-11-05T03:08:22.326Z moonrise +2031-11-04T22:37:28.404Z sunset +2031-11-05T03:08:22.328Z moonrise 2031-11-05T10:00:28.919Z Moon culminates 78.13 degrees above the horizon -2031-11-05T11:39:36.781Z sunrise -2031-11-05T16:49:07.853Z moonset -2031-11-05T17:08:21.616Z Sun culminates 45.65 degrees above the horizon -2031-11-05T22:36:47.035Z sunset +2031-11-05T11:39:36.780Z sunrise +2031-11-05T16:49:07.850Z moonset +2031-11-05T17:08:21.617Z Sun culminates 45.65 degrees above the horizon +2031-11-05T22:36:47.037Z sunset 2031-11-06T02:44:12.515Z lunar apogee at 404508 km -2031-11-06T04:00:28.618Z moonrise +2031-11-06T04:00:28.620Z moonrise 2031-11-06T10:45:44.514Z Moon culminates 75.30 degrees above the horizon 2031-11-06T11:40:21.413Z sunrise -2031-11-06T17:08:23.781Z Sun culminates 45.35 degrees above the horizon -2031-11-06T17:26:50.417Z moonset -2031-11-06T22:36:06.993Z sunset -2031-11-07T04:52:33.735Z moonrise +2031-11-06T17:08:23.782Z Sun culminates 45.35 degrees above the horizon +2031-11-06T17:26:50.415Z moonset +2031-11-06T22:36:06.994Z sunset +2031-11-07T04:52:33.737Z moonrise 2031-11-07T07:02:50.664Z third quarter 2031-11-07T11:29:43.519Z Moon culminates 71.86 degrees above the horizon -2031-11-07T11:41:06.413Z sunrise -2031-11-07T17:08:26.801Z Sun culminates 45.06 degrees above the horizon -2031-11-07T18:02:16.753Z moonset -2031-11-07T22:35:28.300Z sunset -2031-11-08T05:44:45.805Z moonrise -2031-11-08T06:43:08.222Z Mercury moves from Scorpius to Ophiuchus -2031-11-08T11:41:51.767Z sunrise +2031-11-07T11:41:06.414Z sunrise +2031-11-07T17:08:26.802Z Sun culminates 45.06 degrees above the horizon +2031-11-07T18:02:16.750Z moonset +2031-11-07T22:35:28.301Z sunset +2031-11-08T05:44:45.807Z moonrise +2031-11-08T06:43:08.946Z Mercury moves from Scorpius to Ophiuchus +2031-11-08T11:41:51.768Z sunrise 2031-11-08T12:12:59.267Z Moon culminates 67.92 degrees above the horizon 2031-11-08T17:08:30.682Z Sun culminates 44.77 degrees above the horizon -2031-11-08T18:36:21.500Z moonset -2031-11-08T22:34:50.981Z sunset -2031-11-09T06:37:28.318Z moonrise -2031-11-09T11:42:37.459Z sunrise +2031-11-08T18:36:21.498Z moonset +2031-11-08T22:34:50.982Z sunset +2031-11-09T06:37:28.319Z moonrise +2031-11-09T11:42:37.461Z sunrise 2031-11-09T12:56:14.106Z Moon culminates 63.62 degrees above the horizon 2031-11-09T15:04:26.791Z Mercury max evening elongation: 23.12 degrees from Sun -2031-11-09T17:08:35.425Z Sun culminates 44.48 degrees above the horizon -2031-11-09T19:10:02.883Z moonset -2031-11-09T22:34:15.058Z sunset -2031-11-10T07:31:14.906Z moonrise -2031-11-10T11:43:23.472Z sunrise +2031-11-09T17:08:35.426Z Sun culminates 44.48 degrees above the horizon +2031-11-09T19:10:02.881Z moonset +2031-11-09T22:34:15.059Z sunset +2031-11-10T07:31:14.908Z moonrise +2031-11-10T11:43:23.473Z sunrise 2031-11-10T13:40:16.321Z Moon culminates 59.11 degrees above the horizon -2031-11-10T17:08:41.034Z Sun culminates 44.20 degrees above the horizon -2031-11-10T19:44:22.551Z moonset +2031-11-10T17:08:41.035Z Sun culminates 44.20 degrees above the horizon +2031-11-10T19:44:22.550Z moonset 2031-11-10T22:33:40.553Z sunset -2031-11-11T08:26:42.764Z moonrise -2031-11-11T11:44:09.783Z sunrise -2031-11-11T12:17:30.726Z Mercury moves from Ophiuchus to Scorpius +2031-11-11T08:26:42.765Z moonrise +2031-11-11T11:44:09.785Z sunrise +2031-11-11T12:17:32.769Z Mercury moves from Ophiuchus to Scorpius 2031-11-11T14:25:57.100Z Moon culminates 54.55 degrees above the horizon -2031-11-11T17:08:47.507Z Sun culminates 43.92 degrees above the horizon -2031-11-11T20:20:26.440Z moonset +2031-11-11T17:08:47.508Z Sun culminates 43.92 degrees above the horizon +2031-11-11T20:20:26.439Z moonset 2031-11-11T22:33:07.484Z sunset -2031-11-12T09:24:23.698Z moonrise -2031-11-12T11:44:56.373Z sunrise -2031-11-12T15:14:06.069Z Moon culminates 50.17 degrees above the horizon -2031-11-12T17:08:54.843Z Sun culminates 43.65 degrees above the horizon -2031-11-12T20:59:24.875Z moonset -2031-11-12T22:32:35.870Z sunset -2031-11-13T10:24:31.266Z moonrise -2031-11-13T11:45:43.216Z sunrise -2031-11-13T16:05:23.363Z Moon culminates 46.24 degrees above the horizon -2031-11-13T17:09:03.037Z Sun culminates 43.38 degrees above the horizon +2031-11-12T09:24:23.699Z moonrise +2031-11-12T11:44:56.374Z sunrise +2031-11-12T15:14:06.070Z Moon culminates 50.17 degrees above the horizon +2031-11-12T17:08:54.844Z Sun culminates 43.65 degrees above the horizon +2031-11-12T20:59:24.874Z moonset +2031-11-12T22:32:35.871Z sunset +2031-11-13T10:24:31.267Z moonrise +2031-11-13T11:45:43.217Z sunrise +2031-11-13T16:05:23.364Z Moon culminates 46.24 degrees above the horizon +2031-11-13T17:09:03.038Z Sun culminates 43.38 degrees above the horizon 2031-11-13T21:42:29.120Z moonset -2031-11-13T22:32:05.729Z sunset -2031-11-14T11:26:44.273Z moonrise -2031-11-14T11:46:30.286Z sunrise -2031-11-14T17:00:06.833Z Moon culminates 43.08 degrees above the horizon -2031-11-14T17:09:12.086Z Sun culminates 43.12 degrees above the horizon +2031-11-13T22:32:05.730Z sunset +2031-11-14T11:26:44.274Z moonrise +2031-11-14T11:46:30.287Z sunrise +2031-11-14T17:00:06.834Z Moon culminates 43.08 degrees above the horizon +2031-11-14T17:09:12.087Z Sun culminates 43.12 degrees above the horizon 2031-11-14T21:10:08.063Z new moon -2031-11-14T22:30:40.589Z moonset +2031-11-14T22:30:40.590Z moonset 2031-11-14T22:31:37.076Z sunset -2031-11-14T22:34:17.246Z partial solar eclipse peak at -0.74 degrees altitude -2031-11-15T11:47:17.557Z sunrise +2031-11-14T22:34:17.247Z partial solar eclipse peak at -0.74 degrees altitude +2031-11-15T11:47:17.558Z sunrise 2031-11-15T12:29:53.184Z moonrise -2031-11-15T17:09:21.982Z Sun culminates 42.87 degrees above the horizon -2031-11-15T17:57:56.833Z Moon culminates 41.02 degrees above the horizon -2031-11-15T22:31:09.925Z sunset -2031-11-15T23:24:30.458Z moonset +2031-11-15T17:09:21.983Z Sun culminates 42.87 degrees above the horizon +2031-11-15T17:57:56.834Z Moon culminates 41.02 degrees above the horizon +2031-11-15T22:31:09.926Z sunset +2031-11-15T23:24:30.459Z moonset 2031-11-16T08:49:00.997Z Mars perihelion at 1.3814 AU -2031-11-16T10:12:53.054Z Mercury moves from Scorpius to Ophiuchus +2031-11-16T10:12:54.663Z Mercury moves from Scorpius to Ophiuchus 2031-11-16T11:48:04.999Z sunrise 2031-11-16T13:32:04.056Z moonrise -2031-11-16T17:09:32.718Z Sun culminates 42.61 degrees above the horizon -2031-11-16T18:57:48.230Z Moon culminates 40.32 degrees above the horizon -2031-11-16T22:30:44.292Z sunset -2031-11-17T00:23:36.004Z moonset +2031-11-16T17:09:32.719Z Sun culminates 42.61 degrees above the horizon +2031-11-16T18:57:48.231Z Moon culminates 40.32 degrees above the horizon +2031-11-16T22:30:44.293Z sunset +2031-11-17T00:23:36.005Z moonset 2031-11-17T11:48:52.582Z sunrise -2031-11-17T14:31:10.857Z moonrise +2031-11-17T14:31:10.856Z moonrise 2031-11-17T17:09:44.286Z Sun culminates 42.37 degrees above the horizon 2031-11-17T19:58:02.497Z Moon culminates 41.10 degrees above the horizon 2031-11-17T22:02:40.861Z lunar perigee at 365916 km -2031-11-17T22:30:20.188Z sunset -2031-11-18T01:26:32.915Z moonset -2031-11-18T11:49:40.275Z sunrise -2031-11-18T15:25:42.185Z moonrise -2031-11-18T17:09:56.675Z Sun culminates 42.13 degrees above the horizon +2031-11-17T22:30:20.189Z sunset +2031-11-18T01:26:32.916Z moonset +2031-11-18T11:49:40.274Z sunrise +2031-11-18T15:25:42.183Z moonrise +2031-11-18T17:09:56.676Z Sun culminates 42.13 degrees above the horizon 2031-11-18T20:57:00.365Z Moon culminates 43.30 degrees above the horizon -2031-11-18T22:29:57.627Z sunset -2031-11-19T02:31:20.317Z moonset +2031-11-18T22:29:57.629Z sunset +2031-11-19T02:31:20.318Z moonset 2031-11-19T11:50:28.045Z sunrise -2031-11-19T16:15:09.328Z moonrise -2031-11-19T17:10:09.878Z Sun culminates 41.90 degrees above the horizon +2031-11-19T16:15:09.326Z moonrise +2031-11-19T17:10:09.879Z Sun culminates 41.90 degrees above the horizon 2031-11-19T21:53:35.293Z Moon culminates 46.67 degrees above the horizon -2031-11-19T22:29:36.621Z sunset -2031-11-20T03:36:06.418Z moonset -2031-11-20T04:07:07.507Z Mars moves from Sagittarius to Capricornus +2031-11-19T22:29:36.623Z sunset +2031-11-20T03:36:06.419Z moonset +2031-11-20T04:07:08.601Z Mars moves from Sagittarius to Capricornus 2031-11-20T11:51:15.862Z sunrise -2031-11-20T17:00:00.914Z moonrise +2031-11-20T17:00:00.912Z moonrise 2031-11-20T17:10:23.883Z Sun culminates 41.67 degrees above the horizon -2031-11-20T22:29:17.183Z sunset +2031-11-20T22:29:17.185Z sunset 2031-11-20T22:47:27.015Z Moon culminates 50.90 degrees above the horizon -2031-11-21T04:39:41.871Z moonset +2031-11-21T04:39:41.873Z moonset 2031-11-21T11:52:03.691Z sunrise 2031-11-21T14:45:22.476Z first quarter 2031-11-21T17:10:38.680Z Sun culminates 41.45 degrees above the horizon -2031-11-21T17:41:19.559Z moonrise -2031-11-21T22:28:59.324Z sunset +2031-11-21T17:41:19.558Z moonrise +2031-11-21T22:28:59.325Z sunset 2031-11-21T23:38:54.075Z Moon culminates 55.67 degrees above the horizon -2031-11-22T05:41:44.540Z moonset -2031-11-22T11:52:51.501Z sunrise -2031-11-22T17:10:54.258Z Sun culminates 41.23 degrees above the horizon -2031-11-22T18:20:20.442Z moonrise +2031-11-22T05:41:44.541Z moonset +2031-11-22T11:52:51.502Z sunrise +2031-11-22T17:10:54.259Z Sun culminates 41.23 degrees above the horizon +2031-11-22T18:20:20.441Z moonrise 2031-11-22T22:28:43.055Z sunset 2031-11-23T00:28:37.717Z Moon culminates 60.67 degrees above the horizon -2031-11-23T06:42:24.880Z moonset -2031-11-23T11:53:39.261Z sunrise +2031-11-23T06:42:24.882Z moonset +2031-11-23T11:53:39.262Z sunrise 2031-11-23T17:11:10.608Z Sun culminates 41.02 degrees above the horizon -2031-11-23T18:58:18.975Z moonrise +2031-11-23T18:58:18.974Z moonrise 2031-11-23T22:28:28.386Z sunset 2031-11-24T01:17:27.049Z Moon culminates 65.60 degrees above the horizon -2031-11-24T07:42:06.561Z moonset -2031-11-24T11:54:26.936Z sunrise +2031-11-24T07:42:06.562Z moonset +2031-11-24T11:54:26.938Z sunrise 2031-11-24T17:11:27.717Z Sun culminates 40.82 degrees above the horizon -2031-11-24T19:36:25.375Z moonrise -2031-11-24T22:28:15.328Z sunset +2031-11-24T19:36:25.374Z moonrise +2031-11-24T22:28:15.327Z sunset 2031-11-25T02:06:08.142Z Moon culminates 70.21 degrees above the horizon -2031-11-25T08:41:09.652Z moonset -2031-11-25T11:55:14.497Z sunrise +2031-11-25T08:41:09.653Z moonset +2031-11-25T11:55:14.498Z sunrise 2031-11-25T17:11:45.575Z Sun culminates 40.62 degrees above the horizon -2031-11-25T20:15:41.849Z moonrise -2031-11-25T22:28:03.890Z sunset +2031-11-25T20:15:41.848Z moonrise +2031-11-25T22:28:03.889Z sunset 2031-11-26T02:55:16.005Z Moon culminates 74.28 degrees above the horizon -2031-11-26T09:39:38.127Z moonset -2031-11-26T11:56:01.910Z sunrise +2031-11-26T09:39:38.128Z moonset +2031-11-26T11:56:01.911Z sunrise 2031-11-26T17:12:04.170Z Sun culminates 40.43 degrees above the horizon -2031-11-26T20:56:59.175Z moonrise -2031-11-26T22:27:54.081Z sunset -2031-11-27T03:45:08.266Z Moon culminates 77.59 degrees above the horizon +2031-11-26T20:56:59.174Z moonrise +2031-11-26T22:27:54.080Z sunset +2031-11-27T03:45:08.265Z Moon culminates 77.59 degrees above the horizon 2031-11-27T10:37:12.716Z moonset 2031-11-27T11:56:49.143Z sunrise 2031-11-27T13:25:20.977Z Venus perihelion at 0.7184 AU -2031-11-27T17:12:23.490Z Sun culminates 40.25 degrees above the horizon -2031-11-27T21:40:51.295Z moonrise -2031-11-27T22:27:45.908Z sunset +2031-11-27T17:12:23.489Z Sun culminates 40.25 degrees above the horizon +2031-11-27T21:40:51.294Z moonrise +2031-11-27T22:27:45.907Z sunset 2031-11-28T04:35:41.152Z Moon culminates 79.98 degrees above the horizon -2031-11-28T11:33:11.487Z moonset -2031-11-28T11:57:36.163Z sunrise +2031-11-28T11:33:11.486Z moonset +2031-11-28T11:57:36.162Z sunrise 2031-11-28T17:12:43.521Z Sun culminates 40.07 degrees above the horizon 2031-11-28T22:27:28.964Z moonrise 2031-11-28T22:27:39.378Z sunset 2031-11-28T23:19:04.639Z full moon -2031-11-29T05:26:29.952Z Moon culminates 81.32 degrees above the horizon +2031-11-29T05:26:29.951Z Moon culminates 81.32 degrees above the horizon 2031-11-29T11:58:22.936Z sunrise 2031-11-29T12:26:39.963Z moonset -2031-11-29T17:13:04.251Z Sun culminates 39.90 degrees above the horizon +2031-11-29T17:13:04.250Z Sun culminates 39.90 degrees above the horizon 2031-11-29T22:27:34.498Z sunset -2031-11-29T22:40:30.355Z Mercury moves from Ophiuchus to Scorpius -2031-11-29T23:16:36.220Z moonrise +2031-11-29T22:40:29.761Z Mercury moves from Ophiuchus to Scorpius +2031-11-29T23:16:36.221Z moonrise 2031-11-30T02:35:39.513Z Mercury inferior conjunction 2031-11-30T06:16:55.855Z Moon culminates 81.59 degrees above the horizon 2031-11-30T11:59:09.429Z sunrise 2031-11-30T13:16:48.119Z moonset 2031-11-30T17:13:25.664Z Sun culminates 39.74 degrees above the horizon -2031-11-30T22:27:31.272Z sunset -2031-12-01T00:07:34.219Z moonrise +2031-11-30T22:27:31.273Z sunset +2031-12-01T00:07:34.220Z moonrise 2031-12-01T07:06:18.016Z Moon culminates 80.82 degrees above the horizon 2031-12-01T11:59:55.607Z sunrise -2031-12-01T14:03:06.337Z moonset +2031-12-01T14:03:06.336Z moonset 2031-12-01T16:59:59.268Z Mercury perihelion at 0.3075 AU -2031-12-01T17:13:47.744Z Sun culminates 39.58 degrees above the horizon -2031-12-01T22:27:29.704Z sunset -2031-12-02T00:59:33.465Z moonrise -2031-12-02T07:54:06.063Z Moon culminates 79.09 degrees above the horizon -2031-12-02T12:00:41.433Z sunrise -2031-12-02T14:45:32.720Z moonset -2031-12-02T17:14:10.476Z Sun culminates 39.43 degrees above the horizon -2031-12-02T22:27:29.796Z sunset -2031-12-03T01:51:49.525Z moonrise +2031-12-01T17:13:47.745Z Sun culminates 39.58 degrees above the horizon +2031-12-01T22:27:29.705Z sunset +2031-12-02T00:59:33.466Z moonrise +2031-12-02T07:54:06.064Z Moon culminates 79.09 degrees above the horizon +2031-12-02T12:00:41.434Z sunrise +2031-12-02T14:45:32.719Z moonset +2031-12-02T17:14:10.477Z Sun culminates 39.43 degrees above the horizon +2031-12-02T22:27:29.797Z sunset +2031-12-03T01:51:49.527Z moonrise 2031-12-03T08:40:07.950Z Moon culminates 76.55 degrees above the horizon -2031-12-03T12:01:26.871Z sunrise -2031-12-03T15:24:30.574Z moonset -2031-12-03T17:14:33.840Z Sun culminates 39.29 degrees above the horizon -2031-12-03T22:27:31.547Z sunset +2031-12-03T12:01:26.872Z sunrise +2031-12-03T15:24:30.573Z moonset +2031-12-03T17:14:33.841Z Sun culminates 39.29 degrees above the horizon +2031-12-03T22:27:31.548Z sunset 2031-12-03T22:34:53.959Z lunar apogee at 405343 km -2031-12-04T02:43:55.038Z moonrise -2031-12-04T03:42:10.585Z Mercury moves from Scorpius to Libra +2031-12-04T02:43:55.040Z moonrise +2031-12-04T03:42:09.805Z Mercury moves from Scorpius to Libra 2031-12-04T09:24:31.471Z Moon culminates 73.35 degrees above the horizon -2031-12-04T12:02:11.882Z sunrise -2031-12-04T16:00:40.721Z moonset -2031-12-04T17:14:57.816Z Sun culminates 39.15 degrees above the horizon -2031-12-04T22:27:34.956Z sunset -2031-12-05T03:35:44.378Z moonrise -2031-12-05T10:07:41.407Z Moon culminates 69.63 degrees above the horizon -2031-12-05T12:02:56.428Z sunrise -2031-12-05T16:34:54.025Z moonset -2031-12-05T17:15:22.383Z Sun culminates 39.02 degrees above the horizon -2031-12-05T22:27:40.018Z sunset -2031-12-06T04:27:32.168Z moonrise +2031-12-04T12:02:11.884Z sunrise +2031-12-04T16:00:40.720Z moonset +2031-12-04T17:14:57.817Z Sun culminates 39.15 degrees above the horizon +2031-12-04T22:27:34.957Z sunset +2031-12-05T03:35:44.380Z moonrise +2031-12-05T10:07:41.408Z Moon culminates 69.63 degrees above the horizon +2031-12-05T12:02:56.430Z sunrise +2031-12-05T16:34:54.024Z moonset +2031-12-05T17:15:22.384Z Sun culminates 39.02 degrees above the horizon +2031-12-05T22:27:40.019Z sunset +2031-12-06T04:27:32.170Z moonrise 2031-12-06T10:50:15.307Z Moon culminates 65.52 degrees above the horizon -2031-12-06T12:03:40.466Z sunrise -2031-12-06T17:08:06.820Z moonset -2031-12-06T17:15:47.517Z Sun culminates 38.90 degrees above the horizon +2031-12-06T12:03:40.469Z sunrise +2031-12-06T17:08:06.819Z moonset +2031-12-06T17:15:47.519Z Sun culminates 38.90 degrees above the horizon 2031-12-06T22:27:46.728Z sunset 2031-12-07T03:20:16.157Z third quarter -2031-12-07T05:19:48.663Z moonrise +2031-12-07T05:19:48.665Z moonrise 2031-12-07T11:32:59.817Z Moon culminates 61.16 degrees above the horizon -2031-12-07T12:04:23.956Z sunrise -2031-12-07T17:16:13.194Z Sun culminates 38.79 degrees above the horizon -2031-12-07T17:41:19.450Z moonset +2031-12-07T12:04:23.959Z sunrise +2031-12-07T17:16:13.195Z Sun culminates 38.79 degrees above the horizon +2031-12-07T17:41:19.448Z moonset 2031-12-07T22:27:55.075Z sunset -2031-12-08T06:13:13.951Z moonrise -2031-12-08T12:05:06.856Z sunrise +2031-12-08T06:13:13.953Z moonrise +2031-12-08T12:05:06.858Z sunrise 2031-12-08T12:16:47.862Z Moon culminates 56.70 degrees above the horizon -2031-12-08T17:16:39.385Z Sun culminates 38.68 degrees above the horizon -2031-12-08T18:15:36.960Z moonset +2031-12-08T17:16:39.386Z Sun culminates 38.68 degrees above the horizon +2031-12-08T18:15:36.958Z moonset 2031-12-08T22:28:05.049Z sunset -2031-12-09T07:08:30.941Z moonrise -2031-12-09T12:05:49.120Z sunrise +2031-12-09T07:08:30.943Z moonrise +2031-12-09T12:05:49.122Z sunrise 2031-12-09T13:02:35.735Z Moon culminates 52.30 degrees above the horizon -2031-12-09T17:17:06.062Z Sun culminates 38.58 degrees above the horizon -2031-12-09T18:52:10.539Z moonset +2031-12-09T17:17:06.063Z Sun culminates 38.58 degrees above the horizon +2031-12-09T18:52:10.537Z moonset 2031-12-09T22:28:16.635Z sunset -2031-12-10T08:06:15.497Z moonrise -2031-12-10T12:06:30.704Z sunrise +2031-12-10T08:06:15.499Z moonrise +2031-12-10T12:06:30.706Z sunrise 2031-12-10T13:51:18.173Z Moon culminates 48.17 degrees above the horizon -2031-12-10T16:25:46.556Z Venus moves from Virgo to Libra -2031-12-10T17:17:33.195Z Sun culminates 38.49 degrees above the horizon -2031-12-10T19:32:17.578Z moonset -2031-12-10T22:28:29.816Z sunset -2031-12-11T09:06:41.614Z moonrise -2031-12-11T12:07:11.563Z sunrise +2031-12-10T16:25:47.191Z Venus moves from Virgo to Libra +2031-12-10T17:17:33.196Z Sun culminates 38.49 degrees above the horizon +2031-12-10T19:32:17.577Z moonset +2031-12-10T22:28:29.817Z sunset +2031-12-11T09:06:41.616Z moonrise +2031-12-11T12:07:11.565Z sunrise 2031-12-11T14:43:38.777Z Moon culminates 44.61 degrees above the horizon -2031-12-11T17:18:00.750Z Sun culminates 38.40 degrees above the horizon +2031-12-11T17:18:00.751Z Sun culminates 38.40 degrees above the horizon 2031-12-11T18:47:59.886Z Saturn opposition -2031-12-11T20:17:16.734Z moonset -2031-12-11T22:28:44.573Z sunset -2031-12-12T10:09:22.189Z moonrise -2031-12-12T12:07:51.651Z sunrise -2031-12-12T15:39:54.006Z Moon culminates 41.93 degrees above the horizon -2031-12-12T17:18:28.695Z Sun culminates 38.33 degrees above the horizon +2031-12-11T20:17:16.733Z moonset +2031-12-11T22:28:44.574Z sunset +2031-12-12T10:09:22.191Z moonrise +2031-12-12T12:07:51.653Z sunrise +2031-12-12T15:39:54.007Z Moon culminates 41.93 degrees above the horizon +2031-12-12T17:18:28.696Z Sun culminates 38.33 degrees above the horizon 2031-12-12T21:08:12.847Z moonset 2031-12-12T22:29:00.884Z sunset -2031-12-13T11:12:54.424Z moonrise -2031-12-13T12:08:30.922Z sunrise -2031-12-13T16:39:34.398Z Moon culminates 40.47 degrees above the horizon -2031-12-13T17:18:56.995Z Sun culminates 38.26 degrees above the horizon +2031-12-13T11:12:54.425Z moonrise +2031-12-13T12:08:30.923Z sunrise +2031-12-13T16:39:34.399Z Moon culminates 40.47 degrees above the horizon +2031-12-13T17:18:56.996Z Sun culminates 38.26 degrees above the horizon 2031-12-13T22:05:29.431Z moonset 2031-12-13T22:29:18.725Z sunset 2031-12-14T09:06:16.840Z new moon -2031-12-14T12:09:09.329Z sunrise -2031-12-14T12:15:08.634Z moonrise -2031-12-14T17:19:25.612Z Sun culminates 38.20 degrees above the horizon +2031-12-14T12:09:09.330Z sunrise +2031-12-14T12:15:08.635Z moonrise +2031-12-14T17:19:25.613Z Sun culminates 38.20 degrees above the horizon 2031-12-14T17:41:16.620Z Moon culminates 40.50 degrees above the horizon 2031-12-14T22:29:38.069Z sunset 2031-12-14T23:08:19.935Z moonset -2031-12-15T12:09:46.826Z sunrise +2031-12-15T12:09:46.827Z sunrise 2031-12-15T13:13:50.816Z moonrise 2031-12-15T17:19:54.512Z Sun culminates 38.14 degrees above the horizon -2031-12-15T18:43:02.677Z Moon culminates 42.09 degrees above the horizon -2031-12-15T20:13:48.267Z Mercury moves from Libra to Scorpius +2031-12-15T18:43:02.678Z Moon culminates 42.09 degrees above the horizon +2031-12-15T20:13:49.238Z Mercury moves from Libra to Scorpius 2031-12-15T21:27:15.859Z lunar perigee at 360479 km 2031-12-15T22:29:58.888Z sunset 2031-12-16T00:14:45.925Z moonset @@ -24689,81 +24689,81 @@ 2031-12-17T17:20:53.005Z Sun culminates 38.06 degrees above the horizon 2031-12-17T20:40:11.058Z Moon culminates 49.14 degrees above the horizon 2031-12-17T22:30:44.839Z sunset -2031-12-18T02:28:56.710Z moonset +2031-12-18T02:28:56.711Z moonset 2031-12-18T10:20:13.785Z Mercury max morning elongation: 21.47 degrees from Sun 2031-12-18T12:11:33.405Z sunrise -2031-12-18T15:40:12.458Z moonrise +2031-12-18T15:40:12.457Z moonrise 2031-12-18T17:21:22.525Z Sun culminates 38.03 degrees above the horizon 2031-12-18T21:34:16.738Z Moon culminates 53.90 degrees above the horizon 2031-12-18T22:31:09.909Z sunset 2031-12-19T03:33:36.294Z moonset -2031-12-19T12:12:06.814Z sunrise +2031-12-19T12:12:06.815Z sunrise 2031-12-19T16:20:59.896Z moonrise 2031-12-19T17:21:52.178Z Sun culminates 38.01 degrees above the horizon 2031-12-19T22:25:47.537Z Moon culminates 58.96 degrees above the horizon 2031-12-19T22:31:36.333Z sunset -2031-12-20T04:36:06.147Z moonset -2031-12-20T12:12:39.096Z sunrise -2031-12-20T16:59:50.015Z moonrise +2031-12-20T04:36:06.148Z moonset +2031-12-20T12:12:39.098Z sunrise +2031-12-20T16:59:50.014Z moonrise 2031-12-20T17:22:21.928Z Sun culminates 37.99 degrees above the horizon -2031-12-20T22:32:04.080Z sunset -2031-12-20T23:15:31.053Z Moon culminates 64.01 degrees above the horizon +2031-12-20T22:32:04.079Z sunset +2031-12-20T23:15:31.052Z Moon culminates 64.01 degrees above the horizon 2031-12-21T00:01:00.096Z first quarter -2031-12-21T00:57:02.161Z Mercury moves from Scorpius to Ophiuchus +2031-12-21T00:57:02.849Z Mercury moves from Scorpius to Ophiuchus 2031-12-21T05:36:45.261Z moonset -2031-12-21T12:13:10.214Z sunrise -2031-12-21T17:22:51.740Z Sun culminates 37.99 degrees above the horizon -2031-12-21T17:37:59.104Z moonrise -2031-12-21T22:32:33.117Z sunset +2031-12-21T12:13:10.216Z sunrise +2031-12-21T17:22:51.741Z Sun culminates 37.99 degrees above the horizon +2031-12-21T17:37:59.103Z moonrise +2031-12-21T22:32:33.115Z sunset 2031-12-22T00:04:18.836Z Moon culminates 68.77 degrees above the horizon -2031-12-22T01:55:48.488Z December solstice +2031-12-22T01:55:47.855Z December solstice 2031-12-22T06:36:00.869Z moonset -2031-12-22T12:13:40.131Z sunrise +2031-12-22T12:13:40.133Z sunrise 2031-12-22T17:23:21.580Z Sun culminates 37.99 degrees above the horizon -2031-12-22T18:16:36.049Z moonrise -2031-12-22T22:33:03.409Z sunset -2031-12-23T00:52:56.023Z Moon culminates 73.01 degrees above the horizon +2031-12-22T18:16:36.047Z moonrise +2031-12-22T22:33:03.407Z sunset +2031-12-23T00:52:56.022Z Moon culminates 73.01 degrees above the horizon 2031-12-23T07:34:12.235Z moonset -2031-12-23T12:14:08.813Z sunrise +2031-12-23T12:14:08.816Z sunrise 2031-12-23T17:23:51.414Z Sun culminates 38.00 degrees above the horizon -2031-12-23T18:56:39.823Z moonrise -2031-12-23T22:33:34.924Z sunset -2031-12-24T01:41:54.314Z Moon culminates 76.56 degrees above the horizon +2031-12-23T18:56:39.821Z moonrise +2031-12-23T22:33:34.921Z sunset +2031-12-24T01:41:54.312Z Moon culminates 76.56 degrees above the horizon 2031-12-24T08:31:20.515Z moonset -2031-12-24T12:14:36.230Z sunrise -2031-12-24T17:24:21.209Z Sun culminates 38.01 degrees above the horizon -2031-12-24T19:38:55.854Z moonrise -2031-12-24T22:34:07.627Z sunset -2031-12-25T02:31:27.035Z Moon culminates 79.24 degrees above the horizon -2031-12-25T09:27:04.979Z moonset -2031-12-25T12:15:02.350Z sunrise -2031-12-25T17:24:50.934Z Sun culminates 38.04 degrees above the horizon -2031-12-25T20:23:50.549Z moonrise -2031-12-25T22:34:41.484Z sunset -2031-12-26T03:21:26.905Z Moon culminates 80.95 degrees above the horizon -2031-12-26T10:20:46.928Z moonset -2031-12-26T10:40:36.924Z Mars moves from Capricornus to Aquarius -2031-12-26T12:15:27.147Z sunrise -2031-12-26T17:25:20.557Z Sun culminates 38.07 degrees above the horizon -2031-12-26T21:11:25.872Z moonrise -2031-12-26T22:35:16.459Z sunset -2031-12-27T04:11:28.353Z Moon culminates 81.62 degrees above the horizon +2031-12-24T12:14:36.232Z sunrise +2031-12-24T17:24:21.208Z Sun culminates 38.01 degrees above the horizon +2031-12-24T19:38:55.852Z moonrise +2031-12-24T22:34:07.624Z sunset +2031-12-25T02:31:27.034Z Moon culminates 79.24 degrees above the horizon +2031-12-25T09:27:04.978Z moonset +2031-12-25T12:15:02.352Z sunrise +2031-12-25T17:24:50.933Z Sun culminates 38.04 degrees above the horizon +2031-12-25T20:23:50.547Z moonrise +2031-12-25T22:34:41.481Z sunset +2031-12-26T03:21:26.903Z Moon culminates 80.95 degrees above the horizon +2031-12-26T10:20:46.927Z moonset +2031-12-26T10:40:37.987Z Mars moves from Capricornus to Aquarius +2031-12-26T12:15:27.148Z sunrise +2031-12-26T17:25:20.556Z Sun culminates 38.07 degrees above the horizon +2031-12-26T21:11:25.870Z moonrise +2031-12-26T22:35:16.457Z sunset +2031-12-27T04:11:28.352Z Moon culminates 81.62 degrees above the horizon 2031-12-27T11:11:41.295Z moonset 2031-12-27T12:15:50.594Z sunrise -2031-12-27T17:25:50.048Z Sun culminates 38.11 degrees above the horizon -2031-12-27T22:01:18.083Z moonrise -2031-12-27T22:35:52.519Z sunset -2031-12-28T05:00:55.383Z Moon culminates 81.25 degrees above the horizon +2031-12-27T17:25:50.047Z Sun culminates 38.11 degrees above the horizon +2031-12-27T22:01:18.082Z moonrise +2031-12-27T22:35:52.518Z sunset +2031-12-28T05:00:55.382Z Moon culminates 81.25 degrees above the horizon 2031-12-28T11:59:11.801Z moonset 2031-12-28T12:16:12.667Z sunrise 2031-12-28T17:26:19.377Z Sun culminates 38.16 degrees above the horizon 2031-12-28T17:33:37.859Z full moon -2031-12-28T22:36:29.629Z sunset -2031-12-28T22:52:44.184Z moonrise +2031-12-28T22:36:29.628Z sunset +2031-12-28T22:52:44.183Z moonrise 2031-12-29T05:49:12.964Z Moon culminates 79.89 degrees above the horizon -2031-12-29T12:16:33.344Z sunrise +2031-12-29T12:16:33.343Z sunrise 2031-12-29T12:43:02.621Z moonset -2031-12-29T17:26:48.517Z Sun culminates 38.22 degrees above the horizon +2031-12-29T17:26:48.516Z Sun culminates 38.22 degrees above the horizon 2031-12-29T22:37:07.752Z sunset 2031-12-29T23:44:55.226Z moonrise 2031-12-30T06:35:57.506Z Moon culminates 77.66 degrees above the horizon @@ -24773,212 +24773,212 @@ 2031-12-30T22:37:46.853Z sunset 2031-12-31T00:37:10.755Z moonrise 2031-12-31T07:21:02.604Z Moon culminates 74.71 degrees above the horizon -2031-12-31T12:17:10.420Z sunrise +2031-12-31T12:17:10.421Z sunrise 2031-12-31T13:15:16.702Z lunar apogee at 406193 km 2031-12-31T14:00:37.711Z moonset -2031-12-31T14:10:24.370Z Venus moves from Libra to Scorpius +2031-12-31T14:10:25.006Z Venus moves from Libra to Scorpius 2031-12-31T17:27:46.110Z Sun culminates 38.35 degrees above the horizon -2031-12-31T22:38:26.895Z sunset -2032-01-01T01:29:08.365Z moonrise +2031-12-31T22:38:26.896Z sunset +2032-01-01T01:29:08.366Z moonrise 2032-01-01T07:45:45.568Z Jupiter conjunction 2032-01-01T08:04:39.503Z Moon culminates 71.18 degrees above the horizon -2032-01-01T12:17:26.782Z sunrise +2032-01-01T12:17:26.783Z sunrise 2032-01-01T14:35:31.878Z moonset 2032-01-01T17:28:14.508Z Sun culminates 38.43 degrees above the horizon -2032-01-01T22:39:07.841Z sunset -2032-01-02T02:20:46.414Z moonrise -2032-01-02T08:47:14.336Z Moon culminates 67.23 degrees above the horizon -2032-01-02T12:17:41.668Z sunrise +2032-01-01T22:39:07.842Z sunset +2032-01-02T02:20:46.415Z moonrise +2032-01-02T08:47:14.337Z Moon culminates 67.23 degrees above the horizon +2032-01-02T12:17:41.669Z sunrise 2032-01-02T15:08:53.898Z moonset -2032-01-02T17:28:42.602Z Sun culminates 38.52 degrees above the horizon +2032-01-02T17:28:42.603Z Sun culminates 38.52 degrees above the horizon 2032-01-02T22:39:49.653Z sunset 2032-01-03T03:12:21.725Z moonrise 2032-01-03T05:07:42.573Z Earth perihelion at 0.9832 AU 2032-01-03T09:29:24.581Z Moon culminates 63.01 degrees above the horizon -2032-01-03T12:17:55.061Z sunrise -2032-01-03T15:41:38.225Z moonset -2032-01-03T17:29:10.365Z Sun culminates 38.61 degrees above the horizon +2032-01-03T12:17:55.063Z sunrise +2032-01-03T15:41:38.224Z moonset +2032-01-03T17:29:10.366Z Sun culminates 38.61 degrees above the horizon 2032-01-03T22:40:32.291Z sunset -2032-01-04T03:04:38.904Z Mercury moves from Ophiuchus to Sagittarius +2032-01-04T03:04:39.448Z Mercury moves from Ophiuchus to Sagittarius 2032-01-04T04:04:24.960Z moonrise 2032-01-04T10:11:56.061Z Moon culminates 58.65 degrees above the horizon -2032-01-04T12:18:06.945Z sunrise -2032-01-04T16:14:43.763Z moonset -2032-01-04T17:29:37.769Z Sun culminates 38.71 degrees above the horizon -2032-01-04T18:16:04.359Z Venus moves from Scorpius to Ophiuchus +2032-01-04T12:18:06.947Z sunrise +2032-01-04T16:14:43.762Z moonset +2032-01-04T17:29:37.770Z Sun culminates 38.71 degrees above the horizon +2032-01-04T18:16:04.995Z Venus moves from Scorpius to Ophiuchus 2032-01-04T22:41:15.715Z sunset -2032-01-05T04:57:35.010Z moonrise -2032-01-05T10:55:40.541Z Moon culminates 54.30 degrees above the horizon -2032-01-05T12:18:17.306Z sunrise +2032-01-05T04:57:35.011Z moonrise +2032-01-05T10:55:40.540Z Moon culminates 54.30 degrees above the horizon +2032-01-05T12:18:17.307Z sunrise 2032-01-05T16:49:15.003Z moonset -2032-01-05T17:30:04.785Z Sun culminates 38.82 degrees above the horizon +2032-01-05T17:30:04.786Z Sun culminates 38.82 degrees above the horizon 2032-01-05T22:04:46.743Z third quarter 2032-01-05T22:41:59.883Z sunset 2032-01-06T05:52:32.058Z moonrise 2032-01-06T11:41:32.877Z Moon culminates 50.15 degrees above the horizon -2032-01-06T12:18:26.128Z sunrise +2032-01-06T12:18:26.129Z sunrise 2032-01-06T17:26:23.449Z moonset -2032-01-06T17:30:31.385Z Sun culminates 38.94 degrees above the horizon +2032-01-06T17:30:31.386Z Sun culminates 38.94 degrees above the horizon 2032-01-06T22:42:44.753Z sunset 2032-01-07T06:49:47.726Z moonrise 2032-01-07T12:18:33.398Z sunrise 2032-01-07T12:30:25.927Z Moon culminates 46.39 degrees above the horizon -2032-01-07T17:30:57.541Z Sun culminates 39.06 degrees above the horizon +2032-01-07T17:30:57.542Z Sun culminates 39.06 degrees above the horizon 2032-01-07T18:07:27.198Z moonset 2032-01-07T22:43:30.280Z sunset -2032-01-08T07:49:30.743Z moonrise +2032-01-08T07:49:30.744Z moonrise 2032-01-08T12:18:39.103Z sunrise 2032-01-08T13:23:00.758Z Moon culminates 43.30 degrees above the horizon 2032-01-08T17:31:23.224Z Sun culminates 39.19 degrees above the horizon -2032-01-08T18:53:44.868Z moonset +2032-01-08T18:53:44.867Z moonset 2032-01-08T22:44:16.420Z sunset -2032-01-09T08:51:09.590Z moonrise -2032-01-09T12:18:43.231Z sunrise +2032-01-09T08:51:09.591Z moonrise +2032-01-09T12:18:43.232Z sunrise 2032-01-09T14:19:30.808Z Moon culminates 41.19 degrees above the horizon -2032-01-09T17:31:48.404Z Sun culminates 39.33 degrees above the horizon -2032-01-09T19:46:18.712Z moonset +2032-01-09T17:31:48.405Z Sun culminates 39.33 degrees above the horizon +2032-01-09T19:46:18.711Z moonset 2032-01-09T22:45:03.127Z sunset -2032-01-10T09:53:21.613Z moonrise -2032-01-10T12:18:45.772Z sunrise -2032-01-10T15:19:24.177Z Moon culminates 40.36 degrees above the horizon +2032-01-10T09:53:21.614Z moonrise +2032-01-10T12:18:45.773Z sunrise +2032-01-10T15:19:24.178Z Moon culminates 40.36 degrees above the horizon 2032-01-10T17:32:13.055Z Sun culminates 39.48 degrees above the horizon -2032-01-10T20:45:25.618Z moonset +2032-01-10T20:45:25.617Z moonset 2032-01-10T22:45:50.355Z sunset 2032-01-11T10:54:05.482Z moonrise 2032-01-11T12:18:46.717Z sunrise 2032-01-11T16:21:17.646Z Moon culminates 41.04 degrees above the horizon 2032-01-11T17:32:37.148Z Sun culminates 39.63 degrees above the horizon -2032-01-11T21:50:09.537Z moonset +2032-01-11T21:50:09.536Z moonset 2032-01-11T22:46:38.057Z sunset 2032-01-12T11:51:22.763Z moonrise 2032-01-12T12:18:46.056Z sunrise 2032-01-12T17:23:17.132Z Moon culminates 43.27 degrees above the horizon 2032-01-12T17:33:00.654Z Sun culminates 39.79 degrees above the horizon 2032-01-12T20:07:05.333Z new moon -2032-01-12T22:47:26.187Z sunset -2032-01-12T22:58:24.258Z moonset +2032-01-12T22:47:26.186Z sunset +2032-01-12T22:58:24.257Z moonset 2032-01-13T07:54:38.529Z lunar perigee at 357079 km -2032-01-13T12:18:43.782Z sunrise +2032-01-13T12:18:43.781Z sunrise 2032-01-13T12:44:03.848Z moonrise 2032-01-13T17:33:23.549Z Sun culminates 39.96 degrees above the horizon 2032-01-13T18:23:38.803Z Moon culminates 46.86 degrees above the horizon -2032-01-13T22:48:14.698Z sunset +2032-01-13T22:48:14.697Z sunset 2032-01-14T00:07:38.709Z moonset 2032-01-14T12:18:39.888Z sunrise 2032-01-14T13:32:04.498Z moonrise 2032-01-14T16:37:21.239Z Mercury aphelion at 0.4667 AU -2032-01-14T17:33:45.806Z Sun culminates 40.13 degrees above the horizon -2032-01-14T19:21:22.576Z Moon culminates 51.44 degrees above the horizon -2032-01-14T22:49:03.546Z sunset +2032-01-14T17:33:45.805Z Sun culminates 40.13 degrees above the horizon +2032-01-14T19:21:22.575Z Moon culminates 51.44 degrees above the horizon +2032-01-14T22:49:03.545Z sunset 2032-01-15T01:15:52.854Z moonset -2032-01-15T12:18:34.372Z sunrise -2032-01-15T14:16:10.208Z moonrise +2032-01-15T12:18:34.371Z sunrise +2032-01-15T14:16:10.209Z moonrise 2032-01-15T17:34:07.400Z Sun culminates 40.31 degrees above the horizon 2032-01-15T20:16:18.379Z Moon culminates 56.58 degrees above the horizon -2032-01-15T22:49:52.686Z sunset -2032-01-16T02:22:03.657Z moonset +2032-01-15T22:49:52.685Z sunset +2032-01-16T02:22:03.656Z moonset 2032-01-16T12:18:27.229Z sunrise -2032-01-16T14:57:30.701Z moonrise +2032-01-16T14:57:30.702Z moonrise 2032-01-16T17:34:28.311Z Sun culminates 40.50 degrees above the horizon 2032-01-16T21:08:51.787Z Moon culminates 61.85 degrees above the horizon 2032-01-16T22:50:42.076Z sunset 2032-01-17T03:25:56.753Z moonset -2032-01-17T12:18:18.461Z sunrise -2032-01-17T15:37:21.213Z moonrise +2032-01-17T12:18:18.462Z sunrise +2032-01-17T15:37:21.214Z moonrise 2032-01-17T17:34:48.516Z Sun culminates 40.70 degrees above the horizon 2032-01-17T21:59:45.032Z Moon culminates 66.90 degrees above the horizon -2032-01-17T22:51:31.676Z sunset -2032-01-18T04:27:43.894Z moonset -2032-01-18T12:18:08.069Z sunrise +2032-01-17T22:51:31.674Z sunset +2032-01-18T04:27:43.893Z moonset +2032-01-18T12:18:08.071Z sunrise 2032-01-18T16:16:52.893Z moonrise 2032-01-18T17:35:07.999Z Sun culminates 40.90 degrees above the horizon -2032-01-18T22:49:42.116Z Moon culminates 71.45 degrees above the horizon -2032-01-18T22:52:21.444Z sunset -2032-01-19T05:27:41.962Z moonset +2032-01-18T22:49:42.115Z Moon culminates 71.45 degrees above the horizon +2032-01-18T22:52:21.442Z sunset +2032-01-19T05:27:41.961Z moonset 2032-01-19T12:14:51.179Z first quarter -2032-01-19T12:17:56.059Z sunrise +2032-01-19T12:17:56.061Z sunrise 2032-01-19T16:57:08.298Z moonrise 2032-01-19T17:35:26.741Z Sun culminates 41.10 degrees above the horizon -2032-01-19T22:53:11.344Z sunset -2032-01-19T23:39:19.045Z Moon culminates 75.31 degrees above the horizon -2032-01-20T03:23:45.533Z Venus moves from Ophiuchus to Sagittarius -2032-01-20T06:25:58.804Z moonset -2032-01-20T12:17:42.437Z sunrise -2032-01-20T17:35:44.729Z Sun culminates 41.32 degrees above the horizon -2032-01-20T17:38:58.112Z moonrise -2032-01-20T22:54:01.338Z sunset -2032-01-21T00:28:57.826Z Moon culminates 78.31 degrees above the horizon -2032-01-21T07:22:26.433Z moonset -2032-01-21T12:17:27.212Z sunrise -2032-01-21T17:36:01.949Z Sun culminates 41.54 degrees above the horizon -2032-01-21T18:22:57.191Z moonrise -2032-01-21T22:54:51.393Z sunset -2032-01-22T01:18:43.556Z Moon culminates 80.36 degrees above the horizon -2032-01-22T08:16:41.555Z moonset -2032-01-22T12:17:10.396Z sunrise -2032-01-22T17:36:18.392Z Sun culminates 41.76 degrees above the horizon -2032-01-22T19:09:20.243Z moonrise -2032-01-22T22:55:41.476Z sunset -2032-01-23T02:08:25.002Z Moon culminates 81.38 degrees above the horizon -2032-01-23T09:08:12.727Z moonset +2032-01-19T22:53:11.341Z sunset +2032-01-19T23:39:19.043Z Moon culminates 75.31 degrees above the horizon +2032-01-20T03:23:46.163Z Venus moves from Ophiuchus to Sagittarius +2032-01-20T06:25:58.802Z moonset +2032-01-20T12:17:42.440Z sunrise +2032-01-20T17:35:44.728Z Sun culminates 41.32 degrees above the horizon +2032-01-20T17:38:58.111Z moonrise +2032-01-20T22:54:01.334Z sunset +2032-01-21T00:28:57.824Z Moon culminates 78.31 degrees above the horizon +2032-01-21T07:22:26.431Z moonset +2032-01-21T12:17:27.214Z sunrise +2032-01-21T17:36:01.948Z Sun culminates 41.54 degrees above the horizon +2032-01-21T18:22:57.190Z moonrise +2032-01-21T22:54:51.389Z sunset +2032-01-22T01:18:43.555Z Moon culminates 80.36 degrees above the horizon +2032-01-22T08:16:41.553Z moonset +2032-01-22T12:17:10.397Z sunrise +2032-01-22T17:36:18.391Z Sun culminates 41.76 degrees above the horizon +2032-01-22T19:09:20.242Z moonrise +2032-01-22T22:55:41.472Z sunset +2032-01-23T02:08:25.000Z Moon culminates 81.38 degrees above the horizon +2032-01-23T09:08:12.725Z moonset 2032-01-23T12:16:52.000Z sunrise -2032-01-23T17:36:34.047Z Sun culminates 42.00 degrees above the horizon -2032-01-23T19:57:59.399Z moonrise -2032-01-23T22:56:31.556Z sunset -2032-01-24T02:57:39.163Z Moon culminates 81.38 degrees above the horizon -2032-01-24T09:56:31.406Z moonset +2032-01-23T17:36:34.046Z Sun culminates 42.00 degrees above the horizon +2032-01-23T19:57:59.398Z moonrise +2032-01-23T22:56:31.554Z sunset +2032-01-24T02:57:39.161Z Moon culminates 81.38 degrees above the horizon +2032-01-24T09:56:31.404Z moonset 2032-01-24T12:16:32.039Z sunrise -2032-01-24T17:36:48.909Z Sun culminates 42.23 degrees above the horizon -2032-01-24T20:48:26.665Z moonrise -2032-01-24T22:57:21.607Z sunset -2032-01-25T03:45:59.106Z Moon culminates 80.39 degrees above the horizon -2032-01-25T10:32:23.844Z Mercury moves from Sagittarius to Capricornus -2032-01-25T10:41:22.166Z moonset -2032-01-25T12:16:10.530Z sunrise -2032-01-25T17:37:02.972Z Sun culminates 42.48 degrees above the horizon +2032-01-24T17:36:48.908Z Sun culminates 42.23 degrees above the horizon +2032-01-24T20:48:26.664Z moonrise +2032-01-24T22:57:21.605Z sunset +2032-01-25T03:45:59.105Z Moon culminates 80.39 degrees above the horizon +2032-01-25T10:32:24.357Z Mercury moves from Sagittarius to Capricornus +2032-01-25T10:41:22.164Z moonset +2032-01-25T12:16:10.529Z sunrise +2032-01-25T17:37:02.971Z Sun culminates 42.48 degrees above the horizon 2032-01-25T21:40:02.345Z moonrise -2032-01-25T22:58:11.601Z sunset -2032-01-26T04:33:02.639Z Moon culminates 78.50 degrees above the horizon -2032-01-26T11:22:47.920Z moonset -2032-01-26T12:15:47.489Z sunrise +2032-01-25T22:58:11.600Z sunset +2032-01-26T04:33:02.638Z Moon culminates 78.50 degrees above the horizon +2032-01-26T11:22:47.919Z moonset +2032-01-26T12:15:47.488Z sunrise 2032-01-26T17:37:16.233Z Sun culminates 42.73 degrees above the horizon 2032-01-26T22:32:06.833Z moonrise 2032-01-26T22:59:01.514Z sunset 2032-01-27T05:18:38.828Z Moon culminates 75.82 degrees above the horizon -2032-01-27T12:01:09.249Z moonset -2032-01-27T12:15:22.936Z sunrise +2032-01-27T12:01:09.248Z moonset +2032-01-27T12:15:22.935Z sunrise 2032-01-27T12:53:04.673Z full moon 2032-01-27T16:13:29.113Z lunar apogee at 406521 km 2032-01-27T17:37:28.689Z Sun culminates 42.98 degrees above the horizon 2032-01-27T22:59:51.324Z sunset 2032-01-27T23:24:11.004Z moonrise 2032-01-28T06:02:50.731Z Moon culminates 72.51 degrees above the horizon -2032-01-28T12:14:56.889Z sunrise +2032-01-28T12:14:56.888Z sunrise 2032-01-28T12:37:00.093Z moonset 2032-01-28T17:37:40.340Z Sun culminates 43.24 degrees above the horizon -2032-01-28T23:00:41.008Z sunset -2032-01-29T00:16:01.786Z moonrise +2032-01-28T23:00:41.009Z sunset +2032-01-29T00:16:01.787Z moonrise 2032-01-29T06:45:54.759Z Moon culminates 68.72 degrees above the horizon -2032-01-29T07:28:43.567Z Mars moves from Aquarius to Pisces +2032-01-29T07:28:44.487Z Mars moves from Aquarius to Pisces 2032-01-29T12:14:29.369Z sunrise 2032-01-29T13:11:02.924Z moonset 2032-01-29T17:37:51.185Z Sun culminates 43.51 degrees above the horizon -2032-01-29T23:01:30.547Z sunset +2032-01-29T23:01:30.548Z sunset 2032-01-30T01:07:42.688Z moonrise 2032-01-30T07:28:18.318Z Moon culminates 64.60 degrees above the horizon -2032-01-30T12:14:00.397Z sunrise +2032-01-30T12:14:00.398Z sunrise 2032-01-30T13:44:05.424Z moonset 2032-01-30T17:38:01.226Z Sun culminates 43.78 degrees above the horizon 2032-01-30T23:02:19.922Z sunset 2032-01-31T01:59:31.069Z moonrise 2032-01-31T08:10:37.219Z Moon culminates 60.31 degrees above the horizon -2032-01-31T12:13:29.995Z sunrise +2032-01-31T12:13:29.996Z sunrise 2032-01-31T14:16:59.195Z moonset 2032-01-31T17:38:10.463Z Sun culminates 44.06 degrees above the horizon 2032-01-31T23:03:09.113Z sunset 2032-02-01T02:51:53.881Z moonrise 2032-02-01T08:53:33.452Z Moon culminates 56.00 degrees above the horizon -2032-02-01T12:12:58.184Z sunrise +2032-02-01T12:12:58.185Z sunrise 2032-02-01T14:50:40.110Z moonset 2032-02-01T17:38:18.900Z Sun culminates 44.34 degrees above the horizon 2032-02-01T23:03:58.104Z sunset @@ -24998,55 +24998,55 @@ 2032-02-03T23:05:35.413Z sunset 2032-02-04T05:37:20.162Z moonrise 2032-02-04T11:13:44.946Z Moon culminates 44.72 degrees above the horizon -2032-02-04T12:11:14.521Z sunrise +2032-02-04T12:11:14.520Z sunrise 2032-02-04T13:49:29.915Z third quarter -2032-02-04T16:47:05.773Z moonset +2032-02-04T16:47:05.774Z moonset 2032-02-04T17:38:39.425Z Sun culminates 45.22 degrees above the horizon -2032-02-04T23:06:23.697Z sunset +2032-02-04T23:06:23.698Z sunset 2032-02-05T06:35:59.485Z moonrise -2032-02-05T12:06:27.667Z Moon culminates 42.23 degrees above the horizon -2032-02-05T12:10:37.297Z sunrise -2032-02-05T17:34:50.822Z moonset +2032-02-05T12:06:27.668Z Moon culminates 42.23 degrees above the horizon +2032-02-05T12:10:37.296Z sunrise +2032-02-05T17:34:50.823Z moonset 2032-02-05T17:38:44.681Z Sun culminates 45.52 degrees above the horizon 2032-02-05T23:07:11.712Z sunset 2032-02-06T07:35:41.977Z moonrise -2032-02-06T12:09:58.775Z sunrise -2032-02-06T13:02:32.559Z Moon culminates 40.81 degrees above the horizon +2032-02-06T12:09:58.774Z sunrise +2032-02-06T13:02:32.560Z Moon culminates 40.81 degrees above the horizon 2032-02-06T17:38:49.149Z Sun culminates 45.83 degrees above the horizon -2032-02-06T18:28:35.537Z moonset -2032-02-06T23:07:59.439Z sunset +2032-02-06T18:28:35.539Z moonset +2032-02-06T23:07:59.440Z sunset 2032-02-07T08:35:10.029Z moonrise -2032-02-07T12:09:18.978Z sunrise +2032-02-07T12:09:18.977Z sunrise 2032-02-07T14:01:23.719Z Moon culminates 40.68 degrees above the horizon 2032-02-07T17:38:52.831Z Sun culminates 46.14 degrees above the horizon -2032-02-07T19:28:21.454Z moonset -2032-02-07T23:08:46.864Z sunset -2032-02-08T09:32:47.371Z moonrise -2032-02-08T12:08:37.927Z sunrise -2032-02-08T15:01:48.509Z Moon culminates 42.01 degrees above the horizon +2032-02-07T19:28:21.455Z moonset +2032-02-07T23:08:46.865Z sunset +2032-02-08T09:32:47.370Z moonrise +2032-02-08T12:08:37.926Z sunrise +2032-02-08T15:01:48.508Z Moon culminates 42.01 degrees above the horizon 2032-02-08T17:38:55.730Z Sun culminates 46.45 degrees above the horizon -2032-02-08T20:33:08.680Z moonset +2032-02-08T20:33:08.681Z moonset 2032-02-08T23:09:33.969Z sunset -2032-02-09T10:27:12.159Z moonrise -2032-02-09T12:07:55.644Z sunrise +2032-02-09T10:27:12.158Z moonrise +2032-02-09T12:07:55.643Z sunrise 2032-02-09T16:02:17.007Z Moon culminates 44.78 degrees above the horizon -2032-02-09T17:38:57.849Z Sun culminates 46.77 degrees above the horizon -2032-02-09T21:41:05.694Z moonset -2032-02-09T23:10:20.739Z sunset -2032-02-10T08:51:04.436Z Mercury moves from Capricornus to Aquarius -2032-02-10T11:17:45.572Z moonrise -2032-02-10T12:07:12.152Z sunrise -2032-02-10T17:01:32.182Z Moon culminates 48.78 degrees above the horizon +2032-02-09T17:38:57.848Z Sun culminates 46.77 degrees above the horizon +2032-02-09T21:41:05.695Z moonset +2032-02-09T23:10:20.738Z sunset +2032-02-10T08:51:04.887Z Mercury moves from Capricornus to Aquarius +2032-02-10T11:17:45.571Z moonrise +2032-02-10T12:07:12.151Z sunrise +2032-02-10T17:01:32.181Z Moon culminates 48.78 degrees above the horizon 2032-02-10T17:38:59.191Z Sun culminates 47.09 degrees above the horizon 2032-02-10T20:46:21.683Z lunar perigee at 356938 km -2032-02-10T22:50:07.507Z moonset -2032-02-10T23:11:07.158Z sunset +2032-02-10T22:50:07.508Z moonset +2032-02-10T23:11:07.157Z sunset 2032-02-11T06:24:35.415Z new moon -2032-02-11T12:04:37.932Z moonrise -2032-02-11T12:06:27.472Z sunrise +2032-02-11T12:04:37.931Z moonrise +2032-02-11T12:06:27.471Z sunrise 2032-02-11T17:38:59.761Z Sun culminates 47.42 degrees above the horizon -2032-02-11T17:58:51.536Z Moon culminates 53.66 degrees above the horizon -2032-02-11T23:11:53.213Z sunset +2032-02-11T17:58:51.535Z Moon culminates 53.66 degrees above the horizon +2032-02-11T23:11:53.212Z sunset 2032-02-11T23:58:35.684Z moonset 2032-02-12T12:05:41.626Z sunrise 2032-02-12T12:48:35.113Z moonrise @@ -25054,198 +25054,198 @@ 2032-02-12T18:54:09.422Z Moon culminates 58.98 degrees above the horizon 2032-02-12T23:12:38.891Z sunset 2032-02-13T01:05:34.354Z moonset -2032-02-13T12:04:54.638Z sunrise +2032-02-13T12:04:54.637Z sunrise 2032-02-13T13:30:39.951Z moonrise -2032-02-13T17:38:58.604Z Sun culminates 48.09 degrees above the horizon -2032-02-13T19:47:45.409Z Moon culminates 64.31 degrees above the horizon -2032-02-13T23:13:24.182Z sunset +2032-02-13T17:38:58.603Z Sun culminates 48.09 degrees above the horizon +2032-02-13T19:47:45.410Z Moon culminates 64.31 degrees above the horizon +2032-02-13T23:13:24.181Z sunset 2032-02-14T02:10:41.894Z moonset -2032-02-14T12:04:06.529Z sunrise +2032-02-14T12:04:06.530Z sunrise 2032-02-14T14:11:58.320Z moonrise -2032-02-14T17:38:56.889Z Sun culminates 48.42 degrees above the horizon +2032-02-14T17:38:56.888Z Sun culminates 48.42 degrees above the horizon 2032-02-14T20:40:09.380Z Moon culminates 69.27 degrees above the horizon 2032-02-14T23:14:09.075Z sunset -2032-02-15T03:13:52.971Z moonset -2032-02-15T12:03:17.326Z sunrise +2032-02-15T03:13:52.970Z moonset +2032-02-15T12:03:17.327Z sunrise 2032-02-15T14:53:30.960Z moonrise 2032-02-15T17:38:54.426Z Sun culminates 48.77 degrees above the horizon 2032-02-15T21:31:49.509Z Moon culminates 73.58 degrees above the horizon -2032-02-15T23:14:53.564Z sunset -2032-02-16T04:15:02.682Z moonset -2032-02-16T05:08:21.902Z Venus moves from Sagittarius to Capricornus -2032-02-16T12:02:27.052Z sunrise +2032-02-15T23:14:53.563Z sunset +2032-02-16T04:15:02.681Z moonset +2032-02-16T05:08:22.584Z Venus moves from Sagittarius to Capricornus +2032-02-16T12:02:27.053Z sunrise 2032-02-16T15:36:08.407Z moonrise -2032-02-16T17:00:16.361Z Mars moves from Pisces to Cetus -2032-02-16T17:38:51.227Z Sun culminates 49.11 degrees above the horizon -2032-02-16T22:23:04.461Z Moon culminates 77.02 degrees above the horizon -2032-02-16T23:15:37.641Z sunset -2032-02-17T05:13:57.487Z moonset -2032-02-17T10:59:28.941Z Mars moves from Cetus to Pisces -2032-02-17T12:01:35.734Z sunrise +2032-02-16T17:00:17.393Z Mars moves from Pisces to Cetus +2032-02-16T17:38:51.226Z Sun culminates 49.11 degrees above the horizon +2032-02-16T22:23:04.460Z Moon culminates 77.02 degrees above the horizon +2032-02-16T23:15:37.639Z sunset +2032-02-17T05:13:57.485Z moonset +2032-02-17T10:59:29.974Z Mars moves from Cetus to Pisces +2032-02-17T12:01:35.735Z sunrise 2032-02-17T16:20:26.809Z moonrise 2032-02-17T17:38:47.299Z Sun culminates 49.46 degrees above the horizon -2032-02-17T23:13:59.615Z Moon culminates 79.48 degrees above the horizon -2032-02-17T23:16:21.301Z sunset +2032-02-17T23:13:59.614Z Moon culminates 79.48 degrees above the horizon +2032-02-17T23:16:21.298Z sunset 2032-02-18T03:29:32.861Z first quarter -2032-02-18T06:10:13.950Z moonset -2032-02-18T12:00:43.398Z sunrise +2032-02-18T06:10:13.947Z moonset +2032-02-18T12:00:43.400Z sunrise 2032-02-18T17:06:44.304Z moonrise -2032-02-18T17:38:42.657Z Sun culminates 49.81 degrees above the horizon -2032-02-18T23:17:04.541Z sunset -2032-02-19T00:04:27.309Z Moon culminates 80.90 degrees above the horizon -2032-02-19T07:03:24.311Z moonset -2032-02-19T11:59:50.074Z sunrise +2032-02-18T17:38:42.656Z Sun culminates 49.81 degrees above the horizon +2032-02-18T23:17:04.539Z sunset +2032-02-19T00:04:27.308Z Moon culminates 80.90 degrees above the horizon +2032-02-19T07:03:24.308Z moonset +2032-02-19T11:59:50.075Z sunrise 2032-02-19T17:38:37.312Z Sun culminates 50.17 degrees above the horizon 2032-02-19T17:54:59.397Z moonrise -2032-02-19T23:17:47.361Z sunset -2032-02-20T00:54:10.855Z Moon culminates 81.26 degrees above the horizon -2032-02-20T07:53:05.678Z moonset +2032-02-19T23:17:47.359Z sunset +2032-02-20T00:54:10.853Z Moon culminates 81.26 degrees above the horizon +2032-02-20T07:53:05.675Z moonset 2032-02-20T11:58:55.789Z sunrise -2032-02-20T17:38:31.280Z Sun culminates 50.52 degrees above the horizon +2032-02-20T17:38:31.279Z Sun culminates 50.52 degrees above the horizon 2032-02-20T18:44:53.199Z moonrise -2032-02-20T23:18:29.762Z sunset -2032-02-21T01:42:50.981Z Moon culminates 80.63 degrees above the horizon -2032-02-21T08:39:08.155Z moonset +2032-02-20T23:18:29.760Z sunset +2032-02-21T01:42:50.980Z Moon culminates 80.63 degrees above the horizon +2032-02-21T08:39:08.152Z moonset 2032-02-21T11:58:00.571Z sunrise 2032-02-21T17:38:24.576Z Sun culminates 50.89 degrees above the horizon -2032-02-21T19:35:56.013Z moonrise -2032-02-21T23:19:11.745Z sunset -2032-02-22T02:30:12.480Z Moon culminates 79.06 degrees above the horizon -2032-02-22T09:21:38.488Z moonset +2032-02-21T19:35:56.014Z moonrise +2032-02-21T23:19:11.744Z sunset +2032-02-22T02:30:12.479Z Moon culminates 79.06 degrees above the horizon +2032-02-22T09:21:38.485Z moonset 2032-02-22T11:57:04.452Z sunrise -2032-02-22T17:38:17.218Z Sun culminates 51.25 degrees above the horizon -2032-02-22T20:27:36.383Z moonrise +2032-02-22T17:38:17.217Z Sun culminates 51.25 degrees above the horizon +2032-02-22T20:27:36.384Z moonrise 2032-02-22T23:19:53.316Z sunset -2032-02-23T03:16:08.992Z Moon culminates 76.69 degrees above the horizon -2032-02-23T10:00:58.862Z moonset -2032-02-23T11:56:07.462Z sunrise +2032-02-23T03:16:08.991Z Moon culminates 76.69 degrees above the horizon +2032-02-23T10:00:58.860Z moonset +2032-02-23T11:56:07.461Z sunrise 2032-02-23T17:38:09.223Z Sun culminates 51.61 degrees above the horizon 2032-02-23T18:42:34.460Z lunar apogee at 406280 km -2032-02-23T21:19:29.419Z moonrise +2032-02-23T21:19:29.420Z moonrise 2032-02-23T23:20:34.481Z sunset -2032-02-24T03:29:50.496Z Mercury moves from Aquarius to Pisces -2032-02-24T04:00:45.046Z Moon culminates 73.63 degrees above the horizon -2032-02-24T10:37:42.957Z moonset -2032-02-24T11:55:09.631Z sunrise +2032-02-24T03:29:50.844Z Mercury moves from Aquarius to Pisces +2032-02-24T04:00:45.045Z Moon culminates 73.63 degrees above the horizon +2032-02-24T10:37:42.955Z moonset +2032-02-24T11:55:09.629Z sunrise 2032-02-24T17:38:00.611Z Sun culminates 51.98 degrees above the horizon -2032-02-24T22:11:21.891Z moonrise -2032-02-24T23:21:15.247Z sunset +2032-02-24T22:11:21.892Z moonrise +2032-02-24T23:21:15.248Z sunset 2032-02-25T04:44:15.729Z Moon culminates 70.03 degrees above the horizon -2032-02-25T11:12:31.687Z moonset -2032-02-25T11:54:10.990Z sunrise +2032-02-25T11:12:31.686Z moonset +2032-02-25T11:54:10.989Z sunrise 2032-02-25T17:37:51.402Z Sun culminates 52.35 degrees above the horizon -2032-02-25T23:03:13.482Z moonrise -2032-02-25T23:21:55.623Z sunset +2032-02-25T23:03:13.483Z moonrise +2032-02-25T23:21:55.624Z sunset 2032-02-26T05:27:04.967Z Moon culminates 66.03 degrees above the horizon 2032-02-26T07:43:48.044Z full moon -2032-02-26T11:46:10.158Z moonset -2032-02-26T11:53:11.571Z sunrise -2032-02-26T17:37:41.616Z Sun culminates 52.73 degrees above the horizon -2032-02-26T23:22:35.620Z sunset -2032-02-26T23:55:15.090Z moonrise +2032-02-26T11:46:10.157Z moonset +2032-02-26T11:53:11.570Z sunrise +2032-02-26T17:37:41.615Z Sun culminates 52.73 degrees above the horizon +2032-02-26T23:22:35.621Z sunset +2032-02-26T23:55:15.091Z moonrise 2032-02-27T06:09:43.396Z Moon culminates 61.80 degrees above the horizon -2032-02-27T11:52:11.405Z sunrise -2032-02-27T12:19:26.244Z moonset +2032-02-27T11:52:11.404Z sunrise +2032-02-27T12:19:26.243Z moonset 2032-02-27T16:15:49.915Z Mercury perihelion at 0.3075 AU 2032-02-27T17:37:31.273Z Sun culminates 53.10 degrees above the horizon -2032-02-27T23:23:15.247Z sunset -2032-02-28T00:47:45.425Z moonrise +2032-02-27T23:23:15.248Z sunset +2032-02-28T00:47:45.426Z moonrise 2032-02-28T06:52:46.323Z Moon culminates 57.49 degrees above the horizon -2032-02-28T11:51:10.524Z sunrise +2032-02-28T11:51:10.523Z sunrise 2032-02-28T12:53:10.507Z moonset 2032-02-28T17:37:20.396Z Sun culminates 53.48 degrees above the horizon -2032-02-28T23:23:54.516Z sunset -2032-02-29T01:41:06.579Z moonrise -2032-02-29T07:36:51.717Z Moon culminates 53.28 degrees above the horizon -2032-02-29T11:50:08.958Z sunrise +2032-02-28T23:23:54.517Z sunset +2032-02-29T01:41:06.580Z moonrise +2032-02-29T07:36:51.718Z Moon culminates 53.28 degrees above the horizon +2032-02-29T11:50:08.957Z sunrise 2032-02-29T13:28:16.819Z moonset 2032-02-29T17:37:09.006Z Sun culminates 53.86 degrees above the horizon 2032-02-29T21:46:28.865Z Mercury max evening elongation: 18.16 degrees from Sun -2032-02-29T23:24:33.438Z sunset +2032-02-29T23:24:33.439Z sunset 2032-03-01T02:35:38.524Z moonrise -2032-03-01T08:22:37.639Z Moon culminates 49.37 degrees above the horizon -2032-03-01T11:49:06.739Z sunrise +2032-03-01T08:22:37.640Z Moon culminates 49.37 degrees above the horizon +2032-03-01T11:49:06.738Z sunrise 2032-03-01T14:05:42.704Z moonset 2032-03-01T17:36:57.122Z Sun culminates 54.24 degrees above the horizon -2032-03-01T23:25:12.024Z sunset -2032-03-02T03:31:32.110Z moonrise -2032-03-02T09:10:38.216Z Moon culminates 45.94 degrees above the horizon -2032-03-02T11:48:03.896Z sunrise -2032-03-02T14:46:28.000Z moonset +2032-03-01T23:25:12.025Z sunset +2032-03-02T03:31:32.111Z moonrise +2032-03-02T09:10:38.217Z Moon culminates 45.94 degrees above the horizon +2032-03-02T11:48:03.894Z sunrise +2032-03-02T14:46:28.001Z moonset 2032-03-02T17:36:44.767Z Sun culminates 54.62 degrees above the horizon -2032-03-02T23:25:50.285Z sunset +2032-03-02T23:25:50.286Z sunset 2032-03-03T04:28:40.803Z moonrise -2032-03-03T10:01:17.446Z Moon culminates 43.22 degrees above the horizon -2032-03-03T11:47:00.460Z sunrise -2032-03-03T15:31:29.887Z moonset +2032-03-03T10:01:17.447Z Moon culminates 43.22 degrees above the horizon +2032-03-03T11:47:00.458Z sunrise +2032-03-03T15:31:29.889Z moonset 2032-03-03T17:36:31.960Z Sun culminates 55.00 degrees above the horizon -2032-03-03T23:26:28.232Z sunset +2032-03-03T23:26:28.233Z sunset 2032-03-04T05:26:33.456Z moonrise -2032-03-04T10:54:41.223Z Moon culminates 41.45 degrees above the horizon -2032-03-04T11:45:56.460Z sunrise -2032-03-04T16:21:32.537Z moonset -2032-03-04T17:36:18.721Z Sun culminates 55.39 degrees above the horizon -2032-03-04T23:27:05.874Z sunset +2032-03-04T10:54:41.224Z Moon culminates 41.45 degrees above the horizon +2032-03-04T11:45:56.458Z sunrise +2032-03-04T16:21:32.539Z moonset +2032-03-04T17:36:18.720Z Sun culminates 55.39 degrees above the horizon +2032-03-04T23:27:05.876Z sunset 2032-03-05T01:47:32.268Z third quarter 2032-03-05T06:24:13.264Z moonrise -2032-03-05T11:44:51.925Z sunrise -2032-03-05T11:50:30.370Z Moon culminates 40.82 degrees above the horizon -2032-03-05T17:16:52.152Z moonset +2032-03-05T11:44:51.924Z sunrise +2032-03-05T11:50:30.371Z Moon culminates 40.82 degrees above the horizon +2032-03-05T17:16:52.154Z moonset 2032-03-05T17:36:05.069Z Sun culminates 55.78 degrees above the horizon -2032-03-05T23:27:43.221Z sunset -2032-03-06T07:20:28.289Z moonrise -2032-03-06T11:43:46.984Z sunrise -2032-03-06T12:47:59.918Z Moon culminates 41.49 degrees above the horizon +2032-03-05T23:27:43.223Z sunset +2032-03-06T07:20:28.288Z moonrise +2032-03-06T11:43:46.982Z sunrise +2032-03-06T12:47:59.919Z Moon culminates 41.49 degrees above the horizon 2032-03-06T17:35:51.022Z Sun culminates 56.16 degrees above the horizon -2032-03-06T18:17:03.904Z moonset -2032-03-06T23:28:20.281Z sunset -2032-03-07T08:14:12.709Z moonrise -2032-03-07T11:42:41.463Z sunrise +2032-03-06T18:17:03.906Z moonset +2032-03-06T23:28:20.283Z sunset +2032-03-07T08:14:12.708Z moonrise +2032-03-07T11:42:41.462Z sunrise 2032-03-07T13:46:08.881Z Moon culminates 43.51 degrees above the horizon -2032-03-07T17:35:36.600Z Sun culminates 56.55 degrees above the horizon -2032-03-07T19:21:01.807Z moonset -2032-03-07T23:28:57.063Z sunset -2032-03-08T09:04:48.323Z moonrise -2032-03-08T11:41:35.491Z sunrise +2032-03-07T17:35:36.599Z Sun culminates 56.55 degrees above the horizon +2032-03-07T19:21:01.809Z moonset +2032-03-07T23:28:57.064Z sunset +2032-03-08T09:04:48.322Z moonrise +2032-03-08T11:41:35.490Z sunrise 2032-03-08T14:43:58.285Z Moon culminates 46.78 degrees above the horizon -2032-03-08T17:35:21.818Z Sun culminates 56.94 degrees above the horizon -2032-03-08T20:27:17.045Z moonset +2032-03-08T17:35:21.817Z Sun culminates 56.94 degrees above the horizon +2032-03-08T20:27:17.047Z moonset 2032-03-08T23:29:33.574Z sunset -2032-03-09T09:52:14.157Z moonrise -2032-03-09T09:57:43.933Z Venus moves from Capricornus to Aquarius -2032-03-09T11:40:29.093Z sunrise +2032-03-09T09:52:14.155Z moonrise +2032-03-09T09:57:44.594Z Venus moves from Capricornus to Aquarius +2032-03-09T11:40:29.092Z sunrise 2032-03-09T15:40:48.120Z Moon culminates 51.09 degrees above the horizon 2032-03-09T17:35:06.693Z Sun culminates 57.34 degrees above the horizon -2032-03-09T21:34:25.227Z moonset -2032-03-09T23:30:09.820Z sunset +2032-03-09T21:34:25.228Z moonset +2032-03-09T23:30:09.821Z sunset 2032-03-10T06:52:24.528Z lunar perigee at 360009 km -2032-03-10T10:37:01.652Z moonrise -2032-03-10T11:39:22.297Z sunrise +2032-03-10T10:37:01.651Z moonrise +2032-03-10T11:39:22.296Z sunrise 2032-03-10T16:36:24.409Z Moon culminates 56.10 degrees above the horizon 2032-03-10T17:34:51.244Z Sun culminates 57.73 degrees above the horizon -2032-03-10T22:41:25.286Z moonset -2032-03-10T23:30:45.811Z sunset -2032-03-11T11:20:02.361Z moonrise -2032-03-11T11:38:15.127Z sunrise +2032-03-10T22:41:25.287Z moonset +2032-03-10T23:30:45.812Z sunset +2032-03-11T11:20:02.360Z moonrise +2032-03-11T11:38:15.126Z sunrise 2032-03-11T16:25:03.934Z new moon -2032-03-11T17:30:55.124Z Moon culminates 61.41 degrees above the horizon +2032-03-11T17:30:55.125Z Moon culminates 61.41 degrees above the horizon 2032-03-11T17:34:35.485Z Sun culminates 58.12 degrees above the horizon -2032-03-11T23:31:21.553Z sunset -2032-03-11T23:47:41.455Z moonset -2032-03-12T11:37:07.608Z sunrise -2032-03-12T12:02:15.684Z moonrise +2032-03-11T23:31:21.554Z sunset +2032-03-11T23:47:41.456Z moonset +2032-03-12T11:37:07.607Z sunrise +2032-03-12T12:02:15.683Z moonrise 2032-03-12T17:34:19.433Z Sun culminates 58.51 degrees above the horizon 2032-03-12T18:24:39.799Z Moon culminates 66.61 degrees above the horizon -2032-03-12T23:31:57.053Z sunset -2032-03-13T00:52:52.707Z moonset +2032-03-12T23:31:57.054Z sunset +2032-03-13T00:52:52.708Z moonset 2032-03-13T11:35:59.766Z sunrise 2032-03-13T12:44:39.611Z moonrise 2032-03-13T17:34:03.105Z Sun culminates 58.91 degrees above the horizon -2032-03-13T19:17:58.244Z Moon culminates 71.34 degrees above the horizon -2032-03-13T23:32:32.320Z sunset +2032-03-13T19:17:58.243Z Moon culminates 71.34 degrees above the horizon +2032-03-13T23:32:32.321Z sunset 2032-03-14T01:56:38.974Z moonset 2032-03-14T11:34:51.626Z sunrise -2032-03-14T13:28:03.902Z moonrise +2032-03-14T13:28:03.901Z moonrise 2032-03-14T17:33:46.518Z Sun culminates 59.30 degrees above the horizon 2032-03-14T20:11:01.667Z Moon culminates 75.30 degrees above the horizon 2032-03-14T23:33:07.362Z sunset @@ -25253,212 +25253,212 @@ 2032-03-15T11:33:43.214Z sunrise 2032-03-15T14:13:04.388Z moonrise 2032-03-15T17:33:29.688Z Sun culminates 59.70 degrees above the horizon -2032-03-15T21:03:47.842Z Moon culminates 78.29 degrees above the horizon -2032-03-15T23:33:42.188Z sunset -2032-03-16T03:57:51.281Z moonset -2032-03-16T11:32:34.555Z sunrise -2032-03-16T14:59:58.350Z moonrise +2032-03-15T21:03:47.841Z Moon culminates 78.29 degrees above the horizon +2032-03-15T23:33:42.187Z sunset +2032-03-16T03:57:51.280Z moonset +2032-03-16T11:32:34.556Z sunrise +2032-03-16T14:59:58.349Z moonrise 2032-03-16T17:33:12.633Z Sun culminates 60.09 degrees above the horizon -2032-03-16T20:26:01.560Z Mars moves from Pisces to Aries -2032-03-16T21:56:01.242Z Moon culminates 80.20 degrees above the horizon -2032-03-16T23:34:16.806Z sunset +2032-03-16T20:26:02.593Z Mars moves from Pisces to Aries +2032-03-16T21:56:01.241Z Moon culminates 80.20 degrees above the horizon +2032-03-16T23:34:16.805Z sunset 2032-03-17T01:05:29.449Z Mercury inferior conjunction -2032-03-17T04:53:55.880Z moonset -2032-03-17T11:31:25.677Z sunrise +2032-03-17T04:53:55.879Z moonset +2032-03-17T11:31:25.678Z sunrise 2032-03-17T15:48:42.595Z moonrise 2032-03-17T17:32:55.372Z Sun culminates 60.49 degrees above the horizon 2032-03-17T22:47:18.090Z Moon culminates 81.00 degrees above the horizon -2032-03-17T23:34:51.127Z sunset -2032-03-18T05:46:11.077Z moonset -2032-03-18T11:30:16.605Z sunrise +2032-03-17T23:34:51.125Z sunset +2032-03-18T05:46:11.076Z moonset +2032-03-18T11:30:16.607Z sunrise 2032-03-18T16:38:56.334Z moonrise 2032-03-18T17:32:37.923Z Sun culminates 60.88 degrees above the horizon 2032-03-18T20:57:15.534Z first quarter -2032-03-18T23:35:25.360Z sunset -2032-03-18T23:37:14.385Z Moon culminates 80.75 degrees above the horizon +2032-03-18T23:35:25.359Z sunset +2032-03-18T23:37:14.384Z Moon culminates 80.75 degrees above the horizon 2032-03-19T00:12:46.085Z Venus aphelion at 0.7282 AU -2032-03-19T06:34:20.934Z moonset -2032-03-19T11:29:07.369Z sunrise -2032-03-19T17:30:08.994Z moonrise +2032-03-19T06:34:20.933Z moonset +2032-03-19T11:29:07.370Z sunrise +2032-03-19T17:30:08.995Z moonrise 2032-03-19T17:32:20.307Z Sun culminates 61.28 degrees above the horizon -2032-03-19T23:35:59.419Z sunset +2032-03-19T23:35:59.418Z sunset 2032-03-20T00:25:33.560Z Moon culminates 79.52 degrees above the horizon -2032-03-20T01:21:49.319Z March equinox -2032-03-20T07:18:31.496Z moonset +2032-03-20T01:21:49.858Z March equinox +2032-03-20T07:18:31.494Z moonset 2032-03-20T11:27:57.996Z sunrise 2032-03-20T17:32:02.543Z Sun culminates 61.67 degrees above the horizon -2032-03-20T18:21:50.197Z moonrise +2032-03-20T18:21:50.198Z moonrise 2032-03-20T23:36:33.316Z sunset -2032-03-21T01:12:11.033Z Moon culminates 77.44 degrees above the horizon -2032-03-21T07:59:07.909Z moonset +2032-03-21T01:12:11.032Z Moon culminates 77.44 degrees above the horizon +2032-03-21T07:59:07.908Z moonset 2032-03-21T11:26:48.513Z sunrise 2032-03-21T17:31:44.653Z Sun culminates 62.07 degrees above the horizon -2032-03-21T19:13:37.981Z moonrise -2032-03-21T23:37:07.066Z sunset +2032-03-21T19:13:37.983Z moonrise +2032-03-21T23:37:07.067Z sunset 2032-03-22T01:57:14.997Z Moon culminates 74.64 degrees above the horizon 2032-03-22T08:27:37.148Z lunar apogee at 405443 km -2032-03-22T08:36:48.302Z moonset -2032-03-22T11:25:38.951Z sunrise +2032-03-22T08:36:48.301Z moonset +2032-03-22T11:25:38.950Z sunrise 2032-03-22T17:31:26.658Z Sun culminates 62.46 degrees above the horizon -2032-03-22T20:05:22.980Z moonrise -2032-03-22T23:37:40.683Z sunset +2032-03-22T20:05:22.982Z moonrise +2032-03-22T23:37:40.685Z sunset 2032-03-23T02:41:04.664Z Moon culminates 71.26 degrees above the horizon -2032-03-23T09:12:17.900Z moonset -2032-03-23T11:24:29.339Z sunrise +2032-03-23T09:12:17.899Z moonset +2032-03-23T11:24:29.338Z sunrise 2032-03-23T17:31:08.582Z Sun culminates 62.86 degrees above the horizon -2032-03-23T20:57:08.612Z moonrise -2032-03-23T23:38:14.184Z sunset +2032-03-23T20:57:08.614Z moonrise +2032-03-23T23:38:14.186Z sunset 2032-03-24T03:24:07.513Z Moon culminates 67.43 degrees above the horizon -2032-03-24T09:46:25.141Z moonset -2032-03-24T11:23:19.706Z sunrise +2032-03-24T09:46:25.139Z moonset +2032-03-24T11:23:19.705Z sunrise 2032-03-24T17:30:50.447Z Sun culminates 63.25 degrees above the horizon -2032-03-24T21:49:08.633Z moonrise -2032-03-24T23:38:47.585Z sunset +2032-03-24T21:49:08.635Z moonrise +2032-03-24T23:38:47.587Z sunset 2032-03-25T04:06:56.617Z Moon culminates 63.29 degrees above the horizon -2032-03-25T10:19:59.934Z moonset -2032-03-25T11:22:10.083Z sunrise +2032-03-25T10:19:59.933Z moonset +2032-03-25T11:22:10.081Z sunrise 2032-03-25T17:30:32.278Z Sun culminates 63.64 degrees above the horizon -2032-03-25T22:41:43.313Z moonrise -2032-03-25T23:39:20.903Z sunset +2032-03-25T22:41:43.314Z moonrise +2032-03-25T23:39:20.904Z sunset 2032-03-26T04:50:08.360Z Moon culminates 59.00 degrees above the horizon -2032-03-26T10:53:53.469Z moonset -2032-03-26T11:21:00.499Z sunrise +2032-03-26T10:53:53.468Z moonset +2032-03-26T11:21:00.498Z sunrise 2032-03-26T17:30:14.096Z Sun culminates 64.03 degrees above the horizon -2032-03-26T23:35:14.777Z moonrise -2032-03-26T23:39:54.154Z sunset +2032-03-26T23:35:14.779Z moonrise +2032-03-26T23:39:54.155Z sunset 2032-03-27T00:46:50.245Z full moon 2032-03-27T05:34:20.253Z Moon culminates 54.73 degrees above the horizon -2032-03-27T11:19:50.986Z sunrise -2032-03-27T11:28:58.700Z moonset +2032-03-27T11:19:50.984Z sunrise +2032-03-27T11:28:58.698Z moonset 2032-03-27T17:29:55.927Z Sun culminates 64.42 degrees above the horizon -2032-03-27T17:36:42.682Z Mercury moves from Pisces to Aquarius -2032-03-27T23:40:27.357Z sunset -2032-03-28T00:30:01.365Z moonrise +2032-03-27T17:36:41.877Z Mercury moves from Pisces to Aquarius +2032-03-27T23:40:27.358Z sunset +2032-03-28T00:30:01.367Z moonrise 2032-03-28T06:20:08.223Z Moon culminates 50.68 degrees above the horizon -2032-03-28T11:18:41.572Z sunrise -2032-03-28T12:06:10.485Z moonset +2032-03-28T11:18:41.571Z sunrise +2032-03-28T12:06:10.484Z moonset 2032-03-28T17:29:37.795Z Sun culminates 64.81 degrees above the horizon -2032-03-28T23:41:00.528Z sunset -2032-03-29T01:26:10.667Z moonrise +2032-03-28T23:41:00.529Z sunset +2032-03-29T01:26:10.669Z moonrise 2032-03-29T07:08:02.546Z Moon culminates 47.06 degrees above the horizon -2032-03-29T11:17:32.288Z sunrise -2032-03-29T12:46:24.081Z moonset +2032-03-29T11:17:32.287Z sunrise +2032-03-29T12:46:24.080Z moonset 2032-03-29T17:29:19.721Z Sun culminates 65.20 degrees above the horizon -2032-03-29T23:41:33.683Z sunset -2032-03-30T02:23:31.736Z moonrise -2032-03-30T07:58:22.026Z Moon culminates 44.10 degrees above the horizon -2032-03-30T11:16:23.165Z sunrise +2032-03-29T23:41:33.684Z sunset +2032-03-30T02:23:31.737Z moonrise +2032-03-30T07:58:22.027Z Moon culminates 44.10 degrees above the horizon +2032-03-30T11:16:23.163Z sunrise 2032-03-30T13:30:30.422Z moonset 2032-03-30T17:29:01.729Z Sun culminates 65.59 degrees above the horizon -2032-03-30T23:42:06.838Z sunset -2032-03-31T03:21:29.029Z moonrise -2032-03-31T08:51:07.214Z Moon culminates 42.04 degrees above the horizon -2032-03-31T11:15:14.230Z sunrise -2032-03-31T14:19:07.085Z moonset +2032-03-30T23:42:06.839Z sunset +2032-03-31T03:21:29.030Z moonrise +2032-03-31T08:51:07.215Z Moon culminates 42.04 degrees above the horizon +2032-03-31T11:15:14.229Z sunrise +2032-03-31T14:19:07.086Z moonset 2032-03-31T17:28:43.841Z Sun culminates 65.98 degrees above the horizon -2032-03-31T23:42:40.008Z sunset -2032-04-01T00:04:21.370Z Venus moves from Aquarius to Pisces -2032-04-01T04:19:03.013Z moonrise -2032-04-01T09:45:55.562Z Moon culminates 41.06 degrees above the horizon -2032-04-01T11:14:05.514Z sunrise -2032-04-01T15:12:26.231Z moonset +2032-03-31T23:42:40.009Z sunset +2032-04-01T00:04:22.011Z Venus moves from Aquarius to Pisces +2032-04-01T04:19:03.014Z moonrise +2032-04-01T09:45:55.563Z Moon culminates 41.06 degrees above the horizon +2032-04-01T11:14:05.512Z sunrise +2032-04-01T15:12:26.232Z moonset 2032-04-01T17:28:26.078Z Sun culminates 66.36 degrees above the horizon -2032-04-01T23:43:13.205Z sunset -2032-04-02T05:15:01.830Z moonrise -2032-04-02T10:42:02.967Z Moon culminates 41.32 degrees above the horizon -2032-04-02T11:12:57.044Z sunrise -2032-04-02T16:10:05.303Z moonset -2032-04-02T17:28:08.461Z Sun culminates 66.74 degrees above the horizon -2032-04-02T23:43:46.443Z sunset +2032-04-01T23:43:13.207Z sunset +2032-04-02T05:15:01.831Z moonrise +2032-04-02T10:42:02.968Z Moon culminates 41.32 degrees above the horizon +2032-04-02T11:12:57.042Z sunrise +2032-04-02T16:10:05.304Z moonset +2032-04-02T17:28:08.462Z Sun culminates 66.74 degrees above the horizon +2032-04-02T23:43:46.444Z sunset 2032-04-03T06:08:22.063Z moonrise 2032-04-03T10:10:45.239Z third quarter -2032-04-03T11:11:48.849Z sunrise +2032-04-03T11:11:48.847Z sunrise 2032-04-03T11:38:34.312Z Moon culminates 42.85 degrees above the horizon -2032-04-03T17:11:08.919Z moonset +2032-04-03T17:11:08.920Z moonset 2032-04-03T17:27:51.010Z Sun culminates 67.13 degrees above the horizon -2032-04-03T23:44:19.731Z sunset -2032-04-04T06:58:28.347Z moonrise -2032-04-04T11:10:40.956Z sunrise +2032-04-03T23:44:19.732Z sunset +2032-04-04T06:58:28.346Z moonrise +2032-04-04T11:10:40.955Z sunrise 2032-04-04T12:28:06.883Z Neptune conjunction 2032-04-04T12:34:39.754Z Moon culminates 45.58 degrees above the horizon 2032-04-04T17:27:33.741Z Sun culminates 67.51 degrees above the horizon -2032-04-04T18:14:25.025Z moonset -2032-04-04T23:44:53.079Z sunset +2032-04-04T18:14:25.027Z moonset +2032-04-04T23:44:53.080Z sunset 2032-04-05T07:45:21.342Z moonrise -2032-04-05T11:09:33.392Z sunrise -2032-04-05T13:29:48.619Z Moon culminates 49.36 degrees above the horizon +2032-04-05T11:09:33.391Z sunrise +2032-04-05T13:29:48.620Z Moon culminates 49.36 degrees above the horizon 2032-04-05T17:27:16.674Z Sun culminates 67.89 degrees above the horizon -2032-04-05T19:18:47.076Z moonset -2032-04-05T23:45:26.494Z sunset -2032-04-06T08:29:32.767Z moonrise -2032-04-06T11:08:26.183Z sunrise +2032-04-05T19:18:47.077Z moonset +2032-04-05T23:45:26.495Z sunset +2032-04-06T08:29:32.766Z moonrise +2032-04-06T11:08:26.181Z sunrise 2032-04-06T14:23:54.509Z Moon culminates 53.92 degrees above the horizon 2032-04-06T17:26:59.824Z Sun culminates 68.26 degrees above the horizon -2032-04-06T20:23:29.092Z moonset -2032-04-06T23:45:59.984Z sunset +2032-04-06T20:23:29.093Z moonset +2032-04-06T23:45:59.986Z sunset 2032-04-07T06:59:54.965Z lunar perigee at 365104 km -2032-04-07T09:11:54.124Z moonrise -2032-04-07T11:07:19.353Z sunrise -2032-04-07T15:17:11.360Z Moon culminates 58.95 degrees above the horizon -2032-04-07T17:26:43.208Z Sun culminates 68.64 degrees above the horizon -2032-04-07T21:28:07.170Z moonset -2032-04-07T23:46:33.555Z sunset -2032-04-08T09:53:25.753Z moonrise -2032-04-08T11:06:12.929Z sunrise +2032-04-07T09:11:54.123Z moonrise +2032-04-07T11:07:19.352Z sunrise +2032-04-07T15:17:11.361Z Moon culminates 58.95 degrees above the horizon +2032-04-07T17:26:43.207Z Sun culminates 68.64 degrees above the horizon +2032-04-07T21:28:07.171Z moonset +2032-04-07T23:46:33.556Z sunset +2032-04-08T09:53:25.752Z moonrise +2032-04-08T11:06:12.927Z sunrise 2032-04-08T16:10:04.305Z Moon culminates 64.10 degrees above the horizon 2032-04-08T17:26:26.839Z Sun culminates 69.01 degrees above the horizon -2032-04-08T22:32:30.129Z moonset -2032-04-08T23:47:07.211Z sunset -2032-04-09T10:35:08.557Z moonrise -2032-04-09T11:05:06.933Z sunrise +2032-04-08T22:32:30.130Z moonset +2032-04-08T23:47:07.213Z sunset +2032-04-09T10:35:08.556Z moonrise +2032-04-09T11:05:06.931Z sunrise 2032-04-09T17:02:59.077Z Moon culminates 69.01 degrees above the horizon 2032-04-09T17:26:10.732Z Sun culminates 69.38 degrees above the horizon 2032-04-09T23:36:25.704Z moonset -2032-04-09T23:47:40.957Z sunset +2032-04-09T23:47:40.958Z sunset 2032-04-10T02:39:58.142Z new moon -2032-04-10T06:52:57.661Z Venus moves from Pisces to Cetus -2032-04-10T11:04:01.389Z sunrise -2032-04-10T11:17:57.453Z moonrise +2032-04-10T06:52:58.294Z Venus moves from Pisces to Cetus +2032-04-10T11:04:01.387Z sunrise +2032-04-10T11:17:57.451Z moonrise 2032-04-10T17:25:54.900Z Sun culminates 69.75 degrees above the horizon -2032-04-10T17:56:12.230Z Moon culminates 73.36 degrees above the horizon +2032-04-10T17:56:12.229Z Moon culminates 73.36 degrees above the horizon 2032-04-10T23:48:14.795Z sunset 2032-04-11T00:39:28.288Z moonset -2032-04-11T11:02:56.320Z sunrise -2032-04-11T12:02:34.905Z moonrise +2032-04-11T11:02:56.319Z sunrise +2032-04-11T12:02:34.903Z moonrise 2032-04-11T15:53:11.631Z Mercury aphelion at 0.4667 AU -2032-04-11T17:25:39.357Z Sun culminates 70.11 degrees above the horizon -2032-04-11T18:49:43.829Z Moon culminates 76.86 degrees above the horizon +2032-04-11T17:25:39.356Z Sun culminates 70.11 degrees above the horizon +2032-04-11T18:49:43.828Z Moon culminates 76.86 degrees above the horizon 2032-04-11T23:48:48.728Z sunset 2032-04-12T01:40:53.422Z moonset 2032-04-12T11:01:51.749Z sunrise -2032-04-12T12:49:24.175Z moonrise -2032-04-12T17:15:48.426Z Jupiter moves from Sagittarius to Capricornus -2032-04-12T17:25:24.114Z Sun culminates 70.48 degrees above the horizon -2032-04-12T19:43:14.857Z Moon culminates 79.32 degrees above the horizon -2032-04-12T23:49:22.757Z sunset +2032-04-12T12:49:24.173Z moonrise +2032-04-12T17:15:55.833Z Jupiter moves from Sagittarius to Capricornus +2032-04-12T17:25:24.113Z Sun culminates 70.48 degrees above the horizon +2032-04-12T19:43:14.856Z Moon culminates 79.32 degrees above the horizon +2032-04-12T23:49:22.756Z sunset 2032-04-13T02:39:42.746Z moonset -2032-04-13T06:05:16.883Z Venus moves from Cetus to Pisces +2032-04-13T06:05:17.534Z Venus moves from Cetus to Pisces 2032-04-13T11:00:47.700Z sunrise -2032-04-13T13:38:24.387Z moonrise +2032-04-13T13:38:24.385Z moonrise 2032-04-13T17:25:09.184Z Sun culminates 70.84 degrees above the horizon -2032-04-13T20:36:11.319Z Moon culminates 80.65 degrees above the horizon +2032-04-13T20:36:11.318Z Moon culminates 80.65 degrees above the horizon 2032-04-13T20:41:24.056Z Mercury max morning elongation: 27.65 degrees from Sun -2032-04-13T23:49:56.884Z sunset +2032-04-13T23:49:56.883Z sunset 2032-04-14T03:34:58.699Z moonset -2032-04-14T04:52:31.523Z Mercury moves from Aquarius to Pisces -2032-04-14T10:59:44.197Z sunrise -2032-04-14T14:29:11.167Z moonrise +2032-04-14T04:52:32.510Z Mercury moves from Aquarius to Pisces +2032-04-14T10:59:44.198Z sunrise +2032-04-14T14:29:11.166Z moonrise 2032-04-14T17:24:54.580Z Sun culminates 71.20 degrees above the horizon -2032-04-14T21:27:54.479Z Moon culminates 80.85 degrees above the horizon -2032-04-14T23:50:31.110Z sunset -2032-04-15T04:26:01.747Z moonset -2032-04-15T10:58:41.263Z sunrise +2032-04-14T21:27:54.478Z Moon culminates 80.85 degrees above the horizon +2032-04-14T23:50:31.109Z sunset +2032-04-15T04:26:01.746Z moonset +2032-04-15T10:58:41.264Z sunrise 2032-04-15T15:21:05.003Z moonrise 2032-04-15T17:24:40.314Z Sun culminates 71.55 degrees above the horizon 2032-04-15T22:17:52.957Z Moon culminates 80.01 degrees above the horizon -2032-04-15T23:51:05.437Z sunset +2032-04-15T23:51:05.436Z sunset 2032-04-16T05:12:40.771Z moonset -2032-04-16T10:57:38.923Z sunrise +2032-04-16T10:57:38.924Z sunrise 2032-04-16T16:13:24.609Z moonrise 2032-04-16T17:24:26.400Z Sun culminates 71.91 degrees above the horizon 2032-04-16T23:05:51.270Z Moon culminates 78.24 degrees above the horizon @@ -25466,182 +25466,182 @@ 2032-04-17T05:55:12.654Z moonset 2032-04-17T10:56:37.202Z sunrise 2032-04-17T15:25:00.719Z first quarter -2032-04-17T17:05:39.123Z moonrise +2032-04-17T17:05:39.124Z moonrise 2032-04-17T17:24:12.850Z Sun culminates 72.26 degrees above the horizon 2032-04-17T23:51:52.230Z Moon culminates 75.71 degrees above the horizon 2032-04-17T23:52:14.396Z sunset 2032-04-18T06:34:14.561Z moonset -2032-04-18T10:55:36.124Z sunrise +2032-04-18T10:55:36.123Z sunrise 2032-04-18T17:23:59.678Z Sun culminates 72.60 degrees above the horizon -2032-04-18T17:57:34.577Z moonrise -2032-04-18T23:52:49.032Z sunset +2032-04-18T17:57:34.578Z moonrise +2032-04-18T23:52:49.033Z sunset 2032-04-19T00:36:14.535Z Moon culminates 72.54 degrees above the horizon 2032-04-19T03:03:19.084Z lunar apogee at 404534 km 2032-04-19T07:10:34.945Z moonset -2032-04-19T10:54:35.715Z sunrise +2032-04-19T10:54:35.714Z sunrise 2032-04-19T17:23:46.898Z Sun culminates 72.95 degrees above the horizon -2032-04-19T18:49:14.308Z moonrise -2032-04-19T23:53:23.777Z sunset -2032-04-20T01:19:28.445Z Moon culminates 68.89 degrees above the horizon -2032-04-20T07:45:07.057Z moonset -2032-04-20T08:49:54.442Z Mars moves from Aries to Taurus -2032-04-20T10:53:36.002Z sunrise -2032-04-20T17:23:34.526Z Sun culminates 73.29 degrees above the horizon -2032-04-20T19:40:55.627Z moonrise -2032-04-20T23:53:58.633Z sunset +2032-04-19T18:49:14.309Z moonrise +2032-04-19T23:53:23.779Z sunset +2032-04-20T01:19:28.446Z Moon culminates 68.89 degrees above the horizon +2032-04-20T07:45:07.056Z moonset +2032-04-20T08:49:55.526Z Mars moves from Aries to Taurus +2032-04-20T10:53:36.001Z sunrise +2032-04-20T17:23:34.525Z Sun culminates 73.29 degrees above the horizon +2032-04-20T19:40:55.628Z moonrise +2032-04-20T23:53:58.634Z sunset 2032-04-21T02:02:11.663Z Moon culminates 64.88 degrees above the horizon 2032-04-21T08:18:45.706Z moonset -2032-04-21T10:52:37.011Z sunrise -2032-04-21T17:23:22.575Z Sun culminates 73.63 degrees above the horizon +2032-04-21T10:52:37.010Z sunrise +2032-04-21T17:23:22.574Z Sun culminates 73.63 degrees above the horizon 2032-04-21T20:33:04.917Z moonrise -2032-04-21T23:54:33.602Z sunset -2032-04-22T02:08:30.867Z Mercury moves from Pisces to Cetus +2032-04-21T23:54:33.604Z sunset +2032-04-22T02:08:31.446Z Mercury moves from Pisces to Cetus 2032-04-22T02:45:06.113Z Moon culminates 60.66 degrees above the horizon 2032-04-22T08:52:26.481Z moonset -2032-04-22T10:51:38.769Z sunrise +2032-04-22T10:51:38.767Z sunrise 2032-04-22T17:23:11.060Z Sun culminates 73.96 degrees above the horizon 2032-04-22T21:26:12.140Z moonrise -2032-04-22T23:55:08.689Z sunset +2032-04-22T23:55:08.690Z sunset 2032-04-23T03:28:55.326Z Moon culminates 56.37 degrees above the horizon -2032-04-23T09:27:06.231Z moonset -2032-04-23T10:50:41.303Z sunrise -2032-04-23T17:22:59.998Z Sun culminates 74.29 degrees above the horizon -2032-04-23T22:20:44.544Z moonrise -2032-04-23T23:55:43.896Z sunset +2032-04-23T09:27:06.230Z moonset +2032-04-23T10:50:41.301Z sunrise +2032-04-23T17:22:59.997Z Sun culminates 74.29 degrees above the horizon +2032-04-23T22:20:44.545Z moonrise +2032-04-23T23:55:43.897Z sunset 2032-04-24T04:14:21.552Z Moon culminates 52.20 degrees above the horizon -2032-04-24T10:03:43.561Z moonset -2032-04-24T10:49:44.640Z sunrise +2032-04-24T10:03:43.560Z moonset +2032-04-24T10:49:44.638Z sunrise 2032-04-24T17:22:49.402Z Sun culminates 74.62 degrees above the horizon 2032-04-24T23:16:58.834Z moonrise -2032-04-24T23:56:19.226Z sunset +2032-04-24T23:56:19.227Z sunset 2032-04-25T05:02:01.483Z Moon culminates 48.36 degrees above the horizon -2032-04-25T10:43:17.818Z moonset -2032-04-25T10:48:48.806Z sunrise +2032-04-25T10:43:17.816Z moonset +2032-04-25T10:48:48.805Z sunrise 2032-04-25T15:10:10.774Z full moon 2032-04-25T15:13:29.907Z total lunar eclipse 2032-04-25T17:22:39.288Z Sun culminates 74.94 degrees above the horizon 2032-04-25T23:56:54.681Z sunset -2032-04-26T00:14:51.577Z moonrise +2032-04-26T00:14:51.578Z moonrise 2032-04-26T05:52:19.601Z Moon culminates 45.09 degrees above the horizon -2032-04-26T10:47:53.830Z sunrise -2032-04-26T11:26:44.561Z moonset +2032-04-26T10:47:53.829Z sunrise +2032-04-26T11:26:44.560Z moonset 2032-04-26T17:22:29.670Z Sun culminates 75.26 degrees above the horizon -2032-04-26T23:57:30.262Z sunset -2032-04-27T01:13:50.005Z moonrise -2032-04-27T04:52:08.601Z Mercury moves from Cetus to Pisces +2032-04-26T23:57:30.263Z sunset +2032-04-27T01:13:50.006Z moonrise +2032-04-27T04:52:09.166Z Mercury moves from Cetus to Pisces 2032-04-27T06:45:19.533Z Moon culminates 42.66 degrees above the horizon -2032-04-27T10:46:59.738Z sunrise -2032-04-27T12:14:45.805Z moonset +2032-04-27T10:46:59.737Z sunrise +2032-04-27T12:14:45.804Z moonset 2032-04-27T17:22:20.561Z Sun culminates 75.58 degrees above the horizon 2032-04-27T23:58:05.970Z sunset -2032-04-28T02:12:49.208Z moonrise +2032-04-28T02:12:49.209Z moonrise 2032-04-28T07:40:36.727Z Moon culminates 41.29 degrees above the horizon -2032-04-28T10:46:06.556Z sunrise +2032-04-28T10:46:06.555Z sunrise 2032-04-28T13:07:35.858Z moonset 2032-04-28T17:22:11.975Z Sun culminates 75.89 degrees above the horizon -2032-04-28T23:58:41.803Z sunset -2032-04-29T03:10:23.175Z moonrise +2032-04-28T23:58:41.804Z sunset +2032-04-29T03:10:23.176Z moonrise 2032-04-29T08:37:18.679Z Moon culminates 41.15 degrees above the horizon -2032-04-29T10:45:14.310Z sunrise +2032-04-29T10:45:14.309Z sunrise 2032-04-29T14:04:49.394Z moonset 2032-04-29T17:22:03.922Z Sun culminates 76.20 degrees above the horizon -2032-04-29T18:58:32.812Z Venus moves from Pisces to Aries -2032-04-29T23:59:17.758Z sunset +2032-04-29T18:58:33.546Z Venus moves from Pisces to Aries +2032-04-29T23:59:17.759Z sunset 2032-04-30T04:05:09.955Z moonrise 2032-04-30T09:34:17.382Z Moon culminates 42.31 degrees above the horizon -2032-04-30T10:44:23.025Z sunrise +2032-04-30T10:44:23.024Z sunrise 2032-04-30T15:05:22.719Z moonset 2032-04-30T17:21:56.414Z Sun culminates 76.50 degrees above the horizon -2032-04-30T23:59:53.831Z sunset +2032-04-30T23:59:53.832Z sunset 2032-05-01T04:56:18.380Z moonrise 2032-05-01T10:30:30.361Z Moon culminates 44.69 degrees above the horizon -2032-05-01T10:43:32.726Z sunrise +2032-05-01T10:43:32.725Z sunrise 2032-05-01T16:07:53.192Z moonset 2032-05-01T17:21:49.459Z Sun culminates 76.80 degrees above the horizon -2032-05-02T00:00:30.016Z sunset -2032-05-02T05:43:40.532Z moonrise -2032-05-02T10:42:43.437Z sunrise +2032-05-02T00:00:30.017Z sunset +2032-05-02T05:43:40.533Z moonrise +2032-05-02T10:42:43.436Z sunrise 2032-05-02T11:25:19.023Z Moon culminates 48.14 degrees above the horizon 2032-05-02T16:02:14.599Z third quarter 2032-05-02T17:11:06.701Z moonset 2032-05-02T17:21:43.066Z Sun culminates 77.10 degrees above the horizon -2032-05-03T00:01:06.304Z sunset +2032-05-03T00:01:06.305Z sunset 2032-05-03T06:27:46.483Z moonrise -2032-05-03T10:41:55.180Z sunrise +2032-05-03T10:41:55.179Z sunrise 2032-05-03T12:18:35.373Z Moon culminates 52.38 degrees above the horizon -2032-05-03T17:21:37.241Z Sun culminates 77.39 degrees above the horizon -2032-05-03T18:14:16.410Z moonset +2032-05-03T17:21:37.240Z Sun culminates 77.39 degrees above the horizon +2032-05-03T18:14:16.411Z moonset 2032-05-03T20:44:13.969Z lunar perigee at 369498 km 2032-05-04T00:01:42.685Z sunset 2032-05-04T07:09:30.308Z moonrise -2032-05-04T10:41:07.978Z sunrise -2032-05-04T13:10:37.303Z Moon culminates 57.16 degrees above the horizon +2032-05-04T10:41:07.977Z sunrise +2032-05-04T13:10:37.304Z Moon culminates 57.16 degrees above the horizon 2032-05-04T17:21:31.988Z Sun culminates 77.68 degrees above the horizon 2032-05-04T19:17:05.081Z moonset -2032-05-05T00:02:19.147Z sunset +2032-05-05T00:02:19.148Z sunset 2032-05-05T07:49:56.937Z moonrise -2032-05-05T10:40:21.850Z sunrise +2032-05-05T10:40:21.849Z sunrise 2032-05-05T14:01:58.205Z Moon culminates 62.15 degrees above the horizon 2032-05-05T17:21:27.313Z Sun culminates 77.96 degrees above the horizon 2032-05-05T20:19:34.970Z moonset -2032-05-06T00:02:55.677Z sunset -2032-05-06T08:30:13.278Z moonrise -2032-05-06T10:39:36.816Z sunrise +2032-05-06T00:02:55.678Z sunset +2032-05-06T08:30:13.277Z moonrise +2032-05-06T10:39:36.814Z sunrise 2032-05-06T14:53:15.681Z Moon culminates 67.05 degrees above the horizon 2032-05-06T17:21:23.216Z Sun culminates 78.24 degrees above the horizon 2032-05-06T21:21:52.648Z moonset 2032-05-07T00:03:32.260Z sunset -2032-05-07T09:11:22.383Z moonrise -2032-05-07T10:38:52.893Z sunrise -2032-05-07T15:45:01.175Z Moon culminates 71.56 degrees above the horizon +2032-05-07T09:11:22.382Z moonrise +2032-05-07T10:38:52.891Z sunrise +2032-05-07T15:45:01.174Z Moon culminates 71.56 degrees above the horizon 2032-05-07T17:21:19.698Z Sun culminates 78.51 degrees above the horizon 2032-05-07T22:23:53.998Z moonset 2032-05-08T00:04:08.878Z sunset -2032-05-08T09:54:18.022Z moonrise -2032-05-08T10:38:10.098Z sunrise -2032-05-08T16:37:30.940Z Moon culminates 75.40 degrees above the horizon -2032-05-08T17:21:16.759Z Sun culminates 78.78 degrees above the horizon -2032-05-08T17:37:48.214Z Mercury moves from Pisces to Aries -2032-05-08T23:25:13.225Z moonset +2032-05-08T09:54:18.021Z moonrise +2032-05-08T10:38:10.096Z sunrise +2032-05-08T16:37:30.939Z Moon culminates 75.40 degrees above the horizon +2032-05-08T17:21:16.758Z Sun culminates 78.78 degrees above the horizon +2032-05-08T17:37:48.675Z Mercury moves from Pisces to Aries +2032-05-08T23:25:13.224Z moonset 2032-05-09T00:04:45.514Z sunset -2032-05-09T10:37:28.447Z sunrise -2032-05-09T10:39:37.843Z moonrise +2032-05-09T10:37:28.445Z sunrise +2032-05-09T10:39:37.841Z moonrise 2032-05-09T13:36:15.256Z new moon -2032-05-09T17:21:14.396Z Sun culminates 79.04 degrees above the horizon -2032-05-09T17:30:39.570Z Moon culminates 78.33 degrees above the horizon -2032-05-10T00:05:22.147Z sunset -2032-05-10T00:25:00.216Z moonset -2032-05-10T10:36:47.953Z sunrise -2032-05-10T11:27:35.671Z moonrise -2032-05-10T17:21:12.605Z Sun culminates 79.30 degrees above the horizon -2032-05-10T18:23:58.889Z Moon culminates 80.18 degrees above the horizon -2032-05-11T00:05:58.756Z sunset -2032-05-11T01:22:09.751Z moonset +2032-05-09T17:21:14.394Z Sun culminates 79.04 degrees above the horizon +2032-05-09T17:30:39.568Z Moon culminates 78.33 degrees above the horizon +2032-05-10T00:05:22.146Z sunset +2032-05-10T00:25:00.215Z moonset +2032-05-10T10:36:47.952Z sunrise +2032-05-10T11:27:35.669Z moonrise +2032-05-10T17:21:12.604Z Sun culminates 79.30 degrees above the horizon +2032-05-10T18:23:58.888Z Moon culminates 80.18 degrees above the horizon +2032-05-11T00:05:58.754Z sunset +2032-05-11T01:22:09.750Z moonset 2032-05-11T10:36:08.632Z sunrise -2032-05-11T12:17:56.721Z moonrise -2032-05-11T17:21:11.383Z Sun culminates 79.55 degrees above the horizon -2032-05-11T19:16:44.752Z Moon culminates 80.90 degrees above the horizon -2032-05-12T00:06:35.318Z sunset -2032-05-12T02:15:40.503Z moonset +2032-05-11T12:17:56.719Z moonrise +2032-05-11T17:21:11.382Z Sun culminates 79.55 degrees above the horizon +2032-05-11T19:16:44.751Z Moon culminates 80.90 degrees above the horizon +2032-05-12T00:06:35.316Z sunset +2032-05-12T02:15:40.502Z moonset 2032-05-12T10:35:30.497Z sunrise -2032-05-12T13:10:00.913Z moonrise -2032-05-12T17:21:10.726Z Sun culminates 79.80 degrees above the horizon -2032-05-12T20:08:10.562Z Moon culminates 80.50 degrees above the horizon -2032-05-13T00:07:11.811Z sunset -2032-05-13T03:04:54.313Z moonset +2032-05-12T13:10:00.911Z moonrise +2032-05-12T17:21:10.725Z Sun culminates 79.80 degrees above the horizon +2032-05-12T20:08:10.561Z Moon culminates 80.50 degrees above the horizon +2032-05-13T00:07:11.809Z sunset +2032-05-13T03:04:54.312Z moonset 2032-05-13T10:34:53.562Z sunrise -2032-05-13T14:02:55.787Z moonrise +2032-05-13T14:02:55.786Z moonrise 2032-05-13T17:21:10.627Z Sun culminates 80.05 degrees above the horizon -2032-05-13T20:57:41.596Z Moon culminates 79.11 degrees above the horizon -2032-05-14T00:07:48.211Z sunset -2032-05-14T03:49:45.397Z moonset -2032-05-14T10:34:17.838Z sunrise +2032-05-13T20:57:41.595Z Moon culminates 79.11 degrees above the horizon +2032-05-14T00:07:48.210Z sunset +2032-05-14T03:49:45.396Z moonset +2032-05-14T10:34:17.839Z sunrise 2032-05-14T14:55:53.569Z moonrise 2032-05-14T17:21:11.083Z Sun culminates 80.28 degrees above the horizon -2032-05-14T21:45:03.656Z Moon culminates 76.86 degrees above the horizon -2032-05-15T00:08:24.494Z sunset +2032-05-14T21:45:03.655Z Moon culminates 76.86 degrees above the horizon +2032-05-15T00:08:24.493Z sunset 2032-05-15T04:30:37.213Z moonset -2032-05-15T10:33:43.340Z sunrise +2032-05-15T10:33:43.341Z sunrise 2032-05-15T15:48:24.046Z moonrise 2032-05-15T17:21:12.086Z Sun culminates 80.52 degrees above the horizon 2032-05-15T22:30:24.017Z Moon culminates 73.92 degrees above the horizon @@ -25649,51 +25649,51 @@ 2032-05-16T05:08:12.701Z moonset 2032-05-16T10:33:10.080Z sunrise 2032-05-16T16:40:19.107Z moonrise -2032-05-16T17:21:13.632Z Sun culminates 80.74 degrees above the horizon +2032-05-16T17:21:13.633Z Sun culminates 80.74 degrees above the horizon 2032-05-16T22:18:03.248Z lunar apogee at 404262 km 2032-05-16T23:14:07.292Z Moon culminates 70.45 degrees above the horizon 2032-05-17T00:09:36.614Z sunset 2032-05-17T05:43:24.731Z moonset 2032-05-17T09:43:59.342Z first quarter -2032-05-17T10:32:38.070Z sunrise +2032-05-17T10:32:38.069Z sunrise 2032-05-17T17:21:15.716Z Sun culminates 80.97 degrees above the horizon -2032-05-17T17:31:50.525Z moonrise +2032-05-17T17:31:50.526Z moonrise 2032-05-17T23:56:49.997Z Moon culminates 66.59 degrees above the horizon -2032-05-18T00:10:12.404Z sunset -2032-05-18T03:52:10.282Z Venus moves from Aries to Taurus +2032-05-18T00:10:12.405Z sunset +2032-05-18T03:52:10.882Z Venus moves from Aries to Taurus 2032-05-18T06:17:10.109Z moonset -2032-05-18T10:32:07.323Z sunrise -2032-05-18T17:21:18.332Z Sun culminates 81.18 degrees above the horizon +2032-05-18T10:32:07.322Z sunrise +2032-05-18T17:21:18.331Z Sun culminates 81.18 degrees above the horizon 2032-05-18T18:23:24.666Z moonrise -2032-05-19T00:10:47.983Z sunset +2032-05-19T00:10:47.985Z sunset 2032-05-19T00:39:16.054Z Moon culminates 62.47 degrees above the horizon -2032-05-19T03:49:45.820Z Mercury moves from Aries to Taurus +2032-05-19T03:49:46.179Z Mercury moves from Aries to Taurus 2032-05-19T06:50:27.216Z moonset -2032-05-19T10:31:37.852Z sunrise +2032-05-19T10:31:37.850Z sunrise 2032-05-19T17:21:21.474Z Sun culminates 81.39 degrees above the horizon 2032-05-19T19:15:36.482Z moonrise -2032-05-20T00:11:23.329Z sunset +2032-05-20T00:11:23.330Z sunset 2032-05-20T01:22:13.582Z Moon culminates 58.22 degrees above the horizon 2032-05-20T07:24:16.047Z moonset -2032-05-20T10:31:09.668Z sunrise -2032-05-20T17:21:25.138Z Sun culminates 81.60 degrees above the horizon +2032-05-20T10:31:09.666Z sunrise +2032-05-20T17:21:25.137Z Sun culminates 81.60 degrees above the horizon 2032-05-20T20:09:03.181Z moonrise -2032-05-21T00:11:58.419Z sunset +2032-05-21T00:11:58.420Z sunset 2032-05-21T02:06:32.164Z Moon culminates 54.00 degrees above the horizon 2032-05-21T07:59:39.154Z moonset -2032-05-21T10:30:42.784Z sunrise +2032-05-21T10:30:42.783Z sunrise 2032-05-21T17:21:29.318Z Sun culminates 81.80 degrees above the horizon 2032-05-21T21:04:16.616Z moonrise -2032-05-22T00:12:33.231Z sunset +2032-05-22T00:12:33.232Z sunset 2032-05-22T02:52:59.238Z Moon culminates 50.00 degrees above the horizon 2032-05-22T08:37:41.944Z moonset -2032-05-22T10:30:17.211Z sunrise +2032-05-22T10:30:17.210Z sunrise 2032-05-22T17:21:34.009Z Sun culminates 81.99 degrees above the horizon 2032-05-22T22:01:33.185Z moonrise 2032-05-23T00:13:07.743Z sunset 2032-05-23T03:42:14.016Z Moon culminates 46.43 degrees above the horizon 2032-05-23T05:54:13.922Z Mercury superior conjunction -2032-05-23T09:19:30.178Z moonset +2032-05-23T09:19:30.177Z moonset 2032-05-23T10:29:52.961Z sunrise 2032-05-23T17:21:39.207Z Sun culminates 82.18 degrees above the horizon 2032-05-23T23:00:41.353Z moonrise @@ -25702,10 +25702,10 @@ 2032-05-24T10:06:01.834Z moonset 2032-05-24T10:29:30.044Z sunrise 2032-05-24T17:21:44.903Z Sun culminates 82.36 degrees above the horizon -2032-05-25T00:00:51.011Z moonrise +2032-05-25T00:00:51.012Z moonrise 2032-05-25T00:14:15.776Z sunset 2032-05-25T02:37:42.508Z full moon -2032-05-25T05:30:02.294Z Moon culminates 41.68 degrees above the horizon +2032-05-25T05:30:02.295Z Moon culminates 41.68 degrees above the horizon 2032-05-25T10:29:08.471Z sunrise 2032-05-25T10:57:51.456Z moonset 2032-05-25T15:31:40.561Z Mercury perihelion at 0.3075 AU @@ -25714,16 +25714,16 @@ 2032-05-26T01:00:34.415Z moonrise 2032-05-26T06:27:41.476Z Moon culminates 41.01 degrees above the horizon 2032-05-26T10:28:48.249Z sunrise -2032-05-26T11:54:50.730Z moonset +2032-05-26T11:54:50.731Z moonset 2032-05-26T17:21:57.768Z Sun culminates 82.71 degrees above the horizon 2032-05-27T00:15:22.335Z sunset -2032-05-27T01:58:07.532Z moonrise +2032-05-27T01:58:07.531Z moonrise 2032-05-27T07:26:17.889Z Moon culminates 41.69 degrees above the horizon 2032-05-27T10:28:29.388Z sunrise 2032-05-27T12:55:58.636Z moonset 2032-05-27T17:22:04.920Z Sun culminates 82.87 degrees above the horizon 2032-05-28T00:15:55.001Z sunset -2032-05-28T02:52:05.693Z moonrise +2032-05-28T02:52:05.692Z moonrise 2032-05-28T08:24:25.456Z Moon culminates 43.70 degrees above the horizon 2032-05-28T10:28:11.893Z sunrise 2032-05-28T13:59:35.855Z moonset @@ -25732,21 +25732,21 @@ 2032-05-29T02:44:51.310Z lunar perigee at 367635 km 2032-05-29T03:41:51.227Z moonrise 2032-05-29T09:20:58.117Z Moon culminates 46.88 degrees above the horizon -2032-05-29T10:27:55.771Z sunrise +2032-05-29T10:27:55.772Z sunrise 2032-05-29T15:03:59.970Z moonset 2032-05-29T17:22:20.615Z Sun culminates 83.18 degrees above the horizon 2032-05-30T00:16:58.975Z sunset -2032-05-30T04:27:37.054Z moonrise +2032-05-30T04:27:37.053Z moonrise 2032-05-30T10:15:26.832Z Moon culminates 50.96 degrees above the horizon -2032-05-30T10:27:41.026Z sunrise +2032-05-30T10:27:41.027Z sunrise 2032-05-30T16:07:57.939Z moonset 2032-05-30T17:22:29.134Z Sun culminates 83.32 degrees above the horizon -2032-05-31T00:17:30.228Z sunset +2032-05-31T00:17:30.227Z sunset 2032-05-31T05:10:11.880Z moonrise 2032-05-31T10:27:27.661Z sunrise 2032-05-31T11:07:58.873Z Moon culminates 55.62 degrees above the horizon 2032-05-31T17:10:57.335Z moonset -2032-05-31T17:22:38.085Z Sun culminates 83.46 degrees above the horizon +2032-05-31T17:22:38.084Z Sun culminates 83.46 degrees above the horizon 2032-05-31T20:51:39.329Z third quarter 2032-06-01T00:18:00.951Z sunset 2032-06-01T05:50:42.096Z moonrise @@ -25754,95 +25754,95 @@ 2032-06-01T11:59:06.220Z Moon culminates 60.55 degrees above the horizon 2032-06-01T17:22:47.450Z Sun culminates 83.59 degrees above the horizon 2032-06-01T18:12:57.922Z moonset -2032-06-02T00:18:31.116Z sunset +2032-06-02T00:18:31.117Z sunset 2032-06-02T06:30:19.013Z moonrise 2032-06-02T08:31:44.643Z Venus superior conjunction -2032-06-02T10:27:05.068Z sunrise +2032-06-02T10:27:05.067Z sunrise 2032-06-02T12:49:31.872Z Moon culminates 65.45 degrees above the horizon 2032-06-02T17:22:57.215Z Sun culminates 83.72 degrees above the horizon 2032-06-02T19:14:14.778Z moonset 2032-06-03T00:19:00.691Z sunset 2032-06-03T07:10:11.755Z moonrise -2032-06-03T10:26:55.835Z sunrise -2032-06-03T13:39:58.113Z Moon culminates 70.04 degrees above the horizon -2032-06-03T17:23:07.360Z Sun culminates 83.84 degrees above the horizon -2032-06-03T20:15:01.163Z moonset +2032-06-03T10:26:55.834Z sunrise +2032-06-03T13:39:58.112Z Moon culminates 70.04 degrees above the horizon +2032-06-03T17:23:07.359Z Sun culminates 83.84 degrees above the horizon +2032-06-03T20:15:01.162Z moonset 2032-06-04T00:19:29.643Z sunset 2032-06-04T07:51:22.649Z moonrise -2032-06-04T10:26:47.971Z sunrise -2032-06-04T14:30:56.907Z Moon culminates 74.07 degrees above the horizon -2032-06-04T17:23:17.866Z Sun culminates 83.95 degrees above the horizon -2032-06-04T21:15:14.622Z moonset +2032-06-04T10:26:47.969Z sunrise +2032-06-04T14:30:56.906Z Moon culminates 74.07 degrees above the horizon +2032-06-04T17:23:17.865Z Sun culminates 83.95 degrees above the horizon +2032-06-04T21:15:14.621Z moonset 2032-06-05T00:19:57.939Z sunset -2032-06-05T08:34:42.058Z moonrise -2032-06-05T10:26:41.467Z sunrise -2032-06-05T13:28:36.412Z Mercury moves from Taurus to Gemini -2032-06-05T15:22:42.067Z Moon culminates 77.31 degrees above the horizon -2032-06-05T17:23:28.711Z Sun culminates 84.06 degrees above the horizon -2032-06-05T22:14:28.815Z moonset +2032-06-05T08:34:42.057Z moonrise +2032-06-05T10:26:41.464Z sunrise +2032-06-05T13:28:36.832Z Mercury moves from Taurus to Gemini +2032-06-05T15:22:42.066Z Moon culminates 77.31 degrees above the horizon +2032-06-05T17:23:28.709Z Sun culminates 84.06 degrees above the horizon +2032-06-05T22:14:28.813Z moonset 2032-06-06T00:20:25.544Z sunset -2032-06-06T09:20:41.292Z moonrise -2032-06-06T10:26:36.312Z sunrise -2032-06-06T16:15:04.360Z Moon culminates 79.58 degrees above the horizon -2032-06-06T17:23:39.872Z Sun culminates 84.16 degrees above the horizon -2032-06-06T23:11:54.462Z moonset -2032-06-07T00:20:52.425Z sunset -2032-06-07T10:09:25.191Z moonrise -2032-06-07T10:26:32.496Z sunrise -2032-06-07T17:07:32.372Z Moon culminates 80.77 degrees above the horizon -2032-06-07T17:23:51.326Z Sun culminates 84.25 degrees above the horizon -2032-06-08T00:06:31.372Z moonset -2032-06-08T00:21:18.544Z sunset +2032-06-06T09:20:41.291Z moonrise +2032-06-06T10:26:36.310Z sunrise +2032-06-06T16:15:04.358Z Moon culminates 79.58 degrees above the horizon +2032-06-06T17:23:39.870Z Sun culminates 84.16 degrees above the horizon +2032-06-06T23:11:54.460Z moonset +2032-06-07T00:20:52.423Z sunset +2032-06-07T10:09:25.190Z moonrise +2032-06-07T10:26:32.495Z sunrise +2032-06-07T17:07:32.370Z Moon culminates 80.77 degrees above the horizon +2032-06-07T17:23:51.324Z Sun culminates 84.25 degrees above the horizon +2032-06-08T00:06:31.370Z moonset +2032-06-08T00:21:18.542Z sunset 2032-06-08T01:32:40.473Z new moon 2032-06-08T10:26:30.004Z sunrise -2032-06-08T11:00:29.073Z moonrise -2032-06-08T17:24:03.047Z Sun culminates 84.33 degrees above the horizon -2032-06-08T17:59:21.058Z Moon culminates 80.84 degrees above the horizon -2032-06-09T00:21:43.866Z sunset -2032-06-09T00:57:27.528Z moonset +2032-06-08T11:00:29.072Z moonrise +2032-06-08T17:24:03.045Z Sun culminates 84.33 degrees above the horizon +2032-06-08T17:59:21.056Z Moon culminates 80.84 degrees above the horizon +2032-06-09T00:21:43.864Z sunset +2032-06-09T00:57:27.526Z moonset 2032-06-09T10:26:28.822Z sunrise 2032-06-09T11:53:04.951Z moonrise -2032-06-09T17:24:15.010Z Sun culminates 84.41 degrees above the horizon +2032-06-09T17:24:15.009Z Sun culminates 84.41 degrees above the horizon 2032-06-09T18:49:45.771Z Moon culminates 79.87 degrees above the horizon -2032-06-10T00:22:08.357Z sunset -2032-06-10T01:44:15.469Z moonset -2032-06-10T10:26:28.933Z sunrise +2032-06-10T00:22:08.354Z sunset +2032-06-10T01:44:15.467Z moonset +2032-06-10T10:26:28.934Z sunrise 2032-06-10T12:46:16.756Z moonrise -2032-06-10T17:24:27.189Z Sun culminates 84.49 degrees above the horizon -2032-06-10T19:38:15.607Z Moon culminates 77.96 degrees above the horizon -2032-06-11T00:22:31.979Z sunset -2032-06-11T02:26:57.980Z moonset -2032-06-11T10:26:30.321Z sunrise -2032-06-11T13:39:17.566Z moonrise +2032-06-10T17:24:27.188Z Sun culminates 84.49 degrees above the horizon +2032-06-10T19:38:15.606Z Moon culminates 77.96 degrees above the horizon +2032-06-11T00:22:31.978Z sunset +2032-06-11T02:26:57.979Z moonset +2032-06-11T10:26:30.322Z sunrise +2032-06-11T13:39:17.567Z moonrise 2032-06-11T17:24:39.558Z Sun culminates 84.55 degrees above the horizon 2032-06-11T20:24:40.487Z Moon culminates 75.29 degrees above the horizon -2032-06-12T00:22:54.700Z sunset -2032-06-12T03:06:03.320Z moonset -2032-06-12T10:26:32.968Z sunrise -2032-06-12T14:31:40.886Z moonrise -2032-06-12T16:40:15.943Z Mars moves from Taurus to Gemini +2032-06-12T00:22:54.699Z sunset +2032-06-12T03:06:03.319Z moonset +2032-06-12T10:26:32.969Z sunrise +2032-06-12T14:31:40.887Z moonrise +2032-06-12T16:40:17.109Z Mars moves from Taurus to Gemini 2032-06-12T17:24:52.092Z Sun culminates 84.61 degrees above the horizon 2032-06-12T21:09:11.091Z Moon culminates 72.02 degrees above the horizon 2032-06-13T00:23:16.485Z sunset -2032-06-13T03:42:15.994Z moonset -2032-06-13T10:26:36.855Z sunrise +2032-06-13T03:42:15.993Z moonset +2032-06-13T10:26:36.856Z sunrise 2032-06-13T15:23:23.299Z moonrise 2032-06-13T16:27:01.920Z lunar apogee at 404831 km -2032-06-13T17:25:04.764Z Sun culminates 84.66 degrees above the horizon +2032-06-13T17:25:04.765Z Sun culminates 84.66 degrees above the horizon 2032-06-13T21:52:14.527Z Moon culminates 68.31 degrees above the horizon 2032-06-14T00:23:37.303Z sunset -2032-06-14T04:16:28.725Z moonset +2032-06-14T04:16:28.724Z moonset 2032-06-14T10:26:41.965Z sunrise -2032-06-14T16:14:41.054Z moonrise -2032-06-14T17:25:17.550Z Sun culminates 84.71 degrees above the horizon +2032-06-14T16:14:41.055Z moonrise +2032-06-14T17:25:17.551Z Sun culminates 84.71 degrees above the horizon 2032-06-14T22:34:29.228Z Moon culminates 64.30 degrees above the horizon -2032-06-15T00:23:57.122Z sunset -2032-06-15T04:49:37.885Z moonset +2032-06-15T00:23:57.123Z sunset +2032-06-15T04:49:37.884Z moonset 2032-06-15T10:26:48.277Z sunrise -2032-06-15T17:06:04.325Z moonrise +2032-06-15T17:06:04.326Z moonrise 2032-06-15T17:25:30.426Z Sun culminates 84.75 degrees above the horizon 2032-06-15T23:16:40.916Z Moon culminates 60.13 degrees above the horizon -2032-06-16T00:24:15.914Z sunset +2032-06-16T00:24:15.915Z sunset 2032-06-16T03:00:27.713Z first quarter 2032-06-16T05:22:42.142Z moonset 2032-06-16T10:26:55.773Z sunrise @@ -25851,7 +25851,7 @@ 2032-06-16T23:59:39.765Z Moon culminates 55.93 degrees above the horizon 2032-06-17T00:24:33.652Z sunset 2032-06-17T04:26:15.664Z Saturn conjunction -2032-06-17T04:40:44.557Z Venus moves from Taurus to Gemini +2032-06-17T04:40:45.192Z Venus moves from Taurus to Gemini 2032-06-17T05:56:43.121Z moonset 2032-06-17T10:27:04.433Z sunrise 2032-06-17T17:25:56.351Z Sun culminates 84.80 degrees above the horizon @@ -25866,227 +25866,227 @@ 2032-06-19T00:25:05.862Z sunset 2032-06-19T01:31:24.803Z Moon culminates 48.10 degrees above the horizon 2032-06-19T07:12:02.725Z moonset -2032-06-19T10:27:25.166Z sunrise +2032-06-19T10:27:25.167Z sunrise 2032-06-19T17:26:22.361Z Sun culminates 84.83 degrees above the horizon 2032-06-19T20:44:41.948Z moonrise 2032-06-20T00:25:20.289Z sunset 2032-06-20T02:21:41.232Z Moon culminates 44.89 degrees above the horizon -2032-06-20T07:55:41.819Z moonset -2032-06-20T10:27:37.200Z sunrise -2032-06-20T17:26:35.344Z Sun culminates 84.83 degrees above the horizon -2032-06-20T19:08:39.587Z June solstice +2032-06-20T07:55:41.820Z moonset +2032-06-20T10:27:37.201Z sunrise +2032-06-20T17:26:35.345Z Sun culminates 84.83 degrees above the horizon +2032-06-20T19:08:38.526Z June solstice 2032-06-20T21:44:10.606Z moonrise -2032-06-21T00:25:33.570Z sunset -2032-06-21T03:15:26.369Z Moon culminates 42.48 degrees above the horizon -2032-06-21T08:44:43.537Z moonset -2032-06-21T10:27:50.318Z sunrise +2032-06-21T00:25:33.569Z sunset +2032-06-21T03:15:26.370Z Moon culminates 42.48 degrees above the horizon +2032-06-21T08:44:43.538Z moonset +2032-06-21T10:27:50.319Z sunrise 2032-06-21T17:26:48.287Z Sun culminates 84.83 degrees above the horizon 2032-06-21T22:44:32.593Z moonrise 2032-06-22T00:25:45.684Z sunset -2032-06-22T04:12:24.544Z Moon culminates 41.17 degrees above the horizon -2032-06-22T09:39:36.341Z moonset -2032-06-22T10:28:04.499Z sunrise +2032-06-22T04:12:24.545Z Moon culminates 41.17 degrees above the horizon +2032-06-22T09:39:36.343Z moonset +2032-06-22T10:28:04.501Z sunrise 2032-06-22T17:27:01.169Z Sun culminates 84.82 degrees above the horizon 2032-06-22T23:44:10.340Z moonrise 2032-06-23T00:25:56.614Z sunset 2032-06-23T05:11:37.547Z Moon culminates 41.17 degrees above the horizon -2032-06-23T10:28:19.723Z sunrise -2032-06-23T10:39:54.826Z moonset +2032-06-23T10:28:19.725Z sunrise +2032-06-23T10:39:54.827Z moonset 2032-06-23T11:32:58.230Z full moon -2032-06-23T17:27:13.970Z Sun culminates 84.80 degrees above the horizon -2032-06-23T23:52:29.043Z Mercury moves from Gemini to Cancer -2032-06-24T00:26:06.344Z sunset -2032-06-24T00:41:16.151Z moonrise +2032-06-23T17:27:13.971Z Sun culminates 84.80 degrees above the horizon +2032-06-23T23:52:29.813Z Mercury moves from Gemini to Cancer +2032-06-24T00:26:06.343Z sunset +2032-06-24T00:41:16.150Z moonrise 2032-06-24T06:11:34.877Z Moon culminates 42.60 degrees above the horizon -2032-06-24T10:28:35.968Z sunrise -2032-06-24T11:44:13.236Z moonset +2032-06-24T10:28:35.969Z sunrise +2032-06-24T11:44:13.237Z moonset 2032-06-24T17:27:26.673Z Sun culminates 84.78 degrees above the horizon 2032-06-25T00:26:14.855Z sunset -2032-06-25T01:34:31.470Z moonrise +2032-06-25T01:34:31.469Z moonrise 2032-06-25T07:10:42.956Z Moon culminates 45.36 degrees above the horizon -2032-06-25T10:28:53.212Z sunrise -2032-06-25T12:50:30.479Z moonset +2032-06-25T10:28:53.213Z sunrise +2032-06-25T12:50:30.480Z moonset 2032-06-25T14:50:29.023Z lunar perigee at 362643 km 2032-06-25T17:27:39.257Z Sun culminates 84.75 degrees above the horizon -2032-06-26T00:26:22.133Z sunset +2032-06-26T00:26:22.132Z sunset 2032-06-26T02:10:00.656Z Mercury max evening elongation: 25.37 degrees from Sun -2032-06-26T02:23:31.201Z moonrise -2032-06-26T03:53:22.312Z Jupiter moves from Capricornus to Sagittarius +2032-06-26T02:23:31.200Z moonrise +2032-06-26T03:53:14.589Z Jupiter moves from Capricornus to Sagittarius 2032-06-26T08:07:56.445Z Moon culminates 49.21 degrees above the horizon -2032-06-26T10:29:11.431Z sunrise -2032-06-26T13:56:54.293Z moonset +2032-06-26T10:29:11.432Z sunrise +2032-06-26T13:56:54.294Z moonset 2032-06-26T17:27:51.702Z Sun culminates 84.71 degrees above the horizon 2032-06-27T00:26:28.162Z sunset -2032-06-27T03:08:40.694Z moonrise +2032-06-27T03:08:40.693Z moonrise 2032-06-27T09:02:52.425Z Moon culminates 53.81 degrees above the horizon -2032-06-27T10:29:30.603Z sunrise -2032-06-27T15:02:13.249Z moonset +2032-06-27T10:29:30.604Z sunrise +2032-06-27T15:02:13.250Z moonset 2032-06-27T17:28:03.991Z Sun culminates 84.67 degrees above the horizon -2032-06-28T00:26:32.928Z sunset +2032-06-28T00:26:32.927Z sunset 2032-06-28T03:50:56.912Z moonrise 2032-06-28T09:55:44.858Z Moon culminates 58.79 degrees above the horizon 2032-06-28T10:29:50.703Z sunrise -2032-06-28T15:07:51.467Z Saturn moves from Taurus to Orion +2032-06-28T15:07:57.519Z Saturn moves from Taurus to Orion 2032-06-28T16:06:01.063Z moonset 2032-06-28T17:28:16.102Z Sun culminates 84.62 degrees above the horizon 2032-06-29T00:26:36.415Z sunset -2032-06-29T04:31:29.931Z moonrise +2032-06-29T04:31:29.930Z moonrise 2032-06-29T10:30:11.704Z sunrise 2032-06-29T10:47:09.712Z Moon culminates 63.81 degrees above the horizon -2032-06-29T17:08:21.844Z moonset -2032-06-29T17:28:28.016Z Sun culminates 84.56 degrees above the horizon -2032-06-30T00:26:38.610Z sunset +2032-06-29T17:08:21.845Z moonset +2032-06-29T17:28:28.017Z Sun culminates 84.56 degrees above the horizon +2032-06-30T00:26:38.611Z sunset 2032-06-30T02:12:14.357Z third quarter -2032-06-30T05:11:31.230Z moonrise +2032-06-30T05:11:31.229Z moonrise 2032-06-30T10:30:33.580Z sunrise 2032-06-30T11:37:50.175Z Moon culminates 68.55 degrees above the horizon 2032-06-30T17:28:39.713Z Sun culminates 84.50 degrees above the horizon 2032-06-30T18:09:30.485Z moonset -2032-07-01T00:26:39.501Z sunset -2032-07-01T05:52:07.358Z moonrise -2032-07-01T10:30:56.302Z sunrise +2032-07-01T00:26:39.502Z sunset +2032-07-01T05:52:07.357Z moonrise +2032-07-01T10:30:56.301Z sunrise 2032-07-01T12:28:25.128Z Moon culminates 72.78 degrees above the horizon 2032-07-01T17:28:51.171Z Sun culminates 84.43 degrees above the horizon 2032-07-01T19:09:35.965Z moonset -2032-07-02T00:26:39.075Z sunset +2032-07-02T00:26:39.076Z sunset 2032-07-02T06:34:15.406Z moonrise -2032-07-02T10:31:19.839Z sunrise -2032-07-02T13:19:20.612Z Moon culminates 76.27 degrees above the horizon -2032-07-02T17:29:02.368Z Sun culminates 84.35 degrees above the horizon -2032-07-02T20:08:30.300Z moonset -2032-07-03T00:26:37.318Z sunset -2032-07-03T07:18:37.685Z moonrise -2032-07-03T10:31:44.158Z sunrise -2032-07-03T14:10:43.943Z Moon culminates 78.86 degrees above the horizon -2032-07-03T17:29:13.282Z Sun culminates 84.26 degrees above the horizon -2032-07-03T21:05:44.827Z moonset -2032-07-04T00:26:34.219Z sunset -2032-07-04T08:05:35.215Z moonrise -2032-07-04T10:32:09.227Z sunrise -2032-07-04T15:02:21.613Z Moon culminates 80.42 degrees above the horizon -2032-07-04T17:29:23.889Z Sun culminates 84.17 degrees above the horizon -2032-07-04T22:00:35.461Z moonset +2032-07-02T10:31:19.837Z sunrise +2032-07-02T13:19:20.611Z Moon culminates 76.27 degrees above the horizon +2032-07-02T17:29:02.367Z Sun culminates 84.35 degrees above the horizon +2032-07-02T20:08:30.299Z moonset +2032-07-03T00:26:37.319Z sunset +2032-07-03T07:18:37.684Z moonrise +2032-07-03T10:31:44.156Z sunrise +2032-07-03T14:10:43.942Z Moon culminates 78.86 degrees above the horizon +2032-07-03T17:29:13.281Z Sun culminates 84.26 degrees above the horizon +2032-07-03T21:05:44.825Z moonset +2032-07-04T00:26:34.220Z sunset +2032-07-04T08:05:35.214Z moonrise +2032-07-04T10:32:09.226Z sunrise +2032-07-04T15:02:21.612Z Moon culminates 80.42 degrees above the horizon +2032-07-04T17:29:23.888Z Sun culminates 84.17 degrees above the horizon +2032-07-04T22:00:35.460Z moonset 2032-07-05T00:26:29.766Z sunset 2032-07-05T08:55:02.526Z moonrise -2032-07-05T10:32:35.012Z sunrise +2032-07-05T10:32:35.011Z sunrise 2032-07-05T11:32:15.143Z Earth aphelion at 1.0167 AU -2032-07-05T15:53:42.834Z Moon culminates 80.92 degrees above the horizon -2032-07-05T17:29:34.168Z Sun culminates 84.07 degrees above the horizon -2032-07-05T22:52:15.905Z moonset -2032-07-06T00:26:23.948Z sunset +2032-07-05T15:53:42.833Z Moon culminates 80.92 degrees above the horizon +2032-07-05T17:29:34.167Z Sun culminates 84.07 degrees above the horizon +2032-07-05T22:52:15.904Z moonset +2032-07-06T00:26:23.946Z sunset 2032-07-06T09:46:28.188Z moonrise 2032-07-06T10:33:01.477Z sunrise -2032-07-06T16:44:08.957Z Moon culminates 80.35 degrees above the horizon -2032-07-06T17:29:44.095Z Sun culminates 83.97 degrees above the horizon -2032-07-06T23:40:13.075Z moonset -2032-07-07T00:26:16.752Z sunset -2032-07-07T10:33:28.587Z sunrise +2032-07-06T16:44:08.956Z Moon culminates 80.35 degrees above the horizon +2032-07-06T17:29:44.094Z Sun culminates 83.97 degrees above the horizon +2032-07-06T23:40:13.073Z moonset +2032-07-07T00:26:16.750Z sunset +2032-07-07T10:33:28.588Z sunrise 2032-07-07T10:39:03.838Z moonrise 2032-07-07T14:42:04.563Z new moon -2032-07-07T17:29:53.646Z Sun culminates 83.86 degrees above the horizon +2032-07-07T17:29:53.645Z Sun culminates 83.86 degrees above the horizon 2032-07-07T17:33:05.583Z Moon culminates 78.82 degrees above the horizon -2032-07-08T00:24:17.128Z moonset -2032-07-08T00:26:08.170Z sunset -2032-07-08T10:33:56.306Z sunrise -2032-07-08T11:31:59.106Z moonrise +2032-07-08T00:24:17.127Z moonset +2032-07-08T00:26:08.168Z sunset +2032-07-08T10:33:56.307Z sunrise +2032-07-08T11:31:59.107Z moonrise 2032-07-08T15:09:02.023Z Mercury aphelion at 0.4667 AU 2032-07-08T17:30:02.799Z Sun culminates 83.74 degrees above the horizon 2032-07-08T18:20:12.312Z Moon culminates 76.46 degrees above the horizon -2032-07-09T00:25:58.192Z sunset -2032-07-09T01:04:42.475Z moonset +2032-07-09T00:25:58.191Z sunset +2032-07-09T01:04:42.473Z moonset 2032-07-09T07:24:34.900Z Venus perihelion at 0.7185 AU -2032-07-09T10:34:24.598Z sunrise -2032-07-09T12:24:35.593Z moonrise -2032-07-09T16:10:33.337Z Venus moves from Gemini to Cancer +2032-07-09T10:34:24.600Z sunrise +2032-07-09T12:24:35.594Z moonrise +2032-07-09T16:10:33.972Z Venus moves from Gemini to Cancer 2032-07-09T17:30:11.533Z Sun culminates 83.62 degrees above the horizon 2032-07-09T19:05:26.873Z Moon culminates 73.42 degrees above the horizon 2032-07-10T00:25:46.811Z sunset -2032-07-10T01:42:02.174Z moonset -2032-07-10T10:34:53.429Z sunrise -2032-07-10T13:16:34.498Z moonrise +2032-07-10T01:42:02.173Z moonset +2032-07-10T10:34:53.430Z sunrise +2032-07-10T13:16:34.500Z moonrise 2032-07-10T17:30:19.826Z Sun culminates 83.49 degrees above the horizon 2032-07-10T19:49:04.043Z Moon culminates 69.88 degrees above the horizon 2032-07-11T00:25:34.021Z sunset -2032-07-11T02:17:00.657Z moonset +2032-07-11T02:17:00.656Z moonset 2032-07-11T05:38:22.626Z Mars conjunction 2032-07-11T07:49:17.346Z lunar apogee at 405815 km -2032-07-11T10:35:22.762Z sunrise -2032-07-11T14:07:57.277Z moonrise -2032-07-11T17:30:27.658Z Sun culminates 83.35 degrees above the horizon +2032-07-11T10:35:22.763Z sunrise +2032-07-11T14:07:57.279Z moonrise +2032-07-11T17:30:27.659Z Sun culminates 83.35 degrees above the horizon 2032-07-11T20:31:31.943Z Moon culminates 65.99 degrees above the horizon -2032-07-12T00:25:19.816Z sunset -2032-07-12T02:50:28.238Z moonset -2032-07-12T10:35:52.564Z sunrise -2032-07-12T14:59:02.006Z moonrise +2032-07-12T00:25:19.817Z sunset +2032-07-12T02:50:28.237Z moonset +2032-07-12T10:35:52.565Z sunrise +2032-07-12T14:59:02.007Z moonrise 2032-07-12T17:30:35.011Z Sun culminates 83.21 degrees above the horizon 2032-07-12T21:13:28.111Z Moon culminates 61.91 degrees above the horizon -2032-07-13T00:25:04.195Z sunset -2032-07-13T03:23:18.450Z moonset +2032-07-13T00:25:04.196Z sunset +2032-07-13T03:23:18.449Z moonset 2032-07-13T10:36:22.802Z sunrise -2032-07-13T15:50:18.227Z moonrise -2032-07-13T17:30:41.867Z Sun culminates 83.06 degrees above the horizon +2032-07-13T15:50:18.228Z moonrise +2032-07-13T17:30:41.868Z Sun culminates 83.06 degrees above the horizon 2032-07-13T21:55:36.462Z Moon culminates 57.76 degrees above the horizon -2032-07-14T00:24:47.156Z sunset -2032-07-14T03:56:27.728Z moonset -2032-07-14T10:36:53.443Z sunrise -2032-07-14T16:42:21.475Z moonrise +2032-07-14T00:24:47.157Z sunset +2032-07-14T03:56:27.727Z moonset +2032-07-14T10:36:53.444Z sunrise +2032-07-14T16:42:21.476Z moonrise 2032-07-14T17:30:48.212Z Sun culminates 82.90 degrees above the horizon 2032-07-14T22:38:44.984Z Moon culminates 53.69 degrees above the horizon -2032-07-15T00:24:28.700Z sunset -2032-07-15T04:30:56.419Z moonset -2032-07-15T10:37:24.457Z sunrise +2032-07-15T00:24:28.701Z sunset +2032-07-15T04:30:56.418Z moonset +2032-07-15T10:37:24.458Z sunrise 2032-07-15T17:30:54.031Z Sun culminates 82.74 degrees above the horizon -2032-07-15T17:35:47.105Z moonrise +2032-07-15T17:35:47.106Z moonrise 2032-07-15T18:32:37.544Z first quarter 2032-07-15T23:23:43.204Z Moon culminates 49.85 degrees above the horizon 2032-07-16T00:24:08.832Z sunset 2032-07-16T05:07:49.882Z moonset -2032-07-16T10:37:55.815Z sunrise -2032-07-16T17:30:59.311Z Sun culminates 82.58 degrees above the horizon -2032-07-16T18:31:02.227Z moonrise -2032-07-17T00:11:17.955Z Moon culminates 46.44 degrees above the horizon -2032-07-17T00:23:47.555Z sunset -2032-07-17T05:48:17.889Z moonset -2032-07-17T10:38:27.489Z sunrise +2032-07-16T10:37:55.816Z sunrise +2032-07-16T17:30:59.312Z Sun culminates 82.58 degrees above the horizon +2032-07-16T18:31:02.228Z moonrise +2032-07-17T00:11:17.956Z Moon culminates 46.44 degrees above the horizon +2032-07-17T00:23:47.554Z sunset +2032-07-17T05:48:17.888Z moonset +2032-07-17T10:38:27.491Z sunrise 2032-07-17T17:31:04.044Z Sun culminates 82.40 degrees above the horizon -2032-07-17T19:28:14.843Z moonrise -2032-07-18T00:23:24.877Z sunset -2032-07-18T01:02:05.805Z Moon culminates 43.67 degrees above the horizon -2032-07-18T06:33:29.570Z moonset -2032-07-18T10:38:59.452Z sunrise -2032-07-18T17:31:08.219Z Sun culminates 82.22 degrees above the horizon -2032-07-18T20:02:21.891Z Saturn moves from Orion to Gemini -2032-07-18T20:27:01.619Z moonrise +2032-07-17T19:28:14.844Z moonrise +2032-07-18T00:23:24.876Z sunset +2032-07-18T01:02:05.806Z Moon culminates 43.67 degrees above the horizon +2032-07-18T06:33:29.571Z moonset +2032-07-18T10:38:59.454Z sunrise +2032-07-18T17:31:08.220Z Sun culminates 82.22 degrees above the horizon +2032-07-18T20:02:28.303Z Saturn moves from Orion to Gemini +2032-07-18T20:27:01.621Z moonrise 2032-07-19T00:23:00.806Z sunset -2032-07-19T01:56:21.464Z Moon culminates 41.80 degrees above the horizon -2032-07-19T07:24:20.544Z moonset +2032-07-19T01:56:21.465Z Moon culminates 41.80 degrees above the horizon +2032-07-19T07:24:20.545Z moonset 2032-07-19T08:22:19.375Z Jupiter opposition -2032-07-19T10:39:31.680Z sunrise -2032-07-19T17:31:11.830Z Sun culminates 82.04 degrees above the horizon -2032-07-19T21:26:20.702Z moonrise +2032-07-19T10:39:31.682Z sunrise +2032-07-19T17:31:11.831Z Sun culminates 82.04 degrees above the horizon +2032-07-19T21:26:20.703Z moonrise 2032-07-20T00:22:35.354Z sunset -2032-07-20T02:53:45.058Z Moon culminates 41.10 degrees above the horizon -2032-07-20T08:21:11.521Z moonset -2032-07-20T10:40:04.148Z sunrise -2032-07-20T17:31:14.870Z Sun culminates 81.85 degrees above the horizon -2032-07-20T22:24:40.097Z moonrise -2032-07-21T00:22:08.533Z sunset +2032-07-20T02:53:45.059Z Moon culminates 41.10 degrees above the horizon +2032-07-20T08:21:11.522Z moonset +2032-07-20T10:40:04.150Z sunrise +2032-07-20T17:31:14.871Z Sun culminates 81.85 degrees above the horizon +2032-07-20T22:24:40.098Z moonrise +2032-07-21T00:22:08.532Z sunset 2032-07-21T03:53:16.889Z Moon culminates 41.75 degrees above the horizon -2032-07-21T09:23:27.139Z moonset -2032-07-21T10:40:36.834Z sunrise +2032-07-21T09:23:27.140Z moonset +2032-07-21T10:40:36.835Z sunrise 2032-07-21T17:31:17.335Z Sun culminates 81.65 degrees above the horizon 2032-07-21T23:20:25.868Z moonrise 2032-07-22T00:21:40.354Z sunset -2032-07-22T04:53:29.701Z Moon culminates 43.81 degrees above the horizon +2032-07-22T04:53:29.702Z Moon culminates 43.81 degrees above the horizon 2032-07-22T10:29:34.108Z moonset -2032-07-22T10:41:09.717Z sunrise +2032-07-22T10:41:09.718Z sunrise 2032-07-22T17:31:19.221Z Sun culminates 81.45 degrees above the horizon 2032-07-22T18:51:58.159Z full moon 2032-07-23T00:12:36.244Z moonrise 2032-07-23T00:21:10.832Z sunset 2032-07-23T05:52:57.145Z Moon culminates 47.17 degrees above the horizon -2032-07-23T10:41:42.776Z sunrise -2032-07-23T11:37:29.990Z moonset +2032-07-23T10:41:42.777Z sunrise +2032-07-23T11:37:29.991Z moonset 2032-07-23T17:24:45.639Z Mercury inferior conjunction 2032-07-23T17:31:20.525Z Sun culminates 81.24 degrees above the horizon 2032-07-23T18:44:49.013Z lunar perigee at 358592 km @@ -26095,78 +26095,78 @@ 2032-07-24T06:50:41.449Z Moon culminates 51.54 degrees above the horizon 2032-07-24T10:42:15.993Z sunrise 2032-07-24T12:45:25.881Z moonset -2032-07-24T16:18:11.610Z Mars moves from Gemini to Cancer -2032-07-24T17:31:21.245Z Sun culminates 81.03 degrees above the horizon +2032-07-24T16:18:12.859Z Mars moves from Gemini to Cancer +2032-07-24T17:31:21.246Z Sun culminates 81.03 degrees above the horizon 2032-07-25T00:20:07.818Z sunset -2032-07-25T01:46:05.744Z moonrise +2032-07-25T01:46:05.743Z moonrise 2032-07-25T07:46:23.947Z Moon culminates 56.51 degrees above the horizon -2032-07-25T10:42:49.348Z sunrise -2032-07-25T13:52:13.167Z moonset +2032-07-25T10:42:49.349Z sunrise +2032-07-25T13:52:13.168Z moonset 2032-07-25T17:31:21.381Z Sun culminates 80.81 degrees above the horizon -2032-07-25T19:27:24.725Z Venus moves from Cancer to Leo +2032-07-25T19:27:25.360Z Venus moves from Cancer to Leo 2032-07-26T00:19:34.356Z sunset -2032-07-26T02:28:53.456Z moonrise +2032-07-26T02:28:53.455Z moonrise 2032-07-26T08:40:18.043Z Moon culminates 61.70 degrees above the horizon 2032-07-26T10:43:22.826Z sunrise 2032-07-26T14:57:23.676Z moonset -2032-07-26T17:31:20.930Z Sun culminates 80.59 degrees above the horizon -2032-07-27T00:18:59.612Z sunset -2032-07-27T03:10:29.014Z moonrise +2032-07-26T17:31:20.931Z Sun culminates 80.59 degrees above the horizon +2032-07-27T00:18:59.613Z sunset +2032-07-27T03:10:29.013Z moonrise 2032-07-27T09:32:54.643Z Moon culminates 66.71 degrees above the horizon 2032-07-27T10:43:56.407Z sunrise 2032-07-27T16:00:53.792Z moonset 2032-07-27T17:31:19.894Z Sun culminates 80.36 degrees above the horizon -2032-07-28T00:18:23.603Z sunset -2032-07-28T03:51:58.368Z moonrise -2032-07-28T10:24:48.204Z Moon culminates 71.24 degrees above the horizon -2032-07-28T10:44:30.075Z sunrise +2032-07-28T00:18:23.605Z sunset +2032-07-28T03:51:58.367Z moonrise +2032-07-28T10:24:48.203Z Moon culminates 71.24 degrees above the horizon +2032-07-28T10:44:30.074Z sunrise 2032-07-28T17:02:46.008Z moonset 2032-07-28T17:31:18.271Z Sun culminates 80.12 degrees above the horizon -2032-07-28T20:57:31.028Z Mercury moves from Cancer to Gemini -2032-07-29T00:17:46.346Z sunset -2032-07-29T04:34:20.208Z moonrise +2032-07-28T20:57:29.307Z Mercury moves from Cancer to Gemini +2032-07-29T00:17:46.348Z sunset +2032-07-29T04:34:20.207Z moonrise 2032-07-29T09:25:49.388Z third quarter -2032-07-29T10:45:03.812Z sunrise -2032-07-29T11:16:26.212Z Moon culminates 75.05 degrees above the horizon +2032-07-29T10:45:03.811Z sunrise +2032-07-29T11:16:26.211Z Moon culminates 75.05 degrees above the horizon 2032-07-29T17:31:16.061Z Sun culminates 79.88 degrees above the horizon -2032-07-29T18:02:55.095Z moonset -2032-07-30T00:17:07.858Z sunset -2032-07-30T05:18:20.780Z moonrise -2032-07-30T10:45:37.600Z sunrise -2032-07-30T12:08:02.316Z Moon culminates 77.96 degrees above the horizon +2032-07-29T18:02:55.094Z moonset +2032-07-30T00:17:07.860Z sunset +2032-07-30T05:18:20.778Z moonrise +2032-07-30T10:45:37.597Z sunrise +2032-07-30T12:08:02.314Z Moon culminates 77.96 degrees above the horizon 2032-07-30T17:31:13.263Z Sun culminates 79.64 degrees above the horizon -2032-07-30T19:01:01.655Z moonset -2032-07-31T00:16:28.155Z sunset -2032-07-31T06:04:28.617Z moonrise -2032-07-31T10:46:11.420Z sunrise -2032-07-31T12:59:33.398Z Moon culminates 79.87 degrees above the horizon +2032-07-30T19:01:01.654Z moonset +2032-07-31T00:16:28.157Z sunset +2032-07-31T06:04:28.615Z moonrise +2032-07-31T10:46:11.417Z sunrise +2032-07-31T12:59:33.396Z Moon culminates 79.87 degrees above the horizon 2032-07-31T17:31:09.877Z Sun culminates 79.39 degrees above the horizon -2032-07-31T19:56:33.986Z moonset -2032-08-01T00:15:47.255Z sunset -2032-08-01T06:52:50.107Z moonrise -2032-08-01T10:46:45.253Z sunrise -2032-08-01T13:50:41.237Z Moon culminates 80.72 degrees above the horizon -2032-08-01T17:31:05.902Z Sun culminates 79.14 degrees above the horizon -2032-08-01T20:48:57.002Z moonset -2032-08-02T00:15:05.174Z sunset -2032-08-02T07:43:08.586Z moonrise -2032-08-02T10:47:19.082Z sunrise -2032-08-02T14:40:58.697Z Moon culminates 80.53 degrees above the horizon +2032-07-31T19:56:33.985Z moonset +2032-08-01T00:15:47.257Z sunset +2032-08-01T06:52:50.106Z moonrise +2032-08-01T10:46:45.251Z sunrise +2032-08-01T13:50:41.236Z Moon culminates 80.72 degrees above the horizon +2032-08-01T17:31:05.901Z Sun culminates 79.14 degrees above the horizon +2032-08-01T20:48:57.001Z moonset +2032-08-02T00:15:05.175Z sunset +2032-08-02T07:43:08.585Z moonrise +2032-08-02T10:47:19.080Z sunrise +2032-08-02T14:40:58.696Z Moon culminates 80.53 degrees above the horizon 2032-08-02T17:31:01.336Z Sun culminates 78.88 degrees above the horizon -2032-08-02T21:37:43.955Z moonset +2032-08-02T21:37:43.954Z moonset 2032-08-03T00:14:21.929Z sunset -2032-08-03T08:34:49.384Z moonrise -2032-08-03T10:47:52.887Z sunrise +2032-08-03T08:34:49.383Z moonrise +2032-08-03T10:47:52.886Z sunrise 2032-08-03T15:29:58.558Z Moon culminates 79.35 degrees above the horizon 2032-08-03T17:30:56.179Z Sun culminates 78.61 degrees above the horizon 2032-08-03T22:22:45.307Z moonset 2032-08-04T00:13:37.535Z sunset 2032-08-04T09:27:10.330Z moonrise 2032-08-04T10:48:26.650Z sunrise -2032-08-04T16:17:21.769Z Moon culminates 77.31 degrees above the horizon -2032-08-04T17:30:50.430Z Sun culminates 78.34 degrees above the horizon -2032-08-04T23:04:11.325Z moonset -2032-08-05T00:12:52.010Z sunset +2032-08-04T16:17:21.768Z Moon culminates 77.31 degrees above the horizon +2032-08-04T17:30:50.429Z Sun culminates 78.34 degrees above the horizon +2032-08-04T23:04:11.324Z moonset +2032-08-05T00:12:52.009Z sunset 2032-08-05T10:19:33.717Z moonrise 2032-08-05T10:49:00.354Z sunrise 2032-08-05T17:03:02.384Z Moon culminates 74.54 degrees above the horizon @@ -26177,246 +26177,246 @@ 2032-08-06T05:12:03.049Z new moon 2032-08-06T10:49:33.981Z sunrise 2032-08-06T11:11:35.011Z moonrise -2032-08-06T17:30:37.151Z Sun culminates 77.79 degrees above the horizon +2032-08-06T17:30:37.152Z Sun culminates 77.79 degrees above the horizon 2032-08-06T17:47:08.478Z Moon culminates 71.20 degrees above the horizon 2032-08-07T00:11:17.630Z sunset 2032-08-07T00:18:16.742Z moonset 2032-08-07T10:50:07.514Z sunrise 2032-08-07T12:03:06.136Z moonrise -2032-08-07T14:11:51.632Z Mercury moves from Gemini to Cancer +2032-08-07T14:11:53.176Z Mercury moves from Gemini to Cancer 2032-08-07T17:15:21.318Z lunar apogee at 406521 km 2032-08-07T17:30:29.623Z Sun culminates 77.51 degrees above the horizon 2032-08-07T18:30:00.222Z Moon culminates 67.46 degrees above the horizon -2032-08-08T00:10:28.809Z sunset +2032-08-08T00:10:28.810Z sunset 2032-08-08T00:52:19.092Z moonset -2032-08-08T10:50:40.937Z sunrise -2032-08-08T12:54:14.237Z moonrise -2032-08-08T17:30:21.502Z Sun culminates 77.23 degrees above the horizon +2032-08-08T10:50:40.938Z sunrise +2032-08-08T12:54:14.238Z moonrise +2032-08-08T17:30:21.503Z Sun culminates 77.23 degrees above the horizon 2032-08-08T19:12:06.928Z Moon culminates 63.46 degrees above the horizon -2032-08-09T00:09:38.925Z sunset +2032-08-09T00:09:38.926Z sunset 2032-08-09T01:25:24.062Z moonset -2032-08-09T10:51:14.237Z sunrise +2032-08-09T10:51:14.238Z sunrise 2032-08-09T13:45:18.083Z moonrise -2032-08-09T17:30:12.793Z Sun culminates 76.93 degrees above the horizon +2032-08-09T17:30:12.794Z Sun culminates 76.93 degrees above the horizon 2032-08-09T19:54:04.337Z Moon culminates 59.35 degrees above the horizon -2032-08-10T00:08:47.997Z sunset -2032-08-10T01:58:22.007Z moonset +2032-08-10T00:08:47.998Z sunset +2032-08-10T01:58:22.006Z moonset 2032-08-10T10:51:47.401Z sunrise -2032-08-10T14:36:43.670Z moonrise -2032-08-10T17:30:03.497Z Sun culminates 76.64 degrees above the horizon +2032-08-10T14:36:43.671Z moonrise +2032-08-10T17:30:03.498Z Sun culminates 76.64 degrees above the horizon 2032-08-10T20:36:32.505Z Moon culminates 55.29 degrees above the horizon -2032-08-11T00:07:56.042Z sunset +2032-08-11T00:07:56.043Z sunset 2032-08-11T02:32:06.114Z moonset 2032-08-11T10:52:20.416Z sunrise -2032-08-11T15:28:59.436Z moonrise -2032-08-11T17:29:53.620Z Sun culminates 76.34 degrees above the horizon +2032-08-11T15:28:59.437Z moonrise +2032-08-11T17:29:53.621Z Sun culminates 76.34 degrees above the horizon 2032-08-11T21:20:13.891Z Moon culminates 51.42 degrees above the horizon 2032-08-11T21:22:42.056Z Mercury max morning elongation: 18.91 degrees from Sun -2032-08-12T00:07:03.083Z sunset -2032-08-12T03:07:33.412Z moonset +2032-08-12T00:07:03.084Z sunset +2032-08-12T03:07:33.411Z moonset 2032-08-12T10:52:53.274Z sunrise 2032-08-12T16:22:30.511Z moonrise -2032-08-12T17:29:43.167Z Sun culminates 76.04 degrees above the horizon +2032-08-12T17:29:43.168Z Sun culminates 76.04 degrees above the horizon 2032-08-12T22:05:50.724Z Moon culminates 47.91 degrees above the horizon -2032-08-13T00:06:09.140Z sunset +2032-08-13T00:06:09.141Z sunset 2032-08-13T03:45:45.144Z moonset 2032-08-13T10:53:25.966Z sunrise -2032-08-13T17:17:31.308Z moonrise +2032-08-13T17:17:31.309Z moonrise 2032-08-13T17:29:32.147Z Sun culminates 75.73 degrees above the horizon 2032-08-13T22:54:00.533Z Moon culminates 44.94 degrees above the horizon -2032-08-14T00:05:14.237Z sunset +2032-08-14T00:05:14.236Z sunset 2032-08-14T04:27:44.864Z moonset 2032-08-14T07:51:32.149Z first quarter -2032-08-14T10:53:58.486Z sunrise -2032-08-14T17:29:20.566Z Sun culminates 75.42 degrees above the horizon -2032-08-14T18:13:56.694Z moonrise +2032-08-14T10:53:58.487Z sunrise +2032-08-14T17:29:20.567Z Sun culminates 75.42 degrees above the horizon +2032-08-14T18:13:56.695Z moonrise 2032-08-14T23:45:08.984Z Moon culminates 42.72 degrees above the horizon -2032-08-15T00:04:18.395Z sunset +2032-08-15T00:04:18.394Z sunset 2032-08-15T05:14:31.923Z moonset -2032-08-15T10:54:30.829Z sunrise +2032-08-15T10:54:30.830Z sunrise 2032-08-15T17:29:08.437Z Sun culminates 75.11 degrees above the horizon -2032-08-15T19:11:14.433Z moonrise +2032-08-15T19:11:14.434Z moonrise 2032-08-16T00:03:21.640Z sunset 2032-08-16T00:39:20.548Z Moon culminates 41.49 degrees above the horizon 2032-08-16T06:06:48.451Z moonset -2032-08-16T10:55:02.993Z sunrise +2032-08-16T10:55:02.994Z sunrise 2032-08-16T17:28:55.770Z Sun culminates 74.79 degrees above the horizon -2032-08-16T20:08:24.770Z moonrise -2032-08-17T00:02:23.998Z sunset -2032-08-17T01:36:10.514Z Moon culminates 41.44 degrees above the horizon +2032-08-16T20:08:24.771Z moonrise +2032-08-17T00:02:23.997Z sunset +2032-08-17T01:36:10.515Z Moon culminates 41.44 degrees above the horizon 2032-08-17T07:04:41.499Z moonset -2032-08-17T09:18:47.915Z Uranus moves from Taurus to Gemini -2032-08-17T10:55:34.977Z sunrise -2032-08-17T17:28:42.577Z Sun culminates 74.47 degrees above the horizon -2032-08-17T21:04:13.029Z moonrise +2032-08-17T09:19:07.436Z Uranus moves from Taurus to Gemini +2032-08-17T10:55:34.978Z sunrise +2032-08-17T17:28:42.578Z Sun culminates 74.47 degrees above the horizon +2032-08-17T21:04:13.030Z moonrise 2032-08-18T00:01:25.494Z sunset -2032-08-18T02:34:44.991Z Moon culminates 42.72 degrees above the horizon +2032-08-18T02:34:44.992Z Moon culminates 42.72 degrees above the horizon 2032-08-18T08:07:29.625Z moonset -2032-08-18T10:56:06.781Z sunrise +2032-08-18T10:56:06.782Z sunrise 2032-08-18T17:28:28.874Z Sun culminates 74.15 degrees above the horizon -2032-08-18T21:57:33.427Z moonrise +2032-08-18T21:57:33.428Z moonrise 2032-08-19T00:00:26.155Z sunset -2032-08-19T03:33:53.921Z Moon culminates 45.34 degrees above the horizon +2032-08-19T03:33:53.922Z Moon culminates 45.34 degrees above the horizon 2032-08-19T09:13:47.578Z moonset 2032-08-19T10:56:38.408Z sunrise 2032-08-19T17:28:14.674Z Sun culminates 73.82 degrees above the horizon -2032-08-19T22:47:51.452Z moonrise -2032-08-19T23:59:26.009Z sunset +2032-08-19T22:47:51.453Z moonrise +2032-08-19T23:59:26.010Z sunset 2032-08-20T04:32:33.023Z Moon culminates 49.15 degrees above the horizon 2032-08-20T10:21:52.328Z moonset 2032-08-20T10:57:09.860Z sunrise 2032-08-20T17:27:59.994Z Sun culminates 73.49 degrees above the horizon 2032-08-20T23:35:11.794Z moonrise -2032-08-20T23:58:25.083Z sunset +2032-08-20T23:58:25.084Z sunset 2032-08-21T01:47:17.144Z full moon 2032-08-21T03:52:12.557Z lunar perigee at 356869 km 2032-08-21T05:30:02.085Z Moon culminates 53.85 degrees above the horizon 2032-08-21T10:57:41.143Z sunrise -2032-08-21T11:30:14.394Z moonset +2032-08-21T11:30:14.393Z moonset 2032-08-21T14:47:31.206Z Mercury perihelion at 0.3075 AU 2032-08-21T17:27:44.849Z Sun culminates 73.15 degrees above the horizon 2032-08-21T23:57:23.405Z sunset 2032-08-22T00:20:10.947Z moonrise 2032-08-22T06:26:10.001Z Moon culminates 59.03 degrees above the horizon -2032-08-22T10:58:12.264Z sunrise +2032-08-22T10:58:12.263Z sunrise 2032-08-22T12:37:54.355Z moonset 2032-08-22T17:27:29.257Z Sun culminates 72.82 degrees above the horizon -2032-08-22T23:56:21.001Z sunset -2032-08-23T01:03:43.323Z moonrise +2032-08-22T23:56:21.002Z sunset +2032-08-23T01:03:43.324Z moonrise 2032-08-23T07:21:07.600Z Moon culminates 64.27 degrees above the horizon -2032-08-23T10:58:43.228Z sunrise +2032-08-23T10:58:43.227Z sunrise 2032-08-23T13:44:19.778Z moonset -2032-08-23T16:00:16.623Z Mercury moves from Cancer to Leo +2032-08-23T16:00:17.034Z Mercury moves from Cancer to Leo 2032-08-23T17:27:13.235Z Sun culminates 72.47 degrees above the horizon -2032-08-23T22:40:00.103Z Venus moves from Leo to Virgo -2032-08-23T23:55:17.900Z sunset +2032-08-23T22:40:00.739Z Venus moves from Leo to Virgo +2032-08-23T23:55:17.902Z sunset 2032-08-24T01:46:48.672Z moonrise -2032-08-24T08:15:15.388Z Moon culminates 69.18 degrees above the horizon -2032-08-24T10:59:14.042Z sunrise -2032-08-24T14:35:18.536Z Mars moves from Cancer to Leo +2032-08-24T08:15:15.387Z Moon culminates 69.18 degrees above the horizon +2032-08-24T10:59:14.041Z sunrise +2032-08-24T14:35:19.801Z Mars moves from Cancer to Leo 2032-08-24T14:49:11.549Z moonset -2032-08-24T17:26:56.800Z Sun culminates 72.13 degrees above the horizon -2032-08-24T23:54:14.131Z sunset -2032-08-25T02:30:22.996Z moonrise -2032-08-25T09:08:52.065Z Moon culminates 73.42 degrees above the horizon -2032-08-25T10:59:44.716Z sunrise -2032-08-25T15:52:10.101Z moonset -2032-08-25T17:26:39.971Z Sun culminates 71.79 degrees above the horizon -2032-08-25T23:53:09.719Z sunset -2032-08-26T03:15:11.789Z moonrise -2032-08-26T10:02:06.447Z Moon culminates 76.78 degrees above the horizon -2032-08-26T11:00:15.254Z sunrise -2032-08-26T16:52:47.716Z moonset +2032-08-24T17:26:56.801Z Sun culminates 72.13 degrees above the horizon +2032-08-24T23:54:14.133Z sunset +2032-08-25T02:30:22.995Z moonrise +2032-08-25T09:08:52.064Z Moon culminates 73.42 degrees above the horizon +2032-08-25T10:59:44.714Z sunrise +2032-08-25T15:52:10.100Z moonset +2032-08-25T17:26:39.972Z Sun culminates 71.79 degrees above the horizon +2032-08-25T23:53:09.722Z sunset +2032-08-26T03:15:11.787Z moonrise +2032-08-26T10:02:06.446Z Moon culminates 76.78 degrees above the horizon +2032-08-26T11:00:15.252Z sunrise +2032-08-26T16:52:47.714Z moonset 2032-08-26T17:26:22.765Z Sun culminates 71.44 degrees above the horizon -2032-08-26T23:52:04.694Z sunset -2032-08-27T04:01:44.362Z moonrise -2032-08-27T10:54:53.843Z Moon culminates 79.10 degrees above the horizon -2032-08-27T11:00:45.665Z sunrise +2032-08-26T23:52:04.697Z sunset +2032-08-27T04:01:44.360Z moonrise +2032-08-27T10:54:53.841Z Moon culminates 79.10 degrees above the horizon +2032-08-27T11:00:45.662Z sunrise 2032-08-27T17:26:05.198Z Sun culminates 71.09 degrees above the horizon -2032-08-27T17:50:29.199Z moonset +2032-08-27T17:50:29.197Z moonset 2032-08-27T19:33:54.906Z third quarter -2032-08-27T23:50:59.082Z sunset -2032-08-28T04:50:09.745Z moonrise -2032-08-28T11:01:15.954Z sunrise -2032-08-28T11:46:57.437Z Moon culminates 80.33 degrees above the horizon +2032-08-27T23:50:59.085Z sunset +2032-08-28T04:50:09.743Z moonrise +2032-08-28T11:01:15.951Z sunrise +2032-08-28T11:46:57.435Z Moon culminates 80.33 degrees above the horizon 2032-08-28T17:25:47.287Z Sun culminates 70.73 degrees above the horizon -2032-08-28T18:44:39.781Z moonset -2032-08-28T23:49:52.910Z sunset -2032-08-29T05:40:16.232Z moonrise -2032-08-29T11:01:46.127Z sunrise -2032-08-29T12:37:54.086Z Moon culminates 80.49 degrees above the horizon +2032-08-28T18:44:39.780Z moonset +2032-08-28T23:49:52.913Z sunset +2032-08-29T05:40:16.230Z moonrise +2032-08-29T11:01:46.124Z sunrise +2032-08-29T12:37:54.084Z Moon culminates 80.49 degrees above the horizon 2032-08-29T17:25:29.048Z Sun culminates 70.37 degrees above the horizon -2032-08-29T19:34:55.624Z moonset -2032-08-29T23:48:46.204Z sunset -2032-08-30T06:31:36.196Z moonrise -2032-08-30T11:02:16.191Z sunrise -2032-08-30T13:27:22.128Z Moon culminates 79.64 degrees above the horizon +2032-08-29T19:34:55.622Z moonset +2032-08-29T23:48:46.206Z sunset +2032-08-30T06:31:36.194Z moonrise +2032-08-30T11:02:16.188Z sunrise +2032-08-30T13:27:22.127Z Moon culminates 79.64 degrees above the horizon 2032-08-30T17:25:10.496Z Sun culminates 70.02 degrees above the horizon -2032-08-30T20:21:11.130Z moonset -2032-08-30T23:47:38.988Z sunset -2032-08-31T07:23:35.158Z moonrise -2032-08-31T11:02:46.149Z sunrise -2032-08-31T14:15:08.013Z Moon culminates 77.90 degrees above the horizon -2032-08-31T17:24:51.648Z Sun culminates 69.65 degrees above the horizon -2032-08-31T21:03:40.041Z moonset -2032-08-31T23:46:31.289Z sunset -2032-09-01T08:15:41.657Z moonrise -2032-09-01T11:03:16.008Z sunrise -2032-09-01T15:01:09.710Z Moon culminates 75.40 degrees above the horizon +2032-08-30T20:21:11.129Z moonset +2032-08-30T23:47:38.990Z sunset +2032-08-31T07:23:35.156Z moonrise +2032-08-31T11:02:46.147Z sunrise +2032-08-31T14:15:08.012Z Moon culminates 77.90 degrees above the horizon +2032-08-31T17:24:51.647Z Sun culminates 69.65 degrees above the horizon +2032-08-31T21:03:40.040Z moonset +2032-08-31T23:46:31.290Z sunset +2032-09-01T08:15:41.656Z moonrise +2032-09-01T11:03:16.006Z sunrise +2032-09-01T15:01:09.709Z Moon culminates 75.40 degrees above the horizon 2032-09-01T17:24:32.516Z Sun culminates 69.29 degrees above the horizon 2032-09-01T21:42:51.539Z moonset 2032-09-01T23:45:23.130Z sunset -2032-09-02T09:07:34.400Z moonrise -2032-09-02T11:03:45.771Z sunrise +2032-09-02T09:07:34.399Z moonrise +2032-09-02T11:03:45.770Z sunrise 2032-09-02T15:45:36.894Z Moon culminates 72.28 degrees above the horizon 2032-09-02T17:24:13.116Z Sun culminates 68.92 degrees above the horizon 2032-09-02T22:19:24.639Z moonset -2032-09-02T23:44:14.534Z sunset +2032-09-02T23:44:14.535Z sunset 2032-09-03T09:59:05.202Z moonrise -2032-09-03T11:04:15.443Z sunrise +2032-09-03T11:04:15.442Z sunrise 2032-09-03T16:28:49.106Z Moon culminates 68.70 degrees above the horizon 2032-09-03T17:23:53.461Z Sun culminates 68.56 degrees above the horizon 2032-09-03T19:57:33.154Z lunar apogee at 406551 km -2032-09-03T22:54:03.441Z moonset +2032-09-03T22:54:03.442Z moonset 2032-09-03T23:43:05.527Z sunset 2032-09-04T10:50:18.295Z moonrise 2032-09-04T11:04:45.028Z sunrise 2032-09-04T17:11:13.203Z Moon culminates 64.80 degrees above the horizon 2032-09-04T17:23:33.566Z Sun culminates 68.19 degrees above the horizon 2032-09-04T20:57:07.571Z new moon -2032-09-04T23:27:34.255Z moonset -2032-09-04T23:41:56.130Z sunset -2032-09-05T11:05:14.533Z sunrise +2032-09-04T23:27:34.256Z moonset +2032-09-04T23:41:56.131Z sunset +2032-09-05T11:05:14.532Z sunrise 2032-09-05T11:41:27.467Z moonrise 2032-09-05T17:23:13.445Z Sun culminates 67.82 degrees above the horizon 2032-09-05T17:53:20.954Z Moon culminates 60.75 degrees above the horizon 2032-09-05T22:34:55.848Z Mercury superior conjunction -2032-09-05T23:40:46.368Z sunset -2032-09-06T00:00:44.511Z moonset -2032-09-06T11:05:43.961Z sunrise +2032-09-05T23:40:46.369Z sunset +2032-09-06T00:00:44.512Z moonset +2032-09-06T11:05:43.960Z sunrise 2032-09-06T12:32:52.289Z moonrise 2032-09-06T17:22:53.112Z Sun culminates 67.44 degrees above the horizon -2032-09-06T18:35:47.060Z Moon culminates 56.68 degrees above the horizon -2032-09-06T23:39:36.263Z sunset -2032-09-07T00:34:22.908Z moonset -2032-09-07T11:06:13.318Z sunrise -2032-09-07T13:24:53.962Z moonrise +2032-09-06T18:35:47.059Z Moon culminates 56.68 degrees above the horizon +2032-09-06T23:39:36.264Z sunset +2032-09-07T00:34:22.909Z moonset +2032-09-07T11:06:13.317Z sunrise +2032-09-07T13:24:53.961Z moonrise 2032-09-07T17:22:32.582Z Sun culminates 67.07 degrees above the horizon -2032-09-07T19:19:07.395Z Moon culminates 52.76 degrees above the horizon -2032-09-07T23:38:25.840Z sunset +2032-09-07T19:19:07.394Z Moon culminates 52.76 degrees above the horizon +2032-09-07T23:38:25.841Z sunset 2032-09-08T01:09:20.095Z moonset -2032-09-08T11:06:42.611Z sunrise -2032-09-08T14:17:50.681Z moonrise +2032-09-08T11:06:42.610Z sunrise +2032-09-08T14:17:50.680Z moonrise 2032-09-08T17:22:11.869Z Sun culminates 66.69 degrees above the horizon 2032-09-08T20:03:56.933Z Moon culminates 49.15 degrees above the horizon -2032-09-08T23:37:15.122Z sunset +2032-09-08T23:37:15.123Z sunset 2032-09-09T01:46:29.022Z moonset -2032-09-09T11:07:11.847Z sunrise -2032-09-09T15:11:52.197Z moonrise +2032-09-09T11:07:11.846Z sunrise +2032-09-09T15:11:52.196Z moonrise 2032-09-09T17:21:50.991Z Sun culminates 66.31 degrees above the horizon 2032-09-09T20:50:46.639Z Moon culminates 46.04 degrees above the horizon 2032-09-09T23:36:04.134Z sunset -2032-09-10T02:26:43.843Z moonset +2032-09-10T02:26:43.844Z moonset 2032-09-10T11:07:41.034Z sunrise -2032-09-10T16:06:53.811Z moonrise +2032-09-10T16:06:53.810Z moonrise 2032-09-10T17:21:29.964Z Sun culminates 65.93 degrees above the horizon 2032-09-10T21:39:58.834Z Moon culminates 43.60 degrees above the horizon 2032-09-10T23:34:52.901Z sunset -2032-09-11T03:10:55.961Z moonset -2032-09-11T05:00:21.800Z Mercury moves from Leo to Virgo +2032-09-11T03:10:55.962Z moonset +2032-09-11T05:00:22.211Z Mercury moves from Leo to Virgo 2032-09-11T11:08:10.182Z sunrise 2032-09-11T17:02:31.502Z moonrise 2032-09-11T17:21:08.805Z Sun culminates 65.55 degrees above the horizon 2032-09-11T22:31:41.393Z Moon culminates 42.04 degrees above the horizon 2032-09-11T23:33:41.448Z sunset -2032-09-12T03:59:46.063Z moonset +2032-09-12T03:59:46.064Z moonset 2032-09-12T11:08:39.301Z sunrise 2032-09-12T17:20:47.533Z Sun culminates 65.17 degrees above the horizon 2032-09-12T17:58:01.644Z moonrise 2032-09-12T18:49:43.095Z first quarter -2032-09-12T23:25:42.684Z Moon culminates 41.52 degrees above the horizon +2032-09-12T23:25:42.685Z Moon culminates 41.52 degrees above the horizon 2032-09-12T23:32:29.803Z sunset -2032-09-13T04:53:32.802Z moonset +2032-09-13T04:53:32.803Z moonset 2032-09-13T11:09:08.403Z sunrise 2032-09-13T17:20:26.167Z Sun culminates 64.79 degrees above the horizon 2032-09-13T18:52:28.794Z moonrise @@ -26426,209 +26426,209 @@ 2032-09-14T11:09:37.499Z sunrise 2032-09-14T17:20:04.728Z Sun culminates 64.41 degrees above the horizon 2032-09-14T19:45:01.122Z moonrise -2032-09-14T23:30:06.043Z sunset +2032-09-14T23:30:06.044Z sunset 2032-09-15T01:18:19.970Z Moon culminates 44.13 degrees above the horizon -2032-09-15T06:54:27.996Z moonset +2032-09-15T06:54:27.995Z moonset 2032-09-15T11:10:06.605Z sunrise 2032-09-15T17:19:43.238Z Sun culminates 64.02 degrees above the horizon 2032-09-15T20:35:06.928Z moonrise -2032-09-15T23:28:53.985Z sunset -2032-09-16T02:15:23.595Z Moon culminates 47.25 degrees above the horizon +2032-09-15T23:28:53.986Z sunset +2032-09-16T02:15:23.594Z Moon culminates 47.25 degrees above the horizon 2032-09-16T07:59:39.623Z moonset -2032-09-16T11:10:35.736Z sunrise +2032-09-16T11:10:35.735Z sunrise 2032-09-16T17:19:21.717Z Sun culminates 63.63 degrees above the horizon 2032-09-16T21:22:43.814Z moonrise -2032-09-16T23:27:41.847Z sunset -2032-09-17T03:12:07.487Z Moon culminates 51.40 degrees above the horizon -2032-09-17T09:06:25.927Z moonset -2032-09-17T11:11:04.906Z sunrise +2032-09-16T23:27:41.848Z sunset +2032-09-17T03:12:07.486Z Moon culminates 51.40 degrees above the horizon +2032-09-17T09:06:25.926Z moonset +2032-09-17T11:11:04.905Z sunrise 2032-09-17T17:19:00.189Z Sun culminates 63.25 degrees above the horizon 2032-09-17T22:08:17.348Z moonrise -2032-09-17T23:26:29.657Z sunset +2032-09-17T23:26:29.658Z sunset 2032-09-18T04:08:17.073Z Moon culminates 56.26 degrees above the horizon -2032-09-18T10:13:49.211Z moonset +2032-09-18T10:13:49.210Z moonset 2032-09-18T11:11:34.133Z sunrise 2032-09-18T14:08:28.635Z lunar perigee at 358024 km 2032-09-18T17:18:38.677Z Sun culminates 62.86 degrees above the horizon -2032-09-18T22:52:32.635Z moonrise -2032-09-18T23:25:17.446Z sunset +2032-09-18T22:52:32.636Z moonrise +2032-09-18T23:25:17.447Z sunset 2032-09-19T05:03:55.642Z Moon culminates 61.48 degrees above the horizon 2032-09-19T09:30:43.449Z full moon -2032-09-19T11:12:03.436Z sunrise -2032-09-19T11:21:09.141Z moonset +2032-09-19T11:12:03.435Z sunrise +2032-09-19T11:21:09.140Z moonset 2032-09-19T17:18:17.205Z Sun culminates 62.47 degrees above the horizon -2032-09-19T23:24:05.242Z sunset -2032-09-19T23:36:23.995Z moonrise +2032-09-19T23:24:05.243Z sunset +2032-09-19T23:36:23.996Z moonrise 2032-09-20T05:59:16.042Z Moon culminates 66.62 degrees above the horizon -2032-09-20T11:12:32.833Z sunrise -2032-09-20T12:27:54.899Z moonset +2032-09-20T11:12:32.831Z sunrise +2032-09-20T12:27:54.898Z moonset 2032-09-20T17:17:55.797Z Sun culminates 62.09 degrees above the horizon -2032-09-20T23:22:53.076Z sunset +2032-09-20T23:22:53.077Z sunset 2032-09-21T00:20:45.520Z moonrise -2032-09-21T06:54:30.048Z Moon culminates 71.30 degrees above the horizon -2032-09-21T11:13:02.341Z sunrise -2032-09-21T13:33:33.164Z moonset +2032-09-21T06:54:30.047Z Moon culminates 71.30 degrees above the horizon +2032-09-21T11:13:02.339Z sunrise +2032-09-21T13:33:33.162Z moonset 2032-09-21T17:17:34.477Z Sun culminates 61.70 degrees above the horizon -2032-09-21T23:21:40.977Z sunset +2032-09-21T23:21:40.979Z sunset 2032-09-22T01:06:22.752Z moonrise -2032-09-22T07:49:39.203Z Moon culminates 75.19 degrees above the horizon -2032-09-22T11:10:51.066Z September equinox -2032-09-22T11:13:31.979Z sunrise -2032-09-22T14:37:19.842Z moonset +2032-09-22T07:49:39.202Z Moon culminates 75.19 degrees above the horizon +2032-09-22T11:10:54.975Z September equinox +2032-09-22T11:13:31.977Z sunrise +2032-09-22T14:37:19.839Z moonset 2032-09-22T17:17:13.269Z Sun culminates 61.31 degrees above the horizon -2032-09-22T23:20:28.975Z sunset -2032-09-23T01:53:45.214Z moonrise -2032-09-23T08:44:30.056Z Moon culminates 78.05 degrees above the horizon -2032-09-23T11:14:01.765Z sunrise -2032-09-23T15:38:20.912Z moonset +2032-09-22T23:20:28.978Z sunset +2032-09-23T01:53:45.213Z moonrise +2032-09-23T08:44:30.054Z Moon culminates 78.05 degrees above the horizon +2032-09-23T11:14:01.763Z sunrise +2032-09-23T15:38:20.909Z moonset 2032-09-23T17:16:52.197Z Sun culminates 60.92 degrees above the horizon -2032-09-23T23:19:17.100Z sunset -2032-09-24T02:43:00.808Z moonrise -2032-09-24T09:38:35.655Z Moon culminates 79.78 degrees above the horizon -2032-09-24T11:14:31.716Z sunrise -2032-09-24T16:35:42.828Z moonset +2032-09-23T23:19:17.104Z sunset +2032-09-24T02:43:00.807Z moonrise +2032-09-24T09:38:35.653Z Moon culminates 79.78 degrees above the horizon +2032-09-24T11:14:31.713Z sunrise +2032-09-24T16:35:42.824Z moonset 2032-09-24T17:16:31.284Z Sun culminates 60.53 degrees above the horizon -2032-09-24T23:18:05.382Z sunset -2032-09-25T03:33:54.739Z moonrise -2032-09-25T10:31:23.006Z Moon culminates 80.36 degrees above the horizon -2032-09-25T11:15:01.848Z sunrise +2032-09-24T23:18:05.386Z sunset +2032-09-25T03:33:54.738Z moonrise +2032-09-25T10:31:23.004Z Moon culminates 80.36 degrees above the horizon +2032-09-25T11:15:01.845Z sunrise 2032-09-25T17:16:10.553Z Sun culminates 60.14 degrees above the horizon -2032-09-25T17:28:46.971Z moonset -2032-09-25T23:16:53.850Z sunset -2032-09-26T04:25:55.122Z moonrise +2032-09-25T17:28:46.968Z moonset +2032-09-25T23:16:53.853Z sunset +2032-09-26T04:25:55.120Z moonrise 2032-09-26T09:12:59.444Z third quarter -2032-09-26T11:15:32.176Z sunrise -2032-09-26T11:22:23.243Z Moon culminates 79.87 degrees above the horizon +2032-09-26T11:15:32.173Z sunrise +2032-09-26T11:22:23.241Z Moon culminates 79.87 degrees above the horizon 2032-09-26T17:15:50.025Z Sun culminates 59.75 degrees above the horizon -2032-09-26T18:17:19.847Z moonset -2032-09-26T23:15:42.532Z sunset -2032-09-27T05:18:24.000Z moonrise -2032-09-27T11:16:02.714Z sunrise -2032-09-27T12:11:19.830Z Moon culminates 78.43 degrees above the horizon +2032-09-26T18:17:19.845Z moonset +2032-09-26T23:15:42.535Z sunset +2032-09-27T05:18:23.999Z moonrise +2032-09-27T11:16:02.711Z sunrise +2032-09-27T12:11:19.829Z Moon culminates 78.43 degrees above the horizon 2032-09-27T17:15:29.722Z Sun culminates 59.36 degrees above the horizon -2032-09-27T19:01:34.222Z moonset -2032-09-27T23:14:31.557Z sunset -2032-09-28T06:10:48.905Z moonrise -2032-09-28T11:16:33.476Z sunrise -2032-09-28T12:58:11.842Z Moon culminates 76.18 degrees above the horizon +2032-09-27T19:01:34.220Z moonset +2032-09-27T23:14:31.560Z sunset +2032-09-28T06:10:48.904Z moonrise +2032-09-28T11:16:33.474Z sunrise +2032-09-28T12:58:11.841Z Moon culminates 76.18 degrees above the horizon 2032-09-28T17:15:09.664Z Sun culminates 58.98 degrees above the horizon -2032-09-28T19:42:02.927Z moonset -2032-09-28T23:13:20.752Z sunset +2032-09-28T19:42:02.925Z moonset +2032-09-28T23:13:20.753Z sunset 2032-09-29T07:02:50.257Z moonrise -2032-09-29T11:08:18.439Z Venus moves from Virgo to Libra -2032-09-29T11:17:04.473Z sunrise -2032-09-29T13:43:12.635Z Moon culminates 73.28 degrees above the horizon +2032-09-29T11:08:19.074Z Venus moves from Virgo to Libra +2032-09-29T11:17:04.472Z sunrise +2032-09-29T13:43:12.634Z Moon culminates 73.28 degrees above the horizon 2032-09-29T17:14:49.871Z Sun culminates 58.59 degrees above the horizon -2032-09-29T20:19:30.421Z moonset -2032-09-29T23:12:10.244Z sunset +2032-09-29T20:19:30.420Z moonset +2032-09-29T23:12:10.245Z sunset 2032-09-30T07:54:23.287Z moonrise -2032-09-30T11:17:35.718Z sunrise +2032-09-30T11:17:35.717Z sunrise 2032-09-30T14:26:46.235Z Moon culminates 69.86 degrees above the horizon 2032-09-30T17:14:30.362Z Sun culminates 58.20 degrees above the horizon 2032-09-30T20:54:46.026Z moonset -2032-09-30T23:11:00.059Z sunset +2032-09-30T23:11:00.060Z sunset 2032-10-01T03:02:00.163Z lunar apogee at 405941 km -2032-10-01T08:45:36.008Z moonrise +2032-10-01T08:45:36.007Z moonrise 2032-10-01T11:18:07.220Z sunrise 2032-10-01T15:09:23.525Z Moon culminates 66.09 degrees above the horizon 2032-10-01T17:14:11.154Z Sun culminates 57.81 degrees above the horizon 2032-10-01T21:28:40.088Z moonset 2032-10-01T23:09:50.225Z sunset -2032-10-02T09:36:45.375Z moonrise -2032-10-02T11:18:38.989Z sunrise +2032-10-02T09:36:45.374Z moonrise +2032-10-02T11:18:38.988Z sunrise 2032-10-02T15:51:39.176Z Moon culminates 62.09 degrees above the horizon 2032-10-02T17:13:52.265Z Sun culminates 57.43 degrees above the horizon 2032-10-02T22:02:02.578Z moonset -2032-10-02T23:08:40.765Z sunset +2032-10-02T23:08:40.766Z sunset 2032-10-03T10:28:12.930Z moonrise -2032-10-03T11:19:11.033Z sunrise +2032-10-03T11:19:11.032Z sunrise 2032-10-03T16:34:09.366Z Moon culminates 58.02 degrees above the horizon 2032-10-03T17:13:33.712Z Sun culminates 57.04 degrees above the horizon 2032-10-03T22:35:43.160Z moonset 2032-10-03T23:07:31.707Z sunset -2032-10-04T11:19:43.360Z sunrise -2032-10-04T11:20:20.295Z moonrise +2032-10-04T11:19:43.359Z sunrise +2032-10-04T11:20:20.294Z moonrise 2032-10-04T13:26:54.100Z new moon 2032-10-04T14:24:52.414Z Mercury aphelion at 0.4667 AU 2032-10-04T17:13:15.512Z Sun culminates 56.66 degrees above the horizon 2032-10-04T17:17:29.819Z Moon culminates 54.04 degrees above the horizon -2032-10-04T23:06:23.073Z sunset -2032-10-04T23:10:31.765Z moonset -2032-10-05T11:20:15.978Z sunrise -2032-10-05T12:13:24.324Z moonrise +2032-10-04T23:06:23.075Z sunset +2032-10-04T23:10:31.766Z moonset +2032-10-05T11:20:15.977Z sunrise +2032-10-05T12:13:24.322Z moonrise 2032-10-05T17:12:57.680Z Sun culminates 56.27 degrees above the horizon 2032-10-05T18:02:13.572Z Moon culminates 50.30 degrees above the horizon -2032-10-05T23:05:14.891Z sunset -2032-10-05T23:47:18.780Z moonset -2032-10-06T11:20:48.894Z sunrise -2032-10-06T13:07:31.713Z moonrise -2032-10-06T17:12:40.232Z Sun culminates 55.89 degrees above the horizon +2032-10-05T23:05:14.892Z sunset +2032-10-05T23:47:18.782Z moonset +2032-10-06T11:20:48.892Z sunrise +2032-10-06T13:07:31.712Z moonrise +2032-10-06T17:12:40.233Z Sun culminates 55.89 degrees above the horizon 2032-10-06T18:48:47.866Z Moon culminates 47.01 degrees above the horizon -2032-10-06T23:04:07.184Z sunset -2032-10-07T00:26:53.832Z moonset -2032-10-07T11:21:22.114Z sunrise -2032-10-07T14:02:33.542Z moonrise +2032-10-06T23:04:07.185Z sunset +2032-10-07T00:26:53.834Z moonset +2032-10-07T11:21:22.113Z sunrise +2032-10-07T14:02:33.541Z moonrise 2032-10-07T17:12:23.186Z Sun culminates 55.51 degrees above the horizon -2032-10-07T19:37:29.941Z Moon culminates 44.35 degrees above the horizon -2032-10-07T23:02:59.978Z sunset -2032-10-08T01:10:02.106Z moonset -2032-10-08T11:21:55.646Z sunrise -2032-10-08T14:58:01.602Z moonrise -2032-10-08T17:12:06.556Z Sun culminates 55.13 degrees above the horizon +2032-10-07T19:37:29.942Z Moon culminates 44.35 degrees above the horizon +2032-10-07T23:02:59.980Z sunset +2032-10-08T01:10:02.108Z moonset +2032-10-08T11:21:55.645Z sunrise +2032-10-08T14:58:01.600Z moonrise +2032-10-08T17:12:06.557Z Sun culminates 55.13 degrees above the horizon 2032-10-08T20:28:22.392Z Moon culminates 42.52 degrees above the horizon -2032-10-08T23:01:53.299Z sunset -2032-10-09T01:57:17.604Z moonset +2032-10-08T23:01:53.300Z sunset +2032-10-09T01:57:17.606Z moonset 2032-10-09T04:32:25.304Z Neptune opposition 2032-10-09T11:22:29.396Z sunrise -2032-10-09T15:53:09.748Z moonrise -2032-10-09T17:11:50.360Z Sun culminates 54.75 degrees above the horizon +2032-10-09T15:53:09.746Z moonrise +2032-10-09T17:11:50.361Z Sun culminates 54.75 degrees above the horizon 2032-10-09T21:21:10.101Z Moon culminates 41.68 degrees above the horizon -2032-10-09T21:28:00.652Z Mercury moves from Virgo to Libra -2032-10-09T23:00:47.173Z sunset -2032-10-10T02:48:54.450Z moonset +2032-10-09T21:28:01.229Z Mercury moves from Virgo to Libra +2032-10-09T23:00:47.174Z sunset +2032-10-10T02:48:54.452Z moonset 2032-10-10T11:23:03.572Z sunrise -2032-10-10T16:47:02.861Z moonrise -2032-10-10T17:11:34.615Z Sun culminates 54.37 degrees above the horizon +2032-10-10T16:47:02.859Z moonrise +2032-10-10T17:11:34.616Z Sun culminates 54.37 degrees above the horizon 2032-10-10T22:15:21.605Z Moon culminates 41.97 degrees above the horizon -2032-10-10T22:59:41.626Z sunset -2032-10-11T03:44:40.166Z moonset +2032-10-10T22:59:41.627Z sunset +2032-10-11T03:44:40.168Z moonset 2032-10-11T11:23:38.081Z sunrise 2032-10-11T17:11:19.338Z Sun culminates 53.99 degrees above the horizon -2032-10-11T17:38:51.925Z moonrise -2032-10-11T22:58:36.686Z sunset +2032-10-11T17:38:51.924Z moonrise +2032-10-11T22:58:36.687Z sunset 2032-10-11T23:10:16.527Z Moon culminates 43.42 degrees above the horizon 2032-10-12T03:48:03.893Z first quarter -2032-10-12T04:43:56.443Z moonset +2032-10-12T04:43:56.444Z moonset 2032-10-12T11:24:12.932Z sunrise 2032-10-12T17:11:04.547Z Sun culminates 53.62 degrees above the horizon -2032-10-12T18:28:08.755Z moonrise -2032-10-12T22:57:32.382Z sunset -2032-10-13T00:05:17.216Z Moon culminates 46.01 degrees above the horizon -2032-10-13T05:45:49.788Z moonset +2032-10-12T18:28:08.754Z moonrise +2032-10-12T22:57:32.383Z sunset +2032-10-13T00:05:17.215Z Moon culminates 46.01 degrees above the horizon +2032-10-13T05:45:49.789Z moonset 2032-10-13T11:24:48.133Z sunrise 2032-10-13T17:10:50.261Z Sun culminates 53.25 degrees above the horizon -2032-10-13T19:14:53.383Z moonrise +2032-10-13T19:14:53.381Z moonrise 2032-10-13T22:56:28.742Z sunset 2032-10-14T00:59:59.511Z Moon culminates 49.61 degrees above the horizon 2032-10-14T06:49:27.412Z moonset 2032-10-14T11:25:23.692Z sunrise 2032-10-14T17:10:36.499Z Sun culminates 52.88 degrees above the horizon -2032-10-14T19:59:32.302Z moonrise -2032-10-14T22:55:25.795Z sunset -2032-10-15T01:54:17.907Z Moon culminates 54.01 degrees above the horizon +2032-10-14T19:59:32.301Z moonrise +2032-10-14T22:55:25.796Z sunset +2032-10-15T01:54:17.906Z Moon culminates 54.01 degrees above the horizon 2032-10-15T07:54:09.444Z moonset 2032-10-15T11:25:59.620Z sunrise -2032-10-15T17:10:23.280Z Sun culminates 52.51 degrees above the horizon +2032-10-15T17:10:23.281Z Sun culminates 52.51 degrees above the horizon 2032-10-15T20:42:51.073Z moonrise -2032-10-15T22:54:23.571Z sunset +2032-10-15T22:54:23.572Z sunset 2032-10-16T02:48:23.734Z Moon culminates 58.93 degrees above the horizon 2032-10-16T08:59:31.398Z moonset -2032-10-16T11:26:35.927Z sunrise +2032-10-16T11:26:35.926Z sunrise 2032-10-16T17:10:10.626Z Sun culminates 52.14 degrees above the horizon 2032-10-16T21:25:45.651Z moonrise 2032-10-16T21:27:06.036Z lunar perigee at 361907 km -2032-10-16T22:53:22.101Z sunset -2032-10-17T03:03:22.206Z Venus moves from Libra to Scorpius +2032-10-16T22:53:22.102Z sunset +2032-10-17T03:03:22.841Z Venus moves from Libra to Scorpius 2032-10-17T03:42:38.007Z Moon culminates 64.03 degrees above the horizon 2032-10-17T10:05:16.851Z moonset 2032-10-17T11:27:12.622Z sunrise @@ -26636,190 +26636,190 @@ 2032-10-17T22:09:14.395Z moonrise 2032-10-17T22:52:21.416Z sunset 2032-10-18T04:37:21.385Z Moon culminates 68.92 degrees above the horizon -2032-10-18T11:11:04.523Z moonset -2032-10-18T11:27:49.717Z sunrise +2032-10-18T11:11:04.522Z moonset +2032-10-18T11:27:49.716Z sunrise 2032-10-18T17:09:47.091Z Sun culminates 51.42 degrees above the horizon 2032-10-18T18:58:38.150Z full moon 2032-10-18T19:02:22.695Z total lunar eclipse 2032-10-18T22:51:21.545Z sunset -2032-10-18T22:54:10.283Z moonrise +2032-10-18T22:54:10.284Z moonrise 2032-10-19T05:32:43.520Z Moon culminates 73.25 degrees above the horizon -2032-10-19T11:28:27.220Z sunrise -2032-10-19T12:16:15.808Z moonset +2032-10-19T11:28:27.219Z sunrise +2032-10-19T12:16:15.806Z moonset 2032-10-19T17:09:36.251Z Sun culminates 51.06 degrees above the horizon -2032-10-19T22:50:22.519Z sunset -2032-10-19T23:41:12.259Z moonrise -2032-10-20T01:21:16.695Z Mars moves from Leo to Virgo -2032-10-20T06:28:34.581Z Moon culminates 76.69 degrees above the horizon -2032-10-20T11:29:05.142Z sunrise -2032-10-20T13:19:49.852Z moonset +2032-10-19T22:50:22.520Z sunset +2032-10-19T23:41:12.260Z moonrise +2032-10-20T01:21:17.959Z Mars moves from Leo to Virgo +2032-10-20T06:28:34.580Z Moon culminates 76.69 degrees above the horizon +2032-10-20T11:29:05.140Z sunrise +2032-10-20T13:19:49.850Z moonset 2032-10-20T17:09:26.056Z Sun culminates 50.70 degrees above the horizon -2032-10-20T22:49:24.370Z sunset -2032-10-21T00:30:36.267Z moonrise -2032-10-21T07:24:22.777Z Moon culminates 79.03 degrees above the horizon -2032-10-21T11:29:43.490Z sunrise -2032-10-21T14:20:31.729Z moonset +2032-10-20T22:49:24.372Z sunset +2032-10-21T00:30:36.268Z moonrise +2032-10-21T07:24:22.776Z Moon culminates 79.03 degrees above the horizon +2032-10-21T11:29:43.487Z sunrise +2032-10-21T14:20:31.726Z moonset 2032-10-21T17:09:16.526Z Sun culminates 50.35 degrees above the horizon -2032-10-21T22:48:27.129Z sunset -2032-10-22T01:22:09.626Z moonrise +2032-10-21T22:48:27.131Z sunset +2032-10-22T01:22:09.627Z moonrise 2032-10-22T03:52:58.026Z Mercury max evening elongation: 24.44 degrees from Sun -2032-10-22T08:19:20.866Z Moon culminates 80.17 degrees above the horizon -2032-10-22T11:30:22.271Z sunrise -2032-10-22T15:17:12.222Z moonset +2032-10-22T08:19:20.865Z Moon culminates 80.17 degrees above the horizon +2032-10-22T11:30:22.269Z sunrise +2032-10-22T15:17:12.219Z moonset 2032-10-22T17:09:07.679Z Sun culminates 50.00 degrees above the horizon -2032-10-22T22:47:30.826Z sunset -2032-10-23T02:15:13.833Z moonrise -2032-10-23T09:12:40.109Z Moon culminates 80.14 degrees above the horizon -2032-10-23T11:31:01.492Z sunrise -2032-10-23T16:09:08.501Z moonset -2032-10-23T17:08:59.533Z Sun culminates 49.65 degrees above the horizon -2032-10-23T22:46:35.492Z sunset -2032-10-24T03:08:57.257Z moonrise -2032-10-24T06:23:11.243Z Venus moves from Scorpius to Ophiuchus -2032-10-24T10:03:44.961Z Moon culminates 79.06 degrees above the horizon -2032-10-24T11:31:41.156Z sunrise -2032-10-24T16:56:13.693Z moonset +2032-10-22T22:47:30.828Z sunset +2032-10-23T02:15:13.834Z moonrise +2032-10-23T09:12:40.107Z Moon culminates 80.14 degrees above the horizon +2032-10-23T11:31:01.489Z sunrise +2032-10-23T16:09:08.497Z moonset +2032-10-23T17:08:59.534Z Sun culminates 49.65 degrees above the horizon +2032-10-23T22:46:35.495Z sunset +2032-10-24T03:08:57.258Z moonrise +2032-10-24T06:23:11.878Z Venus moves from Scorpius to Ophiuchus +2032-10-24T10:03:44.960Z Moon culminates 79.06 degrees above the horizon +2032-10-24T11:31:41.153Z sunrise +2032-10-24T16:56:13.689Z moonset 2032-10-24T17:08:52.107Z Sun culminates 49.30 degrees above the horizon -2032-10-24T22:45:41.157Z sunset +2032-10-24T22:45:41.160Z sunset 2032-10-24T23:36:36.031Z Mars aphelion at 1.6660 AU -2032-10-25T04:02:32.175Z moonrise -2032-10-25T10:52:21.449Z Moon culminates 77.08 degrees above the horizon -2032-10-25T11:32:21.265Z sunrise -2032-10-25T17:08:45.414Z Sun culminates 48.96 degrees above the horizon -2032-10-25T17:38:52.679Z moonset -2032-10-25T22:44:47.851Z sunset +2032-10-25T04:02:32.176Z moonrise +2032-10-25T10:52:21.448Z Moon culminates 77.08 degrees above the horizon +2032-10-25T11:32:21.264Z sunrise +2032-10-25T17:08:45.415Z Sun culminates 48.96 degrees above the horizon +2032-10-25T17:38:52.676Z moonset +2032-10-25T22:44:47.854Z sunset 2032-10-26T02:29:26.937Z third quarter -2032-10-26T04:55:27.585Z moonrise -2032-10-26T11:33:01.821Z sunrise -2032-10-26T11:38:37.322Z Moon culminates 74.39 degrees above the horizon -2032-10-26T17:08:39.471Z Sun culminates 48.62 degrees above the horizon -2032-10-26T18:17:50.635Z moonset -2032-10-26T22:43:55.602Z sunset -2032-10-27T05:47:33.515Z moonrise +2032-10-26T04:55:27.586Z moonrise +2032-10-26T11:33:01.820Z sunrise +2032-10-26T11:38:37.321Z Moon culminates 74.39 degrees above the horizon +2032-10-26T17:08:39.472Z Sun culminates 48.62 degrees above the horizon +2032-10-26T18:17:50.632Z moonset +2032-10-26T22:43:55.604Z sunset +2032-10-27T05:47:33.516Z moonrise 2032-10-27T11:33:42.823Z sunrise -2032-10-27T12:22:56.988Z Moon culminates 71.14 degrees above the horizon -2032-10-27T17:08:34.290Z Sun culminates 48.28 degrees above the horizon -2032-10-27T18:54:02.000Z moonset -2032-10-27T22:43:04.439Z sunset -2032-10-28T06:38:58.474Z moonrise -2032-10-28T11:34:24.267Z sunrise +2032-10-27T12:22:56.987Z Moon culminates 71.14 degrees above the horizon +2032-10-27T17:08:34.291Z Sun culminates 48.28 degrees above the horizon +2032-10-27T18:54:01.998Z moonset +2032-10-27T22:43:04.440Z sunset +2032-10-28T06:38:58.475Z moonrise +2032-10-28T11:34:24.268Z sunrise 2032-10-28T13:05:55.336Z Moon culminates 67.49 degrees above the horizon 2032-10-28T17:08:29.884Z Sun culminates 47.95 degrees above the horizon 2032-10-28T18:23:12.306Z lunar apogee at 404996 km -2032-10-28T19:28:23.494Z moonset -2032-10-28T22:42:14.388Z sunset +2032-10-28T19:28:23.493Z moonset +2032-10-28T22:42:14.389Z sunset 2032-10-29T07:30:03.891Z moonrise -2032-10-29T11:35:06.149Z sunrise +2032-10-29T11:35:06.150Z sunrise 2032-10-29T13:48:12.762Z Moon culminates 63.57 degrees above the horizon 2032-10-29T15:49:59.524Z Venus aphelion at 0.7282 AU -2032-10-29T17:08:26.262Z Sun culminates 47.62 degrees above the horizon +2032-10-29T17:08:26.263Z Sun culminates 47.62 degrees above the horizon 2032-10-29T20:01:51.137Z moonset 2032-10-29T22:41:25.476Z sunset -2032-10-30T08:21:18.184Z moonrise -2032-10-30T11:35:48.462Z sunrise +2032-10-30T08:21:18.185Z moonrise +2032-10-30T11:35:48.463Z sunrise 2032-10-30T14:30:31.790Z Moon culminates 59.52 degrees above the horizon 2032-10-30T17:08:23.435Z Sun culminates 47.30 degrees above the horizon 2032-10-30T20:35:19.838Z moonset 2032-10-30T22:40:37.726Z sunset -2032-10-31T09:13:11.161Z moonrise +2032-10-31T09:13:11.162Z moonrise 2032-10-31T11:36:31.198Z sunrise -2032-10-31T15:13:34.620Z Moon culminates 55.48 degrees above the horizon +2032-10-31T15:13:34.621Z Moon culminates 55.48 degrees above the horizon 2032-10-31T17:08:21.409Z Sun culminates 46.98 degrees above the horizon 2032-10-31T21:09:44.043Z moonset -2032-10-31T22:39:51.164Z sunset +2032-10-31T22:39:51.165Z sunset 2032-11-01T10:06:08.290Z moonrise -2032-11-01T10:14:11.988Z Mercury moves from Libra to Scorpius +2032-11-01T10:14:16.499Z Mercury moves from Libra to Scorpius 2032-11-01T11:37:14.345Z sunrise -2032-11-01T15:58:00.596Z Moon culminates 51.62 degrees above the horizon +2032-11-01T15:58:00.597Z Moon culminates 51.62 degrees above the horizon 2032-11-01T17:08:20.191Z Sun culminates 46.66 degrees above the horizon 2032-11-01T21:45:58.196Z moonset -2032-11-01T22:39:05.813Z sunset +2032-11-01T22:39:05.814Z sunset 2032-11-02T11:00:24.206Z moonrise 2032-11-02T11:37:57.892Z sunrise -2032-11-02T16:44:22.655Z Moon culminates 48.11 degrees above the horizon -2032-11-02T17:08:19.786Z Sun culminates 46.34 degrees above the horizon -2032-11-02T22:24:55.752Z moonset -2032-11-02T22:38:21.695Z sunset +2032-11-02T16:44:22.656Z Moon culminates 48.11 degrees above the horizon +2032-11-02T17:08:19.787Z Sun culminates 46.34 degrees above the horizon +2032-11-02T22:24:55.753Z moonset +2032-11-02T22:38:21.697Z sunset 2032-11-03T05:45:31.378Z new moon 2032-11-03T11:38:41.825Z sunrise 2032-11-03T11:55:55.514Z moonrise 2032-11-03T17:08:20.199Z Sun culminates 46.03 degrees above the horizon -2032-11-03T17:33:02.216Z Moon culminates 45.17 degrees above the horizon -2032-11-03T22:37:38.833Z sunset -2032-11-03T23:00:36.363Z Mercury moves from Scorpius to Libra -2032-11-03T23:07:25.384Z moonset +2032-11-03T17:33:02.217Z Moon culminates 45.17 degrees above the horizon +2032-11-03T22:37:38.834Z sunset +2032-11-03T23:00:32.120Z Mercury moves from Scorpius to Libra +2032-11-03T23:07:25.386Z moonset 2032-11-04T11:39:26.129Z sunrise -2032-11-04T12:52:14.756Z moonrise -2032-11-04T17:08:21.432Z Sun culminates 45.73 degrees above the horizon -2032-11-04T18:24:03.040Z Moon culminates 43.01 degrees above the horizon -2032-11-04T22:36:57.247Z sunset -2032-11-04T23:54:03.408Z moonset +2032-11-04T12:52:14.755Z moonrise +2032-11-04T17:08:21.433Z Sun culminates 45.73 degrees above the horizon +2032-11-04T18:24:03.041Z Moon culminates 43.01 degrees above the horizon +2032-11-04T22:36:57.249Z sunset +2032-11-04T23:54:03.411Z moonset 2032-11-05T11:40:10.789Z sunrise -2032-11-05T13:48:29.773Z moonrise -2032-11-05T17:08:23.487Z Sun culminates 45.43 degrees above the horizon -2032-11-05T19:17:06.558Z Moon culminates 41.82 degrees above the horizon -2032-11-05T22:36:16.959Z sunset -2032-11-06T00:45:03.480Z moonset -2032-11-06T11:40:55.787Z sunrise -2032-11-06T14:43:32.988Z moonrise -2032-11-06T17:08:26.368Z Sun culminates 45.13 degrees above the horizon -2032-11-06T20:11:32.829Z Moon culminates 41.75 degrees above the horizon -2032-11-06T22:35:37.990Z sunset -2032-11-07T01:40:08.381Z moonset -2032-11-07T11:41:41.105Z sunrise -2032-11-07T15:36:20.173Z moonrise -2032-11-07T17:08:30.075Z Sun culminates 44.84 degrees above the horizon -2032-11-07T21:06:29.958Z Moon culminates 42.85 degrees above the horizon -2032-11-07T22:35:00.360Z sunset -2032-11-08T02:38:31.174Z moonset -2032-11-08T11:42:26.725Z sunrise -2032-11-08T15:16:29.957Z Venus moves from Ophiuchus to Sagittarius -2032-11-08T16:26:10.342Z moonrise -2032-11-08T17:08:34.609Z Sun culminates 44.55 degrees above the horizon +2032-11-05T13:48:29.772Z moonrise +2032-11-05T17:08:23.489Z Sun culminates 45.43 degrees above the horizon +2032-11-05T19:17:06.559Z Moon culminates 41.82 degrees above the horizon +2032-11-05T22:36:16.961Z sunset +2032-11-06T00:45:03.483Z moonset +2032-11-06T11:40:55.788Z sunrise +2032-11-06T14:43:32.986Z moonrise +2032-11-06T17:08:26.369Z Sun culminates 45.13 degrees above the horizon +2032-11-06T20:11:32.830Z Moon culminates 41.75 degrees above the horizon +2032-11-06T22:35:37.992Z sunset +2032-11-07T01:40:08.384Z moonset +2032-11-07T11:41:41.106Z sunrise +2032-11-07T15:36:20.171Z moonrise +2032-11-07T17:08:30.076Z Sun culminates 44.84 degrees above the horizon +2032-11-07T21:06:29.959Z Moon culminates 42.85 degrees above the horizon +2032-11-07T22:35:00.362Z sunset +2032-11-08T02:38:31.177Z moonset +2032-11-08T11:42:26.726Z sunrise +2032-11-08T15:16:30.602Z Venus moves from Ophiuchus to Sagittarius +2032-11-08T16:26:10.340Z moonrise +2032-11-08T17:08:34.610Z Sun culminates 44.55 degrees above the horizon 2032-11-08T22:01:09.561Z Moon culminates 45.09 degrees above the horizon -2032-11-08T22:34:24.091Z sunset -2032-11-09T03:39:09.007Z moonset -2032-11-09T11:43:12.627Z sunrise -2032-11-09T17:08:39.971Z Sun culminates 44.27 degrees above the horizon -2032-11-09T17:12:56.289Z moonrise -2032-11-09T22:33:49.203Z sunset +2032-11-08T22:34:24.092Z sunset +2032-11-09T03:39:09.010Z moonset +2032-11-09T11:43:12.628Z sunrise +2032-11-09T17:08:39.972Z Sun culminates 44.27 degrees above the horizon +2032-11-09T17:12:56.287Z moonrise +2032-11-09T22:33:49.204Z sunset 2032-11-09T22:55:00.953Z Moon culminates 48.34 degrees above the horizon -2032-11-10T04:41:03.306Z moonset +2032-11-10T04:41:03.308Z moonset 2032-11-10T11:33:44.884Z first quarter -2032-11-10T11:43:58.793Z sunrise -2032-11-10T17:08:46.162Z Sun culminates 43.99 degrees above the horizon -2032-11-10T17:57:02.656Z moonrise -2032-11-10T22:33:15.717Z sunset +2032-11-10T11:43:58.794Z sunrise +2032-11-10T17:08:46.163Z Sun culminates 43.99 degrees above the horizon +2032-11-10T17:57:02.655Z moonrise +2032-11-10T22:33:15.718Z sunset 2032-11-10T23:47:57.660Z Moon culminates 52.39 degrees above the horizon -2032-11-11T05:43:35.019Z moonset -2032-11-11T11:44:45.203Z sunrise -2032-11-11T17:08:53.184Z Sun culminates 43.72 degrees above the horizon -2032-11-11T18:39:16.672Z moonrise -2032-11-11T22:32:43.655Z sunset +2032-11-11T05:43:35.021Z moonset +2032-11-11T11:44:45.204Z sunrise +2032-11-11T17:08:53.185Z Sun culminates 43.72 degrees above the horizon +2032-11-11T18:39:16.670Z moonrise +2032-11-11T22:32:43.656Z sunset 2032-11-12T00:40:15.333Z Moon culminates 57.01 degrees above the horizon -2032-11-12T06:46:28.183Z moonset -2032-11-12T11:45:31.837Z sunrise -2032-11-12T17:09:01.036Z Sun culminates 43.45 degrees above the horizon -2032-11-12T19:20:38.103Z moonrise +2032-11-12T06:46:28.184Z moonset +2032-11-12T11:45:31.838Z sunrise +2032-11-12T17:09:01.037Z Sun culminates 43.45 degrees above the horizon +2032-11-12T19:20:38.102Z moonrise 2032-11-12T22:32:13.038Z sunset 2032-11-13T01:32:24.159Z Moon culminates 61.91 degrees above the horizon -2032-11-13T07:49:42.740Z moonset +2032-11-13T07:49:42.741Z moonset 2032-11-13T08:54:14.947Z transit of Mercury 2032-11-13T09:01:46.812Z Mercury inferior conjunction -2032-11-13T11:46:18.677Z sunrise +2032-11-13T11:46:18.678Z sunrise 2032-11-13T15:28:55.964Z lunar perigee at 367368 km -2032-11-13T17:09:09.720Z Sun culminates 43.19 degrees above the horizon -2032-11-13T20:02:11.382Z moonrise +2032-11-13T17:09:09.721Z Sun culminates 43.19 degrees above the horizon +2032-11-13T20:02:11.381Z moonrise 2032-11-13T22:31:43.886Z sunset -2032-11-14T02:24:58.923Z Moon culminates 66.78 degrees above the horizon +2032-11-14T02:24:58.924Z Moon culminates 66.78 degrees above the horizon 2032-11-14T08:53:21.037Z moonset 2032-11-14T11:47:05.703Z sunrise 2032-11-14T17:09:19.237Z Sun culminates 42.93 degrees above the horizon 2032-11-14T20:44:59.215Z moonrise -2032-11-14T22:31:16.221Z sunset +2032-11-14T22:31:16.220Z sunset 2032-11-15T03:18:28.213Z Moon culminates 71.29 degrees above the horizon -2032-11-15T09:57:12.365Z moonset -2032-11-15T11:47:52.894Z sunrise +2032-11-15T09:57:12.366Z moonset +2032-11-15T11:47:52.895Z sunrise 2032-11-15T17:09:29.585Z Sun culminates 42.68 degrees above the horizon 2032-11-15T21:29:55.495Z moonrise 2032-11-15T22:30:50.061Z sunset @@ -26831,291 +26831,291 @@ 2032-11-16T22:30:25.427Z sunset 2032-11-17T05:08:31.534Z Moon culminates 78.03 degrees above the horizon 2032-11-17T06:42:36.913Z full moon -2032-11-17T11:49:27.691Z sunrise +2032-11-17T11:49:27.690Z sunrise 2032-11-17T12:02:40.201Z moonset 2032-11-17T14:03:21.851Z Mercury perihelion at 0.3075 AU 2032-11-17T17:09:52.777Z Sun culminates 42.19 degrees above the horizon -2032-11-17T22:30:02.338Z sunset +2032-11-17T22:30:02.339Z sunset 2032-11-17T23:08:07.729Z moonrise -2032-11-18T06:04:11.445Z Moon culminates 79.79 degrees above the horizon -2032-11-18T11:50:15.253Z sunrise -2032-11-18T13:01:50.301Z moonset +2032-11-18T06:04:11.444Z Moon culminates 79.79 degrees above the horizon +2032-11-18T11:50:15.251Z sunrise +2032-11-18T13:01:50.299Z moonset 2032-11-18T17:10:05.616Z Sun culminates 41.95 degrees above the horizon -2032-11-18T22:29:40.813Z sunset +2032-11-18T22:29:40.814Z sunset 2032-11-19T00:01:04.015Z moonrise -2032-11-19T06:59:05.549Z Moon culminates 80.34 degrees above the horizon -2032-11-19T11:51:02.891Z sunrise -2032-11-19T13:56:57.175Z moonset +2032-11-19T06:59:05.548Z Moon culminates 80.34 degrees above the horizon +2032-11-19T11:51:02.890Z sunrise +2032-11-19T13:56:57.174Z moonset 2032-11-19T17:10:19.281Z Sun culminates 41.72 degrees above the horizon -2032-11-19T22:29:20.868Z sunset -2032-11-20T00:55:29.688Z moonrise -2032-11-20T07:52:16.364Z Moon culminates 79.74 degrees above the horizon -2032-11-20T11:51:50.582Z sunrise -2032-11-20T14:47:18.350Z moonset -2032-11-20T17:10:33.767Z Sun culminates 41.50 degrees above the horizon -2032-11-20T22:29:02.522Z sunset -2032-11-21T01:50:19.396Z moonrise -2032-11-21T08:43:04.096Z Moon culminates 78.13 degrees above the horizon -2032-11-21T11:52:38.297Z sunrise -2032-11-21T15:32:51.023Z moonset +2032-11-19T22:29:20.870Z sunset +2032-11-20T00:55:29.689Z moonrise +2032-11-20T07:52:16.363Z Moon culminates 79.74 degrees above the horizon +2032-11-20T11:51:50.580Z sunrise +2032-11-20T14:47:18.348Z moonset +2032-11-20T17:10:33.768Z Sun culminates 41.50 degrees above the horizon +2032-11-20T22:29:02.524Z sunset +2032-11-21T01:50:19.397Z moonrise +2032-11-21T08:43:04.095Z Moon culminates 78.13 degrees above the horizon +2032-11-21T11:52:38.296Z sunrise +2032-11-21T15:32:51.021Z moonset 2032-11-21T17:10:49.069Z Sun culminates 41.28 degrees above the horizon -2032-11-21T22:28:45.789Z sunset -2032-11-22T02:44:38.504Z moonrise +2032-11-21T22:28:45.791Z sunset +2032-11-22T02:44:38.506Z moonrise 2032-11-22T09:31:15.215Z Moon culminates 75.70 degrees above the horizon 2032-11-22T11:53:26.008Z sunrise -2032-11-22T16:14:05.314Z moonset +2032-11-22T16:14:05.313Z moonset 2032-11-22T17:11:05.178Z Sun culminates 41.07 degrees above the horizon -2032-11-22T22:28:30.683Z sunset -2032-11-23T03:37:56.315Z moonrise +2032-11-22T22:28:30.685Z sunset +2032-11-23T03:37:56.317Z moonrise 2032-11-23T10:17:01.100Z Moon culminates 72.63 degrees above the horizon 2032-11-23T11:54:13.686Z sunrise -2032-11-23T16:51:51.013Z moonset -2032-11-23T17:11:22.085Z Sun culminates 40.87 degrees above the horizon -2032-11-23T22:28:17.216Z sunset -2032-11-24T04:30:08.167Z moonrise +2032-11-23T16:51:51.011Z moonset +2032-11-23T17:11:22.087Z Sun culminates 40.87 degrees above the horizon +2032-11-23T22:28:17.217Z sunset +2032-11-24T04:30:08.168Z moonrise 2032-11-24T11:00:51.283Z Moon culminates 69.11 degrees above the horizon -2032-11-24T11:55:01.297Z sunrise -2032-11-24T17:11:39.781Z Sun culminates 40.67 degrees above the horizon -2032-11-24T17:27:06.166Z moonset +2032-11-24T11:55:01.298Z sunrise +2032-11-24T17:11:39.782Z Sun culminates 40.67 degrees above the horizon +2032-11-24T17:27:06.164Z moonset 2032-11-24T22:28:05.400Z sunset 2032-11-24T22:48:22.840Z third quarter -2032-11-25T05:21:30.224Z moonrise +2032-11-25T05:21:30.225Z moonrise 2032-11-25T11:43:26.197Z Moon culminates 65.27 degrees above the horizon -2032-11-25T11:55:48.808Z sunrise +2032-11-25T11:55:48.810Z sunrise 2032-11-25T14:15:56.314Z lunar apogee at 404358 km -2032-11-25T17:11:58.252Z Sun culminates 40.48 degrees above the horizon -2032-11-25T18:00:50.556Z moonset +2032-11-25T17:11:58.253Z Sun culminates 40.48 degrees above the horizon +2032-11-25T18:00:50.555Z moonset 2032-11-25T22:27:55.241Z sunset -2032-11-26T06:12:32.060Z moonrise -2032-11-26T11:56:36.183Z sunrise -2032-11-26T12:25:31.806Z Moon culminates 61.26 degrees above the horizon -2032-11-26T17:12:17.483Z Sun culminates 40.29 degrees above the horizon -2032-11-26T18:34:03.436Z moonset -2032-11-26T22:27:46.746Z sunset -2032-11-27T00:42:03.687Z Uranus moves from Gemini to Taurus -2032-11-27T07:03:49.713Z moonrise -2032-11-27T11:57:23.383Z sunrise +2032-11-26T06:12:32.061Z moonrise +2032-11-26T11:56:36.184Z sunrise +2032-11-26T12:25:31.807Z Moon culminates 61.26 degrees above the horizon +2032-11-26T17:12:17.484Z Sun culminates 40.29 degrees above the horizon +2032-11-26T18:34:03.435Z moonset +2032-11-26T22:27:46.745Z sunset +2032-11-27T00:41:42.915Z Uranus moves from Gemini to Taurus +2032-11-27T07:03:49.714Z moonrise +2032-11-27T11:57:23.385Z sunrise 2032-11-27T13:07:56.187Z Moon culminates 57.22 degrees above the horizon -2032-11-27T17:12:37.457Z Sun culminates 40.11 degrees above the horizon -2032-11-27T19:07:43.743Z moonset +2032-11-27T17:12:37.458Z Sun culminates 40.11 degrees above the horizon +2032-11-27T19:07:43.742Z moonset 2032-11-27T22:27:39.918Z sunset -2032-11-28T07:55:59.391Z moonrise +2032-11-28T07:55:59.392Z moonrise 2032-11-28T09:46:46.873Z Saturn perihelion at 9.0147 AU -2032-11-28T11:58:10.370Z sunrise +2032-11-28T11:58:10.371Z sunrise 2032-11-28T13:51:26.958Z Moon culminates 53.27 degrees above the horizon 2032-11-28T17:12:58.155Z Sun culminates 39.94 degrees above the horizon -2032-11-28T19:42:51.088Z moonset +2032-11-28T19:42:51.087Z moonset 2032-11-28T22:27:34.760Z sunset -2032-11-29T08:49:30.737Z moonrise -2032-11-29T11:58:57.101Z sunrise +2032-11-29T08:49:30.738Z moonrise +2032-11-29T11:58:57.102Z sunrise 2032-11-29T14:36:48.153Z Moon culminates 49.58 degrees above the horizon 2032-11-29T17:13:19.556Z Sun culminates 39.78 degrees above the horizon 2032-11-29T20:20:25.968Z moonset 2032-11-29T22:27:31.270Z sunset -2032-11-30T04:10:11.311Z Jupiter moves from Sagittarius to Capricornus +2032-11-30T04:10:15.566Z Jupiter moves from Sagittarius to Capricornus 2032-11-30T08:13:26.554Z Mercury max morning elongation: 20.23 degrees from Sun -2032-11-30T09:44:38.588Z moonrise -2032-11-30T11:59:43.535Z sunrise +2032-11-30T09:44:38.589Z moonrise +2032-11-30T11:59:43.536Z sunrise 2032-11-30T15:24:35.197Z Moon culminates 46.34 degrees above the horizon 2032-11-30T17:13:41.637Z Sun culminates 39.62 degrees above the horizon -2032-11-30T21:01:27.444Z moonset -2032-11-30T22:27:29.445Z sunset -2032-12-01T10:41:13.600Z moonrise -2032-12-01T12:00:29.626Z sunrise -2032-12-01T16:15:07.389Z Moon culminates 43.78 degrees above the horizon -2032-12-01T17:14:04.373Z Sun culminates 39.47 degrees above the horizon +2032-11-30T21:01:27.443Z moonset +2032-11-30T22:27:29.446Z sunset +2032-12-01T10:41:13.601Z moonrise +2032-12-01T12:00:29.627Z sunrise +2032-12-01T16:15:07.390Z Moon culminates 43.78 degrees above the horizon +2032-12-01T17:14:04.374Z Sun culminates 39.47 degrees above the horizon 2032-12-01T21:46:46.337Z moonset -2032-12-01T22:27:29.280Z sunset -2032-12-02T11:38:35.150Z moonrise -2032-12-02T12:01:15.331Z sunrise -2032-12-02T17:08:19.237Z Moon culminates 42.12 degrees above the horizon -2032-12-02T17:14:27.739Z Sun culminates 39.32 degrees above the horizon +2032-12-01T22:27:29.281Z sunset +2032-12-02T11:38:35.151Z moonrise +2032-12-02T12:01:15.332Z sunrise +2032-12-02T17:08:19.238Z Moon culminates 42.12 degrees above the horizon +2032-12-02T17:14:27.740Z Sun culminates 39.32 degrees above the horizon 2032-12-02T20:53:25.025Z new moon -2032-12-02T22:27:30.767Z sunset -2032-12-02T22:36:53.039Z moonset -2032-12-03T12:02:00.602Z sunrise -2032-12-03T12:35:33.299Z moonrise -2032-12-03T17:14:51.706Z Sun culminates 39.18 degrees above the horizon -2032-12-03T18:03:35.264Z Moon culminates 41.57 degrees above the horizon -2032-12-03T22:27:33.897Z sunset -2032-12-03T23:31:43.134Z moonset -2032-12-04T12:02:45.394Z sunrise -2032-12-04T13:30:45.242Z moonrise -2032-12-04T17:15:16.248Z Sun culminates 39.05 degrees above the horizon -2032-12-04T18:59:54.790Z Moon culminates 42.24 degrees above the horizon -2032-12-04T22:27:38.660Z sunset -2032-12-05T00:30:30.263Z moonset -2032-12-05T12:03:29.660Z sunrise +2032-12-02T22:27:30.768Z sunset +2032-12-02T22:36:53.040Z moonset +2032-12-03T12:02:00.604Z sunrise +2032-12-03T12:35:33.300Z moonrise +2032-12-03T17:14:51.708Z Sun culminates 39.18 degrees above the horizon +2032-12-03T18:03:35.265Z Moon culminates 41.57 degrees above the horizon +2032-12-03T22:27:33.898Z sunset +2032-12-03T23:31:43.136Z moonset +2032-12-04T12:02:45.396Z sunrise +2032-12-04T13:30:45.243Z moonrise +2032-12-04T17:15:16.249Z Sun culminates 39.05 degrees above the horizon +2032-12-04T18:59:54.791Z Moon culminates 42.24 degrees above the horizon +2032-12-04T22:27:38.661Z sunset +2032-12-05T00:30:30.265Z moonset +2032-12-05T12:03:29.661Z sunrise 2032-12-05T14:23:01.907Z moonrise -2032-12-05T17:15:41.333Z Sun culminates 38.93 degrees above the horizon +2032-12-05T17:15:41.334Z Sun culminates 38.93 degrees above the horizon 2032-12-05T19:56:08.931Z Moon culminates 44.12 degrees above the horizon -2032-12-05T22:27:45.044Z sunset -2032-12-06T01:31:56.353Z moonset -2032-12-06T12:04:13.352Z sunrise -2032-12-06T13:57:13.149Z Venus moves from Sagittarius to Capricornus -2032-12-06T15:11:49.879Z moonrise -2032-12-06T17:16:06.933Z Sun culminates 38.81 degrees above the horizon +2032-12-05T22:27:45.045Z sunset +2032-12-06T01:31:56.354Z moonset +2032-12-06T12:04:13.354Z sunrise +2032-12-06T13:57:13.858Z Venus moves from Sagittarius to Capricornus +2032-12-06T15:11:49.878Z moonrise +2032-12-06T17:16:06.934Z Sun culminates 38.81 degrees above the horizon 2032-12-06T20:51:22.529Z Moon culminates 47.11 degrees above the horizon -2032-12-06T22:27:53.036Z sunset -2032-12-07T02:34:37.598Z moonset -2032-12-07T12:04:56.425Z sunrise +2032-12-06T22:27:53.037Z sunset +2032-12-07T02:34:37.599Z moonset +2032-12-07T12:04:56.426Z sunrise 2032-12-07T15:57:16.903Z moonrise -2032-12-07T17:16:33.017Z Sun culminates 38.71 degrees above the horizon -2032-12-07T21:45:09.035Z Moon culminates 50.97 degrees above the horizon -2032-12-07T22:28:02.621Z sunset -2032-12-08T03:37:30.594Z moonset -2032-12-08T12:05:38.832Z sunrise -2032-12-08T16:40:02.973Z moonrise -2032-12-08T17:16:59.555Z Sun culminates 38.60 degrees above the horizon +2032-12-07T17:16:33.018Z Sun culminates 38.71 degrees above the horizon +2032-12-07T21:45:09.036Z Moon culminates 50.97 degrees above the horizon +2032-12-07T22:28:02.622Z sunset +2032-12-08T03:37:30.595Z moonset +2032-12-08T12:05:38.834Z sunrise +2032-12-08T16:40:02.972Z moonrise +2032-12-08T17:16:59.556Z Sun culminates 38.60 degrees above the horizon 2032-12-08T19:12:17.189Z lunar perigee at 370098 km 2032-12-08T22:28:13.786Z sunset 2032-12-08T22:37:32.526Z Moon culminates 55.44 degrees above the horizon -2032-12-09T04:40:04.081Z moonset -2032-12-09T12:06:20.530Z sunrise -2032-12-09T17:17:26.517Z Sun culminates 38.51 degrees above the horizon -2032-12-09T17:21:06.889Z moonrise +2032-12-09T04:40:04.082Z moonset +2032-12-09T12:06:20.532Z sunrise +2032-12-09T17:17:26.518Z Sun culminates 38.51 degrees above the horizon +2032-12-09T17:21:06.888Z moonrise 2032-12-09T19:09:01.817Z first quarter 2032-12-09T22:28:26.513Z sunset 2032-12-09T23:29:00.124Z Moon culminates 60.24 degrees above the horizon -2032-12-10T05:42:14.666Z moonset -2032-12-10T12:07:01.474Z sunrise +2032-12-10T05:42:14.667Z moonset +2032-12-10T12:07:01.476Z sunrise 2032-12-10T17:17:53.874Z Sun culminates 38.43 degrees above the horizon -2032-12-10T18:01:35.412Z moonrise -2032-12-10T22:28:40.787Z sunset +2032-12-10T18:01:35.411Z moonrise +2032-12-10T22:28:40.786Z sunset 2032-12-11T00:20:10.918Z Moon culminates 65.06 degrees above the horizon -2032-12-11T06:44:13.403Z moonset -2032-12-11T12:07:41.624Z sunrise -2032-12-11T12:11:53.604Z Mercury moves from Libra to Scorpius +2032-12-11T06:44:13.404Z moonset +2032-12-11T12:07:41.625Z sunrise +2032-12-11T12:11:54.141Z Mercury moves from Libra to Scorpius 2032-12-11T17:18:21.596Z Sun culminates 38.35 degrees above the horizon -2032-12-11T18:42:36.167Z moonrise -2032-12-11T22:28:56.589Z sunset +2032-12-11T18:42:36.165Z moonrise +2032-12-11T22:28:56.588Z sunset 2032-12-12T01:11:44.879Z Moon culminates 69.63 degrees above the horizon -2032-12-12T07:46:09.729Z moonset -2032-12-12T12:08:20.937Z sunrise +2032-12-12T07:46:09.730Z moonset +2032-12-12T12:08:20.939Z sunrise 2032-12-12T17:18:49.653Z Sun culminates 38.28 degrees above the horizon -2032-12-12T19:25:12.121Z moonrise -2032-12-12T22:29:13.902Z sunset +2032-12-12T19:25:12.120Z moonrise +2032-12-12T22:29:13.900Z sunset 2032-12-13T02:04:12.412Z Moon culminates 73.66 degrees above the horizon -2032-12-13T08:47:56.592Z moonset -2032-12-13T12:08:59.376Z sunrise +2032-12-13T08:47:56.593Z moonset +2032-12-13T12:08:59.378Z sunrise 2032-12-13T17:19:18.016Z Sun culminates 38.21 degrees above the horizon -2032-12-13T20:10:14.806Z moonrise -2032-12-13T22:29:32.705Z sunset -2032-12-14T02:57:44.729Z Moon culminates 76.91 degrees above the horizon +2032-12-13T20:10:14.805Z moonrise +2032-12-13T22:29:32.703Z sunset +2032-12-14T02:57:44.728Z Moon culminates 76.91 degrees above the horizon 2032-12-14T09:49:00.477Z moonset 2032-12-14T12:09:36.903Z sunrise 2032-12-14T17:19:46.657Z Sun culminates 38.16 degrees above the horizon -2032-12-14T20:58:14.969Z moonrise -2032-12-14T22:29:52.979Z sunset -2032-12-15T00:31:22.557Z Mercury moves from Scorpius to Ophiuchus +2032-12-14T20:58:14.967Z moonrise +2032-12-14T22:29:52.977Z sunset +2032-12-15T00:31:23.093Z Mercury moves from Scorpius to Ophiuchus 2032-12-15T03:52:07.091Z Moon culminates 79.15 degrees above the horizon -2032-12-15T10:48:21.588Z moonset +2032-12-15T10:48:21.587Z moonset 2032-12-15T12:10:13.479Z sunrise -2032-12-15T17:20:15.547Z Sun culminates 38.11 degrees above the horizon -2032-12-15T21:49:12.812Z moonrise -2032-12-15T22:30:14.702Z sunset -2032-12-16T04:46:39.105Z Moon culminates 80.27 degrees above the horizon +2032-12-15T17:20:15.546Z Sun culminates 38.11 degrees above the horizon +2032-12-15T21:49:12.811Z moonrise +2032-12-15T22:30:14.701Z sunset +2032-12-16T04:46:39.104Z Moon culminates 80.27 degrees above the horizon 2032-12-16T11:44:47.746Z moonset 2032-12-16T12:10:49.069Z sunrise -2032-12-16T17:20:44.656Z Sun culminates 38.07 degrees above the horizon +2032-12-16T17:20:44.655Z Sun culminates 38.07 degrees above the horizon 2032-12-16T20:49:34.955Z full moon -2032-12-16T22:30:37.853Z sunset -2032-12-16T22:42:34.108Z moonrise -2032-12-17T05:40:24.998Z Moon culminates 80.22 degrees above the horizon -2032-12-17T12:11:23.638Z sunrise +2032-12-16T22:30:37.852Z sunset +2032-12-16T22:42:34.107Z moonrise +2032-12-17T05:40:24.997Z Moon culminates 80.22 degrees above the horizon +2032-12-17T12:11:23.637Z sunrise 2032-12-17T12:37:17.347Z moonset -2032-12-17T17:21:13.955Z Sun culminates 38.04 degrees above the horizon +2032-12-17T17:21:13.954Z Sun culminates 38.04 degrees above the horizon 2032-12-17T22:31:02.407Z sunset 2032-12-17T23:37:18.485Z moonrise 2032-12-18T06:32:30.916Z Moon culminates 79.08 degrees above the horizon -2032-12-18T12:11:57.151Z sunrise -2032-12-18T13:25:18.637Z moonset +2032-12-18T12:11:57.150Z sunrise +2032-12-18T13:25:18.636Z moonset 2032-12-18T17:21:43.415Z Sun culminates 38.01 degrees above the horizon 2032-12-18T22:31:28.341Z sunset 2032-12-19T00:32:18.733Z moonrise 2032-12-19T07:22:20.745Z Moon culminates 77.01 degrees above the horizon 2032-12-19T12:12:29.574Z sunrise -2032-12-19T14:08:55.240Z moonset +2032-12-19T14:08:55.239Z moonset 2032-12-19T17:22:13.007Z Sun culminates 38.00 degrees above the horizon 2032-12-19T22:31:55.629Z sunset 2032-12-20T01:26:41.182Z moonrise 2032-12-20T08:09:43.411Z Moon culminates 74.20 degrees above the horizon 2032-12-20T12:13:00.874Z sunrise 2032-12-20T14:48:39.052Z moonset -2032-12-20T17:22:42.700Z Sun culminates 37.99 degrees above the horizon -2032-12-20T22:32:24.244Z sunset +2032-12-20T17:22:42.701Z Sun culminates 37.99 degrees above the horizon +2032-12-20T22:32:24.245Z sunset 2032-12-20T22:55:55.221Z Uranus opposition 2032-12-21T02:19:57.335Z moonrise -2032-12-21T07:56:05.170Z December solstice +2032-12-21T07:56:03.896Z December solstice 2032-12-21T08:54:51.270Z Moon culminates 70.83 degrees above the horizon -2032-12-21T12:13:31.018Z sunrise +2032-12-21T12:13:31.019Z sunrise 2032-12-21T15:25:18.653Z moonset -2032-12-21T17:23:12.464Z Sun culminates 37.99 degrees above the horizon +2032-12-21T17:23:12.465Z Sun culminates 37.99 degrees above the horizon 2032-12-21T22:32:54.158Z sunset -2032-12-22T03:12:04.763Z moonrise +2032-12-22T03:12:04.764Z moonrise 2032-12-22T09:38:13.908Z Moon culminates 67.10 degrees above the horizon -2032-12-22T12:13:59.974Z sunrise +2032-12-22T12:13:59.976Z sunrise 2032-12-22T15:59:49.875Z moonset -2032-12-22T17:23:42.268Z Sun culminates 37.99 degrees above the horizon +2032-12-22T17:23:42.269Z Sun culminates 37.99 degrees above the horizon 2032-12-22T22:33:25.340Z sunset 2032-12-23T04:03:21.499Z moonrise 2032-12-23T10:20:31.628Z Moon culminates 63.15 degrees above the horizon 2032-12-23T11:33:52.773Z lunar apogee at 404502 km -2032-12-23T12:14:27.709Z sunrise +2032-12-23T12:14:27.712Z sunrise 2032-12-23T16:33:10.689Z moonset -2032-12-23T17:24:12.080Z Sun culminates 38.01 degrees above the horizon -2032-12-23T22:33:57.758Z sunset -2032-12-24T04:54:18.672Z moonrise +2032-12-23T17:24:12.081Z Sun culminates 38.01 degrees above the horizon +2032-12-23T22:33:57.757Z sunset +2032-12-24T04:54:18.673Z moonrise 2032-12-24T11:02:30.617Z Moon culminates 59.12 degrees above the horizon -2032-12-24T12:14:54.193Z sunrise -2032-12-24T17:06:19.668Z moonset -2032-12-24T17:24:41.867Z Sun culminates 38.03 degrees above the horizon +2032-12-24T12:14:54.196Z sunrise +2032-12-24T17:06:19.667Z moonset +2032-12-24T17:24:41.868Z Sun culminates 38.03 degrees above the horizon 2032-12-24T20:39:47.847Z third quarter -2032-12-24T22:34:31.377Z sunset +2032-12-24T22:34:31.375Z sunset 2032-12-24T22:42:10.110Z Saturn opposition 2032-12-25T05:45:33.691Z moonrise 2032-12-25T11:44:59.808Z Moon culminates 55.14 degrees above the horizon -2032-12-25T12:15:19.395Z sunrise +2032-12-25T12:15:19.397Z sunrise 2032-12-25T17:25:11.596Z Sun culminates 38.06 degrees above the horizon 2032-12-25T17:40:16.534Z moonset -2032-12-25T22:35:06.160Z sunset +2032-12-25T22:35:06.159Z sunset 2032-12-26T06:37:43.935Z moonrise -2032-12-26T12:15:43.282Z sunrise +2032-12-26T12:15:43.284Z sunrise 2032-12-26T12:28:48.368Z Moon culminates 51.35 degrees above the horizon 2032-12-26T17:25:41.231Z Sun culminates 38.10 degrees above the horizon -2032-12-26T18:16:03.250Z moonset -2032-12-26T22:35:42.070Z sunset +2032-12-26T18:16:03.249Z moonset +2032-12-26T22:35:42.069Z sunset 2032-12-27T07:31:19.761Z moonrise -2032-12-27T09:52:47.421Z Mercury moves from Ophiuchus to Sagittarius -2032-12-27T12:16:05.826Z sunrise -2032-12-27T13:14:42.330Z Moon culminates 47.91 degrees above the horizon +2032-12-27T09:52:47.958Z Mercury moves from Ophiuchus to Sagittarius +2032-12-27T12:16:05.827Z sunrise +2032-12-27T13:14:42.329Z Moon culminates 47.91 degrees above the horizon 2032-12-27T17:26:10.738Z Sun culminates 38.15 degrees above the horizon 2032-12-27T18:54:44.003Z moonset -2032-12-27T22:36:19.065Z sunset +2032-12-27T22:36:19.064Z sunset 2032-12-28T08:26:35.672Z moonrise 2032-12-28T12:16:26.997Z sunrise 2032-12-28T14:03:18.869Z Moon culminates 45.00 degrees above the horizon 2032-12-28T17:26:40.082Z Sun culminates 38.20 degrees above the horizon 2032-12-28T19:37:22.001Z moonset 2032-12-28T22:36:57.103Z sunset -2032-12-29T09:23:20.189Z moonrise +2032-12-29T09:23:20.190Z moonrise 2032-12-29T12:16:46.766Z sunrise 2032-12-29T14:54:57.497Z Moon culminates 42.86 degrees above the horizon -2032-12-29T17:27:09.225Z Sun culminates 38.26 degrees above the horizon +2032-12-29T17:27:09.226Z Sun culminates 38.26 degrees above the horizon 2032-12-29T20:24:50.620Z moonset -2032-12-29T22:37:36.141Z sunset -2032-12-30T10:20:48.576Z moonrise -2032-12-30T12:17:05.104Z sunrise +2032-12-29T22:37:36.142Z sunset +2032-12-30T10:20:48.577Z moonrise +2032-12-30T12:17:05.105Z sunrise 2032-12-30T15:49:29.852Z Moon culminates 41.72 degrees above the horizon 2032-12-30T17:27:38.133Z Sun culminates 38.33 degrees above the horizon -2032-12-30T17:30:44.894Z Mars moves from Virgo to Libra -2032-12-30T21:17:37.971Z moonset +2032-12-30T17:30:46.159Z Mars moves from Virgo to Libra +2032-12-30T21:17:37.972Z moonset 2032-12-30T22:38:16.134Z sunset -2032-12-31T11:17:46.245Z moonrise +2032-12-31T11:17:46.246Z moonrise 2032-12-31T12:17:21.987Z sunrise 2032-12-31T13:40:42.805Z Mercury aphelion at 0.4667 AU -2032-12-31T13:40:52.197Z Venus moves from Capricornus to Aquarius +2032-12-31T13:40:52.978Z Venus moves from Capricornus to Aquarius 2032-12-31T16:46:13.862Z Moon culminates 41.75 degrees above the horizon -2032-12-31T17:28:06.767Z Sun culminates 38.41 degrees above the horizon +2032-12-31T17:28:06.768Z Sun culminates 38.41 degrees above the horizon 2032-12-31T22:15:29.646Z moonset 2032-12-31T22:38:57.034Z sunset diff --git a/demo/nodejs/correct/camera.txt b/demo/nodejs/correct/camera.txt index cf13a946..62082653 100644 --- a/demo/nodejs/correct/camera.txt +++ b/demo/nodejs/correct/camera.txt @@ -1,6 +1,6 @@ Moon horizontal position: azimuth = 274.486, altitude = 52.101 Moon check: x = 1.000000, y = 0.000000, z = 0.000000 -Sun vector: x = -0.088530, y = -0.319391, z = -0.939663 +Sun vector: x = -0.088530, y = -0.319392, z = -0.939663 Tilt angle of sunlit side of the Moon = -108.773 degrees counterclockwise from up. Moon magnitude = -10.27, phase angle = 84.22 degrees. Angle between Moon and Sun as seen from Earth = 95.64 degrees. diff --git a/demo/nodejs/correct/culminate.txt b/demo/nodejs/correct/culminate.txt index a38b25ed..b8e68c72 100644 --- a/demo/nodejs/correct/culminate.txt +++ b/demo/nodejs/correct/culminate.txt @@ -1,11 +1,11 @@ search : 2015-02-28T00:00:00.000Z Sun : 2015-02-28T18:12:31.044Z altitude= 52.13 azimuth= 180.00 -Moon : 2015-02-28T01:58:15.630Z altitude= 77.88 azimuth= 180.00 -Mercury : 2015-02-28T16:31:18.940Z altitude= 42.57 azimuth= 180.00 +Moon : 2015-02-28T01:58:15.629Z altitude= 77.88 azimuth= 180.00 +Mercury : 2015-02-28T16:31:18.939Z altitude= 42.57 azimuth= 180.00 Venus : 2015-02-28T20:03:56.711Z altitude= 63.24 azimuth= 180.00 Mars : 2015-02-28T19:52:21.643Z altitude= 62.24 azimuth= 180.00 -Jupiter : 2015-02-28T04:40:04.004Z altitude= 77.29 azimuth= 180.00 +Jupiter : 2015-02-28T04:40:04.003Z altitude= 77.29 azimuth= 180.00 Saturn : 2015-02-28T11:40:53.877Z altitude= 40.96 azimuth= 180.00 -Uranus : 2015-02-28T20:20:51.245Z altitude= 65.12 azimuth= 180.00 -Neptune : 2015-02-28T18:04:23.942Z altitude= 50.53 azimuth= 180.00 -Pluto : 2015-02-28T14:31:39.864Z altitude= 39.51 azimuth= 180.00 +Uranus : 2015-02-28T20:20:51.246Z altitude= 65.12 azimuth= 180.00 +Neptune : 2015-02-28T18:04:23.941Z altitude= 50.53 azimuth= 180.00 +Pluto : 2015-02-28T14:31:39.863Z altitude= 39.51 azimuth= 180.00 diff --git a/demo/nodejs/correct/riseset.txt b/demo/nodejs/correct/riseset.txt index 5f5af603..a31a01b4 100644 --- a/demo/nodejs/correct/riseset.txt +++ b/demo/nodejs/correct/riseset.txt @@ -1,5 +1,5 @@ search : 2018-11-30T17:55:07.234Z sunrise : 2018-12-01T13:22:51.098Z -sunset : 2018-11-30T22:21:03.107Z +sunset : 2018-11-30T22:21:03.106Z moonrise : 2018-12-01T06:49:32.983Z moonset : 2018-11-30T19:22:02.735Z diff --git a/demo/nodejs/correct/seasons.txt b/demo/nodejs/correct/seasons.txt index 7fda0178..0f818869 100644 --- a/demo/nodejs/correct/seasons.txt +++ b/demo/nodejs/correct/seasons.txt @@ -1,4 +1,4 @@ -March equinox : 2019-03-20T21:58:19.248Z -June solstice : 2019-06-21T15:54:02.000Z -September equinox : 2019-09-23T07:49:59.929Z -December solstice : 2019-12-22T04:19:32.258Z +March equinox : 2019-03-20T21:58:18.531Z +June solstice : 2019-06-21T15:54:02.461Z +September equinox : 2019-09-23T07:49:57.766Z +December solstice : 2019-12-22T04:19:32.601Z diff --git a/demo/nodejs/demotest b/demo/nodejs/demotest index 8f4dea79..acbc2e2f 100755 --- a/demo/nodejs/demotest +++ b/demo/nodejs/demotest @@ -21,7 +21,7 @@ TestDemo camera 29 -81 2021-03-22T02:45:00Z TestDemo moonphase 2019-06-15T09:15:32.987Z TestDemo positions +45.6 -90.7 2018-11-30T17:55:07.234Z TestDemo riseset +45.6 -90.7 2018-11-30T17:55:07.234Z -TestDemo seasons 2019 > test/seasons.txt +TestDemo seasons 2019 TestDemo culminate +30 -90 2015-02-28T00:00Z TestDemo horizon +25.5 -85.3 2016-12-25T12:30:45Z TestDemo lunar_eclipse 1988-01-01 diff --git a/demo/python/astronomy.py b/demo/python/astronomy.py index 468cf71a..1b216302 100644 --- a/demo/python/astronomy.py +++ b/demo/python/astronomy.py @@ -1030,7 +1030,6 @@ class Spherical: class _iau2000b: def __init__(self, time): t = time.tt / 36525.0 - el = math.fmod((485868.249036 + t*1717915923.2178), _ASEC360) * _ASEC2RAD elp = math.fmod((1287104.79305 + t*129596581.0481), _ASEC360) * _ASEC2RAD f = math.fmod((335779.526232 + t*1739527262.8478), _ASEC360) * _ASEC2RAD d = math.fmod((1072260.70369 + t*1602961601.2090), _ASEC360) * _ASEC2RAD @@ -1072,508 +1071,6 @@ class _iau2000b: de += (73871.0 - 184.0*t)*carg - 1924.0*sarg - arg = elp + 2.0*f - 2.0*d + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-516821.0 + 1226.0*t)*sarg - 524.0*carg - de += (224386.0 - 677.0*t)*carg - 174.0*sarg - - - sarg = math.sin(el) - carg = math.cos(el) - dp += (711159.0 + 73.0*t)*sarg - 872.0*carg - de += (-6750.0)*carg + 358.0*sarg - - - arg = 2.0*f + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-387298.0 - 367.0*t)*sarg + 380.0*carg - de += (200728.0 + 18.0*t)*carg + 318.0*sarg - - - arg = el + 2.0*f + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-301461.0 - 36.0*t)*sarg + 816.0*carg - de += (129025.0 - 63.0*t)*carg + 367.0*sarg - - - arg = -elp + 2.0*f - 2.0*d + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (215829.0 - 494.0*t)*sarg + 111.0*carg - de += (-95929.0 + 299.0*t)*carg + 132.0*sarg - - - arg = 2.0*f - 2.0*d + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (128227.0 + 137.0*t)*sarg + 181.0*carg - de += (-68982.0 - 9.0*t)*carg + 39.0*sarg - - - arg = -el + 2.0*f + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (123457.0 + 11.0*t)*sarg + 19.0*carg - de += (-53311.0 + 32.0*t)*carg - 4.0*sarg - - - arg = -el + 2.0*d - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (156994.0 + 10.0*t)*sarg - 168.0*carg - de += (-1235.0)*carg + 82.0*sarg - - - arg = el + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (63110.0 + 63.0*t)*sarg + 27.0*carg - de += (-33228.0)*carg - 9.0*sarg - - - arg = -el + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-57976.0 - 63.0*t)*sarg - 189.0*carg - de += (31429.0)*carg - 75.0*sarg - - - arg = -el + 2.0*f + 2.0*d + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-59641.0 - 11.0*t)*sarg + 149.0*carg - de += (25543.0 - 11.0*t)*carg + 66.0*sarg - - - arg = el + 2.0*f + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-51613.0 - 42.0*t)*sarg + 129.0*carg - de += (26366.0)*carg + 78.0*sarg - - - arg = -2.0*el + 2.0*f + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (45893.0 + 50.0*t)*sarg + 31.0*carg - de += (-24236.0 - 10.0*t)*carg + 20.0*sarg - - - arg = 2.0*d - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (63384.0 + 11.0*t)*sarg - 150.0*carg - de += (-1220.0)*carg + 29.0*sarg - - - arg = 2.0*f + 2.0*d + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-38571.0 - 1.0*t)*sarg + 158.0*carg - de += (16452.0 - 11.0*t)*carg + 68.0*sarg - - - arg = -2.0*elp + 2.0*f - 2.0*d + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (32481.0)*sarg - de += (-13870.0)*carg - - - arg = -2.0*el + 2.0*d - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-47722.0)*sarg - 18.0*carg - de += (477.0)*carg - 25.0*sarg - - - arg = 2.0*el + 2.0*f + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-31046.0 - 1.0*t)*sarg + 131.0*carg - de += (13238.0 - 11.0*t)*carg + 59.0*sarg - - - arg = el + 2.0*f - 2.0*d + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (28593.0)*sarg - carg - de += (-12338.0 + 10.0*t)*carg - 3.0*sarg - - - arg = -el + 2.0*f + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (20441.0 + 21.0*t)*sarg + 10.0*carg - de += (-10758.0)*carg - 3.0*sarg - - - arg = 2.0*el - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (29243.0)*sarg - 74.0*carg - de += (-609.0)*carg + 13.0*sarg - - - arg = 2.0*f - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (25887.0)*sarg - 66.0*carg - de += (-550.0)*carg + 11.0*sarg - - - arg = elp + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-14053.0 - 25.0*t)*sarg + 79.0*carg - de += (8551.0 - 2.0*t)*carg - 45.0*sarg - - - arg = -el + 2.0*d + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (15164.0 + 10.0*t)*sarg + 11.0*carg - de += (-8001.0)*carg - sarg - - - arg = 2.0*elp + 2.0*f - 2.0*d + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-15794.0 + 72.0*t)*sarg - 16.0*carg - de += (6850.0 - 42.0*t)*carg - 5.0*sarg - - - arg = -2.0*f + 2.0*d - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (21783.0)*sarg + 13.0*carg - de += (-167.0)*carg + 13.0*sarg - - - arg = el - 2.0*d + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-12873.0 - 10.0*t)*sarg - 37.0*carg - de += (6953.0)*carg - 14.0*sarg - - - arg = -elp + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-12654.0 + 11.0*t)*sarg + 63.0*carg - de += (6415.0)*carg + 26.0*sarg - - - arg = -el + 2.0*f + 2.0*d + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-10204.0)*sarg + 25.0*carg - de += (5222.0)*carg + 15.0*sarg - - - arg = 2.0*elp - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (16707.0 - 85.0*t)*sarg - 10.0*carg - de += (168.0 - 1.0*t)*carg + 10.0*sarg - - - arg = el + 2.0*f + 2.0*d + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-7691.0)*sarg + 44.0*carg - de += (3268.0)*carg + 19.0*sarg - - - arg = -2.0*el + 2.0*f - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-11024.0)*sarg - 14.0*carg - de += (104.0)*carg + 2.0*sarg - - - arg = elp + 2.0*f + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (7566.0 - 21.0*t)*sarg - 11.0*carg - de += (-3250.0)*carg - 5.0*sarg - - - arg = 2.0*f + 2.0*d + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-6637.0 - 11.0*t)*sarg + 25.0*carg - de += (3353.0)*carg + 14.0*sarg - - - arg = -elp + 2.0*f + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-7141.0 + 21.0*t)*sarg + 8.0*carg - de += (3070.0)*carg + 4.0*sarg - - - arg = 2.0*d + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-6302.0 - 11.0*t)*sarg + 2.0*carg - de += (3272.0)*carg + 4.0*sarg - - - arg = el + 2.0*f - 2.0*d + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (5800.0 + 10.0*t)*sarg + 2.0*carg - de += (-3045.0)*carg - sarg - - - arg = 2.0*el + 2.0*f - 2.0*d + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (6443.0)*sarg - 7.0*carg - de += (-2768.0)*carg - 4.0*sarg - - - arg = -2.0*el + 2.0*d + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-5774.0 - 11.0*t)*sarg - 15.0*carg - de += (3041.0)*carg - 5.0*sarg - - - arg = 2.0*el + 2.0*f + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-5350.0)*sarg + 21.0*carg - de += (2695.0)*carg + 12.0*sarg - - - arg = -elp + 2.0*f - 2.0*d + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-4752.0 - 11.0*t)*sarg - 3.0*carg - de += (2719.0)*carg - 3.0*sarg - - - arg = -2.0*d + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-4940.0 - 11.0*t)*sarg - 21.0*carg - de += (2720.0)*carg - 9.0*sarg - - - arg = -el - elp + 2.0*d - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (7350.0)*sarg - 8.0*carg - de += (-51.0)*carg + 4.0*sarg - - - arg = 2.0*el - 2.0*d + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (4065.0)*sarg + 6.0*carg - de += (-2206.0)*carg + sarg - - - arg = el + 2.0*d - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (6579.0)*sarg - 24.0*carg - de += (-199.0)*carg + 2.0*sarg - - - arg = elp + 2.0*f - 2.0*d + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (3579.0)*sarg + 5.0*carg - de += (-1900.0)*carg + sarg - - - arg = el - elp - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (4725.0)*sarg - 6.0*carg - de += (-41.0)*carg + 3.0*sarg - - - arg = -2.0*el + 2.0*f + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-3075.0)*sarg - 2.0*carg - de += (1313.0)*carg - sarg - - - arg = 3.0*el + 2.0*f + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-2904.0)*sarg + 15.0*carg - de += (1233.0)*carg + 7.0*sarg - - - arg = -elp + 2.0*d - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (4348.0)*sarg - 10.0*carg - de += (-81.0)*carg + 2.0*sarg - - - arg = el - elp + 2.0*f + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-2878.0)*sarg + 8.0*carg - de += (1232.0)*carg + 4.0*sarg - - - sarg = math.sin(d) - carg = math.cos(d) - dp += (-4230.0)*sarg + 5.0*carg - de += (-20.0)*carg - 2.0*sarg - - - arg = -el - elp + 2.0*f + 2.0*d + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-2819.0)*sarg + 7.0*carg - de += (1207.0)*carg + 3.0*sarg - - - arg = -el + 2.0*f - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-4056.0)*sarg + 5.0*carg - de += (40.0)*carg - 2.0*sarg - - - arg = -elp + 2.0*f + 2.0*d + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-2647.0)*sarg + 11.0*carg - de += (1129.0)*carg + 5.0*sarg - - - arg = -2.0*el + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-2294.0)*sarg - 10.0*carg - de += (1266.0)*carg - 4.0*sarg - - - arg = el + elp + 2.0*f + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (2481.0)*sarg - 7.0*carg - de += (-1062.0)*carg - 3.0*sarg - - - arg = 2.0*el + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (2179.0)*sarg - 2.0*carg - de += (-1129.0)*carg - 2.0*sarg - - - arg = -el + elp + d - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (3276.0)*sarg + carg - de += (-9.0)*carg - - - arg = el + elp - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-3389.0)*sarg + 5.0*carg - de += (35.0)*carg - 2.0*sarg - - - arg = el + 2.0*f - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (3339.0)*sarg - 13.0*carg - de += (-107.0)*carg + sarg - - - arg = -el + 2.0*f - 2.0*d + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-1987.0)*sarg - 6.0*carg - de += (1073.0)*carg - 2.0*sarg - - - arg = el + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-1981.0)*sarg - de += (854.0)*carg - - - arg = -el + d - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (4026.0)*sarg - 353.0*carg - de += (-553.0)*carg - 139.0*sarg - - - arg = 2.0*f + d + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (1660.0)*sarg - 5.0*carg - de += (-710.0)*carg - 2.0*sarg - - - arg = -el + 2.0*f + 4.0*d + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-1521.0)*sarg + 9.0*carg - de += (647.0)*carg + 4.0*sarg - - - arg = -el + elp + d + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (1314.0)*sarg - de += (-700.0)*carg - - - arg = -2.0*elp + 2.0*f - 2.0*d + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-1283.0)*sarg - de += (672.0)*carg - - - arg = el + 2.0*f + 2.0*d + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-1331.0)*sarg + 8.0*carg - de += (663.0)*carg + 4.0*sarg - - - arg = -2.0*el + 2.0*f + 2.0*d + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (1383.0)*sarg - 2.0*carg - de += (-594.0)*carg - 2.0*sarg - - - arg = -el + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (1405.0)*sarg + 4.0*carg - de += (-610.0)*carg + 2.0*sarg - - - arg = el + elp + 2.0*f - 2.0*d + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (1290.0)*sarg - de += (-556.0)*carg - - self.dpsi = -0.000135 + (dp * 1.0e-7) self.deps = +0.000388 + (de * 1.0e-7) @@ -1870,7 +1367,11 @@ def _inverse_terra(ovec, st): # Numerically solve for exact latitude, using Newton's Method. # Start with initial latitude estimate, based on a spherical Earth. lat = math.atan2(z, p) + count = 0 while True: + count += 1 + if count > 10: + raise NoConvergeError() # Calculate the error function W(lat). # We try to find the root of W, meaning where the error is 0. cos = math.cos(lat) @@ -1881,7 +1382,7 @@ def _inverse_terra(ovec, st): radicand = cos2 + _EARTH_FLATTENING_SQUARED*sin2 denom = math.sqrt(radicand) W = (factor*sin*cos)/denom - z*cos + p*sin - if abs(W) < 1.0e-12: + if abs(W) < 1.0e-8: # The error is now negligible break # Error is still too large. Find the next estimate. diff --git a/demo/python/correct/camera.txt b/demo/python/correct/camera.txt index 8fdc2909..d7ba35d1 100644 --- a/demo/python/correct/camera.txt +++ b/demo/python/correct/camera.txt @@ -1,6 +1,6 @@ Moon horizontal position: azimuth = 274.486, altitude = 52.101 Moon check: (1.00000000, 0.00000000, 0.00000000, 2021-03-22T02:45:00.000Z) -Sun vector: (-0.08853032, -0.31939128, -0.93966315, 2021-03-22T02:45:00.000Z) +Sun vector: (-0.08853032, -0.31939168, -0.93966301, 2021-03-22T02:45:00.000Z) Tilt angle of sunlit side of the Moon = -108.773 degrees counterclockwise from up. Moon magnitude = -10.27, phase angle = 84.22 degrees. Angle between Moon and Sun as seen from Earth = 95.64 degrees. diff --git a/demo/python/correct/constellation.txt b/demo/python/correct/constellation.txt index 26eaacdb..eb9765ce 100644 --- a/demo/python/correct/constellation.txt +++ b/demo/python/correct/constellation.txt @@ -1,18 +1,18 @@ -2021-06-01T01:43:20.541Z : Moon leaves Capricornus and enters Aquarius. -2021-06-03T12:20:46.838Z : Moon leaves Aquarius and enters Pisces. -2021-06-04T04:34:27.462Z : Moon leaves Pisces and enters Cetus. -2021-06-05T03:50:55.578Z : Moon leaves Cetus and enters Pisces. -2021-06-06T11:54:31.605Z : Moon leaves Pisces and enters Cetus. -2021-06-06T17:34:49.663Z : Moon leaves Cetus and enters Aries. -2021-06-08T05:07:03.314Z : Moon leaves Aries and enters Taurus. -2021-06-11T08:17:23.503Z : Moon leaves Taurus and enters Gemini. -2021-06-13T13:37:29.676Z : Moon leaves Gemini and enters Cancer. -2021-06-15T02:27:52.855Z : Moon leaves Cancer and enters Leo. -2021-06-17T18:40:24.889Z : Moon leaves Leo and enters Virgo. -2021-06-20T23:40:23.918Z : Moon leaves Virgo and enters Libra. -2021-06-22T17:24:01.131Z : Moon leaves Libra and enters Scorpius. -2021-06-23T01:36:00.285Z : Moon leaves Scorpius and enters Ophiuchus. -2021-06-24T07:36:08.558Z : Moon leaves Ophiuchus and enters Sagittarius. -2021-06-26T12:43:42.853Z : Moon leaves Sagittarius and enters Capricornus. -2021-06-28T10:40:55.317Z : Moon leaves Capricornus and enters Aquarius. -2021-06-30T19:53:26.683Z : Moon leaves Aquarius and enters Pisces. +2021-06-01T01:43:20.607Z : Moon leaves Capricornus and enters Aquarius. +2021-06-03T12:20:46.904Z : Moon leaves Aquarius and enters Pisces. +2021-06-04T04:34:27.528Z : Moon leaves Pisces and enters Cetus. +2021-06-05T03:50:55.644Z : Moon leaves Cetus and enters Pisces. +2021-06-06T11:54:31.671Z : Moon leaves Pisces and enters Cetus. +2021-06-06T17:34:49.729Z : Moon leaves Cetus and enters Aries. +2021-06-08T05:07:03.380Z : Moon leaves Aries and enters Taurus. +2021-06-11T08:17:23.569Z : Moon leaves Taurus and enters Gemini. +2021-06-13T13:37:29.742Z : Moon leaves Gemini and enters Cancer. +2021-06-15T02:27:52.921Z : Moon leaves Cancer and enters Leo. +2021-06-17T18:40:24.949Z : Moon leaves Leo and enters Virgo. +2021-06-20T23:40:23.974Z : Moon leaves Virgo and enters Libra. +2021-06-22T17:24:01.187Z : Moon leaves Libra and enters Scorpius. +2021-06-23T01:36:00.307Z : Moon leaves Scorpius and enters Ophiuchus. +2021-06-24T07:36:08.596Z : Moon leaves Ophiuchus and enters Sagittarius. +2021-06-26T12:43:42.908Z : Moon leaves Sagittarius and enters Capricornus. +2021-06-28T10:40:55.380Z : Moon leaves Capricornus and enters Aquarius. +2021-06-30T19:53:26.746Z : Moon leaves Aquarius and enters Pisces. diff --git a/demo/python/correct/culminate.txt b/demo/python/correct/culminate.txt index 1dcf2b25..e08f992b 100644 --- a/demo/python/correct/culminate.txt +++ b/demo/python/correct/culminate.txt @@ -1,11 +1,11 @@ search : 2015-02-28T00:00:00.000Z -Sun : 2015-02-28T18:12:31.045Z altitude= 52.13 azimuth= 180.00 -Moon : 2015-02-28T01:58:15.631Z altitude= 77.88 azimuth= 180.00 -Mercury : 2015-02-28T16:31:18.940Z altitude= 42.57 azimuth= 180.00 +Sun : 2015-02-28T18:12:31.044Z altitude= 52.13 azimuth= 180.00 +Moon : 2015-02-28T01:58:15.630Z altitude= 77.88 azimuth= 180.00 +Mercury : 2015-02-28T16:31:18.939Z altitude= 42.57 azimuth= 180.00 Venus : 2015-02-28T20:03:56.711Z altitude= 63.24 azimuth= 180.00 -Mars : 2015-02-28T19:52:21.643Z altitude= 62.24 azimuth= 180.00 -Jupiter : 2015-02-28T04:40:04.004Z altitude= 77.29 azimuth= 180.00 +Mars : 2015-02-28T19:52:21.644Z altitude= 62.24 azimuth= 180.00 +Jupiter : 2015-02-28T04:40:04.003Z altitude= 77.29 azimuth= 180.00 Saturn : 2015-02-28T11:40:53.878Z altitude= 40.96 azimuth= 180.00 Uranus : 2015-02-28T20:20:51.246Z altitude= 65.12 azimuth= 180.00 -Neptune : 2015-02-28T18:04:23.942Z altitude= 50.53 azimuth= 180.00 -Pluto : 2015-02-28T14:31:39.865Z altitude= 39.51 azimuth= 180.00 +Neptune : 2015-02-28T18:04:23.941Z altitude= 50.53 azimuth= 180.00 +Pluto : 2015-02-28T14:31:39.864Z altitude= 39.51 azimuth= 180.00 diff --git a/demo/python/correct/horizon.txt b/demo/python/correct/horizon.txt index a6b81ed1..9b95c498 100644 --- a/demo/python/correct/horizon.txt +++ b/demo/python/correct/horizon.txt @@ -1,2 +1,2 @@ -Ecliptic longitude 93.6460 descends through horizon az 296.3883, alt -1.7327e-07 -Ecliptic longitude 274.9704 ascends through horizon az 115.7274, alt 2.1042e-07 +Ecliptic longitude 93.6460 descends through horizon az 296.3883, alt -1.2786e-07 +Ecliptic longitude 274.9704 ascends through horizon az 115.7274, alt 1.1404e-07 diff --git a/demo/python/correct/riseset.txt b/demo/python/correct/riseset.txt index 93d7a22d..da63a58b 100644 --- a/demo/python/correct/riseset.txt +++ b/demo/python/correct/riseset.txt @@ -1,5 +1,5 @@ search : 2018-11-30T17:55:07.234Z sunrise : 2018-12-01T13:22:51.098Z sunset : 2018-11-30T22:21:03.107Z -moonrise : 2018-12-01T06:49:32.984Z +moonrise : 2018-12-01T06:49:32.983Z moonset : 2018-11-30T19:22:02.736Z diff --git a/demo/python/correct/seasons.txt b/demo/python/correct/seasons.txt index 15a45ba0..6abbe056 100644 --- a/demo/python/correct/seasons.txt +++ b/demo/python/correct/seasons.txt @@ -1,4 +1,4 @@ -March equinox : 2019-03-20T21:58:19.248Z -June solstice : 2019-06-21T15:54:02.001Z -September equinox : 2019-09-23T07:49:59.929Z -December solstice : 2019-12-22T04:19:32.258Z +March equinox : 2019-03-20T21:58:18.532Z +June solstice : 2019-06-21T15:54:02.462Z +September equinox : 2019-09-23T07:49:57.766Z +December solstice : 2019-12-22T04:19:32.601Z diff --git a/generate/codegen.c b/generate/codegen.c index ffd04665..8ab0e009 100644 --- a/generate/codegen.c +++ b/generate/codegen.c @@ -36,7 +36,7 @@ #define MAX_DATA_PER_LINE 20 #define IAU_DATA_PER_ROW 11 #define IAU_DATA_NUM_ROWS 77 -#define IAU_DATA_KEEP_ROWS 77 +#define IAU_DATA_KEEP_ROWS 5 #define ADDSOL_DATA_PER_ROW 8 typedef struct diff --git a/generate/ctest.c b/generate/ctest.c index 25a935f1..7e03c6ae 100644 --- a/generate/ctest.c +++ b/generate/ctest.c @@ -1732,7 +1732,7 @@ static int RiseSet(void) if (error_minutes > max_minutes) max_minutes = error_minutes; - if (error_minutes > 1.16) + if (error_minutes > 1.18) FAIL("C RiseSet(%s line %d): excessive prediction time error = %lg minutes.\n", filename, lnum, error_minutes); if (a_dir != direction) @@ -3425,7 +3425,7 @@ static int Test_EQD_HOR(astro_body_t body) DEBUG("C Test_EQD_HOR %s: trusted alt=%0.3lf, az=%0.3lf; test alt=%0.3lf, az=%0.3lf; diff_alt=%lg, diff_az=%lg\n", Astronomy_BodyName(body), hor.altitude, hor.azimuth, sphere.lat, sphere.lon, diff_alt, diff_az); - if (diff_alt > 3.2e-14 || diff_az > 1.2e-13) + if (diff_alt > 3.6e-14 || diff_az > 1.2e-13) FAIL("C Test_EQD_HOR: EXCESSIVE HORIZONTAL ERROR.\n"); /* Confirm that we can convert back to horizontal vector. */ @@ -3441,7 +3441,7 @@ static int Test_EQD_HOR(astro_body_t body) CHECK_VECTOR(check_eqd, Astronomy_RotateVector(rot, vec_hor)); CHECK(VectorDiff(check_eqd, vec_eqd, &diff)); DEBUG("C Test_EQD_HOR %s: OFDATE inverse rotation diff = %lg\n", Astronomy_BodyName(body), diff); - if (diff > 2.1e-15) + if (diff > 2.3e-15) FAIL("C Test_EQD_HOR: EXCESSIVE OFDATE INVERSE HORIZONTAL ERROR.\n"); /* Exercise HOR to EQJ translation. */ @@ -5211,7 +5211,7 @@ static int AberrationTest(void) astro_vector_t eqj_vec, eqd_vec; double factor, diff_seconds, max_diff_seconds = 0.0; astro_state_vector_t eqj_earth; - const double THRESHOLD_SECONDS = 0.4; + const double THRESHOLD_SECONDS = 0.453; infile = fopen(filename, "rt"); if (infile == NULL) @@ -6382,7 +6382,7 @@ static int TopoStateTest(void) context.func = TopoStateFunc; CHECK(VerifyStateBody(&context, BODY_EARTH, "topostate/Earth_N30_W80_1000m.txt", 2.108e-04, 2.430e-04)); - CHECK(VerifyStateBody(&context, BODY_GEO_EMB, "topostate/EMB_N30_W80_1000m.txt", 7.195e-04, 2.497e-04)); + CHECK(VerifyStateBody(&context, BODY_GEO_EMB, "topostate/EMB_N30_W80_1000m.txt", 7.197e-04, 2.497e-04)); printf("C TopoStateTest: PASS\n"); fail: @@ -6761,7 +6761,7 @@ static int AxisTest(void) CHECK(AxisTestBody(BODY_SUN, "axis/Sun.txt", 0.0)); CHECK(AxisTestBody(BODY_MERCURY, "axis/Mercury.txt", 0.074340)); CHECK(AxisTestBody(BODY_VENUS, "axis/Venus.txt", 0.0)); - CHECK(AxisTestBody(BODY_EARTH, "axis/Earth.txt", 0.000591)); + CHECK(AxisTestBody(BODY_EARTH, "axis/Earth.txt", 0.002032)); CHECK(AxisTestBody(BODY_MOON, "axis/Moon.txt", 0.264845)); CHECK(AxisTestBody(BODY_MARS, "axis/Mars.txt", 0.075323)); CHECK(AxisTestBody(BODY_JUPITER, "axis/Jupiter.txt", 0.000324)); @@ -7040,7 +7040,7 @@ static int SiderealTimeTest(void) int error; astro_time_t time; double gast, diff; - const double correct = 9.398368460418821; + const double correct = 9.3983699280076483; time = Astronomy_MakeTime(2022, 3, 15, 21, 50, 0.0); gast = Astronomy_SiderealTime(&time); @@ -7335,9 +7335,9 @@ static int DatesIssue250(void) /* Make sure we can handle dates outside the range supported by System.DateTime. */ /* https://github.com/cosinekitty/astronomy/issues/250 */ int error; - CHECK(CheckDecemberSolstice( 2022, "2022-12-21T21:47:58.189Z")); - CHECK(CheckDecemberSolstice(-2300, "-002300-12-19T16:22:26.325Z")); - CHECK(CheckDecemberSolstice(12345, "+012345-12-11T13:30:10.041Z")); + CHECK(CheckDecemberSolstice( 2022, "2022-12-21T21:47:54.455Z")); + CHECK(CheckDecemberSolstice(-2300, "-002300-12-19T16:22:27.929Z")); + CHECK(CheckDecemberSolstice(12345, "+012345-12-11T13:30:10.276Z")); printf("C DatesIssue250: PASS\n"); fail: return error; diff --git a/generate/diffcalc b/generate/diffcalc index ba64e56f..a353d9be 100755 --- a/generate/diffcalc +++ b/generate/diffcalc @@ -5,7 +5,7 @@ echo "diffcalc: dotnet $(dotnet --version)" echo "diffcalc: Node.js $(node --version)" echo "diffcalc: $(python3 --version)" -./ctest $1 diff 4.9e-15 temp/c_check.txt dotnet/csharp_test/csharp_check.txt || exit $? +./ctest $1 diff 5.3e-15 temp/c_check.txt dotnet/csharp_test/csharp_check.txt || exit $? ./ctest $1 diff 6.7e-15 temp/{c,k}_check.txt || exit $? ./ctest $1 diff 6.7e-15 temp/{c,js}_check.txt || exit $? ./ctest $1 diff 3.1e-15 temp/{c,py}_check.txt || exit $? diff --git a/generate/dotnet/csharp_test/csharp_test.cs b/generate/dotnet/csharp_test/csharp_test.cs index 40914edb..c66e477c 100644 --- a/generate/dotnet/csharp_test/csharp_test.cs +++ b/generate/dotnet/csharp_test/csharp_test.cs @@ -443,9 +443,9 @@ namespace csharp_test { // Make sure we can handle dates outside the range supported by System.DateTime. // https://github.com/cosinekitty/astronomy/issues/250 - if (0 != CheckDecemberSolstice( 2022, "2022-12-21T21:47:58.189Z")) return 1; - if (0 != CheckDecemberSolstice(-2300, "-002300-12-19T16:22:26.325Z")) return 1; - if (0 != CheckDecemberSolstice(12345, "+012345-12-11T13:30:10.041Z")) return 1; + if (0 != CheckDecemberSolstice( 2022, "2022-12-21T21:47:54.456Z")) return 1; + if (0 != CheckDecemberSolstice(-2300, "-002300-12-19T16:22:27.929Z")) return 1; + if (0 != CheckDecemberSolstice(12345, "+012345-12-11T13:30:10.276Z")) return 1; Console.WriteLine("C# DatesIssue250: PASS"); return 0; } @@ -900,7 +900,7 @@ namespace csharp_test if (error_minutes > max_minutes) max_minutes = error_minutes; - if (error_minutes > 1.16) + if (error_minutes > 1.18) { Console.WriteLine("C# RiseSetTest({0} line {1}): excessive prediction time error = {2} minutes.", filename, lnum, error_minutes); return 1; @@ -1913,7 +1913,7 @@ namespace csharp_test Debug("C# Test_EQD_HOR {0}: trusted alt={1}, az={2}; test alt={3}, az={4}; diff_alt={5}, diff_az={6}", body, hor.altitude, hor.azimuth, sphere.lat, sphere.lon, diff_alt, diff_az); - if (diff_alt > 3.2e-14 || diff_az > 1.2e-13) + if (diff_alt > 3.6e-14 || diff_az > 1.2e-13) { Console.WriteLine("C# Test_EQD_HOR: EXCESSIVE HORIZONTAL ERROR."); return 1; @@ -1934,7 +1934,7 @@ namespace csharp_test AstroVector check_eqd = Astronomy.RotateVector(rot, vec_hor); diff = VectorDiff(check_eqd, vec_eqd); Debug("C# Test_EQD_HOR {0}: OFDATE inverse rotation diff = {1}", body, diff); - if (diff > 2.1e-15) + if (diff > 2.3e-15) { Console.WriteLine("C# Test_EQD_HOR: EXCESSIVE OFDATE INVERSE HORIZONTAL ERROR."); return 1; @@ -3567,7 +3567,7 @@ namespace csharp_test static int TopoStateTest() { if (0 != VerifyStateBody(new TopoStateFunc(Body.Earth), "../../topostate/Earth_N30_W80_1000m.txt", 2.108e-04, 2.430e-04)) return 1; - if (0 != VerifyStateBody(new TopoStateFunc(Body_Geo_EMB), "../../topostate/EMB_N30_W80_1000m.txt", 7.195e-04, 2.497e-04)) return 1; + if (0 != VerifyStateBody(new TopoStateFunc(Body_Geo_EMB), "../../topostate/EMB_N30_W80_1000m.txt", 7.197e-04, 2.497e-04)) return 1; Console.WriteLine("C# TopoStateTest: PASS"); return 0; } @@ -3575,7 +3575,7 @@ namespace csharp_test static int AberrationTest() { const string filename = "../../equatorial/Mars_j2000_ofdate_aberration.txt"; - const double THRESHOLD_SECONDS = 0.4; + const double THRESHOLD_SECONDS = 0.453; using (StreamReader infile = File.OpenText(filename)) { @@ -3836,7 +3836,7 @@ namespace csharp_test if (0 != AxisTestBody(Body.Sun, "../../axis/Sun.txt", 0.0)) return 1; if (0 != AxisTestBody(Body.Mercury, "../../axis/Mercury.txt", 0.074340)) return 1; if (0 != AxisTestBody(Body.Venus, "../../axis/Venus.txt", 0.0)) return 1; - if (0 != AxisTestBody(Body.Earth, "../../axis/Earth.txt", 0.000591)) return 1; + if (0 != AxisTestBody(Body.Earth, "../../axis/Earth.txt", 0.002032)) return 1; if (0 != AxisTestBody(Body.Moon, "../../axis/Moon.txt", 0.264845)) return 1; if (0 != AxisTestBody(Body.Mars, "../../axis/Mars.txt", 0.075323)) return 1; if (0 != AxisTestBody(Body.Jupiter, "../../axis/Jupiter.txt", 0.000324)) return 1; @@ -3910,7 +3910,7 @@ namespace csharp_test Debug($"C# AxisTestBody({body}): {count} test cases, max arcmin error = {max_arcmin}."); if (max_arcmin > arcmin_tolerance) { - Console.WriteLine($"C AxisTestBody({body}): EXCESSIVE ERROR = {max_arcmin} arcmin."); + Console.WriteLine($"C# AxisTestBody({body}): EXCESSIVE ERROR = {max_arcmin} arcmin."); return 1; } return 0; @@ -4061,11 +4061,11 @@ namespace csharp_test static int SiderealTimeTest() { - const double correct = 9.398368460418821; + const double correct = 9.3983699280076483; var time = new AstroTime(2022, 3, 15, 21, 50, 0); double gast = Astronomy.SiderealTime(time); double diff = abs(gast - correct); - Console.WriteLine($"C# SiderealTimeTest: gast={gast:F10}, correct={correct:F10}, diff={diff:E3}."); + Console.WriteLine($"C# SiderealTimeTest: gast={gast:F16}, correct={correct:F16}, diff={diff:E3}."); if (diff > 1.0e-15) { Console.WriteLine("C# SiderealTimeTest: EXCESSIVE ERROR"); diff --git a/generate/template/astronomy.c b/generate/template/astronomy.c index 0799a964..0e450606 100644 --- a/generate/template/astronomy.c +++ b/generate/template/astronomy.c @@ -1305,13 +1305,12 @@ static void iau2000b(astro_time_t *time) $ASTRO_IAU_DATA() }; - double t, el, elp, f, d, om, arg, dp, de, sarg, carg; + double t, elp, f, d, om, arg, dp, de, sarg, carg; int i; if (isnan(time->psi)) { t = time->tt / 36525; - el = fmod(485868.249036 + t * 1717915923.2178, ASEC360) * ASEC2RAD; elp = fmod(1287104.79305 + t * 129596581.0481, ASEC360) * ASEC2RAD; f = fmod(335779.526232 + t * 1739527262.8478, ASEC360) * ASEC2RAD; d = fmod(1072260.70369 + t * 1602961601.2090, ASEC360) * ASEC2RAD; @@ -1320,7 +1319,7 @@ $ASTRO_IAU_DATA() de = 0; for (i=sizeof(row)/sizeof(row[0]) - 1; i >= 0; --i) { - arg = fmod((row[i].nals[0]*el + row[i].nals[1]*elp + row[i].nals[2]*f + row[i].nals[3]*d + row[i].nals[4]*om), PI2); + arg = fmod((row[i].nals[1]*elp + row[i].nals[2]*f + row[i].nals[3]*d + row[i].nals[4]*om), PI2); sarg = sin(arg); carg = cos(arg); dp += (row[i].cls[0] + row[i].cls[1]*t) * sarg + row[i].cls[2]*carg; @@ -1712,6 +1711,7 @@ static astro_observer_t inverse_terra(const double ovec[3], double st) double lon_deg, lat_deg, lat, radicand, factor, denom, adjust; double height_km, stlocl; astro_observer_t observer; + int count; /* Convert from AU to kilometers. */ x = ovec[0] * KM_PER_AU; @@ -1741,8 +1741,14 @@ static astro_observer_t inverse_terra(const double ovec[3], double st) F = EARTH_FLATTENING * EARTH_FLATTENING; /* Start with initial latitude estimate, based on a spherical Earth. */ lat = atan2(z, p); - for(;;) + for (count = 0; ; ++count) { + if (count > 10) + { + fprintf(stderr, "\nFATAL(inverse_terra): did not converge!\n"); + exit(1); + } + /* Calculate the error function W(lat). */ /* We try to find the root of W, meaning where the error is 0. */ c = cos(lat); @@ -1753,11 +1759,12 @@ static astro_observer_t inverse_terra(const double ovec[3], double st) radicand = c2 + F*s2; denom = sqrt(radicand); W = (factor*s*c)/denom - z*c + p*s; - if (fabs(W) < 1.0e-12) + if (fabs(W) < 1.0e-8) break; /* The error is now negligible. */ /* Error is still too large. Find the next estimate. */ /* Calculate D = the derivative of W with respect to lat. */ D = factor*((c2 - s2)/denom - s2*c2*(F-1)/(factor*radicand)) + z*s + p*c; + adjust = W/D; lat -= W/D; } /* We now have a solution for the latitude in radians. */ diff --git a/generate/template/astronomy.cs b/generate/template/astronomy.cs index 0caddd2c..bb57f23c 100644 --- a/generate/template/astronomy.cs +++ b/generate/template/astronomy.cs @@ -3781,13 +3781,12 @@ $ASTRO_IAU_DATA() { // Adapted from the NOVAS C 3.1 function of the same name. - double t, el, elp, f, d, om, arg, dp, de, sarg, carg; + double t, elp, f, d, om, arg, dp, de, sarg, carg; int i; if (double.IsNaN(time.psi)) { t = time.tt / 36525.0; - el = ((485868.249036 + t * 1717915923.2178) % ASEC360) * ASEC2RAD; elp = ((1287104.79305 + t * 129596581.0481) % ASEC360) * ASEC2RAD; f = ((335779.526232 + t * 1739527262.8478) % ASEC360) * ASEC2RAD; d = ((1072260.70369 + t * 1602961601.2090) % ASEC360) * ASEC2RAD; @@ -3796,7 +3795,7 @@ $ASTRO_IAU_DATA() de = 0; for (i=iau_row.Length-1; i >= 0; --i) { - arg = (iau_row[i].nals0*el + iau_row[i].nals1*elp + iau_row[i].nals2*f + iau_row[i].nals3*d + iau_row[i].nals4*om) % PI2; + arg = (iau_row[i].nals1*elp + iau_row[i].nals2*f + iau_row[i].nals3*d + iau_row[i].nals4*om) % PI2; sarg = Math.Sin(arg); carg = Math.Cos(arg); dp += (iau_row[i].cls0 + iau_row[i].cls1*t) * sarg + iau_row[i].cls2*carg; @@ -3924,8 +3923,11 @@ $ASTRO_IAU_DATA() // Start with initial latitude estimate, based on a spherical Earth. double lat = Math.Atan2(z, p); double c, s, denom; + int count = 0; for(;;) { + if (++count > 10) + throw new InternalError("inverse_terra solver failed to converge."); // Calculate the error function W(lat). // We try to find the root of W, meaning where the error is 0. c = Math.Cos(lat); @@ -3936,7 +3938,7 @@ $ASTRO_IAU_DATA() double radicand = c2 + F*s2; denom = Math.Sqrt(radicand); double W = (factor*s*c)/denom - z*c + p*s; - if (Math.Abs(W) < 1.0e-12) + if (Math.Abs(W) < 1.0e-8) break; // The error is now negligible. // Error is still too large. Find the next estimate. // Calculate D = the derivative of W with respect to lat. diff --git a/generate/template/astronomy.kt b/generate/template/astronomy.kt index 4f749f68..df17500d 100644 --- a/generate/template/astronomy.kt +++ b/generate/template/astronomy.kt @@ -4129,7 +4129,6 @@ private fun iau2000b(time: Time) { if (time.psi.isNaN()) { val t = time.julianCenturies() - val el = ((485868.249036 + t * 1717915923.2178) % ASEC360) * ASEC2RAD val elp = ((1287104.79305 + t * 129596581.0481) % ASEC360) * ASEC2RAD val f = ((335779.526232 + t * 1739527262.8478) % ASEC360) * ASEC2RAD val d = ((1072260.70369 + t * 1602961601.2090) % ASEC360) * ASEC2RAD @@ -4138,8 +4137,9 @@ private fun iau2000b(time: Time) { var de = 0.0 for (i in iauRow.size-1 downTo 0) { val arg = ( - iauRow[i].nals0*el + iauRow[i].nals1*elp + - iauRow[i].nals2*f + iauRow[i].nals3*d + + iauRow[i].nals1*elp + + iauRow[i].nals2*f + + iauRow[i].nals3*d + iauRow[i].nals4*om ) % PI2 val sarg = sin(arg) @@ -4305,7 +4305,11 @@ private fun inverseTerra(ovec: Vector): Observer { var c: Double var s: Double var denom: Double + var count = 0 while (true) { + ++count + if (count > 10) + throw InternalError("inverseTerra solver failed to converge.") // Calculate the error function W(lat). // We try to find the root of W, meaning where the error is 0. c = cos(lat) @@ -4316,7 +4320,7 @@ private fun inverseTerra(ovec: Vector): Observer { val radicand = c2 + F*s2 denom = sqrt(radicand) val W = ((factor * s * c) / denom) - (z * c) + (p * s) - if (W.absoluteValue < 1.0e-12) + if (W.absoluteValue < 1.0e-8) break // The error is now negligible. // Error is still too large. Find the next estimate. // Calculate D = the derivative of W with respect to lat. diff --git a/generate/template/astronomy.py b/generate/template/astronomy.py index 73a284a4..a77e8191 100644 --- a/generate/template/astronomy.py +++ b/generate/template/astronomy.py @@ -1030,7 +1030,6 @@ class Spherical: class _iau2000b: def __init__(self, time): t = time.tt / 36525.0 - el = math.fmod((485868.249036 + t*1717915923.2178), _ASEC360) * _ASEC2RAD elp = math.fmod((1287104.79305 + t*129596581.0481), _ASEC360) * _ASEC2RAD f = math.fmod((335779.526232 + t*1739527262.8478), _ASEC360) * _ASEC2RAD d = math.fmod((1072260.70369 + t*1602961601.2090), _ASEC360) * _ASEC2RAD @@ -1334,7 +1333,11 @@ def _inverse_terra(ovec, st): # Numerically solve for exact latitude, using Newton's Method. # Start with initial latitude estimate, based on a spherical Earth. lat = math.atan2(z, p) + count = 0 while True: + count += 1 + if count > 10: + raise NoConvergeError() # Calculate the error function W(lat). # We try to find the root of W, meaning where the error is 0. cos = math.cos(lat) @@ -1345,7 +1348,7 @@ def _inverse_terra(ovec, st): radicand = cos2 + _EARTH_FLATTENING_SQUARED*sin2 denom = math.sqrt(radicand) W = (factor*sin*cos)/denom - z*cos + p*sin - if abs(W) < 1.0e-12: + if abs(W) < 1.0e-8: # The error is now negligible break # Error is still too large. Find the next estimate. diff --git a/generate/template/astronomy.ts b/generate/template/astronomy.ts index 929c8cce..94fe3dc1 100644 --- a/generate/template/astronomy.ts +++ b/generate/template/astronomy.ts @@ -770,7 +770,7 @@ interface NutationAngles { } function iau2000b(time: AstroTime): NutationAngles { - var i: number, t: number, el: number, elp: number, f: number, d: number, om: number, arg: number, dp: number, de: number, sarg: number, carg: number; + var i: number, t: number, elp: number, f: number, d: number, om: number, arg: number, dp: number, de: number, sarg: number, carg: number; var nals: number[], cls: number[]; function mod(x: number): number { @@ -778,7 +778,6 @@ function iau2000b(time: AstroTime): NutationAngles { } t = time.tt / 36525; - el = mod(485868.249036 + t*1717915923.2178); elp = mod(1287104.79305 + t*129596581.0481); f = mod(335779.526232 + t*1739527262.8478); d = mod(1072260.70369 + t*1602961601.2090); @@ -788,7 +787,7 @@ function iau2000b(time: AstroTime): NutationAngles { for (i=iaudata.length - 1; i >= 0; --i) { nals = iaudata[i][0]; cls = iaudata[i][1]; - arg = (nals[0]*el + nals[1]*elp + nals[2]*f + nals[3]*d + nals[4]*om) % PI2; + arg = (nals[1]*elp + nals[2]*f + nals[3]*d + nals[4]*om) % PI2; sarg = Math.sin(arg); carg = Math.cos(arg); dp += (cls[0] + cls[1]*t) * sarg + cls[2]*carg; @@ -1364,7 +1363,10 @@ function inverse_terra(ovec: ArrayVector, st: number): Observer { // Start with initial latitude estimate, based on a spherical Earth. let lat = Math.atan2(z, p); let cos:number, sin:number, denom:number; + let count = 0; for(;;) { + if (++count > 10) + throw `inverse_terra failed to converge.`; // Calculate the error function W(lat). // We try to find the root of W, meaning where the error is 0. cos = Math.cos(lat); @@ -1375,7 +1377,7 @@ function inverse_terra(ovec: ArrayVector, st: number): Observer { const radicand = cos2 + EARTH_FLATTENING_SQUARED*sin2; denom = Math.sqrt(radicand); const W = (factor*sin*cos)/denom - z*cos + p*sin; - if (Math.abs(W) < 1.0e-12) + if (Math.abs(W) < 1.0e-8) break; // The error is now negligible // Error is still too large. Find the next estimate. // Calculate D = the derivative of W with respect to lat. diff --git a/generate/test.js b/generate/test.js index d0ec9ca3..cde20af6 100644 --- a/generate/test.js +++ b/generate/test.js @@ -1441,7 +1441,7 @@ function RiseSet() { max_minutes = error_minutes; Debug(`Line ${evt.lnum} : error = ${error_minutes.toFixed(4)}`); } - if (error_minutes > 1.16) { + if (error_minutes > 1.18) { console.log(`Expected ${evt.date.toISOString()}`); console.log(`Found ${a_date.toString()}`); Fail("Excessive prediction time error."); @@ -1771,7 +1771,7 @@ function Rotation() { const check_eqd = Astronomy.RotateVector(irot, vec_hor); diff = VectorDiff(check_eqd, vec_eqd); Debug(`JS Test_EQD_HOR ${body}: OFDATE inverse rotation diff = ${diff}`); - if (diff > 2.1e-15) + if (diff > 2.3e-15) throw 'Test_EQD_HOR: EXCESSIVE OFDATE INVERSE HORIZONTAL ERROR.'; /* Exercise HOR to EQJ translation. */ @@ -2534,7 +2534,7 @@ function Issue103() { function AberrationTest() { - const THRESHOLD_SECONDS = 0.4; + const THRESHOLD_SECONDS = 0.453; const filename = 'equatorial/Mars_j2000_ofdate_aberration.txt'; const lines = ReadLines(filename); let lnum = 0; @@ -2759,7 +2759,7 @@ class TopoStateFunc { function TopoStateTest() { if (VerifyStateBody(new TopoStateFunc(Astronomy.Body.Earth), "topostate/Earth_N30_W80_1000m.txt", 2.108e-04, 2.430e-04)) return 1; - if (VerifyStateBody(new TopoStateFunc(Body_Geo_EMB), "topostate/EMB_N30_W80_1000m.txt", 7.195e-04, 2.497e-04)) return 1; + if (VerifyStateBody(new TopoStateFunc(Body_Geo_EMB), "topostate/EMB_N30_W80_1000m.txt", 7.197e-04, 2.497e-04)) return 1; console.log("JS TopoStateTest: PASS"); return 0; } @@ -2932,19 +2932,20 @@ function LibrationTest() { function AxisTest() { - if (0 !== AxisTestBody(Astronomy.Body.Sun, "axis/Sun.txt", 0.0)) return 1; - if (0 !== AxisTestBody(Astronomy.Body.Mercury, "axis/Mercury.txt", 0.074340)) return 1; - if (0 !== AxisTestBody(Astronomy.Body.Venus, "axis/Venus.txt", 0.0)) return 1; - if (0 !== AxisTestBody(Astronomy.Body.Earth, "axis/Earth.txt", 0.000591)) return 1; - if (0 !== AxisTestBody(Astronomy.Body.Moon, "axis/Moon.txt", 0.264845)) return 1; - if (0 !== AxisTestBody(Astronomy.Body.Mars, "axis/Mars.txt", 0.075323)) return 1; - if (0 !== AxisTestBody(Astronomy.Body.Jupiter, "axis/Jupiter.txt", 0.000324)) return 1; - if (0 !== AxisTestBody(Astronomy.Body.Saturn, "axis/Saturn.txt", 0.000304)) return 1; - if (0 !== AxisTestBody(Astronomy.Body.Uranus, "axis/Uranus.txt", 0.0)) return 1; - if (0 !== AxisTestBody(Astronomy.Body.Neptune, "axis/Neptune.txt", 0.000464)) return 1; - if (0 !== AxisTestBody(Astronomy.Body.Pluto, "axis/Pluto.txt", 0.0)) return 1; - console.log("JS AxisTest: PASS"); - return 0; + return ( + AxisTestBody(Astronomy.Body.Sun, "axis/Sun.txt", 0.0) || + AxisTestBody(Astronomy.Body.Mercury, "axis/Mercury.txt", 0.074340) || + AxisTestBody(Astronomy.Body.Venus, "axis/Venus.txt", 0.0) || + AxisTestBody(Astronomy.Body.Earth, "axis/Earth.txt", 0.002033) || + AxisTestBody(Astronomy.Body.Moon, "axis/Moon.txt", 0.264845) || + AxisTestBody(Astronomy.Body.Mars, "axis/Mars.txt", 0.075323) || + AxisTestBody(Astronomy.Body.Jupiter, "axis/Jupiter.txt", 0.000324) || + AxisTestBody(Astronomy.Body.Saturn, "axis/Saturn.txt", 0.000304) || + AxisTestBody(Astronomy.Body.Uranus, "axis/Uranus.txt", 0.0) || + AxisTestBody(Astronomy.Body.Neptune, "axis/Neptune.txt", 0.000464) || + AxisTestBody(Astronomy.Body.Pluto, "axis/Pluto.txt", 0.0) || + Pass("AxisTest") + ); } @@ -3122,7 +3123,7 @@ function LagrangeTest() { function SiderealTimeTest() { const date = new Date('2022-03-15T21:50:00Z'); const gast = Astronomy.SiderealTime(date); - const correct = 9.398368460418821; + const correct = 9.3983699280076483; const diff = abs(gast - correct); console.log(`JS SiderealTimeTest: gast=${gast.toFixed(15)}, correct=${correct.toFixed(15)}, diff=${diff.toExponential(3)}`); if (diff > 1.0e-15) { @@ -3318,9 +3319,9 @@ function CheckDecemberSolstice(year, expected) { function DatesIssue250() { return ( - CheckDecemberSolstice( 2022, "2022-12-21T21:47:58.189Z") || - CheckDecemberSolstice(-2300, "-002300-12-19T16:22:26.326Z") || - CheckDecemberSolstice(12345, "+012345-12-11T13:30:10.040Z") || + CheckDecemberSolstice( 2022, "2022-12-21T21:47:54.455Z") || + CheckDecemberSolstice(-2300, "-002300-12-19T16:22:27.930Z") || + CheckDecemberSolstice(12345, "+012345-12-11T13:30:10.275Z") || Pass('DatesIssue250') ); } diff --git a/generate/test.py b/generate/test.py index cc124005..a73f6a15 100755 --- a/generate/test.py +++ b/generate/test.py @@ -833,7 +833,7 @@ def RiseSet(filename = 'riseset/riseset.txt'): error_minutes = (24.0 * 60.0) * vabs(a_evt.tt - correct_time.tt) sum_minutes += error_minutes ** 2 max_minutes = vmax(max_minutes, error_minutes) - if error_minutes > 1.16: + if error_minutes > 1.18: print('PY RiseSet({} line {}): excessive prediction time error = {} minutes.'.format(filename, lnum, error_minutes)) print(' correct = {}, calculated = {}'.format(correct_time, a_evt)) return 1 @@ -2301,14 +2301,14 @@ class TopoStateFunc: def TopoState(): if VerifyStateBody(TopoStateFunc(astronomy.Body.Earth), 'topostate/Earth_N30_W80_1000m.txt', 2.108e-04, 2.430e-04): return 1 - if VerifyStateBody(TopoStateFunc(_Body_Geo_EMB), 'topostate/EMB_N30_W80_1000m.txt', 7.195e-04, 2.497e-04): return 1 + if VerifyStateBody(TopoStateFunc(_Body_Geo_EMB), 'topostate/EMB_N30_W80_1000m.txt', 7.197e-04, 2.497e-04): return 1 print('PY TopoState: PASS') return 0 #----------------------------------------------------------------------------------------------------------- def Aberration(): - THRESHOLD_SECONDS = 0.4 + THRESHOLD_SECONDS = 0.453 filename = 'equatorial/Mars_j2000_ofdate_aberration.txt' count = 0 with open(filename, 'rt') as infile: @@ -2518,7 +2518,7 @@ def Axis(): if AxisTestBody(astronomy.Body.Sun, 'axis/Sun.txt', 0.0) : return 1 if AxisTestBody(astronomy.Body.Mercury, 'axis/Mercury.txt', 0.074340) : return 1 if AxisTestBody(astronomy.Body.Venus, 'axis/Venus.txt', 0.0) : return 1 - if AxisTestBody(astronomy.Body.Earth, 'axis/Earth.txt', 0.000591) : return 1 + if AxisTestBody(astronomy.Body.Earth, 'axis/Earth.txt', 0.002032) : return 1 if AxisTestBody(astronomy.Body.Moon, 'axis/Moon.txt', 0.264845) : return 1 if AxisTestBody(astronomy.Body.Mars, 'axis/Mars.txt', 0.075323) : return 1 if AxisTestBody(astronomy.Body.Jupiter, 'axis/Jupiter.txt', 0.000324) : return 1 @@ -2763,7 +2763,7 @@ def Lagrange(): #----------------------------------------------------------------------------------------------------------- def SiderealTime(): - correct = 9.398368460418821 + correct = 9.3983699280076483 time = astronomy.Time.Make(2022, 3, 15, 21, 50, 0) gast = astronomy.SiderealTime(time) diff = abs(gast - correct) @@ -2978,9 +2978,9 @@ def DatesIssue250(): # Make sure we can handle dates outside the range supported by System.DateTime. # https://github.com/cosinekitty/astronomy/issues/250 return ( - CheckDecemberSolstice( 2022, "2022-12-21T21:47:58.189Z") or - CheckDecemberSolstice(-2300, "-002300-12-19T16:22:26.325Z") or - CheckDecemberSolstice(12345, "+012345-12-11T13:30:10.041Z") or + CheckDecemberSolstice( 2022, "2022-12-21T21:47:54.456Z") or + CheckDecemberSolstice(-2300, "-002300-12-19T16:22:27.929Z") or + CheckDecemberSolstice(12345, "+012345-12-11T13:30:10.276Z") or Pass('DatesIssue250') ) diff --git a/generate/topostate/geoid.txt b/generate/topostate/geoid.txt index 18a0a2b3..8c54349c 100644 --- a/generate/topostate/geoid.txt +++ b/generate/topostate/geoid.txt @@ -1,40 +1,40 @@ -0 -340866.750000000000 1.5 2.7 7.4 2233.390067 -5966.178081 311.806727 1559.005842 591.264250 146.628157 -1 -340866.750000000000 1.5 2.7 7.4 973.242631 -6301.256255 165.843028 1654.181469 255.491899 0.000000 -0 -10610.845833333333 1.5 2.7 7.4 4917.997709 -4057.280564 179.745604 1065.098618 1291.181101 2.956544 -1 -10610.845833333333 1.5 2.7 7.4 4892.186236 -4088.954078 165.843028 1073.416441 1284.277847 0.000000 -0 -10610.845138888890 1.5 2.7 7.4 4935.702219 -4035.722113 179.794744 1059.439199 1295.828839 2.940546 -1 -10610.845138888890 1.5 2.7 7.4 4910.029631 -4067.510373 165.843028 1067.787122 1288.962026 0.000000 -0 5541.594270833333 1.5 2.7 7.4 -6029.740866 -2071.772942 174.692545 543.871221 -1582.970553 -0.876027 -1 5541.594270833333 1.5 2.7 7.4 -6022.887692 -2092.332540 165.843028 549.271062 -1581.105229 0.000000 -0 -340866.750000000000 -53.7 141.7 100.0 1766.245605 3597.188199 -4944.294117 -928.149239 344.849034 -80.669279 -1 -340866.750000000000 -53.7 141.7 100.0 2017.642979 3201.493430 -5117.126871 -840.443698 529.663847 0.000000 -0 -10610.845833333333 -53.7 141.7 100.0 -608.952171 3732.421247 -5118.949080 -979.850538 -163.630027 -2.745500 -1 -10610.845833333333 -53.7 141.7 100.0 -599.203679 3736.495461 -5117.126871 -980.890365 -157.300637 0.000000 -0 -10610.845138888890 -53.7 141.7 100.0 -625.276998 3729.658362 -5118.994820 -979.125239 -167.915573 -2.743357 -1 -10610.845138888890 -53.7 141.7 100.0 -615.546069 3733.838027 -5117.126871 -980.192746 -161.590778 0.000000 -0 5541.594270833333 -53.7 141.7 100.0 3500.138870 -1419.730210 -5122.384681 372.760822 920.835765 -0.512205 -1 5541.594270833333 -53.7 141.7 100.0 3512.555648 -1407.975922 -5117.126871 369.616404 922.102550 0.000000 -0 -340866.750000000000 30.0 -85.2 -50.0 -5359.762354 -2171.038714 2678.019222 560.933779 -1337.916536 38.014348 -1 -340866.750000000000 30.0 -85.2 -50.0 -5428.840075 -1043.472307 3170.348486 273.928322 -1425.158141 0.000000 -0 -10610.845833333333 30.0 -85.2 -50.0 -3368.074670 -4390.475808 3161.019415 1152.586958 -881.841910 3.256344 -1 -10610.845833333333 30.0 -85.2 -50.0 -3387.466805 -4368.776449 3170.348486 1146.874330 -889.264710 0.000000 -0 -10610.845138888890 30.0 -85.2 -50.0 -3348.832795 -4405.131102 3161.073777 1156.434194 -876.790587 3.267013 -1 -10610.845138888890 30.0 -85.2 -50.0 -3368.319866 -4383.555668 3170.348486 1150.754113 -884.238329 0.000000 -0 5541.594270833333 30.0 -85.2 -50.0 -1981.972495 5158.761463 3173.517566 -1354.293294 -521.534453 1.985108 -1 5541.594270833333 30.0 -85.2 -50.0 -2004.270315 5152.090791 3170.348486 -1352.506987 -526.153307 0.000000 -0 -340866.750000000000 90.0 45.0 -50.0 -572.578879 -60.187704 6330.575754 0.000000 0.000000 0.000000 +0 -340866.750000000000 1.5 2.7 7.4 2233.390026 -5966.178083 311.806981 1559.005826 591.264248 146.628327 +1 -340866.750000000000 1.5 2.7 7.4 973.241089 -6301.256493 165.843028 1654.181532 255.491494 0.000000 +0 -10610.845833333333 1.5 2.7 7.4 4917.997683 -4057.280547 179.746716 1065.098618 1291.181101 2.956557 +1 -10610.845833333333 1.5 2.7 7.4 4892.184924 -4088.955647 165.843028 1073.416853 1284.277502 0.000000 +0 -10610.845138888890 1.5 2.7 7.4 4935.702193 -4035.722096 179.795857 1059.439199 1295.828839 2.940559 +1 -10610.845138888890 1.5 2.7 7.4 4910.028327 -4067.511948 165.843028 1067.787536 1288.961684 0.000000 +0 5541.594270833333 1.5 2.7 7.4 -6029.740843 -2071.772954 174.693200 543.871220 -1582.970553 -0.876209 +1 5541.594270833333 1.5 2.7 7.4 -6022.887052 -2092.334384 165.843028 549.271546 -1581.105060 0.000000 +0 -340866.750000000000 -53.7 141.7 100.0 1766.246151 3597.188188 -4944.293930 -928.149230 344.849035 -80.669381 +1 -340866.750000000000 -53.7 141.7 100.0 2017.643763 3201.492936 -5117.126871 -840.443568 529.664053 0.000000 +0 -10610.845833333333 -53.7 141.7 100.0 -608.951455 3732.420711 -5118.949556 -979.850537 -163.630027 -2.745620 +1 -10610.845833333333 -53.7 141.7 100.0 -599.202481 3736.495653 -5117.126871 -980.890416 -157.300322 0.000000 +0 -10610.845138888890 -53.7 141.7 100.0 -625.276281 3729.657826 -5118.995298 -979.125239 -167.915573 -2.743477 +1 -10610.845138888890 -53.7 141.7 100.0 -615.544871 3733.838225 -5117.126871 -980.192798 -161.590463 0.000000 +0 5541.594270833333 -53.7 141.7 100.0 3500.138191 -1419.729855 -5122.385243 372.760822 920.835765 -0.512191 +1 5541.594270833333 -53.7 141.7 100.0 3512.556079 -1407.974847 -5117.126871 369.616122 922.102663 0.000000 +0 -340866.750000000000 30.0 -85.2 -50.0 -5359.762650 -2171.038703 2678.018639 560.933773 -1337.916537 38.014412 +1 -340866.750000000000 30.0 -85.2 -50.0 -5428.840330 -1043.470978 3170.348486 273.927973 -1425.158208 0.000000 +0 -10610.845833333333 30.0 -85.2 -50.0 -3368.075113 -4390.475475 3161.019404 1152.586957 -881.841910 3.256597 +1 -10610.845833333333 30.0 -85.2 -50.0 -3387.468206 -4368.775363 3170.348486 1146.874045 -889.265078 0.000000 +0 -10610.845138888890 30.0 -85.2 -50.0 -3348.833238 -4405.130770 3161.073771 1156.434194 -876.790587 3.267267 +1 -10610.845138888890 30.0 -85.2 -50.0 -3368.321272 -4383.554588 3170.348486 1150.753830 -884.238699 0.000000 +0 5541.594270833333 30.0 -85.2 -50.0 -1981.972074 5158.761242 3173.518187 -1354.293294 -521.534453 1.985251 +1 5541.594270833333 30.0 -85.2 -50.0 -2004.271892 5152.090177 3170.348486 -1352.506826 -526.153721 0.000000 +0 -340866.750000000000 90.0 45.0 -50.0 -572.579572 -60.187693 6330.575692 0.000000 0.000000 0.000000 1 -340866.750000000000 90.0 45.0 -50.0 0.000000 -0.000000 6356.701858 0.000000 0.000000 0.000000 -0 -10610.845833333333 90.0 45.0 -50.0 -17.837666 0.158832 6356.676829 -0.000000 0.000000 -0.000000 +0 -10610.845833333333 90.0 45.0 -50.0 -17.838555 0.159498 6356.676826 -0.000000 0.000000 -0.000000 1 -10610.845833333333 90.0 45.0 -50.0 0.000000 0.000000 6356.701858 -0.000000 0.000000 0.000000 -0 -10610.845138888890 90.0 45.0 -50.0 -17.837664 0.158832 6356.676829 -0.000000 0.000000 -0.000000 +0 -10610.845138888890 90.0 45.0 -50.0 -17.838552 0.159498 6356.676826 -0.000000 0.000000 -0.000000 1 -10610.845138888890 90.0 45.0 -50.0 0.000000 0.000000 6356.701858 -0.000000 0.000000 0.000000 -0 5541.594270833333 90.0 45.0 -50.0 9.425229 -0.279554 6356.694864 0.000000 -0.000000 -0.000000 +0 5541.594270833333 90.0 45.0 -50.0 9.426071 -0.279996 6356.694863 0.000000 -0.000000 -0.000000 1 5541.594270833333 90.0 45.0 -50.0 -0.000000 -0.000000 6356.701858 0.000000 -0.000000 0.000000 -0 -340866.750000000000 -90.0 -180.0 0.0 572.583383 60.188178 -6330.625549 -0.000000 -0.000000 -0.000000 +0 -340866.750000000000 -90.0 -180.0 0.0 572.584076 60.188167 -6330.625486 -0.000000 -0.000000 -0.000000 1 -340866.750000000000 -90.0 -180.0 0.0 -0.000000 0.000000 -6356.751858 -0.000000 -0.000000 0.000000 -0 -10610.845833333333 -90.0 -180.0 0.0 17.837807 -0.158833 -6356.726828 -0.000000 -0.000000 -0.000000 +0 -10610.845833333333 -90.0 -180.0 0.0 17.838695 -0.159499 -6356.726826 -0.000000 -0.000000 -0.000000 1 -10610.845833333333 -90.0 -180.0 0.0 -0.000000 0.000000 -6356.751858 -0.000000 -0.000000 0.000000 -0 -10610.845138888890 -90.0 -180.0 0.0 17.837804 -0.158833 -6356.726828 -0.000000 -0.000000 -0.000000 +0 -10610.845138888890 -90.0 -180.0 0.0 17.838693 -0.159499 -6356.726826 -0.000000 -0.000000 -0.000000 1 -10610.845138888890 -90.0 -180.0 0.0 -0.000000 0.000000 -6356.751858 -0.000000 -0.000000 0.000000 -0 5541.594270833333 -90.0 -180.0 0.0 -9.425303 0.279556 -6356.744864 -0.000000 0.000000 0.000000 +0 5541.594270833333 -90.0 -180.0 0.0 -9.426145 0.279999 -6356.744863 -0.000000 0.000000 0.000000 1 5541.594270833333 -90.0 -180.0 0.0 0.000000 0.000000 -6356.751858 -0.000000 0.000000 0.000000 diff --git a/source/c/astronomy.c b/source/c/astronomy.c index 18083bea..10a202a9 100644 --- a/source/c/astronomy.c +++ b/source/c/astronomy.c @@ -1313,89 +1313,16 @@ static void iau2000b(astro_time_t *time) { { 0, 0, 2, -2, 2 }, { -13170906, -1675, -13696, 5730336, -3015, -4587 } }, { { 0, 0, 2, 0, 2 }, { -2276413, -234, 2796, 978459, -485, 1374 } }, { { 0, 0, 0, 0, 2 }, { 2074554, 207, -698, -897492, 470, -291 } }, - { { 0, 1, 0, 0, 0 }, { 1475877, -3633, 11817, 73871, -184, -1924 } }, - { { 0, 1, 2, -2, 2 }, { -516821, 1226, -524, 224386, -677, -174 } }, - { { 1, 0, 0, 0, 0 }, { 711159, 73, -872, -6750, 0, 358 } }, - { { 0, 0, 2, 0, 1 }, { -387298, -367, 380, 200728, 18, 318 } }, - { { 1, 0, 2, 0, 2 }, { -301461, -36, 816, 129025, -63, 367 } }, - { { 0, -1, 2, -2, 2 }, { 215829, -494, 111, -95929, 299, 132 } }, - { { 0, 0, 2, -2, 1 }, { 128227, 137, 181, -68982, -9, 39 } }, - { { -1, 0, 2, 0, 2 }, { 123457, 11, 19, -53311, 32, -4 } }, - { { -1, 0, 0, 2, 0 }, { 156994, 10, -168, -1235, 0, 82 } }, - { { 1, 0, 0, 0, 1 }, { 63110, 63, 27, -33228, 0, -9 } }, - { { -1, 0, 0, 0, 1 }, { -57976, -63, -189, 31429, 0, -75 } }, - { { -1, 0, 2, 2, 2 }, { -59641, -11, 149, 25543, -11, 66 } }, - { { 1, 0, 2, 0, 1 }, { -51613, -42, 129, 26366, 0, 78 } }, - { { -2, 0, 2, 0, 1 }, { 45893, 50, 31, -24236, -10, 20 } }, - { { 0, 0, 0, 2, 0 }, { 63384, 11, -150, -1220, 0, 29 } }, - { { 0, 0, 2, 2, 2 }, { -38571, -1, 158, 16452, -11, 68 } }, - { { 0, -2, 2, -2, 2 }, { 32481, 0, 0, -13870, 0, 0 } }, - { { -2, 0, 0, 2, 0 }, { -47722, 0, -18, 477, 0, -25 } }, - { { 2, 0, 2, 0, 2 }, { -31046, -1, 131, 13238, -11, 59 } }, - { { 1, 0, 2, -2, 2 }, { 28593, 0, -1, -12338, 10, -3 } }, - { { -1, 0, 2, 0, 1 }, { 20441, 21, 10, -10758, 0, -3 } }, - { { 2, 0, 0, 0, 0 }, { 29243, 0, -74, -609, 0, 13 } }, - { { 0, 0, 2, 0, 0 }, { 25887, 0, -66, -550, 0, 11 } }, - { { 0, 1, 0, 0, 1 }, { -14053, -25, 79, 8551, -2, -45 } }, - { { -1, 0, 0, 2, 1 }, { 15164, 10, 11, -8001, 0, -1 } }, - { { 0, 2, 2, -2, 2 }, { -15794, 72, -16, 6850, -42, -5 } }, - { { 0, 0, -2, 2, 0 }, { 21783, 0, 13, -167, 0, 13 } }, - { { 1, 0, 0, -2, 1 }, { -12873, -10, -37, 6953, 0, -14 } }, - { { 0, -1, 0, 0, 1 }, { -12654, 11, 63, 6415, 0, 26 } }, - { { -1, 0, 2, 2, 1 }, { -10204, 0, 25, 5222, 0, 15 } }, - { { 0, 2, 0, 0, 0 }, { 16707, -85, -10, 168, -1, 10 } }, - { { 1, 0, 2, 2, 2 }, { -7691, 0, 44, 3268, 0, 19 } }, - { { -2, 0, 2, 0, 0 }, { -11024, 0, -14, 104, 0, 2 } }, - { { 0, 1, 2, 0, 2 }, { 7566, -21, -11, -3250, 0, -5 } }, - { { 0, 0, 2, 2, 1 }, { -6637, -11, 25, 3353, 0, 14 } }, - { { 0, -1, 2, 0, 2 }, { -7141, 21, 8, 3070, 0, 4 } }, - { { 0, 0, 0, 2, 1 }, { -6302, -11, 2, 3272, 0, 4 } }, - { { 1, 0, 2, -2, 1 }, { 5800, 10, 2, -3045, 0, -1 } }, - { { 2, 0, 2, -2, 2 }, { 6443, 0, -7, -2768, 0, -4 } }, - { { -2, 0, 0, 2, 1 }, { -5774, -11, -15, 3041, 0, -5 } }, - { { 2, 0, 2, 0, 1 }, { -5350, 0, 21, 2695, 0, 12 } }, - { { 0, -1, 2, -2, 1 }, { -4752, -11, -3, 2719, 0, -3 } }, - { { 0, 0, 0, -2, 1 }, { -4940, -11, -21, 2720, 0, -9 } }, - { { -1, -1, 0, 2, 0 }, { 7350, 0, -8, -51, 0, 4 } }, - { { 2, 0, 0, -2, 1 }, { 4065, 0, 6, -2206, 0, 1 } }, - { { 1, 0, 0, 2, 0 }, { 6579, 0, -24, -199, 0, 2 } }, - { { 0, 1, 2, -2, 1 }, { 3579, 0, 5, -1900, 0, 1 } }, - { { 1, -1, 0, 0, 0 }, { 4725, 0, -6, -41, 0, 3 } }, - { { -2, 0, 2, 0, 2 }, { -3075, 0, -2, 1313, 0, -1 } }, - { { 3, 0, 2, 0, 2 }, { -2904, 0, 15, 1233, 0, 7 } }, - { { 0, -1, 0, 2, 0 }, { 4348, 0, -10, -81, 0, 2 } }, - { { 1, -1, 2, 0, 2 }, { -2878, 0, 8, 1232, 0, 4 } }, - { { 0, 0, 0, 1, 0 }, { -4230, 0, 5, -20, 0, -2 } }, - { { -1, -1, 2, 2, 2 }, { -2819, 0, 7, 1207, 0, 3 } }, - { { -1, 0, 2, 0, 0 }, { -4056, 0, 5, 40, 0, -2 } }, - { { 0, -1, 2, 2, 2 }, { -2647, 0, 11, 1129, 0, 5 } }, - { { -2, 0, 0, 0, 1 }, { -2294, 0, -10, 1266, 0, -4 } }, - { { 1, 1, 2, 0, 2 }, { 2481, 0, -7, -1062, 0, -3 } }, - { { 2, 0, 0, 0, 1 }, { 2179, 0, -2, -1129, 0, -2 } }, - { { -1, 1, 0, 1, 0 }, { 3276, 0, 1, -9, 0, 0 } }, - { { 1, 1, 0, 0, 0 }, { -3389, 0, 5, 35, 0, -2 } }, - { { 1, 0, 2, 0, 0 }, { 3339, 0, -13, -107, 0, 1 } }, - { { -1, 0, 2, -2, 1 }, { -1987, 0, -6, 1073, 0, -2 } }, - { { 1, 0, 0, 0, 2 }, { -1981, 0, 0, 854, 0, 0 } }, - { { -1, 0, 0, 1, 0 }, { 4026, 0, -353, -553, 0, -139 } }, - { { 0, 0, 2, 1, 2 }, { 1660, 0, -5, -710, 0, -2 } }, - { { -1, 0, 2, 4, 2 }, { -1521, 0, 9, 647, 0, 4 } }, - { { -1, 1, 0, 1, 1 }, { 1314, 0, 0, -700, 0, 0 } }, - { { 0, -2, 2, -2, 1 }, { -1283, 0, 0, 672, 0, 0 } }, - { { 1, 0, 2, 2, 1 }, { -1331, 0, 8, 663, 0, 4 } }, - { { -2, 0, 2, 2, 2 }, { 1383, 0, -2, -594, 0, -2 } }, - { { -1, 0, 0, 0, 2 }, { 1405, 0, 4, -610, 0, 2 } }, - { { 1, 1, 2, -2, 2 }, { 1290, 0, 0, -556, 0, 0 } } + { { 0, 1, 0, 0, 0 }, { 1475877, -3633, 11817, 73871, -184, -1924 } } }; - double t, el, elp, f, d, om, arg, dp, de, sarg, carg; + double t, elp, f, d, om, arg, dp, de, sarg, carg; int i; if (isnan(time->psi)) { t = time->tt / 36525; - el = fmod(485868.249036 + t * 1717915923.2178, ASEC360) * ASEC2RAD; elp = fmod(1287104.79305 + t * 129596581.0481, ASEC360) * ASEC2RAD; f = fmod(335779.526232 + t * 1739527262.8478, ASEC360) * ASEC2RAD; d = fmod(1072260.70369 + t * 1602961601.2090, ASEC360) * ASEC2RAD; @@ -1404,7 +1331,7 @@ static void iau2000b(astro_time_t *time) de = 0; for (i=sizeof(row)/sizeof(row[0]) - 1; i >= 0; --i) { - arg = fmod((row[i].nals[0]*el + row[i].nals[1]*elp + row[i].nals[2]*f + row[i].nals[3]*d + row[i].nals[4]*om), PI2); + arg = fmod((row[i].nals[1]*elp + row[i].nals[2]*f + row[i].nals[3]*d + row[i].nals[4]*om), PI2); sarg = sin(arg); carg = cos(arg); dp += (row[i].cls[0] + row[i].cls[1]*t) * sarg + row[i].cls[2]*carg; @@ -1796,6 +1723,7 @@ static astro_observer_t inverse_terra(const double ovec[3], double st) double lon_deg, lat_deg, lat, radicand, factor, denom, adjust; double height_km, stlocl; astro_observer_t observer; + int count; /* Convert from AU to kilometers. */ x = ovec[0] * KM_PER_AU; @@ -1825,8 +1753,14 @@ static astro_observer_t inverse_terra(const double ovec[3], double st) F = EARTH_FLATTENING * EARTH_FLATTENING; /* Start with initial latitude estimate, based on a spherical Earth. */ lat = atan2(z, p); - for(;;) + for (count = 0; ; ++count) { + if (count > 10) + { + fprintf(stderr, "\nFATAL(inverse_terra): did not converge!\n"); + exit(1); + } + /* Calculate the error function W(lat). */ /* We try to find the root of W, meaning where the error is 0. */ c = cos(lat); @@ -1837,11 +1771,12 @@ static astro_observer_t inverse_terra(const double ovec[3], double st) radicand = c2 + F*s2; denom = sqrt(radicand); W = (factor*s*c)/denom - z*c + p*s; - if (fabs(W) < 1.0e-12) + if (fabs(W) < 1.0e-8) break; /* The error is now negligible. */ /* Error is still too large. Find the next estimate. */ /* Calculate D = the derivative of W with respect to lat. */ D = factor*((c2 - s2)/denom - s2*c2*(F-1)/(factor*radicand)) + z*s + p*c; + adjust = W/D; lat -= W/D; } /* We now have a solution for the latitude in radians. */ diff --git a/source/csharp/astronomy.cs b/source/csharp/astronomy.cs index a611f964..fabf3485 100644 --- a/source/csharp/astronomy.cs +++ b/source/csharp/astronomy.cs @@ -4913,79 +4913,7 @@ namespace CosineKitty new iau_row_t { nals0 = 0, nals1 = 0, nals2 = 2, nals3 = -2, nals4 = 2 , cls0 = -13170906, cls1 = -1675, cls2 = -13696, cls3 = 5730336, cls4 = -3015, cls5 = -4587 }, new iau_row_t { nals0 = 0, nals1 = 0, nals2 = 2, nals3 = 0, nals4 = 2 , cls0 = -2276413, cls1 = -234, cls2 = 2796, cls3 = 978459, cls4 = -485, cls5 = 1374 }, new iau_row_t { nals0 = 0, nals1 = 0, nals2 = 0, nals3 = 0, nals4 = 2 , cls0 = 2074554, cls1 = 207, cls2 = -698, cls3 = -897492, cls4 = 470, cls5 = -291 }, - new iau_row_t { nals0 = 0, nals1 = 1, nals2 = 0, nals3 = 0, nals4 = 0 , cls0 = 1475877, cls1 = -3633, cls2 = 11817, cls3 = 73871, cls4 = -184, cls5 = -1924 }, - new iau_row_t { nals0 = 0, nals1 = 1, nals2 = 2, nals3 = -2, nals4 = 2 , cls0 = -516821, cls1 = 1226, cls2 = -524, cls3 = 224386, cls4 = -677, cls5 = -174 }, - new iau_row_t { nals0 = 1, nals1 = 0, nals2 = 0, nals3 = 0, nals4 = 0 , cls0 = 711159, cls1 = 73, cls2 = -872, cls3 = -6750, cls4 = 0, cls5 = 358 }, - new iau_row_t { nals0 = 0, nals1 = 0, nals2 = 2, nals3 = 0, nals4 = 1 , cls0 = -387298, cls1 = -367, cls2 = 380, cls3 = 200728, cls4 = 18, cls5 = 318 }, - new iau_row_t { nals0 = 1, nals1 = 0, nals2 = 2, nals3 = 0, nals4 = 2 , cls0 = -301461, cls1 = -36, cls2 = 816, cls3 = 129025, cls4 = -63, cls5 = 367 }, - new iau_row_t { nals0 = 0, nals1 = -1, nals2 = 2, nals3 = -2, nals4 = 2 , cls0 = 215829, cls1 = -494, cls2 = 111, cls3 = -95929, cls4 = 299, cls5 = 132 }, - new iau_row_t { nals0 = 0, nals1 = 0, nals2 = 2, nals3 = -2, nals4 = 1 , cls0 = 128227, cls1 = 137, cls2 = 181, cls3 = -68982, cls4 = -9, cls5 = 39 }, - new iau_row_t { nals0 = -1, nals1 = 0, nals2 = 2, nals3 = 0, nals4 = 2 , cls0 = 123457, cls1 = 11, cls2 = 19, cls3 = -53311, cls4 = 32, cls5 = -4 }, - new iau_row_t { nals0 = -1, nals1 = 0, nals2 = 0, nals3 = 2, nals4 = 0 , cls0 = 156994, cls1 = 10, cls2 = -168, cls3 = -1235, cls4 = 0, cls5 = 82 }, - new iau_row_t { nals0 = 1, nals1 = 0, nals2 = 0, nals3 = 0, nals4 = 1 , cls0 = 63110, cls1 = 63, cls2 = 27, cls3 = -33228, cls4 = 0, cls5 = -9 }, - new iau_row_t { nals0 = -1, nals1 = 0, nals2 = 0, nals3 = 0, nals4 = 1 , cls0 = -57976, cls1 = -63, cls2 = -189, cls3 = 31429, cls4 = 0, cls5 = -75 }, - new iau_row_t { nals0 = -1, nals1 = 0, nals2 = 2, nals3 = 2, nals4 = 2 , cls0 = -59641, cls1 = -11, cls2 = 149, cls3 = 25543, cls4 = -11, cls5 = 66 }, - new iau_row_t { nals0 = 1, nals1 = 0, nals2 = 2, nals3 = 0, nals4 = 1 , cls0 = -51613, cls1 = -42, cls2 = 129, cls3 = 26366, cls4 = 0, cls5 = 78 }, - new iau_row_t { nals0 = -2, nals1 = 0, nals2 = 2, nals3 = 0, nals4 = 1 , cls0 = 45893, cls1 = 50, cls2 = 31, cls3 = -24236, cls4 = -10, cls5 = 20 }, - new iau_row_t { nals0 = 0, nals1 = 0, nals2 = 0, nals3 = 2, nals4 = 0 , cls0 = 63384, cls1 = 11, cls2 = -150, cls3 = -1220, cls4 = 0, cls5 = 29 }, - new iau_row_t { nals0 = 0, nals1 = 0, nals2 = 2, nals3 = 2, nals4 = 2 , cls0 = -38571, cls1 = -1, cls2 = 158, cls3 = 16452, cls4 = -11, cls5 = 68 }, - new iau_row_t { nals0 = 0, nals1 = -2, nals2 = 2, nals3 = -2, nals4 = 2 , cls0 = 32481, cls1 = 0, cls2 = 0, cls3 = -13870, cls4 = 0, cls5 = 0 }, - new iau_row_t { nals0 = -2, nals1 = 0, nals2 = 0, nals3 = 2, nals4 = 0 , cls0 = -47722, cls1 = 0, cls2 = -18, cls3 = 477, cls4 = 0, cls5 = -25 }, - new iau_row_t { nals0 = 2, nals1 = 0, nals2 = 2, nals3 = 0, nals4 = 2 , cls0 = -31046, cls1 = -1, cls2 = 131, cls3 = 13238, cls4 = -11, cls5 = 59 }, - new iau_row_t { nals0 = 1, nals1 = 0, nals2 = 2, nals3 = -2, nals4 = 2 , cls0 = 28593, cls1 = 0, cls2 = -1, cls3 = -12338, cls4 = 10, cls5 = -3 }, - new iau_row_t { nals0 = -1, nals1 = 0, nals2 = 2, nals3 = 0, nals4 = 1 , cls0 = 20441, cls1 = 21, cls2 = 10, cls3 = -10758, cls4 = 0, cls5 = -3 }, - new iau_row_t { nals0 = 2, nals1 = 0, nals2 = 0, nals3 = 0, nals4 = 0 , cls0 = 29243, cls1 = 0, cls2 = -74, cls3 = -609, cls4 = 0, cls5 = 13 }, - new iau_row_t { nals0 = 0, nals1 = 0, nals2 = 2, nals3 = 0, nals4 = 0 , cls0 = 25887, cls1 = 0, cls2 = -66, cls3 = -550, cls4 = 0, cls5 = 11 }, - new iau_row_t { nals0 = 0, nals1 = 1, nals2 = 0, nals3 = 0, nals4 = 1 , cls0 = -14053, cls1 = -25, cls2 = 79, cls3 = 8551, cls4 = -2, cls5 = -45 }, - new iau_row_t { nals0 = -1, nals1 = 0, nals2 = 0, nals3 = 2, nals4 = 1 , cls0 = 15164, cls1 = 10, cls2 = 11, cls3 = -8001, cls4 = 0, cls5 = -1 }, - new iau_row_t { nals0 = 0, nals1 = 2, nals2 = 2, nals3 = -2, nals4 = 2 , cls0 = -15794, cls1 = 72, cls2 = -16, cls3 = 6850, cls4 = -42, cls5 = -5 }, - new iau_row_t { nals0 = 0, nals1 = 0, nals2 = -2, nals3 = 2, nals4 = 0 , cls0 = 21783, cls1 = 0, cls2 = 13, cls3 = -167, cls4 = 0, cls5 = 13 }, - new iau_row_t { nals0 = 1, nals1 = 0, nals2 = 0, nals3 = -2, nals4 = 1 , cls0 = -12873, cls1 = -10, cls2 = -37, cls3 = 6953, cls4 = 0, cls5 = -14 }, - new iau_row_t { nals0 = 0, nals1 = -1, nals2 = 0, nals3 = 0, nals4 = 1 , cls0 = -12654, cls1 = 11, cls2 = 63, cls3 = 6415, cls4 = 0, cls5 = 26 }, - new iau_row_t { nals0 = -1, nals1 = 0, nals2 = 2, nals3 = 2, nals4 = 1 , cls0 = -10204, cls1 = 0, cls2 = 25, cls3 = 5222, cls4 = 0, cls5 = 15 }, - new iau_row_t { nals0 = 0, nals1 = 2, nals2 = 0, nals3 = 0, nals4 = 0 , cls0 = 16707, cls1 = -85, cls2 = -10, cls3 = 168, cls4 = -1, cls5 = 10 }, - new iau_row_t { nals0 = 1, nals1 = 0, nals2 = 2, nals3 = 2, nals4 = 2 , cls0 = -7691, cls1 = 0, cls2 = 44, cls3 = 3268, cls4 = 0, cls5 = 19 }, - new iau_row_t { nals0 = -2, nals1 = 0, nals2 = 2, nals3 = 0, nals4 = 0 , cls0 = -11024, cls1 = 0, cls2 = -14, cls3 = 104, cls4 = 0, cls5 = 2 }, - new iau_row_t { nals0 = 0, nals1 = 1, nals2 = 2, nals3 = 0, nals4 = 2 , cls0 = 7566, cls1 = -21, cls2 = -11, cls3 = -3250, cls4 = 0, cls5 = -5 }, - new iau_row_t { nals0 = 0, nals1 = 0, nals2 = 2, nals3 = 2, nals4 = 1 , cls0 = -6637, cls1 = -11, cls2 = 25, cls3 = 3353, cls4 = 0, cls5 = 14 }, - new iau_row_t { nals0 = 0, nals1 = -1, nals2 = 2, nals3 = 0, nals4 = 2 , cls0 = -7141, cls1 = 21, cls2 = 8, cls3 = 3070, cls4 = 0, cls5 = 4 }, - new iau_row_t { nals0 = 0, nals1 = 0, nals2 = 0, nals3 = 2, nals4 = 1 , cls0 = -6302, cls1 = -11, cls2 = 2, cls3 = 3272, cls4 = 0, cls5 = 4 }, - new iau_row_t { nals0 = 1, nals1 = 0, nals2 = 2, nals3 = -2, nals4 = 1 , cls0 = 5800, cls1 = 10, cls2 = 2, cls3 = -3045, cls4 = 0, cls5 = -1 }, - new iau_row_t { nals0 = 2, nals1 = 0, nals2 = 2, nals3 = -2, nals4 = 2 , cls0 = 6443, cls1 = 0, cls2 = -7, cls3 = -2768, cls4 = 0, cls5 = -4 }, - new iau_row_t { nals0 = -2, nals1 = 0, nals2 = 0, nals3 = 2, nals4 = 1 , cls0 = -5774, cls1 = -11, cls2 = -15, cls3 = 3041, cls4 = 0, cls5 = -5 }, - new iau_row_t { nals0 = 2, nals1 = 0, nals2 = 2, nals3 = 0, nals4 = 1 , cls0 = -5350, cls1 = 0, cls2 = 21, cls3 = 2695, cls4 = 0, cls5 = 12 }, - new iau_row_t { nals0 = 0, nals1 = -1, nals2 = 2, nals3 = -2, nals4 = 1 , cls0 = -4752, cls1 = -11, cls2 = -3, cls3 = 2719, cls4 = 0, cls5 = -3 }, - new iau_row_t { nals0 = 0, nals1 = 0, nals2 = 0, nals3 = -2, nals4 = 1 , cls0 = -4940, cls1 = -11, cls2 = -21, cls3 = 2720, cls4 = 0, cls5 = -9 }, - new iau_row_t { nals0 = -1, nals1 = -1, nals2 = 0, nals3 = 2, nals4 = 0 , cls0 = 7350, cls1 = 0, cls2 = -8, cls3 = -51, cls4 = 0, cls5 = 4 }, - new iau_row_t { nals0 = 2, nals1 = 0, nals2 = 0, nals3 = -2, nals4 = 1 , cls0 = 4065, cls1 = 0, cls2 = 6, cls3 = -2206, cls4 = 0, cls5 = 1 }, - new iau_row_t { nals0 = 1, nals1 = 0, nals2 = 0, nals3 = 2, nals4 = 0 , cls0 = 6579, cls1 = 0, cls2 = -24, cls3 = -199, cls4 = 0, cls5 = 2 }, - new iau_row_t { nals0 = 0, nals1 = 1, nals2 = 2, nals3 = -2, nals4 = 1 , cls0 = 3579, cls1 = 0, cls2 = 5, cls3 = -1900, cls4 = 0, cls5 = 1 }, - new iau_row_t { nals0 = 1, nals1 = -1, nals2 = 0, nals3 = 0, nals4 = 0 , cls0 = 4725, cls1 = 0, cls2 = -6, cls3 = -41, cls4 = 0, cls5 = 3 }, - new iau_row_t { nals0 = -2, nals1 = 0, nals2 = 2, nals3 = 0, nals4 = 2 , cls0 = -3075, cls1 = 0, cls2 = -2, cls3 = 1313, cls4 = 0, cls5 = -1 }, - new iau_row_t { nals0 = 3, nals1 = 0, nals2 = 2, nals3 = 0, nals4 = 2 , cls0 = -2904, cls1 = 0, cls2 = 15, cls3 = 1233, cls4 = 0, cls5 = 7 }, - new iau_row_t { nals0 = 0, nals1 = -1, nals2 = 0, nals3 = 2, nals4 = 0 , cls0 = 4348, cls1 = 0, cls2 = -10, cls3 = -81, cls4 = 0, cls5 = 2 }, - new iau_row_t { nals0 = 1, nals1 = -1, nals2 = 2, nals3 = 0, nals4 = 2 , cls0 = -2878, cls1 = 0, cls2 = 8, cls3 = 1232, cls4 = 0, cls5 = 4 }, - new iau_row_t { nals0 = 0, nals1 = 0, nals2 = 0, nals3 = 1, nals4 = 0 , cls0 = -4230, cls1 = 0, cls2 = 5, cls3 = -20, cls4 = 0, cls5 = -2 }, - new iau_row_t { nals0 = -1, nals1 = -1, nals2 = 2, nals3 = 2, nals4 = 2 , cls0 = -2819, cls1 = 0, cls2 = 7, cls3 = 1207, cls4 = 0, cls5 = 3 }, - new iau_row_t { nals0 = -1, nals1 = 0, nals2 = 2, nals3 = 0, nals4 = 0 , cls0 = -4056, cls1 = 0, cls2 = 5, cls3 = 40, cls4 = 0, cls5 = -2 }, - new iau_row_t { nals0 = 0, nals1 = -1, nals2 = 2, nals3 = 2, nals4 = 2 , cls0 = -2647, cls1 = 0, cls2 = 11, cls3 = 1129, cls4 = 0, cls5 = 5 }, - new iau_row_t { nals0 = -2, nals1 = 0, nals2 = 0, nals3 = 0, nals4 = 1 , cls0 = -2294, cls1 = 0, cls2 = -10, cls3 = 1266, cls4 = 0, cls5 = -4 }, - new iau_row_t { nals0 = 1, nals1 = 1, nals2 = 2, nals3 = 0, nals4 = 2 , cls0 = 2481, cls1 = 0, cls2 = -7, cls3 = -1062, cls4 = 0, cls5 = -3 }, - new iau_row_t { nals0 = 2, nals1 = 0, nals2 = 0, nals3 = 0, nals4 = 1 , cls0 = 2179, cls1 = 0, cls2 = -2, cls3 = -1129, cls4 = 0, cls5 = -2 }, - new iau_row_t { nals0 = -1, nals1 = 1, nals2 = 0, nals3 = 1, nals4 = 0 , cls0 = 3276, cls1 = 0, cls2 = 1, cls3 = -9, cls4 = 0, cls5 = 0 }, - new iau_row_t { nals0 = 1, nals1 = 1, nals2 = 0, nals3 = 0, nals4 = 0 , cls0 = -3389, cls1 = 0, cls2 = 5, cls3 = 35, cls4 = 0, cls5 = -2 }, - new iau_row_t { nals0 = 1, nals1 = 0, nals2 = 2, nals3 = 0, nals4 = 0 , cls0 = 3339, cls1 = 0, cls2 = -13, cls3 = -107, cls4 = 0, cls5 = 1 }, - new iau_row_t { nals0 = -1, nals1 = 0, nals2 = 2, nals3 = -2, nals4 = 1 , cls0 = -1987, cls1 = 0, cls2 = -6, cls3 = 1073, cls4 = 0, cls5 = -2 }, - new iau_row_t { nals0 = 1, nals1 = 0, nals2 = 0, nals3 = 0, nals4 = 2 , cls0 = -1981, cls1 = 0, cls2 = 0, cls3 = 854, cls4 = 0, cls5 = 0 }, - new iau_row_t { nals0 = -1, nals1 = 0, nals2 = 0, nals3 = 1, nals4 = 0 , cls0 = 4026, cls1 = 0, cls2 = -353, cls3 = -553, cls4 = 0, cls5 = -139 }, - new iau_row_t { nals0 = 0, nals1 = 0, nals2 = 2, nals3 = 1, nals4 = 2 , cls0 = 1660, cls1 = 0, cls2 = -5, cls3 = -710, cls4 = 0, cls5 = -2 }, - new iau_row_t { nals0 = -1, nals1 = 0, nals2 = 2, nals3 = 4, nals4 = 2 , cls0 = -1521, cls1 = 0, cls2 = 9, cls3 = 647, cls4 = 0, cls5 = 4 }, - new iau_row_t { nals0 = -1, nals1 = 1, nals2 = 0, nals3 = 1, nals4 = 1 , cls0 = 1314, cls1 = 0, cls2 = 0, cls3 = -700, cls4 = 0, cls5 = 0 }, - new iau_row_t { nals0 = 0, nals1 = -2, nals2 = 2, nals3 = -2, nals4 = 1 , cls0 = -1283, cls1 = 0, cls2 = 0, cls3 = 672, cls4 = 0, cls5 = 0 }, - new iau_row_t { nals0 = 1, nals1 = 0, nals2 = 2, nals3 = 2, nals4 = 1 , cls0 = -1331, cls1 = 0, cls2 = 8, cls3 = 663, cls4 = 0, cls5 = 4 }, - new iau_row_t { nals0 = -2, nals1 = 0, nals2 = 2, nals3 = 2, nals4 = 2 , cls0 = 1383, cls1 = 0, cls2 = -2, cls3 = -594, cls4 = 0, cls5 = -2 }, - new iau_row_t { nals0 = -1, nals1 = 0, nals2 = 0, nals3 = 0, nals4 = 2 , cls0 = 1405, cls1 = 0, cls2 = 4, cls3 = -610, cls4 = 0, cls5 = 2 }, - new iau_row_t { nals0 = 1, nals1 = 1, nals2 = 2, nals3 = -2, nals4 = 2 , cls0 = 1290, cls1 = 0, cls2 = 0, cls3 = -556, cls4 = 0, cls5 = 0 } + new iau_row_t { nals0 = 0, nals1 = 1, nals2 = 0, nals3 = 0, nals4 = 0 , cls0 = 1475877, cls1 = -3633, cls2 = 11817, cls3 = 73871, cls4 = -184, cls5 = -1924 } }; @@ -4993,13 +4921,12 @@ namespace CosineKitty { // Adapted from the NOVAS C 3.1 function of the same name. - double t, el, elp, f, d, om, arg, dp, de, sarg, carg; + double t, elp, f, d, om, arg, dp, de, sarg, carg; int i; if (double.IsNaN(time.psi)) { t = time.tt / 36525.0; - el = ((485868.249036 + t * 1717915923.2178) % ASEC360) * ASEC2RAD; elp = ((1287104.79305 + t * 129596581.0481) % ASEC360) * ASEC2RAD; f = ((335779.526232 + t * 1739527262.8478) % ASEC360) * ASEC2RAD; d = ((1072260.70369 + t * 1602961601.2090) % ASEC360) * ASEC2RAD; @@ -5008,7 +4935,7 @@ namespace CosineKitty de = 0; for (i=iau_row.Length-1; i >= 0; --i) { - arg = (iau_row[i].nals0*el + iau_row[i].nals1*elp + iau_row[i].nals2*f + iau_row[i].nals3*d + iau_row[i].nals4*om) % PI2; + arg = (iau_row[i].nals1*elp + iau_row[i].nals2*f + iau_row[i].nals3*d + iau_row[i].nals4*om) % PI2; sarg = Math.Sin(arg); carg = Math.Cos(arg); dp += (iau_row[i].cls0 + iau_row[i].cls1*t) * sarg + iau_row[i].cls2*carg; @@ -5136,8 +5063,11 @@ namespace CosineKitty // Start with initial latitude estimate, based on a spherical Earth. double lat = Math.Atan2(z, p); double c, s, denom; + int count = 0; for(;;) { + if (++count > 10) + throw new InternalError("inverse_terra solver failed to converge."); // Calculate the error function W(lat). // We try to find the root of W, meaning where the error is 0. c = Math.Cos(lat); @@ -5148,7 +5078,7 @@ namespace CosineKitty double radicand = c2 + F*s2; denom = Math.Sqrt(radicand); double W = (factor*s*c)/denom - z*c + p*s; - if (Math.Abs(W) < 1.0e-12) + if (Math.Abs(W) < 1.0e-8) break; // The error is now negligible. // Error is still too large. Find the next estimate. // Calculate D = the derivative of W with respect to lat. diff --git a/source/js/astronomy.browser.js b/source/js/astronomy.browser.js index 064cc02f..4ceba40d 100644 --- a/source/js/astronomy.browser.js +++ b/source/js/astronomy.browser.js @@ -1322,88 +1322,15 @@ const iaudata = [ [[0, 0, 2, -2, 2], [-13170906, -1675, -13696, 5730336, -3015, -4587]], [[0, 0, 2, 0, 2], [-2276413, -234, 2796, 978459, -485, 1374]], [[0, 0, 0, 0, 2], [2074554, 207, -698, -897492, 470, -291]], - [[0, 1, 0, 0, 0], [1475877, -3633, 11817, 73871, -184, -1924]], - [[0, 1, 2, -2, 2], [-516821, 1226, -524, 224386, -677, -174]], - [[1, 0, 0, 0, 0], [711159, 73, -872, -6750, 0, 358]], - [[0, 0, 2, 0, 1], [-387298, -367, 380, 200728, 18, 318]], - [[1, 0, 2, 0, 2], [-301461, -36, 816, 129025, -63, 367]], - [[0, -1, 2, -2, 2], [215829, -494, 111, -95929, 299, 132]], - [[0, 0, 2, -2, 1], [128227, 137, 181, -68982, -9, 39]], - [[-1, 0, 2, 0, 2], [123457, 11, 19, -53311, 32, -4]], - [[-1, 0, 0, 2, 0], [156994, 10, -168, -1235, 0, 82]], - [[1, 0, 0, 0, 1], [63110, 63, 27, -33228, 0, -9]], - [[-1, 0, 0, 0, 1], [-57976, -63, -189, 31429, 0, -75]], - [[-1, 0, 2, 2, 2], [-59641, -11, 149, 25543, -11, 66]], - [[1, 0, 2, 0, 1], [-51613, -42, 129, 26366, 0, 78]], - [[-2, 0, 2, 0, 1], [45893, 50, 31, -24236, -10, 20]], - [[0, 0, 0, 2, 0], [63384, 11, -150, -1220, 0, 29]], - [[0, 0, 2, 2, 2], [-38571, -1, 158, 16452, -11, 68]], - [[0, -2, 2, -2, 2], [32481, 0, 0, -13870, 0, 0]], - [[-2, 0, 0, 2, 0], [-47722, 0, -18, 477, 0, -25]], - [[2, 0, 2, 0, 2], [-31046, -1, 131, 13238, -11, 59]], - [[1, 0, 2, -2, 2], [28593, 0, -1, -12338, 10, -3]], - [[-1, 0, 2, 0, 1], [20441, 21, 10, -10758, 0, -3]], - [[2, 0, 0, 0, 0], [29243, 0, -74, -609, 0, 13]], - [[0, 0, 2, 0, 0], [25887, 0, -66, -550, 0, 11]], - [[0, 1, 0, 0, 1], [-14053, -25, 79, 8551, -2, -45]], - [[-1, 0, 0, 2, 1], [15164, 10, 11, -8001, 0, -1]], - [[0, 2, 2, -2, 2], [-15794, 72, -16, 6850, -42, -5]], - [[0, 0, -2, 2, 0], [21783, 0, 13, -167, 0, 13]], - [[1, 0, 0, -2, 1], [-12873, -10, -37, 6953, 0, -14]], - [[0, -1, 0, 0, 1], [-12654, 11, 63, 6415, 0, 26]], - [[-1, 0, 2, 2, 1], [-10204, 0, 25, 5222, 0, 15]], - [[0, 2, 0, 0, 0], [16707, -85, -10, 168, -1, 10]], - [[1, 0, 2, 2, 2], [-7691, 0, 44, 3268, 0, 19]], - [[-2, 0, 2, 0, 0], [-11024, 0, -14, 104, 0, 2]], - [[0, 1, 2, 0, 2], [7566, -21, -11, -3250, 0, -5]], - [[0, 0, 2, 2, 1], [-6637, -11, 25, 3353, 0, 14]], - [[0, -1, 2, 0, 2], [-7141, 21, 8, 3070, 0, 4]], - [[0, 0, 0, 2, 1], [-6302, -11, 2, 3272, 0, 4]], - [[1, 0, 2, -2, 1], [5800, 10, 2, -3045, 0, -1]], - [[2, 0, 2, -2, 2], [6443, 0, -7, -2768, 0, -4]], - [[-2, 0, 0, 2, 1], [-5774, -11, -15, 3041, 0, -5]], - [[2, 0, 2, 0, 1], [-5350, 0, 21, 2695, 0, 12]], - [[0, -1, 2, -2, 1], [-4752, -11, -3, 2719, 0, -3]], - [[0, 0, 0, -2, 1], [-4940, -11, -21, 2720, 0, -9]], - [[-1, -1, 0, 2, 0], [7350, 0, -8, -51, 0, 4]], - [[2, 0, 0, -2, 1], [4065, 0, 6, -2206, 0, 1]], - [[1, 0, 0, 2, 0], [6579, 0, -24, -199, 0, 2]], - [[0, 1, 2, -2, 1], [3579, 0, 5, -1900, 0, 1]], - [[1, -1, 0, 0, 0], [4725, 0, -6, -41, 0, 3]], - [[-2, 0, 2, 0, 2], [-3075, 0, -2, 1313, 0, -1]], - [[3, 0, 2, 0, 2], [-2904, 0, 15, 1233, 0, 7]], - [[0, -1, 0, 2, 0], [4348, 0, -10, -81, 0, 2]], - [[1, -1, 2, 0, 2], [-2878, 0, 8, 1232, 0, 4]], - [[0, 0, 0, 1, 0], [-4230, 0, 5, -20, 0, -2]], - [[-1, -1, 2, 2, 2], [-2819, 0, 7, 1207, 0, 3]], - [[-1, 0, 2, 0, 0], [-4056, 0, 5, 40, 0, -2]], - [[0, -1, 2, 2, 2], [-2647, 0, 11, 1129, 0, 5]], - [[-2, 0, 0, 0, 1], [-2294, 0, -10, 1266, 0, -4]], - [[1, 1, 2, 0, 2], [2481, 0, -7, -1062, 0, -3]], - [[2, 0, 0, 0, 1], [2179, 0, -2, -1129, 0, -2]], - [[-1, 1, 0, 1, 0], [3276, 0, 1, -9, 0, 0]], - [[1, 1, 0, 0, 0], [-3389, 0, 5, 35, 0, -2]], - [[1, 0, 2, 0, 0], [3339, 0, -13, -107, 0, 1]], - [[-1, 0, 2, -2, 1], [-1987, 0, -6, 1073, 0, -2]], - [[1, 0, 0, 0, 2], [-1981, 0, 0, 854, 0, 0]], - [[-1, 0, 0, 1, 0], [4026, 0, -353, -553, 0, -139]], - [[0, 0, 2, 1, 2], [1660, 0, -5, -710, 0, -2]], - [[-1, 0, 2, 4, 2], [-1521, 0, 9, 647, 0, 4]], - [[-1, 1, 0, 1, 1], [1314, 0, 0, -700, 0, 0]], - [[0, -2, 2, -2, 1], [-1283, 0, 0, 672, 0, 0]], - [[1, 0, 2, 2, 1], [-1331, 0, 8, 663, 0, 4]], - [[-2, 0, 2, 2, 2], [1383, 0, -2, -594, 0, -2]], - [[-1, 0, 0, 0, 2], [1405, 0, 4, -610, 0, 2]], - [[1, 1, 2, -2, 2], [1290, 0, 0, -556, 0, 0]] + [[0, 1, 0, 0, 0], [1475877, -3633, 11817, 73871, -184, -1924]] ]; function iau2000b(time) { - var i, t, el, elp, f, d, om, arg, dp, de, sarg, carg; + var i, t, elp, f, d, om, arg, dp, de, sarg, carg; var nals, cls; function mod(x) { return (x % ASEC360) * ASEC2RAD; } t = time.tt / 36525; - el = mod(485868.249036 + t * 1717915923.2178); elp = mod(1287104.79305 + t * 129596581.0481); f = mod(335779.526232 + t * 1739527262.8478); d = mod(1072260.70369 + t * 1602961601.2090); @@ -1413,7 +1340,7 @@ function iau2000b(time) { for (i = iaudata.length - 1; i >= 0; --i) { nals = iaudata[i][0]; cls = iaudata[i][1]; - arg = (nals[0] * el + nals[1] * elp + nals[2] * f + nals[3] * d + nals[4] * om) % PI2; + arg = (nals[1] * elp + nals[2] * f + nals[3] * d + nals[4] * om) % PI2; sarg = Math.sin(arg); carg = Math.cos(arg); dp += (cls[0] + cls[1] * t) * sarg + cls[2] * carg; @@ -2006,7 +1933,10 @@ function inverse_terra(ovec, st) { // Start with initial latitude estimate, based on a spherical Earth. let lat = Math.atan2(z, p); let cos, sin, denom; + let count = 0; for (;;) { + if (++count > 10) + throw `inverse_terra failed to converge.`; // Calculate the error function W(lat). // We try to find the root of W, meaning where the error is 0. cos = Math.cos(lat); @@ -2017,7 +1947,7 @@ function inverse_terra(ovec, st) { const radicand = cos2 + EARTH_FLATTENING_SQUARED * sin2; denom = Math.sqrt(radicand); const W = (factor * sin * cos) / denom - z * cos + p * sin; - if (Math.abs(W) < 1.0e-12) + if (Math.abs(W) < 1.0e-8) break; // The error is now negligible // Error is still too large. Find the next estimate. // Calculate D = the derivative of W with respect to lat. diff --git a/source/js/astronomy.browser.min.js b/source/js/astronomy.browser.min.js index 4f48fd74..a267e576 100644 --- a/source/js/astronomy.browser.min.js +++ b/source/js/astronomy.browser.min.js @@ -48,59 +48,59 @@ case m.Mars:return 9.549535105779258E-11;case m.Jupiter:return 2.825345909524226 Math.floor(a)}function N(a,b){var c=a.x*a.x+a.y*a.y+a.z*a.z;if(1E-8>Math.abs(c))throw"AngleBetween: first vector is too short.";var d=b.x*b.x+b.y*b.y+b.z*b.z;if(1E-8>Math.abs(d))throw"AngleBetween: second vector is too short.";a=(a.x*b.x+a.y*b.y+a.z*b.z)/Math.sqrt(c*d);return-1>=a?180:1<=a?0:e.RAD2DEG*Math.acos(a)}function U(a){a=jd.indexOf(a);return 0<=a?kd[a]:null}function ia(a){return(a=U(a))&&0b)return a=(b-1820)/100,-20+32*a*a; if(500>b){a=b/100;b=a*a;var c=a*b;return 10583.6-1014.41*a+33.78311*b-5.952053*c-.1798452*b*b+.022174192*b*c+.0090316521*c*c}if(1600>b)return a=(b-1E3)/100,b=a*a,c=a*b,1574.2-556.01*a+71.23472*b+.319781*c-.8503463*b*b-.005050998*b*c+.0083572073*c*c;if(1700>b)return a=b-1600,b=a*a,120-.9808*a-.01532*b+a*b/7129;if(1800>b)return a=b-1700,b=a*a,8.83+.1603*a-.0059285*b+1.3336E-4*a*b-b*b/1174E3;if(1860>b){a=b-1800;b=a*a;c=a*b;var d=b*b;return 13.72-.332447*a+.0068612*b+.0041116*c-3.7436E-4*d+1.21272E-5* b*c-1.699E-7*c*c+8.75E-10*c*d}if(1900>b)return a=b-1860,b=a*a,c=a*b,7.62+.5737*a-.251754*b+.01680668*c-4.473624E-4*b*b+b*c/233174;if(1920>b)return a=b-1900,b=a*a,-2.79+1.494119*a-.0598939*b+.0061966*a*b-1.97E-4*b*b;if(1941>b)return a=b-1920,b=a*a,21.2+.84493*a-.0761*b+.0020936*a*b;if(1961>b)return a=b-1950,b=a*a,29.07+.407*a-b/233+a*b/2547;if(1986>b)return a=b-1975,b=a*a,45.45+1.067*a-b/260-a*b/718;if(2005>b)return a=b-2E3,b=a*a,c=a*b,63.86+.3345*a-.060374*b+.0017275*c+6.51814E-4*b*b+2.373599E-5* -b*c;if(2050>b)return a=b-2E3,62.92+.32217*a+.005589*a*a;if(2150>b)return a=(b-1820)/100,-20+32*a*a-.5628*(2150-b);a=(b-1820)/100;return-20+32*a*a}function Xb(a){return a+Yb(a)/86400}function v(a){return a instanceof O?a:new O(a)}function Zb(a){a=a.tt/36525;return(((((-4.34E-8*a-5.76E-7)*a+.0020034)*a-1.831E-4)*a-46.836769)*a+84381.406)/3600}function Xa(a){var b;if(!Ya||1E-6=F;++F)0!==D[F]&&g(K.x,K.y,c(z,D[F],F),c(x,D[F],F),function(ra,sa){return K.x=ra,K.y=sa});return K}function k(D,F,P,ea,K,ra,sa,ub){K=l(K,ra,sa,ub);q+=D*K.y;u+=F*K.y;Za+=P*K.x;ta+=ea*K.x}++e.CalcMoonCount;a=a.tt/36525;var n,p,q,u,z=b(-6,6,1,4),x=b(-6,6,1,4);var B=a*a;var Za=u=q=0;var ta=3422.7;var ja=h(.19833+.05611*a);var fa=h(.27869+.04508*a);var V=h(.16827-.36903*a);var ba=h(.34734-5.37261*a);var Ia=h(.10498-5.37899*a);var $a=h(.42681- -.41855*a),md=h(.14943-5.37511*a);var ab=.84*ja+.31*fa+14.27*V+7.26*ba+.28*Ia+.24*$a;var wb=2.94*ja+.31*fa+14.27*V+9.34*ba+1.12*Ia+.83*$a;var bb=-6.4*ja-1.89*$a;fa=.21*ja+.31*fa+14.27*V-88.7*ba-15.3*Ia+.24*$a-1.86*md;V=ab-bb;ja=-3.332E-6*h(.59734-5.37261*a)-5.39E-7*h(.35498-5.37899*a)-6.4E-8*h(.39943-5.37511*a);ab=R*Q(.60643382+1336.85522467*a-3.13E-6*B)+ab/ha;wb=R*Q(.37489701+1325.55240982*a+2.565E-5*B)+wb/ha;bb=R*Q(.99312619+99.99735956*a-4.4E-7*B)+bb/ha;fa=R*Q(.25909118+1342.2278298*a-8.92E-6*B)+ -fa/ha;Ia=R*Q(.82736186+1236.85308708*a-3.97E-6*B)+V/ha;for(n=1;4>=n;++n){switch(n){case 1:V=wb;B=4;ba=1.000002208;break;case 2:V=bb;B=3;ba=.997504612-.002495388*a;break;case 3:V=fa;B=4;ba=1.000002708+139.978*ja;break;case 4:V=Ia;B=6;ba=1;break;default:throw"Internal error: I = "+n;}d(0,n,1);d(1,n,Math.cos(V)*ba);f(0,n,0);f(1,n,Math.sin(V)*ba);for(p=2;p<=B;++p)g(c(z,p-1,n),c(x,p-1,n),c(z,1,n),c(x,1,n),function(D,F){return d(p,n,D),f(p,n,F)});for(p=1;p<=B;++p)d(-p,n,c(z,p,n)),f(-p,n,-c(x,p,n))}k(13.902, -14.06,-.001,.2607,0,0,0,4);k(.403,-4.01,.394,.0023,0,0,0,3);k(2369.912,2373.36,.601,28.2333,0,0,0,2);k(-125.154,-112.79,-.725,-.9781,0,0,0,1);k(1.979,6.98,-.445,.0433,1,0,0,4);k(191.953,192.72,.029,3.0861,1,0,0,2);k(-8.466,-13.51,.455,-.1093,1,0,0,1);k(22639.5,22609.07,.079,186.5398,1,0,0,0);k(18.609,3.59,-.094,.0118,1,0,0,-1);k(-4586.465,-4578.13,-.077,34.3117,1,0,0,-2);k(3.215,5.44,.192,-.0386,1,0,0,-3);k(-38.428,-38.64,.001,.6008,1,0,0,-4);k(-.393,-1.43,-.092,.0086,1,0,0,-6);k(-.289,-1.59,.123, --.0053,0,1,0,4);k(-24.42,-25.1,.04,-.3,0,1,0,2);k(18.023,17.93,.007,.1494,0,1,0,1);k(-668.146,-126.98,-1.302,-.3997,0,1,0,0);k(.56,.32,-.001,-.0037,0,1,0,-1);k(-165.145,-165.06,.054,1.9178,0,1,0,-2);k(-1.877,-6.46,-.416,.0339,0,1,0,-4);k(.213,1.02,-.074,.0054,2,0,0,4);k(14.387,14.78,-.017,.2833,2,0,0,2);k(-.586,-1.2,.054,-.01,2,0,0,1);k(769.016,767.96,.107,10.1657,2,0,0,0);k(1.75,2.01,-.018,.0155,2,0,0,-1);k(-211.656,-152.53,5.679,-.3039,2,0,0,-2);k(1.225,.91,-.03,-.0088,2,0,0,-3);k(-30.773,-34.07, --.308,.3722,2,0,0,-4);k(-.57,-1.4,-.074,.0109,2,0,0,-6);k(-2.921,-11.75,.787,-.0484,1,1,0,2);k(1.267,1.52,-.022,.0164,1,1,0,1);k(-109.673,-115.18,.461,-.949,1,1,0,0);k(-205.962,-182.36,2.056,1.4437,1,1,0,-2);k(.233,.36,.012,-.0025,1,1,0,-3);k(-4.391,-9.66,-.471,.0673,1,1,0,-4);k(.283,1.53,-.111,.006,1,-1,0,4);k(14.577,31.7,-1.54,.2302,1,-1,0,2);k(147.687,138.76,.679,1.1528,1,-1,0,0);k(-1.089,.55,.021,0,1,-1,0,-1);k(28.475,23.59,-.443,-.2257,1,-1,0,-2);k(-.276,-.38,-.006,-.0036,1,-1,0,-3);k(.636,2.27, -.146,-.0102,1,-1,0,-4);k(-.189,-1.68,.131,-.0028,0,2,0,2);k(-7.486,-.66,-.037,-.0086,0,2,0,0);k(-8.096,-16.35,-.74,.0918,0,2,0,-2);k(-5.741,-.04,0,-9E-4,0,0,2,2);k(.255,0,0,0,0,0,2,1);k(-411.608,-.2,0,-.0124,0,0,2,0);k(.584,.84,0,.0071,0,0,2,-1);k(-55.173,-52.14,0,-.1052,0,0,2,-2);k(.254,.25,0,-.0017,0,0,2,-3);k(.025,-1.67,0,.0031,0,0,2,-4);k(1.06,2.96,-.166,.0243,3,0,0,2);k(36.124,50.64,-1.3,.6215,3,0,0,0);k(-13.193,-16.4,.258,-.1187,3,0,0,-2);k(-1.187,-.74,.042,.0074,3,0,0,-4);k(-.293,-.31,-.002, -.0046,3,0,0,-6);k(-.29,-1.45,.116,-.0051,2,1,0,2);k(-7.649,-10.56,.259,-.1038,2,1,0,0);k(-8.627,-7.59,.078,-.0192,2,1,0,-2);k(-2.74,-2.54,.022,.0324,2,1,0,-4);k(1.181,3.32,-.212,.0213,2,-1,0,2);k(9.703,11.67,-.151,.1268,2,-1,0,0);k(-.352,-.37,.001,-.0028,2,-1,0,-1);k(-2.494,-1.17,-.003,-.0017,2,-1,0,-2);k(.36,.2,-.012,-.0043,2,-1,0,-4);k(-1.167,-1.25,.008,-.0106,1,2,0,0);k(-7.412,-6.12,.117,.0484,1,2,0,-2);k(-.311,-.65,-.032,.0044,1,2,0,-4);k(.757,1.82,-.105,.0112,1,-2,0,2);k(2.58,2.32,.027,.0196, -1,-2,0,0);k(2.533,2.4,-.014,-.0212,1,-2,0,-2);k(-.344,-.57,-.025,.0036,0,3,0,-2);k(-.992,-.02,0,0,1,0,2,2);k(-45.099,-.02,0,-.001,1,0,2,0);k(-.179,-9.52,0,-.0833,1,0,2,-2);k(-.301,-.33,0,.0014,1,0,2,-4);k(-6.382,-3.37,0,-.0481,1,0,-2,2);k(39.528,85.13,0,-.7136,1,0,-2,0);k(9.366,.71,0,-.0112,1,0,-2,-2);k(.202,.02,0,0,1,0,-2,-4);k(.415,.1,0,.0013,0,1,2,0);k(-2.152,-2.26,0,-.0066,0,1,2,-2);k(-1.44,-1.3,0,.0014,0,1,-2,2);k(.384,-.04,0,0,0,1,-2,-2);k(1.938,3.6,-.145,.0401,4,0,0,0);k(-.952,-1.58,.052,-.013, -4,0,0,-2);k(-.551,-.94,.032,-.0097,3,1,0,0);k(-.482,-.57,.005,-.0045,3,1,0,-2);k(.681,.96,-.026,.0115,3,-1,0,0);k(-.297,-.27,.002,-9E-4,2,2,0,-2);k(.254,.21,-.003,0,2,-2,0,-2);k(-.25,-.22,.004,.0014,1,3,0,-2);k(-3.996,0,0,4E-4,2,0,2,0);k(.557,-.75,0,-.009,2,0,2,-2);k(-.459,-.38,0,-.0053,2,0,-2,2);k(-1.298,.74,0,4E-4,2,0,-2,0);k(.538,1.14,0,-.0141,2,0,-2,-2);k(.263,.02,0,0,1,1,2,0);k(.426,.07,0,-6E-4,1,1,-2,-2);k(-.304,.03,0,3E-4,1,-1,2,0);k(-.372,-.19,0,-.0027,1,-1,-2,2);k(.418,0,0,0,0,0,4,0);k(-.33, --.04,0,0,3,0,2,0);B=-526.069*l(0,0,1,-2).y;B+=-3.352*l(0,0,1,-4).y;B+=44.297*l(1,0,1,-2).y;B+=-6*l(1,0,1,-4).y;B+=20.599*l(-1,0,1,0).y;B+=-30.598*l(-1,0,1,-2).y;B+=-24.649*l(-2,0,1,0).y;B+=-2*l(-2,0,1,-2).y;B+=-22.571*l(0,1,1,-2).y;B+=10.985*l(0,-1,1,-2).y;q+=.82*h(.7736-62.5512*a)+.31*h(.0466-125.1025*a)+.35*h(.5785-25.1042*a)+.66*h(.4591+1335.8075*a)+.64*h(.313-91.568*a)+1.14*h(.148+1331.2898*a)+.21*h(.5918+1056.5859*a)+.44*h(.5784+1322.8595*a)+.24*h(.2275-5.7374*a)+.28*h(.2965+2.6929*a)+.33*h(.3132+ -6.3368*a);a=fa+u/ha;a=(1.000002708+139.978*ja)*(18518.511+1.189+Za)*Math.sin(a)-6.24*Math.sin(3*a)+B;return{geo_eclip_lon:R*Q((ab+q/ha)/R),geo_eclip_lat:Math.PI/648E3*a,distance_au:ha*nd/(.999953253*ta)}}function bc(a,b){return[a.rot[0][0]*b[0]+a.rot[1][0]*b[1]+a.rot[2][0]*b[2],a.rot[0][1]*b[0]+a.rot[1][1]*b[1]+a.rot[2][1]*b[2],a.rot[0][2]*b[0]+a.rot[1][2]*b[1]+a.rot[2][2]*b[2]]}function Ja(a,b,c){b=Ka(b,c);return bc(b,a)}function Ka(a,b){a=a.tt/36525;var c=84381.406,d=((((3.337E-7*a-4.67E-7)*a-.00772503)* -a+.0512623)*a-.025754)*a+c;c*=4.84813681109536E-6;var f=((((-9.51E-8*a+1.32851E-4)*a-.00114045)*a-1.0790069)*a+5038.481507)*a*4.84813681109536E-6;d*=4.84813681109536E-6;var g=((((-5.6E-8*a+1.70663E-4)*a-.00121197)*a-2.3814292)*a+10.556403)*a*4.84813681109536E-6;a=Math.sin(c);c=Math.cos(c);var h=Math.sin(-f);f=Math.cos(-f);var l=Math.sin(-d);d=Math.cos(-d);var k=Math.sin(g),n=Math.cos(g);g=n*f-h*k*d;var p=n*h*c+k*d*f*c-a*k*l,q=n*h*a+k*d*f*a+c*k*l,u=-k*f-h*n*d,z=-k*h*c+n*d*f*c-a*n*l;k=-k*h*a+n*d*f* -a+c*n*l;h*=l;n=-l*f*c-a*d;a=-l*f*a+d*c;if(b===G.Into2000)return new L([[g,p,q],[u,z,k],[h,n,a]]);if(b===G.From2000)return new L([[g,u,h],[p,z,n],[q,k,a]]);throw"Invalid precess direction";}function ca(a){if(!cb||cb.tt!==a.tt){var b=a.tt/36525,c=15*Xa(a).ee,d=(.779057273264+.00273781191135448*a.ut+a.ut%1)%1*360;0>d&&(d+=360);b=((c+.014506+((((-3.68E-8*b-2.9956E-5)*b-4.4E-7)*b+1.3915817)*b+4612.156534)*b)/3600+d)%360/15;0>b&&(b+=24);cb={tt:a.tt,st:b}}return cb.st}function xb(a,b){var c=a.latitude*e.DEG2RAD, -d=Math.sin(c);c=Math.cos(c);var f=1/Math.hypot(c,.996647180302104*d),g=a.height/1E3,h=6378.1366*f+g;b=(15*b+a.longitude)*e.DEG2RAD;a=Math.sin(b);b=Math.cos(b);return{pos:[h*c*b/e.KM_PER_AU,h*c*a/e.KM_PER_AU,(6335.438815127603*f+g)*d/e.KM_PER_AU],vel:[-7.292115E-5*h*c*a*86400/e.KM_PER_AU,7.292115E-5*h*c*b*86400/e.KM_PER_AU,0]}}function db(a,b,c){b=La(b,c);return bc(b,a)}function La(a,b){a=Xa(a);var c=a.mobl*e.DEG2RAD,d=a.tobl*e.DEG2RAD,f=4.84813681109536E-6*a.dpsi;a=Math.cos(c);c=Math.sin(c);var g= -Math.cos(d),h=Math.sin(d);d=Math.cos(f);var l=Math.sin(f);f=-l*a;var k=-l*c,n=l*g,p=d*a*g+c*h,q=d*c*g-a*h;l*=h;var u=d*a*h-c*g;a=d*c*h+a*g;if(b===G.From2000)return new L([[d,n,l],[f,p,u],[k,q,a]]);if(b===G.Into2000)return new L([[d,f,k],[n,p,q],[l,u,a]]);throw"Invalid precess direction";}function eb(a,b,c){return c===G.Into2000?Ja(db(a,b,c),b,c):db(Ja(a,b,c),b,c)}function cc(a,b){var c=ca(a);b=xb(b,c).pos;return eb(b,a,G.Into2000)}function od(a){if(!(a instanceof Array)||3!==a.length)return!1;for(var b= -0;3>b;++b){if(!(a[b]instanceof Array)||3!==a[b].length)return!1;for(var c=0;3>c;++c)if(!Number.isFinite(a[b][c]))return!1}return!0}function dc(a,b){b=new E(a[0],a[1],a[2],b);var c=b.x*b.x+b.y*b.y,d=Math.sqrt(c+b.z*b.z);if(0===c){if(0===b.z)throw"Indeterminate sky coordinates";return new fb(0,0>b.z?-90:90,d,b)}var f=e.RAD2HOUR*Math.atan2(b.y,b.x);0>f&&(f+=24);return new fb(f,e.RAD2DEG*Math.atan2(a[2],Math.sqrt(c)),d,b)}function ua(a,b){var c=a*e.DEG2RAD;a=Math.cos(c);c=Math.sin(c);return[a*b[0]+c* -b[1],a*b[1]-c*b[0],b[2]]}function gb(a,b,c,d,f){a=v(a);va(b);w(c);w(d);var g=Math.sin(b.latitude*e.DEG2RAD),h=Math.cos(b.latitude*e.DEG2RAD),l=Math.sin(b.longitude*e.DEG2RAD),k=Math.cos(b.longitude*e.DEG2RAD);b=Math.sin(d*e.DEG2RAD);var n=Math.cos(d*e.DEG2RAD),p=Math.sin(c*e.HOUR2RAD),q=Math.cos(c*e.HOUR2RAD),u=[h*k,h*l,g];g=[-g*k,-g*l,h];l=[l,-k,0];h=-15*ca(a);a=ua(h,u);u=ua(h,g);l=ua(h,l);b=[n*q,n*p,b];p=b[0]*a[0]+b[1]*a[1]+b[2]*a[2];n=b[0]*u[0]+b[1]*u[1]+b[2]*u[2];u=b[0]*l[0]+b[1]*l[1]+b[2]*l[2]; -q=Math.hypot(n,u);0n&&(n+=360)):n=0;p=e.RAD2DEG*Math.atan2(q,p);q=d;if(f&&(d=p,f=Ma(f,90-p),p-=f,0l;++l)f.push((b[l]-d*a[l])/u*c+a[l]*q);q=Math.hypot(f[0],f[1]);0c&&(c+=24)):c=0;q=e.RAD2DEG*Math.atan2(f[2],q)}return new ec(n,90-p,c,q)}function va(a){if(!(a instanceof yb))throw"Not an instance of the Observer class: "+ -a;w(a.latitude);w(a.longitude);w(a.height);if(-90>a.latitude||90b&&(b+=360));g=e.RAD2DEG*Math.atan2(c,g);a=new E(d,f,c,a.t);return new hc(a,g,b)}function Na(a){void 0===ib&&(ib=e.DEG2RAD*Xa(v(zb)).mobl,ic=Math.cos(ib),jc=Math.sin(ib));return gc(a,ic,jc)}function Y(a){a=v(a);var b=da(a),c=b.distance_au*Math.cos(b.geo_eclip_lat);b=[c*Math.cos(b.geo_eclip_lon),c*Math.sin(b.geo_eclip_lon), -b.distance_au*Math.sin(b.geo_eclip_lat)];var d=Zb(a)*e.DEG2RAD;c=Math.cos(d);d=Math.sin(d);b=Ja([b[0],b[1]*c-b[2]*d,b[1]*d+b[2]*c],a,G.Into2000);return new E(b[0],b[1],b[2],a)}function jb(a){a=v(a);a=da(a);return new xa(a.geo_eclip_lat*e.RAD2DEG,a.geo_eclip_lon*e.RAD2DEG,a.distance_au)}function Oa(a){a=v(a);var b=a.AddDays(-1E-5),c=a.AddDays(1E-5);b=Y(b);c=Y(c);return new I((b.x+c.x)/2,(b.y+c.y)/2,(b.z+c.z)/2,(c.x-b.x)/2E-5,(c.y-b.y)/2E-5,(c.z-b.z)/2E-5,a)}function Ab(a){a=v(a);var b=Oa(a);return new I(b.x/ -82.30056,b.y/82.30056,b.z/82.30056,b.vx/82.30056,b.vy/82.30056,b.vz/82.30056,a)}function ka(a,b,c){var d=1,f=0;a=$jscomp.makeIterator(a);for(var g=a.next();!g.done;g=a.next()){var h=0;g=$jscomp.makeIterator(g.value);for(var l=g.next();!l.done;l=g.next()){var k=$jscomp.makeIterator(l.value);l=k.next().value;var n=k.next().value;k=k.next().value;h+=l*Math.cos(n+b*k)}h*=d;c&&(h%=R);f+=h;d*=b}return f}function Bb(a,b){var c=1,d=0,f=0,g=0;a=$jscomp.makeIterator(a);for(var h=a.next();!h.done;h=a.next()){var l= -0,k=0;h=$jscomp.makeIterator(h.value);for(var n=h.next();!n.done;n=h.next()){var p=$jscomp.makeIterator(n.value);n=p.next().value;var q=p.next().value;p=p.next().value;q+=b*p;l+=n*p*Math.sin(q);0a?0:a>=b?b-1:a}function Fb(a){var b=$jscomp.makeIterator(a);a=b.next().value;var c=$jscomp.makeIterator(b.next().value);var d=c.next().value;var f=c.next().value;c=c.next().value;var g=$jscomp.makeIterator(b.next().value);b=g.next().value;var h=g.next().value;g=g.next().value;d=new X(a,new C(d,f,c),new C(b,h,g));a=new za(d.tt);f=d.r.add(a.Sun.r);c=d.v.add(a.Sun.v);b=a.Acceleration(f);d=new Ra(d.tt,f, -c,b);return new lc(a,d)}function nc(a,b,c){a=Fb(a);for(var d=Math.ceil((b-a.grav.tt)/c),f=0;fla[50][0])c=null;else{c=mc((c-d)/29200,50);if(!Hb[c]){d=Hb[c]=[];d[0]=Fb(la[c]).grav;d[200]=Fb(la[c+1]).grav;var f,g=d[0].tt;for(f=1;200>f;++f)d[f]=Eb(g+=146,d[f-1]).grav;g=d[200].tt;var h=[];h[200]=d[200];for(f=199;0d[1]&&(d[1]+=R);f=$jscomp.makeIterator(b.z);for(g=f.next();!g.done;g= -f.next())h=$jscomp.makeIterator(g.value),g=h.next().value,l=h.next().value,h=h.next().value,l+=c*h,d[2]+=g*Math.cos(l),d[3]+=g*Math.sin(l);f=$jscomp.makeIterator(b.zeta);for(g=f.next();!g.done;g=f.next())h=$jscomp.makeIterator(g.value),g=h.next().value,l=h.next().value,h=h.next().value,l+=c*h,d[4]+=g*Math.cos(l),d[5]+=g*Math.sin(l);f=d[0];h=d[1];g=d[2];l=d[3];c=d[4];d=d[5];var k=Math.sqrt(b.mu/(f*f*f));b=h+g*Math.sin(h)-l*Math.cos(h);do{var n=Math.cos(b);var p=Math.sin(b);n=(h-b+g*p-l*n)/(1-g*n-l* -p);b+=n}while(1E-12<=Math.abs(n));n=Math.cos(b);p=Math.sin(b);h=l*n-g*p;var q=-g*n-l*p,u=1/(1+q),z=1/(1+Math.sqrt(1-g*g-l*l));b=f*(n-g-z*l*h);h=f*(p-l+z*g*h);l=k*u*f*(-p-z*l*q);f=k*u*f*(+n+z*g*q);g=2*Math.sqrt(1-c*c-d*d);k=1-2*d*d;n=1-2*c*c;p=2*d*c;a=new I(b*k+h*p,b*p+h*n,(c*h-b*d)*g,l*k+f*p,l*p+f*n,(c*f-l*d)*g,a);return Aa(pd,a)}function Z(a,b){b=v(b);if(a in M)return wa(M[a],b);if(a===m.Pluto)return a=Gb(b,!0),new E(a.x,a.y,a.z,b);if(a===m.Sun)return new E(0,0,0,b);if(a===m.Moon){a=wa(M.Earth,b); -var c=Y(b);return new E(a.x+c.x,a.y+c.y,a.z+c.z,b)}if(a===m.EMB)return a=wa(M.Earth,b),c=Y(b),new E(a.x+c.x/82.30056,a.y+c.y/82.30056,a.z+c.z/82.30056,b);if(a===m.SSB)return a=new E(0,0,0,b),kb(a,b,m.Jupiter,2.825345909524226E-7),kb(a,b,m.Saturn,8.459715185680659E-8),kb(a,b,m.Uranus,1.292024916781969E-8),kb(a,b,m.Neptune,1.524358900784276E-8),a;if(c=ia(a))return a=new xa(c.dec,15*c.ra,c.dist),mb(a,b);throw'HelioVector: Unknown body "'+a+'"';}function ma(a,b){var c=ia(a);if(c)return c.dist;b=v(b); -return a in M?ka(M[a][2],b.tt/365250,!1):Z(a,b).Length()}function oc(a,b){for(var c=b,d=0,f=0;10>f;++f){var g=a.Position(c);d=g.Length()/e.C_AUDAY;if(1d)return g;c=h}throw"Light-travel time solver did not converge: dt = "+d;}function pc(a,b,c,d){y(d);a=v(a);if(ia(c)){c=Z(c,a);if(d)return b=nb(b,a),d=new E(c.x-b.x,c.y-b.y,c.z-b.z,a),c=e.C_AUDAY/d.Length(),new E(d.x+b.vx/c,d.y+b.vy/c,d.z+b.vz/ -c,a);b=Z(b,a);return new E(c.x-b.x,c.y-b.y,c.z-b.z,a)}var f=d?new E(0,0,0,a):Z(b,a);b=new Ib(b,c,d,f);return oc(b,a)}function W(a,b,c){y(c);b=v(b);switch(a){case m.Earth:return new E(0,0,0,b);case m.Moon:return Y(b);default:return a=pc(b,m.Earth,a,c),a.t=b,a}}function na(a,b){return new I(a.r.x,a.r.y,a.r.z,a.v.x,a.v.y,a.v.z,b)}function nb(a,b){b=v(b);switch(a){case m.Sun:return new I(0,0,0,0,0,0,b);case m.SSB:return a=new za(b.tt),new I(-a.Sun.r.x,-a.Sun.r.y,-a.Sun.r.z,-a.Sun.v.x,-a.Sun.v.y,-a.Sun.v.z, -b);case m.Mercury:case m.Venus:case m.Earth:case m.Mars:case m.Jupiter:case m.Saturn:case m.Uranus:case m.Neptune:return a=Pa(M[a],b.tt),na(a,b);case m.Pluto:return Gb(b,!0);case m.Moon:case m.EMB:var c=Pa(M.Earth,b.tt);a=a==m.Moon?Oa(b):Ab(b);return new I(a.x+c.r.x,a.y+c.r.y,a.z+c.r.z,a.vx+c.v.x,a.vy+c.v.y,a.vz+c.v.z,b);default:if(ia(a))return a=Z(a,b),new I(a.x,a.y,a.z,0,0,0,b);throw'HelioState: Unsupported body "'+a+'"';}}function qd(a,b,c,d,f){var g=(f+c)/2-d;c=(f-c)/2;if(0==g){if(0==c)return null; -d=-d/c;if(-1>d||1=d)return null;f=Math.sqrt(d);d=(-c+f)/(2*g);f=(-c-f)/(2*g);if(-1<=d&&1>=d){if(-1<=f&&1>=f)return null}else if(-1<=f&&1>=f)d=f;else return null}return{t:a+d*b,df_dt:(2*g*d+c)/b}}function J(a,b,c,d){var f=w(d&&d.dt_tolerance_seconds||1);f=Math.abs(f/86400);var g=d&&d.init_f1||a(b),h=d&&d.init_f2||a(c),l=NaN,k=0;d=d&&d.iter_limit||20;for(var n=!0;;){if(++k>d)throw"Excessive iteration in Search()";var p=new O(b.ut+.5*(c.ut-b.ut)),q=p.ut-b.ut;if(Math.abs(q)< -f)return p;n?l=a(p):n=!0;var u=qd(p.ut,c.ut-p.ut,g,l,h);if(u){var z=v(u.t),x=a(z);if(0!==u.df_dt){if(Math.abs(x/u.df_dt)(q.ut-b.ut)*(q.ut-c.ut)&&0>(z.ut-b.ut)*(z.ut-c.ut))){u=a(q);var B=a(z);if(0>u&&0<=B){g=u;h=B;b=q;c=z;l=x;n=!1;continue}}}}if(0>g&&0<=l)c=p,h=l;else if(0>l&&0<=h)b=p,g=l;else return null}}function Ba(a){for(;-180>=a;)a+=360;for(;180a;)a+=360;for(;360<=a;)a-= -360;return a}function qc(a,b,c){w(a);w(c);b=v(b);c=b.AddDays(c);return J(function(d){d=fc(d);return Ba(d.elon-a)},b,c,{dt_tolerance_seconds:.01})}function Jb(a,b,c){if(a===m.Earth||b===m.Earth)throw"The Earth does not have a longitude as seen from itself.";c=v(c);a=W(a,c,!1);a=Na(a);b=W(b,c,!1);b=Na(b);return Ca(a.elon-b.elon)}function Da(a,b){if(a==m.Earth)throw"The Earth does not have an angle as seen from itself.";var c=v(b);b=W(m.Sun,c,!0);a=W(a,c,!0);return N(b,a)}function oa(a,b){if(a===m.Sun)throw"Cannot calculate heliocentric longitude of the Sun."; -a=Z(a,b);return Na(a).elon}function ob(a,b){if(a===m.Earth)throw"The illumination of the Earth is not defined.";var c=v(b),d=wa(M.Earth,c);if(a===m.Sun){var f=new E(-d.x,-d.y,-d.z,c);b=new E(0,0,0,c);d=0}else a===m.Moon?(f=Y(c),b=new E(d.x+f.x,d.y+f.y,d.z+f.z,c)):(b=Z(a,b),f=new E(b.x-d.x,b.y-d.y,b.z-d.z,c)),d=N(f,b);var g=f.Length(),h=b.Length();if(a===m.Sun)var l=rd+5*Math.log10(g);else if(a===m.Moon)a=d*e.DEG2RAD,l=a*a,a=-12.717+1.49*Math.abs(a)+.0431*l*l,l=a+=5*Math.log10(g/(385000.6/e.KM_PER_AU)* -h);else if(a===m.Saturn){var k=d;a=Na(f);l=28.06*e.DEG2RAD;var n=e.DEG2RAD*a.elat;a=Math.asin(Math.sin(n)*Math.cos(l)-Math.cos(n)*Math.sin(l)*Math.sin(e.DEG2RAD*a.elon-e.DEG2RAD*(169.51+3.82E-5*c.tt)));l=Math.sin(Math.abs(a));k=-9+.044*k+l*(-2.6+1.2*l)+5*Math.log10(h*g);a*=e.RAD2DEG;l=k;k=a}else{var p=n=l=0;switch(a){case m.Mercury:a=-.6;l=4.98;n=-4.88;p=3.02;break;case m.Venus:163.6>d?(a=-4.47,l=1.03,n=.57,p=.13):(a=.98,l=-1.02);break;case m.Mars:a=-1.52;l=1.6;break;case m.Jupiter:a=-9.4;l=.5;break; -case m.Uranus:a=-7.19;l=.25;break;case m.Neptune:a=-6.87;break;case m.Pluto:a=-1;l=4;break;default:throw"VisualMagnitude: unsupported body "+a;}var q=d/100;l=a+q*(l+q*(n+q*p))+5*Math.log10(h*g)}return new rc(c,l,d,h,g,f,b,k)}function Sa(a){if(a===m.Earth)throw"The Earth does not have a synodic period as seen from itself.";if(a===m.Moon)return 29.530588;var b=aa[a];if(!b)throw"Not a valid planet name: "+a;a=aa.Earth.OrbitalPeriod;return Math.abs(a/(a/b.OrbitalPeriod-1))}function Ea(a,b,c){function d(n){var p= -oa(a,n);n=oa(m.Earth,n);return Ba(g*(n-p)-b)}w(b);var f=aa[a];if(!f)throw"Cannot search relative longitude because body is not a planet: "+a;if(a===m.Earth)throw"Cannot search relative longitude for the Earth (it is always 0)";var g=f.OrbitalPeriod>aa.Earth.OrbitalPeriod?1:-1;f=Sa(a);c=v(c);var h=d(c);0l;++l){var k=-h/360*f;c=c.AddDays(k);if(1>86400*Math.abs(k))return c;k=h;h=d(c);30>Math.abs(k)&&k!==h&&(k/=k-h,.5k&&(f*=k))}throw"Relative longitude search failed to converge for "+ -a+" near "+c.toString()+" (error_angle = "+h+").";}function Kb(a){return Jb(m.Moon,m.Sun,a)}function Ta(a,b,c){function d(l){l=Kb(l);return Ba(l-a)}w(a);w(c);b=v(b);var f=d(b);if(0>c){0>f&&(f+=360);var g=-(29.530588*f)/360;f=g+1.5;if(fc)return null;f=Math.min(c,g+1.5)}c=b.AddDays(h);b=b.AddDays(f);return J(d,c,b,{dt_tolerance_seconds:.1})}function sc(a){var b=Kb(a);b=(Math.floor(b/90)+1)%4;a=Ta(90*b,a,10); -if(!a)throw"Cannot find moon quarter";return new tc(b,a)}function Lb(a,b,c,d,f,g,h){if(0>g&&0<=h)return new sd(d,f,g,h);if(0<=g&&0>h)return null;if(1786400*l||Math.min(Math.abs(g),Math.abs(h))>l/2*c)return null;l=new O((d.ut+f.ut)/2);var k=b(l);return Lb(1+a,b,c,d,l,g,k)||Lb(1+a,b,c,l,f,k,h)}function td(a,b){if(-90>b||90h||90f?(n=p.AddDays(-.42),q=l(n)):(p=n.AddDays(.42),u=l(p));var z=Lb(0,l,k,n,p,q,u);if(z){if(k=J(l,z.tx,z.ty,{dt_tolerance_seconds:.1,init_f1:z.ax,init_f2:z.ay})){if(0>f){if(k.utd.ut+f)return null;return k}throw"Rise/set search failed after finding ascent: t1="+ -n+", t2="+p+", a1="+q+", a2="+u;}if(0>f){if(n.utd.ut+f)return null;n=p;q=u}}}function vc(a,b){b=v(b);var c=Jb(a,m.Sun,b);if(1805*f;++f){var g=a.AddDays(5),h=b(g);if(0>=d*h){if(0>d||0h){a=J(c,a,g,{init_f1:-d,init_f2:-h});if(!a)throw"SearchLunarApsis INTERNAL ERROR: apogee search failed!";d=da(a).distance_au;return new Ua(a,1,d)}throw"SearchLunarApsis INTERNAL ERROR: cannot classify apsis event!";}a=g;d=h}throw"SearchLunarApsis INTERNAL ERROR: could not find apsis within 2 synodic months of start date.";}function yc(a,b,c,d){for(var f=b===Fa.Apocenter? -1:-1;;){d/=9;if(d<1/1440)return c=c.AddDays(d/2),a=ma(a,c),new Ua(c,b,a);for(var g=-1,h=0,l=0;10>l;++l){var k=c.AddDays(l*d);k=f*ma(a,k);if(0==l||k>h)g=l,h=k}c=c.AddDays((g-1)*d);d*=2}}function ud(a,b){var c=b.AddDays(-30/360*aa[a].OrbitalPeriod),d=b.AddDays(.75*aa[a].OrbitalPeriod),f=c,g=c,h=-1,l=-1;d=(d.ut-c.ut)/99;for(var k=0;100>k;++k){var n=c.AddDays(k*d),p=ma(a,n);0===k?l=h=p:(p>l&&(l=p,g=n),p=b.tt)return a.time.tt>= +b*c;if(2050>b)return a=b-2E3,62.92+.32217*a+.005589*a*a;if(2150>b)return a=(b-1820)/100,-20+32*a*a-.5628*(2150-b);a=(b-1820)/100;return-20+32*a*a}function Xb(a){return a+Yb(a)/86400}function v(a){return a instanceof O?a:new O(a)}function Zb(a){a=a.tt/36525;return(((((-4.34E-8*a-5.76E-7)*a+.0020034)*a-1.831E-4)*a-46.836769)*a+84381.406)/3600}function Xa(a){var b;if(!Ya||1E-6=F;++F)0!==D[F]&&g(K.x, +K.y,c(z,D[F],F),c(x,D[F],F),function(ra,sa){return K.x=ra,K.y=sa});return K}function k(D,F,P,ea,K,ra,sa,ub){K=l(K,ra,sa,ub);q+=D*K.y;u+=F*K.y;Za+=P*K.x;ta+=ea*K.x}++e.CalcMoonCount;a=a.tt/36525;var n,p,q,u,z=b(-6,6,1,4),x=b(-6,6,1,4);var B=a*a;var Za=u=q=0;var ta=3422.7;var ja=h(.19833+.05611*a);var fa=h(.27869+.04508*a);var V=h(.16827-.36903*a);var ba=h(.34734-5.37261*a);var Ia=h(.10498-5.37899*a);var $a=h(.42681-.41855*a),md=h(.14943-5.37511*a);var ab=.84*ja+.31*fa+14.27*V+7.26*ba+.28*Ia+.24*$a; +var wb=2.94*ja+.31*fa+14.27*V+9.34*ba+1.12*Ia+.83*$a;var bb=-6.4*ja-1.89*$a;fa=.21*ja+.31*fa+14.27*V-88.7*ba-15.3*Ia+.24*$a-1.86*md;V=ab-bb;ja=-3.332E-6*h(.59734-5.37261*a)-5.39E-7*h(.35498-5.37899*a)-6.4E-8*h(.39943-5.37511*a);ab=R*Q(.60643382+1336.85522467*a-3.13E-6*B)+ab/ha;wb=R*Q(.37489701+1325.55240982*a+2.565E-5*B)+wb/ha;bb=R*Q(.99312619+99.99735956*a-4.4E-7*B)+bb/ha;fa=R*Q(.25909118+1342.2278298*a-8.92E-6*B)+fa/ha;Ia=R*Q(.82736186+1236.85308708*a-3.97E-6*B)+V/ha;for(n=1;4>=n;++n){switch(n){case 1:V= +wb;B=4;ba=1.000002208;break;case 2:V=bb;B=3;ba=.997504612-.002495388*a;break;case 3:V=fa;B=4;ba=1.000002708+139.978*ja;break;case 4:V=Ia;B=6;ba=1;break;default:throw"Internal error: I = "+n;}d(0,n,1);d(1,n,Math.cos(V)*ba);f(0,n,0);f(1,n,Math.sin(V)*ba);for(p=2;p<=B;++p)g(c(z,p-1,n),c(x,p-1,n),c(z,1,n),c(x,1,n),function(D,F){return d(p,n,D),f(p,n,F)});for(p=1;p<=B;++p)d(-p,n,c(z,p,n)),f(-p,n,-c(x,p,n))}k(13.902,14.06,-.001,.2607,0,0,0,4);k(.403,-4.01,.394,.0023,0,0,0,3);k(2369.912,2373.36,.601,28.2333, +0,0,0,2);k(-125.154,-112.79,-.725,-.9781,0,0,0,1);k(1.979,6.98,-.445,.0433,1,0,0,4);k(191.953,192.72,.029,3.0861,1,0,0,2);k(-8.466,-13.51,.455,-.1093,1,0,0,1);k(22639.5,22609.07,.079,186.5398,1,0,0,0);k(18.609,3.59,-.094,.0118,1,0,0,-1);k(-4586.465,-4578.13,-.077,34.3117,1,0,0,-2);k(3.215,5.44,.192,-.0386,1,0,0,-3);k(-38.428,-38.64,.001,.6008,1,0,0,-4);k(-.393,-1.43,-.092,.0086,1,0,0,-6);k(-.289,-1.59,.123,-.0053,0,1,0,4);k(-24.42,-25.1,.04,-.3,0,1,0,2);k(18.023,17.93,.007,.1494,0,1,0,1);k(-668.146, +-126.98,-1.302,-.3997,0,1,0,0);k(.56,.32,-.001,-.0037,0,1,0,-1);k(-165.145,-165.06,.054,1.9178,0,1,0,-2);k(-1.877,-6.46,-.416,.0339,0,1,0,-4);k(.213,1.02,-.074,.0054,2,0,0,4);k(14.387,14.78,-.017,.2833,2,0,0,2);k(-.586,-1.2,.054,-.01,2,0,0,1);k(769.016,767.96,.107,10.1657,2,0,0,0);k(1.75,2.01,-.018,.0155,2,0,0,-1);k(-211.656,-152.53,5.679,-.3039,2,0,0,-2);k(1.225,.91,-.03,-.0088,2,0,0,-3);k(-30.773,-34.07,-.308,.3722,2,0,0,-4);k(-.57,-1.4,-.074,.0109,2,0,0,-6);k(-2.921,-11.75,.787,-.0484,1,1,0,2); +k(1.267,1.52,-.022,.0164,1,1,0,1);k(-109.673,-115.18,.461,-.949,1,1,0,0);k(-205.962,-182.36,2.056,1.4437,1,1,0,-2);k(.233,.36,.012,-.0025,1,1,0,-3);k(-4.391,-9.66,-.471,.0673,1,1,0,-4);k(.283,1.53,-.111,.006,1,-1,0,4);k(14.577,31.7,-1.54,.2302,1,-1,0,2);k(147.687,138.76,.679,1.1528,1,-1,0,0);k(-1.089,.55,.021,0,1,-1,0,-1);k(28.475,23.59,-.443,-.2257,1,-1,0,-2);k(-.276,-.38,-.006,-.0036,1,-1,0,-3);k(.636,2.27,.146,-.0102,1,-1,0,-4);k(-.189,-1.68,.131,-.0028,0,2,0,2);k(-7.486,-.66,-.037,-.0086,0,2, +0,0);k(-8.096,-16.35,-.74,.0918,0,2,0,-2);k(-5.741,-.04,0,-9E-4,0,0,2,2);k(.255,0,0,0,0,0,2,1);k(-411.608,-.2,0,-.0124,0,0,2,0);k(.584,.84,0,.0071,0,0,2,-1);k(-55.173,-52.14,0,-.1052,0,0,2,-2);k(.254,.25,0,-.0017,0,0,2,-3);k(.025,-1.67,0,.0031,0,0,2,-4);k(1.06,2.96,-.166,.0243,3,0,0,2);k(36.124,50.64,-1.3,.6215,3,0,0,0);k(-13.193,-16.4,.258,-.1187,3,0,0,-2);k(-1.187,-.74,.042,.0074,3,0,0,-4);k(-.293,-.31,-.002,.0046,3,0,0,-6);k(-.29,-1.45,.116,-.0051,2,1,0,2);k(-7.649,-10.56,.259,-.1038,2,1,0,0); +k(-8.627,-7.59,.078,-.0192,2,1,0,-2);k(-2.74,-2.54,.022,.0324,2,1,0,-4);k(1.181,3.32,-.212,.0213,2,-1,0,2);k(9.703,11.67,-.151,.1268,2,-1,0,0);k(-.352,-.37,.001,-.0028,2,-1,0,-1);k(-2.494,-1.17,-.003,-.0017,2,-1,0,-2);k(.36,.2,-.012,-.0043,2,-1,0,-4);k(-1.167,-1.25,.008,-.0106,1,2,0,0);k(-7.412,-6.12,.117,.0484,1,2,0,-2);k(-.311,-.65,-.032,.0044,1,2,0,-4);k(.757,1.82,-.105,.0112,1,-2,0,2);k(2.58,2.32,.027,.0196,1,-2,0,0);k(2.533,2.4,-.014,-.0212,1,-2,0,-2);k(-.344,-.57,-.025,.0036,0,3,0,-2);k(-.992, +-.02,0,0,1,0,2,2);k(-45.099,-.02,0,-.001,1,0,2,0);k(-.179,-9.52,0,-.0833,1,0,2,-2);k(-.301,-.33,0,.0014,1,0,2,-4);k(-6.382,-3.37,0,-.0481,1,0,-2,2);k(39.528,85.13,0,-.7136,1,0,-2,0);k(9.366,.71,0,-.0112,1,0,-2,-2);k(.202,.02,0,0,1,0,-2,-4);k(.415,.1,0,.0013,0,1,2,0);k(-2.152,-2.26,0,-.0066,0,1,2,-2);k(-1.44,-1.3,0,.0014,0,1,-2,2);k(.384,-.04,0,0,0,1,-2,-2);k(1.938,3.6,-.145,.0401,4,0,0,0);k(-.952,-1.58,.052,-.013,4,0,0,-2);k(-.551,-.94,.032,-.0097,3,1,0,0);k(-.482,-.57,.005,-.0045,3,1,0,-2);k(.681, +.96,-.026,.0115,3,-1,0,0);k(-.297,-.27,.002,-9E-4,2,2,0,-2);k(.254,.21,-.003,0,2,-2,0,-2);k(-.25,-.22,.004,.0014,1,3,0,-2);k(-3.996,0,0,4E-4,2,0,2,0);k(.557,-.75,0,-.009,2,0,2,-2);k(-.459,-.38,0,-.0053,2,0,-2,2);k(-1.298,.74,0,4E-4,2,0,-2,0);k(.538,1.14,0,-.0141,2,0,-2,-2);k(.263,.02,0,0,1,1,2,0);k(.426,.07,0,-6E-4,1,1,-2,-2);k(-.304,.03,0,3E-4,1,-1,2,0);k(-.372,-.19,0,-.0027,1,-1,-2,2);k(.418,0,0,0,0,0,4,0);k(-.33,-.04,0,0,3,0,2,0);B=-526.069*l(0,0,1,-2).y;B+=-3.352*l(0,0,1,-4).y;B+=44.297*l(1,0, +1,-2).y;B+=-6*l(1,0,1,-4).y;B+=20.599*l(-1,0,1,0).y;B+=-30.598*l(-1,0,1,-2).y;B+=-24.649*l(-2,0,1,0).y;B+=-2*l(-2,0,1,-2).y;B+=-22.571*l(0,1,1,-2).y;B+=10.985*l(0,-1,1,-2).y;q+=.82*h(.7736-62.5512*a)+.31*h(.0466-125.1025*a)+.35*h(.5785-25.1042*a)+.66*h(.4591+1335.8075*a)+.64*h(.313-91.568*a)+1.14*h(.148+1331.2898*a)+.21*h(.5918+1056.5859*a)+.44*h(.5784+1322.8595*a)+.24*h(.2275-5.7374*a)+.28*h(.2965+2.6929*a)+.33*h(.3132+6.3368*a);a=fa+u/ha;a=(1.000002708+139.978*ja)*(18518.511+1.189+Za)*Math.sin(a)- +6.24*Math.sin(3*a)+B;return{geo_eclip_lon:R*Q((ab+q/ha)/R),geo_eclip_lat:Math.PI/648E3*a,distance_au:ha*nd/(.999953253*ta)}}function bc(a,b){return[a.rot[0][0]*b[0]+a.rot[1][0]*b[1]+a.rot[2][0]*b[2],a.rot[0][1]*b[0]+a.rot[1][1]*b[1]+a.rot[2][1]*b[2],a.rot[0][2]*b[0]+a.rot[1][2]*b[1]+a.rot[2][2]*b[2]]}function Ja(a,b,c){b=Ka(b,c);return bc(b,a)}function Ka(a,b){a=a.tt/36525;var c=84381.406,d=((((3.337E-7*a-4.67E-7)*a-.00772503)*a+.0512623)*a-.025754)*a+c;c*=4.84813681109536E-6;var f=((((-9.51E-8*a+ +1.32851E-4)*a-.00114045)*a-1.0790069)*a+5038.481507)*a*4.84813681109536E-6;d*=4.84813681109536E-6;var g=((((-5.6E-8*a+1.70663E-4)*a-.00121197)*a-2.3814292)*a+10.556403)*a*4.84813681109536E-6;a=Math.sin(c);c=Math.cos(c);var h=Math.sin(-f);f=Math.cos(-f);var l=Math.sin(-d);d=Math.cos(-d);var k=Math.sin(g),n=Math.cos(g);g=n*f-h*k*d;var p=n*h*c+k*d*f*c-a*k*l,q=n*h*a+k*d*f*a+c*k*l,u=-k*f-h*n*d,z=-k*h*c+n*d*f*c-a*n*l;k=-k*h*a+n*d*f*a+c*n*l;h*=l;n=-l*f*c-a*d;a=-l*f*a+d*c;if(b===G.Into2000)return new L([[g, +p,q],[u,z,k],[h,n,a]]);if(b===G.From2000)return new L([[g,u,h],[p,z,n],[q,k,a]]);throw"Invalid precess direction";}function ca(a){if(!cb||cb.tt!==a.tt){var b=a.tt/36525,c=15*Xa(a).ee,d=(.779057273264+.00273781191135448*a.ut+a.ut%1)%1*360;0>d&&(d+=360);b=((c+.014506+((((-3.68E-8*b-2.9956E-5)*b-4.4E-7)*b+1.3915817)*b+4612.156534)*b)/3600+d)%360/15;0>b&&(b+=24);cb={tt:a.tt,st:b}}return cb.st}function xb(a,b){var c=a.latitude*e.DEG2RAD,d=Math.sin(c);c=Math.cos(c);var f=1/Math.hypot(c,.996647180302104* +d),g=a.height/1E3,h=6378.1366*f+g;b=(15*b+a.longitude)*e.DEG2RAD;a=Math.sin(b);b=Math.cos(b);return{pos:[h*c*b/e.KM_PER_AU,h*c*a/e.KM_PER_AU,(6335.438815127603*f+g)*d/e.KM_PER_AU],vel:[-7.292115E-5*h*c*a*86400/e.KM_PER_AU,7.292115E-5*h*c*b*86400/e.KM_PER_AU,0]}}function db(a,b,c){b=La(b,c);return bc(b,a)}function La(a,b){a=Xa(a);var c=a.mobl*e.DEG2RAD,d=a.tobl*e.DEG2RAD,f=4.84813681109536E-6*a.dpsi;a=Math.cos(c);c=Math.sin(c);var g=Math.cos(d),h=Math.sin(d);d=Math.cos(f);var l=Math.sin(f);f=-l*a; +var k=-l*c,n=l*g,p=d*a*g+c*h,q=d*c*g-a*h;l*=h;var u=d*a*h-c*g;a=d*c*h+a*g;if(b===G.From2000)return new L([[d,n,l],[f,p,u],[k,q,a]]);if(b===G.Into2000)return new L([[d,f,k],[n,p,q],[l,u,a]]);throw"Invalid precess direction";}function eb(a,b,c){return c===G.Into2000?Ja(db(a,b,c),b,c):db(Ja(a,b,c),b,c)}function cc(a,b){var c=ca(a);b=xb(b,c).pos;return eb(b,a,G.Into2000)}function od(a){if(!(a instanceof Array)||3!==a.length)return!1;for(var b=0;3>b;++b){if(!(a[b]instanceof Array)||3!==a[b].length)return!1; +for(var c=0;3>c;++c)if(!Number.isFinite(a[b][c]))return!1}return!0}function dc(a,b){b=new E(a[0],a[1],a[2],b);var c=b.x*b.x+b.y*b.y,d=Math.sqrt(c+b.z*b.z);if(0===c){if(0===b.z)throw"Indeterminate sky coordinates";return new fb(0,0>b.z?-90:90,d,b)}var f=e.RAD2HOUR*Math.atan2(b.y,b.x);0>f&&(f+=24);return new fb(f,e.RAD2DEG*Math.atan2(a[2],Math.sqrt(c)),d,b)}function ua(a,b){var c=a*e.DEG2RAD;a=Math.cos(c);c=Math.sin(c);return[a*b[0]+c*b[1],a*b[1]-c*b[0],b[2]]}function gb(a,b,c,d,f){a=v(a);va(b);w(c); +w(d);var g=Math.sin(b.latitude*e.DEG2RAD),h=Math.cos(b.latitude*e.DEG2RAD),l=Math.sin(b.longitude*e.DEG2RAD),k=Math.cos(b.longitude*e.DEG2RAD);b=Math.sin(d*e.DEG2RAD);var n=Math.cos(d*e.DEG2RAD),p=Math.sin(c*e.HOUR2RAD),q=Math.cos(c*e.HOUR2RAD),u=[h*k,h*l,g];g=[-g*k,-g*l,h];l=[l,-k,0];h=-15*ca(a);a=ua(h,u);u=ua(h,g);l=ua(h,l);b=[n*q,n*p,b];p=b[0]*a[0]+b[1]*a[1]+b[2]*a[2];n=b[0]*u[0]+b[1]*u[1]+b[2]*u[2];u=b[0]*l[0]+b[1]*l[1]+b[2]*l[2];q=Math.hypot(n,u);0n&&(n+=360)): +n=0;p=e.RAD2DEG*Math.atan2(q,p);q=d;if(f&&(d=p,f=Ma(f,90-p),p-=f,0l;++l)f.push((b[l]-d*a[l])/u*c+a[l]*q);q=Math.hypot(f[0],f[1]);0c&&(c+=24)):c=0;q=e.RAD2DEG*Math.atan2(f[2],q)}return new ec(n,90-p,c,q)}function va(a){if(!(a instanceof yb))throw"Not an instance of the Observer class: "+a;w(a.latitude);w(a.longitude);w(a.height);if(-90> +a.latitude||90b&&(b+=360));g=e.RAD2DEG*Math.atan2(c,g);a=new E(d,f,c,a.t);return new hc(a,g,b)}function Na(a){void 0===ib&&(ib=e.DEG2RAD*Xa(v(zb)).mobl,ic=Math.cos(ib),jc=Math.sin(ib));return gc(a,ic,jc)}function Y(a){a=v(a);var b=da(a),c=b.distance_au*Math.cos(b.geo_eclip_lat);b=[c*Math.cos(b.geo_eclip_lon),c*Math.sin(b.geo_eclip_lon),b.distance_au*Math.sin(b.geo_eclip_lat)];var d= +Zb(a)*e.DEG2RAD;c=Math.cos(d);d=Math.sin(d);b=Ja([b[0],b[1]*c-b[2]*d,b[1]*d+b[2]*c],a,G.Into2000);return new E(b[0],b[1],b[2],a)}function jb(a){a=v(a);a=da(a);return new xa(a.geo_eclip_lat*e.RAD2DEG,a.geo_eclip_lon*e.RAD2DEG,a.distance_au)}function Oa(a){a=v(a);var b=a.AddDays(-1E-5),c=a.AddDays(1E-5);b=Y(b);c=Y(c);return new I((b.x+c.x)/2,(b.y+c.y)/2,(b.z+c.z)/2,(c.x-b.x)/2E-5,(c.y-b.y)/2E-5,(c.z-b.z)/2E-5,a)}function Ab(a){a=v(a);var b=Oa(a);return new I(b.x/82.30056,b.y/82.30056,b.z/82.30056,b.vx/ +82.30056,b.vy/82.30056,b.vz/82.30056,a)}function ka(a,b,c){var d=1,f=0;a=$jscomp.makeIterator(a);for(var g=a.next();!g.done;g=a.next()){var h=0;g=$jscomp.makeIterator(g.value);for(var l=g.next();!l.done;l=g.next()){var k=$jscomp.makeIterator(l.value);l=k.next().value;var n=k.next().value;k=k.next().value;h+=l*Math.cos(n+b*k)}h*=d;c&&(h%=R);f+=h;d*=b}return f}function Bb(a,b){var c=1,d=0,f=0,g=0;a=$jscomp.makeIterator(a);for(var h=a.next();!h.done;h=a.next()){var l=0,k=0;h=$jscomp.makeIterator(h.value); +for(var n=h.next();!n.done;n=h.next()){var p=$jscomp.makeIterator(n.value);n=p.next().value;var q=p.next().value;p=p.next().value;q+=b*p;l+=n*p*Math.sin(q);0a?0:a>=b?b-1:a}function Fb(a){var b=$jscomp.makeIterator(a);a=b.next().value;var c=$jscomp.makeIterator(b.next().value);var d=c.next().value;var f=c.next().value;c=c.next().value;var g=$jscomp.makeIterator(b.next().value);b=g.next().value;var h=g.next().value;g=g.next().value;d=new X(a,new C(d,f,c),new C(b,h,g));a=new za(d.tt);f=d.r.add(a.Sun.r);c=d.v.add(a.Sun.v);b=a.Acceleration(f);d=new Ra(d.tt,f,c,b);return new lc(a,d)}function nc(a, +b,c){a=Fb(a);for(var d=Math.ceil((b-a.grav.tt)/c),f=0;fla[50][0])c=null;else{c=mc((c-d)/29200,50);if(!Hb[c]){d=Hb[c]=[];d[0]=Fb(la[c]).grav;d[200]=Fb(la[c+1]).grav;var f,g=d[0].tt;for(f=1;200>f;++f)d[f]=Eb(g+=146,d[f-1]).grav;g=d[200].tt;var h=[];h[200]=d[200];for(f=199;0d[1]&&(d[1]+=R);f=$jscomp.makeIterator(b.z);for(g=f.next();!g.done;g=f.next())h=$jscomp.makeIterator(g.value), +g=h.next().value,l=h.next().value,h=h.next().value,l+=c*h,d[2]+=g*Math.cos(l),d[3]+=g*Math.sin(l);f=$jscomp.makeIterator(b.zeta);for(g=f.next();!g.done;g=f.next())h=$jscomp.makeIterator(g.value),g=h.next().value,l=h.next().value,h=h.next().value,l+=c*h,d[4]+=g*Math.cos(l),d[5]+=g*Math.sin(l);f=d[0];h=d[1];g=d[2];l=d[3];c=d[4];d=d[5];var k=Math.sqrt(b.mu/(f*f*f));b=h+g*Math.sin(h)-l*Math.cos(h);do{var n=Math.cos(b);var p=Math.sin(b);n=(h-b+g*p-l*n)/(1-g*n-l*p);b+=n}while(1E-12<=Math.abs(n));n=Math.cos(b); +p=Math.sin(b);h=l*n-g*p;var q=-g*n-l*p,u=1/(1+q),z=1/(1+Math.sqrt(1-g*g-l*l));b=f*(n-g-z*l*h);h=f*(p-l+z*g*h);l=k*u*f*(-p-z*l*q);f=k*u*f*(+n+z*g*q);g=2*Math.sqrt(1-c*c-d*d);k=1-2*d*d;n=1-2*c*c;p=2*d*c;a=new I(b*k+h*p,b*p+h*n,(c*h-b*d)*g,l*k+f*p,l*p+f*n,(c*f-l*d)*g,a);return Aa(pd,a)}function Z(a,b){b=v(b);if(a in M)return wa(M[a],b);if(a===m.Pluto)return a=Gb(b,!0),new E(a.x,a.y,a.z,b);if(a===m.Sun)return new E(0,0,0,b);if(a===m.Moon){a=wa(M.Earth,b);var c=Y(b);return new E(a.x+c.x,a.y+c.y,a.z+c.z, +b)}if(a===m.EMB)return a=wa(M.Earth,b),c=Y(b),new E(a.x+c.x/82.30056,a.y+c.y/82.30056,a.z+c.z/82.30056,b);if(a===m.SSB)return a=new E(0,0,0,b),kb(a,b,m.Jupiter,2.825345909524226E-7),kb(a,b,m.Saturn,8.459715185680659E-8),kb(a,b,m.Uranus,1.292024916781969E-8),kb(a,b,m.Neptune,1.524358900784276E-8),a;if(c=ia(a))return a=new xa(c.dec,15*c.ra,c.dist),mb(a,b);throw'HelioVector: Unknown body "'+a+'"';}function ma(a,b){var c=ia(a);if(c)return c.dist;b=v(b);return a in M?ka(M[a][2],b.tt/365250,!1):Z(a,b).Length()} +function oc(a,b){for(var c=b,d=0,f=0;10>f;++f){var g=a.Position(c);d=g.Length()/e.C_AUDAY;if(1d)return g;c=h}throw"Light-travel time solver did not converge: dt = "+d;}function pc(a,b,c,d){y(d);a=v(a);if(ia(c)){c=Z(c,a);if(d)return b=nb(b,a),d=new E(c.x-b.x,c.y-b.y,c.z-b.z,a),c=e.C_AUDAY/d.Length(),new E(d.x+b.vx/c,d.y+b.vy/c,d.z+b.vz/c,a);b=Z(b,a);return new E(c.x-b.x,c.y-b.y,c.z-b.z,a)}var f= +d?new E(0,0,0,a):Z(b,a);b=new Ib(b,c,d,f);return oc(b,a)}function W(a,b,c){y(c);b=v(b);switch(a){case m.Earth:return new E(0,0,0,b);case m.Moon:return Y(b);default:return a=pc(b,m.Earth,a,c),a.t=b,a}}function na(a,b){return new I(a.r.x,a.r.y,a.r.z,a.v.x,a.v.y,a.v.z,b)}function nb(a,b){b=v(b);switch(a){case m.Sun:return new I(0,0,0,0,0,0,b);case m.SSB:return a=new za(b.tt),new I(-a.Sun.r.x,-a.Sun.r.y,-a.Sun.r.z,-a.Sun.v.x,-a.Sun.v.y,-a.Sun.v.z,b);case m.Mercury:case m.Venus:case m.Earth:case m.Mars:case m.Jupiter:case m.Saturn:case m.Uranus:case m.Neptune:return a= +Pa(M[a],b.tt),na(a,b);case m.Pluto:return Gb(b,!0);case m.Moon:case m.EMB:var c=Pa(M.Earth,b.tt);a=a==m.Moon?Oa(b):Ab(b);return new I(a.x+c.r.x,a.y+c.r.y,a.z+c.r.z,a.vx+c.v.x,a.vy+c.v.y,a.vz+c.v.z,b);default:if(ia(a))return a=Z(a,b),new I(a.x,a.y,a.z,0,0,0,b);throw'HelioState: Unsupported body "'+a+'"';}}function qd(a,b,c,d,f){var g=(f+c)/2-d;c=(f-c)/2;if(0==g){if(0==c)return null;d=-d/c;if(-1>d||1=d)return null;f=Math.sqrt(d);d=(-c+f)/(2*g);f=(-c-f)/(2*g);if(-1<= +d&&1>=d){if(-1<=f&&1>=f)return null}else if(-1<=f&&1>=f)d=f;else return null}return{t:a+d*b,df_dt:(2*g*d+c)/b}}function J(a,b,c,d){var f=w(d&&d.dt_tolerance_seconds||1);f=Math.abs(f/86400);var g=d&&d.init_f1||a(b),h=d&&d.init_f2||a(c),l=NaN,k=0;d=d&&d.iter_limit||20;for(var n=!0;;){if(++k>d)throw"Excessive iteration in Search()";var p=new O(b.ut+.5*(c.ut-b.ut)),q=p.ut-b.ut;if(Math.abs(q)(q.ut-b.ut)*(q.ut-c.ut)&&0>(z.ut-b.ut)*(z.ut-c.ut))){u=a(q);var B=a(z);if(0>u&&0<=B){g=u;h=B;b=q;c=z;l=x;n=!1;continue}}}}if(0>g&&0<=l)c=p,h=l;else if(0>l&&0<=h)b=p,g=l;else return null}}function Ba(a){for(;-180>=a;)a+=360;for(;180a;)a+=360;for(;360<=a;)a-=360;return a}function qc(a,b,c){w(a);w(c);b=v(b);c=b.AddDays(c);return J(function(d){d=fc(d);return Ba(d.elon- +a)},b,c,{dt_tolerance_seconds:.01})}function Jb(a,b,c){if(a===m.Earth||b===m.Earth)throw"The Earth does not have a longitude as seen from itself.";c=v(c);a=W(a,c,!1);a=Na(a);b=W(b,c,!1);b=Na(b);return Ca(a.elon-b.elon)}function Da(a,b){if(a==m.Earth)throw"The Earth does not have an angle as seen from itself.";var c=v(b);b=W(m.Sun,c,!0);a=W(a,c,!0);return N(b,a)}function oa(a,b){if(a===m.Sun)throw"Cannot calculate heliocentric longitude of the Sun.";a=Z(a,b);return Na(a).elon}function ob(a,b){if(a=== +m.Earth)throw"The illumination of the Earth is not defined.";var c=v(b),d=wa(M.Earth,c);if(a===m.Sun){var f=new E(-d.x,-d.y,-d.z,c);b=new E(0,0,0,c);d=0}else a===m.Moon?(f=Y(c),b=new E(d.x+f.x,d.y+f.y,d.z+f.z,c)):(b=Z(a,b),f=new E(b.x-d.x,b.y-d.y,b.z-d.z,c)),d=N(f,b);var g=f.Length(),h=b.Length();if(a===m.Sun)var l=rd+5*Math.log10(g);else if(a===m.Moon)a=d*e.DEG2RAD,l=a*a,a=-12.717+1.49*Math.abs(a)+.0431*l*l,l=a+=5*Math.log10(g/(385000.6/e.KM_PER_AU)*h);else if(a===m.Saturn){var k=d;a=Na(f);l=28.06* +e.DEG2RAD;var n=e.DEG2RAD*a.elat;a=Math.asin(Math.sin(n)*Math.cos(l)-Math.cos(n)*Math.sin(l)*Math.sin(e.DEG2RAD*a.elon-e.DEG2RAD*(169.51+3.82E-5*c.tt)));l=Math.sin(Math.abs(a));k=-9+.044*k+l*(-2.6+1.2*l)+5*Math.log10(h*g);a*=e.RAD2DEG;l=k;k=a}else{var p=n=l=0;switch(a){case m.Mercury:a=-.6;l=4.98;n=-4.88;p=3.02;break;case m.Venus:163.6>d?(a=-4.47,l=1.03,n=.57,p=.13):(a=.98,l=-1.02);break;case m.Mars:a=-1.52;l=1.6;break;case m.Jupiter:a=-9.4;l=.5;break;case m.Uranus:a=-7.19;l=.25;break;case m.Neptune:a= +-6.87;break;case m.Pluto:a=-1;l=4;break;default:throw"VisualMagnitude: unsupported body "+a;}var q=d/100;l=a+q*(l+q*(n+q*p))+5*Math.log10(h*g)}return new rc(c,l,d,h,g,f,b,k)}function Sa(a){if(a===m.Earth)throw"The Earth does not have a synodic period as seen from itself.";if(a===m.Moon)return 29.530588;var b=aa[a];if(!b)throw"Not a valid planet name: "+a;a=aa.Earth.OrbitalPeriod;return Math.abs(a/(a/b.OrbitalPeriod-1))}function Ea(a,b,c){function d(n){var p=oa(a,n);n=oa(m.Earth,n);return Ba(g*(n- +p)-b)}w(b);var f=aa[a];if(!f)throw"Cannot search relative longitude because body is not a planet: "+a;if(a===m.Earth)throw"Cannot search relative longitude for the Earth (it is always 0)";var g=f.OrbitalPeriod>aa.Earth.OrbitalPeriod?1:-1;f=Sa(a);c=v(c);var h=d(c);0l;++l){var k=-h/360*f;c=c.AddDays(k);if(1>86400*Math.abs(k))return c;k=h;h=d(c);30>Math.abs(k)&&k!==h&&(k/=k-h,.5k&&(f*=k))}throw"Relative longitude search failed to converge for "+a+" near "+c.toString()+ +" (error_angle = "+h+").";}function Kb(a){return Jb(m.Moon,m.Sun,a)}function Ta(a,b,c){function d(l){l=Kb(l);return Ba(l-a)}w(a);w(c);b=v(b);var f=d(b);if(0>c){0>f&&(f+=360);var g=-(29.530588*f)/360;f=g+1.5;if(fc)return null;f=Math.min(c,g+1.5)}c=b.AddDays(h);b=b.AddDays(f);return J(d,c,b,{dt_tolerance_seconds:.1})}function sc(a){var b=Kb(a);b=(Math.floor(b/90)+1)%4;a=Ta(90*b,a,10);if(!a)throw"Cannot find moon quarter"; +return new tc(b,a)}function Lb(a,b,c,d,f,g,h){if(0>g&&0<=h)return new sd(d,f,g,h);if(0<=g&&0>h)return null;if(1786400*l||Math.min(Math.abs(g),Math.abs(h))>l/2*c)return null;l=new O((d.ut+f.ut)/2);var k=b(l);return Lb(1+a,b,c,d,l,g,k)||Lb(1+a,b,c,l,f,k,h)}function td(a,b){if(-90>b||90h||90f?(n=p.AddDays(-.42),q=l(n)):(p=n.AddDays(.42),u=l(p));var z=Lb(0,l,k,n,p,q,u);if(z){if(k=J(l,z.tx,z.ty,{dt_tolerance_seconds:.1,init_f1:z.ax,init_f2:z.ay})){if(0>f){if(k.utd.ut+f)return null;return k}throw"Rise/set search failed after finding ascent: t1="+n+", t2="+p+", a1="+ +q+", a2="+u;}if(0>f){if(n.utd.ut+f)return null;n=p;q=u}}}function vc(a,b){b=v(b);var c=Jb(a,m.Sun,b);if(1805*f;++f){var g=a.AddDays(5),h=b(g);if(0>=d*h){if(0>d||0h){a=J(c,a,g,{init_f1:-d,init_f2:-h});if(!a)throw"SearchLunarApsis INTERNAL ERROR: apogee search failed!";d=da(a).distance_au;return new Ua(a,1,d)}throw"SearchLunarApsis INTERNAL ERROR: cannot classify apsis event!";}a=g;d=h}throw"SearchLunarApsis INTERNAL ERROR: could not find apsis within 2 synodic months of start date.";}function yc(a,b,c,d){for(var f=b===Fa.Apocenter?1:-1;;){d/= +9;if(d<1/1440)return c=c.AddDays(d/2),a=ma(a,c),new Ua(c,b,a);for(var g=-1,h=0,l=0;10>l;++l){var k=c.AddDays(l*d);k=f*ma(a,k);if(0==l||k>h)g=l,h=k}c=c.AddDays((g-1)*d);d*=2}}function ud(a,b){var c=b.AddDays(-30/360*aa[a].OrbitalPeriod),d=b.AddDays(.75*aa[a].OrbitalPeriod),f=c,g=c,h=-1,l=-1;d=(d.ut-c.ut)/99;for(var k=0;100>k;++k){var n=c.AddDays(k*d),p=ma(a,n);0===k?l=h=p:(p>l&&(l=p,g=n),p=b.tt)return a.time.tt>= b.tt&&a.time.tt=b.tt)return a;throw"Internal error: failed to find Neptune apsis.";}function zc(a,b){function c(p){var q=p.AddDays(-5E-4);p=p.AddDays(5E-4);q=ma(a,q);return(ma(a,p)-q)/.001}function d(p){return-c(p)}b=v(b);if(a===m.Neptune||a===m.Pluto)return ud(a,b);for(var f=aa[a].OrbitalPeriod,g=f/6,h=c(b),l=0;l*g<2*f;++l){var k=b.AddDays(g),n=c(k);if(0>=h*n){f=g=void 0;if(0>h||0n)g=d,f=Fa.Apocenter;else throw"Internal error with slopes in SearchPlanetApsis"; b=J(g,b,k);if(!b)throw"Failed to find slope transition in planetary apsis search.";h=ma(a,b);return new Ua(b,f,h)}b=k;h=n}throw"Internal error: should have found planetary apsis within 2 orbital periods.";}function Ga(a){return new L([[a.rot[0][0],a.rot[1][0],a.rot[2][0]],[a.rot[0][1],a.rot[1][1],a.rot[2][1]],[a.rot[0][2],a.rot[1][2],a.rot[2][2]]])}function Ha(a,b){return new L([[b.rot[0][0]*a.rot[0][0]+b.rot[1][0]*a.rot[0][1]+b.rot[2][0]*a.rot[0][2],b.rot[0][1]*a.rot[0][0]+b.rot[1][1]*a.rot[0][1]+ b.rot[2][1]*a.rot[0][2],b.rot[0][2]*a.rot[0][0]+b.rot[1][2]*a.rot[0][1]+b.rot[2][2]*a.rot[0][2]],[b.rot[0][0]*a.rot[1][0]+b.rot[1][0]*a.rot[1][1]+b.rot[2][0]*a.rot[1][2],b.rot[0][1]*a.rot[1][0]+b.rot[1][1]*a.rot[1][1]+b.rot[2][1]*a.rot[1][2],b.rot[0][2]*a.rot[1][0]+b.rot[1][2]*a.rot[1][1]+b.rot[2][2]*a.rot[1][2]],[b.rot[0][0]*a.rot[2][0]+b.rot[1][0]*a.rot[2][1]+b.rot[2][0]*a.rot[2][2],b.rot[0][1]*a.rot[2][0]+b.rot[1][1]*a.rot[2][1]+b.rot[2][1]*a.rot[2][2],b.rot[0][2]*a.rot[2][0]+b.rot[1][2]*a.rot[2][1]+ @@ -171,95 +171,89 @@ Mars:{OrbitalPeriod:686.98},Jupiter:{OrbitalPeriod:4332.589},Saturn:{OrbitalPeri 0,0],[.27062259632,1.32999459377,38.1330356378],[.01691764014,3.25186135653,36.6485629295],[.00807830553,5.18592878704,1.4844727083],[.0053776051,4.52113935896,35.1640902212],[.00495725141,1.5710564165,491.5579294568],[.00274571975,1.84552258866,175.1660598002],[1.201232E-4,1.92059384991,1021.2488945514],[.00121801746,5.79754470298,76.2660712756],[.00100896068,.3770272493,73.297125859],[.00135134092,3.37220609835,39.6175083461],[7.571796E-5,1.07149207335,388.4651552382]]]]};e.DeltaT_EspenakMeeus= qa;e.DeltaT_JplHorizons=function(a){return qa(Math.min(a,17*365.24217))};var Yb=qa;e.SetDeltaTFunction=function(a){Yb=a};var O=function(a){if(a instanceof O)this.date=a.date,this.ut=a.ut,this.tt=a.tt;else if(a instanceof Date&&Number.isFinite(a.getTime()))this.date=a,this.ut=(a.getTime()-zb.getTime())/864E5,this.tt=Xb(this.ut);else if(Number.isFinite(a))this.date=new Date(zb.getTime()+864E5*a),this.ut=a,this.tt=Xb(this.ut);else throw"Argument must be a Date object, an AstroTime object, or a numeric UTC Julian date."; };O.FromTerrestrialTime=function(a){for(var b=new O(a);;){var c=a-b.tt;if(1E-12>Math.abs(c))return b;b=b.AddDays(c)}};O.prototype.toString=function(){return this.date.toISOString()};O.prototype.AddDays=function(a){return new O(this.ut+a)};e.AstroTime=O;e.MakeTime=v;var tb=[[[0,0,0,0,1],[-172064161,-174666,33386,92052331,9086,15377]],[[0,0,2,-2,2],[-13170906,-1675,-13696,5730336,-3015,-4587]],[[0,0,2,0,2],[-2276413,-234,2796,978459,-485,1374]],[[0,0,0,0,2],[2074554,207,-698,-897492,470,-291]],[[0, -1,0,0,0],[1475877,-3633,11817,73871,-184,-1924]],[[0,1,2,-2,2],[-516821,1226,-524,224386,-677,-174]],[[1,0,0,0,0],[711159,73,-872,-6750,0,358]],[[0,0,2,0,1],[-387298,-367,380,200728,18,318]],[[1,0,2,0,2],[-301461,-36,816,129025,-63,367]],[[0,-1,2,-2,2],[215829,-494,111,-95929,299,132]],[[0,0,2,-2,1],[128227,137,181,-68982,-9,39]],[[-1,0,2,0,2],[123457,11,19,-53311,32,-4]],[[-1,0,0,2,0],[156994,10,-168,-1235,0,82]],[[1,0,0,0,1],[63110,63,27,-33228,0,-9]],[[-1,0,0,0,1],[-57976,-63,-189,31429,0,-75]], -[[-1,0,2,2,2],[-59641,-11,149,25543,-11,66]],[[1,0,2,0,1],[-51613,-42,129,26366,0,78]],[[-2,0,2,0,1],[45893,50,31,-24236,-10,20]],[[0,0,0,2,0],[63384,11,-150,-1220,0,29]],[[0,0,2,2,2],[-38571,-1,158,16452,-11,68]],[[0,-2,2,-2,2],[32481,0,0,-13870,0,0]],[[-2,0,0,2,0],[-47722,0,-18,477,0,-25]],[[2,0,2,0,2],[-31046,-1,131,13238,-11,59]],[[1,0,2,-2,2],[28593,0,-1,-12338,10,-3]],[[-1,0,2,0,1],[20441,21,10,-10758,0,-3]],[[2,0,0,0,0],[29243,0,-74,-609,0,13]],[[0,0,2,0,0],[25887,0,-66,-550,0,11]],[[0,1,0, -0,1],[-14053,-25,79,8551,-2,-45]],[[-1,0,0,2,1],[15164,10,11,-8001,0,-1]],[[0,2,2,-2,2],[-15794,72,-16,6850,-42,-5]],[[0,0,-2,2,0],[21783,0,13,-167,0,13]],[[1,0,0,-2,1],[-12873,-10,-37,6953,0,-14]],[[0,-1,0,0,1],[-12654,11,63,6415,0,26]],[[-1,0,2,2,1],[-10204,0,25,5222,0,15]],[[0,2,0,0,0],[16707,-85,-10,168,-1,10]],[[1,0,2,2,2],[-7691,0,44,3268,0,19]],[[-2,0,2,0,0],[-11024,0,-14,104,0,2]],[[0,1,2,0,2],[7566,-21,-11,-3250,0,-5]],[[0,0,2,2,1],[-6637,-11,25,3353,0,14]],[[0,-1,2,0,2],[-7141,21,8,3070, -0,4]],[[0,0,0,2,1],[-6302,-11,2,3272,0,4]],[[1,0,2,-2,1],[5800,10,2,-3045,0,-1]],[[2,0,2,-2,2],[6443,0,-7,-2768,0,-4]],[[-2,0,0,2,1],[-5774,-11,-15,3041,0,-5]],[[2,0,2,0,1],[-5350,0,21,2695,0,12]],[[0,-1,2,-2,1],[-4752,-11,-3,2719,0,-3]],[[0,0,0,-2,1],[-4940,-11,-21,2720,0,-9]],[[-1,-1,0,2,0],[7350,0,-8,-51,0,4]],[[2,0,0,-2,1],[4065,0,6,-2206,0,1]],[[1,0,0,2,0],[6579,0,-24,-199,0,2]],[[0,1,2,-2,1],[3579,0,5,-1900,0,1]],[[1,-1,0,0,0],[4725,0,-6,-41,0,3]],[[-2,0,2,0,2],[-3075,0,-2,1313,0,-1]],[[3,0, -2,0,2],[-2904,0,15,1233,0,7]],[[0,-1,0,2,0],[4348,0,-10,-81,0,2]],[[1,-1,2,0,2],[-2878,0,8,1232,0,4]],[[0,0,0,1,0],[-4230,0,5,-20,0,-2]],[[-1,-1,2,2,2],[-2819,0,7,1207,0,3]],[[-1,0,2,0,0],[-4056,0,5,40,0,-2]],[[0,-1,2,2,2],[-2647,0,11,1129,0,5]],[[-2,0,0,0,1],[-2294,0,-10,1266,0,-4]],[[1,1,2,0,2],[2481,0,-7,-1062,0,-3]],[[2,0,0,0,1],[2179,0,-2,-1129,0,-2]],[[-1,1,0,1,0],[3276,0,1,-9,0,0]],[[1,1,0,0,0],[-3389,0,5,35,0,-2]],[[1,0,2,0,0],[3339,0,-13,-107,0,1]],[[-1,0,2,-2,1],[-1987,0,-6,1073,0,-2]], -[[1,0,0,0,2],[-1981,0,0,854,0,0]],[[-1,0,0,1,0],[4026,0,-353,-553,0,-139]],[[0,0,2,1,2],[1660,0,-5,-710,0,-2]],[[-1,0,2,4,2],[-1521,0,9,647,0,4]],[[-1,1,0,1,1],[1314,0,0,-700,0,0]],[[0,-2,2,-2,1],[-1283,0,0,672,0,0]],[[1,0,2,2,1],[-1331,0,8,663,0,4]],[[-2,0,2,2,2],[1383,0,-2,-594,0,-2]],[[-1,0,0,0,2],[1405,0,4,-610,0,2]],[[1,1,2,-2,2],[1290,0,0,-556,0,0]]],Ya;e.CalcMoonCount=0;var bd=function(a,b,c,d,f,g){this.elat=a;this.elon=b;this.mlat=c;this.mlon=d;this.dist_km=f;this.diam_deg=g};e.LibrationInfo= -bd;e.Libration=function(a){var b=v(a);a=b.tt/36525;var c=a*a,d=c*a,f=c*c,g=da(b);b=g.geo_eclip_lon;var h=g.geo_eclip_lat;g=g.distance_au*e.KM_PER_AU;var l=1.543*e.DEG2RAD,k=e.DEG2RAD*Ca(93.272095+483202.0175233*a-.0036539*c-d/3526E3+f/86331E4),n=e.DEG2RAD*Ca(125.0445479-1934.1362891*a+.0020754*c+d/467441-f/60616E3),p=e.DEG2RAD*Ca(357.5291092+35999.0502909*a-1.536E-4*c+d/2449E4),q=e.DEG2RAD*Ca(134.9633964+477198.8675055*a+.0087414*c+d/69699-f/14712E3);d=e.DEG2RAD*Ca(297.8501921+445267.1114034*a-.0018819* -c+d/545868-f/113065E3);c=1-.002516*a-7.4E-6*c;var u=b-n;f=Math.atan2(Math.sin(u)*Math.cos(h)*Math.cos(l)-Math.sin(h)*Math.sin(l),Math.cos(u)*Math.cos(h));var z=Ba(e.RAD2DEG*(f-k));l=Math.asin(-Math.sin(u)*Math.cos(h)*Math.sin(l)-Math.sin(h)*Math.cos(l));u=-.02752*Math.cos(q)+-.02245*Math.sin(k)+.00684*Math.cos(q-2*k)+-.00293*Math.cos(2*k)+-8.5E-4*Math.cos(2*k-2*d)+-5.4E-4*Math.cos(q-2*d)+-2E-4*Math.sin(q+k)+-2E-4*Math.cos(q+2*k)+-2E-4*Math.cos(q-k)+1.4E-4*Math.cos(q+2*k-2*d);var x=-.02816*Math.sin(q)+ -.02244*Math.cos(k)+-.00682*Math.sin(q-2*k)+-.00279*Math.sin(2*k)+-8.3E-4*Math.sin(2*k-2*d)+6.9E-4*Math.sin(q-2*d)+4E-4*Math.cos(q+k)+-2.5E-4*Math.sin(2*q)+-2.3E-4*Math.sin(q+2*k)+2E-4*Math.cos(q-k)+1.9E-4*Math.sin(q-k)+1.3E-4*Math.sin(q+2*k-2*d)+-1E-4*Math.cos(q-3*k);return new bd(e.RAD2DEG*l+(x*Math.cos(f)-u*Math.sin(f)),z+(-(.0252*c*Math.sin(p)+.00473*Math.sin(2*q-2*k)+-.00467*Math.sin(q)+.00396*Math.sin(e.DEG2RAD*(119.75+131.849*a))+.00276*Math.sin(2*q-2*d)+.00196*Math.sin(n)+-.00183*Math.cos(q- -k)+.00115*Math.sin(q-2*d)+-9.6E-4*Math.sin(q-d)+4.6E-4*Math.sin(2*k-2*d)+-3.9E-4*Math.sin(q-k)+-3.2E-4*Math.sin(q-p-d)+2.7E-4*Math.sin(2*q-p-2*d)+2.3E-4*Math.sin(e.DEG2RAD*(72.56+20.186*a))+-1.4E-4*Math.sin(2*d)+1.4E-4*Math.cos(2*q-2*k)+-1.2E-4*Math.sin(q-2*k)+-1.2E-4*Math.sin(2*q)+1.1E-4*Math.sin(2*q-2*p-2*d))+(u*Math.cos(f)+x*Math.sin(f))*Math.tan(l)),e.RAD2DEG*h,e.RAD2DEG*b,g,2*e.RAD2DEG*Math.atan(1737.4/Math.sqrt(g*g-1737.4*1737.4)))};var cb;e.SiderealTime=function(a){a=v(a);return ca(a)};var E= -function(a,b,c,d){this.x=a;this.y=b;this.z=c;this.t=d};E.prototype.Length=function(){return Math.hypot(this.x,this.y,this.z)};e.Vector=E;var I=function(a,b,c,d,f,g,h){this.x=a;this.y=b;this.z=c;this.vx=d;this.vy=f;this.vz=g;this.t=h};e.StateVector=I;var xa=function(a,b,c){this.lat=w(a);this.lon=w(b);this.dist=w(c)};e.Spherical=xa;var fb=function(a,b,c,d){this.ra=w(a);this.dec=w(b);this.dist=w(c);this.vec=d};e.EquatorialCoordinates=fb;var L=function(a){this.rot=a};e.RotationMatrix=L;e.MakeRotation= -function(a){if(!od(a))throw"Argument must be a [3][3] array of numbers";return new L(a)};var ec=function(a,b,c,d){this.azimuth=w(a);this.altitude=w(b);this.ra=w(c);this.dec=w(d)};e.HorizontalCoordinates=ec;var hc=function(a,b,c){this.vec=a;this.elat=w(b);this.elon=w(c)};e.EclipticCoordinates=hc;e.Horizon=gb;var yb=function(a,b,c){this.latitude=a;this.longitude=b;this.height=c;va(this)};e.Observer=yb;e.SunPosition=fc;e.Equator=hb;e.ObserverVector=function(a,b,c){a=v(a);var d=ca(a);b=xb(b,d).pos;c|| -(b=eb(b,a,G.Into2000));return new E(b[0],b[1],b[2],a)};e.ObserverState=function(a,b,c){a=v(a);var d=ca(a);b=xb(b,d);b=new I(b.pos[0],b.pos[1],b.pos[2],b.vel[0],b.vel[1],b.vel[2],a);return c?b:(c=G.Into2000,c===G.Into2000?(d=La(a,c),b=Aa(d,b),a=Ka(a,c),a=Aa(a,b)):(d=Ka(a,c),b=Aa(d,b),a=La(a,c),a=Aa(a,b)),a)};e.VectorObserver=function(a,b){var c=ca(a.t),d=[a.x,a.y,a.z];b||(d=Ja(d,a.t,G.From2000),d=db(d,a.t,G.From2000));b=d[0]*e.KM_PER_AU;var f=d[1]*e.KM_PER_AU;d=d[2]*e.KM_PER_AU;a=Math.hypot(b,f);if(1E-6> -a){c=0;var g=0=c;)c+=360;for(;180Math.abs(p))break;g-=p/(-42.69778487239616*((l-k)/h-k*l*-.006694397995865464/(-42.69778487239616*n))+d*f+a*b)}g*=e.RAD2DEG;h=6378.1366/h;d=Math.abs(f)>Math.abs(b)?d/f-.9933056020041345*h:a/b-h}return new yb(g, -c,1E3*d)};e.ObserverGravity=function(a,b){a=Math.sin(a*e.DEG2RAD);a*=a;return 9.7803253359*(1+.00193185265241*a)/Math.sqrt(1-.00669437999013*a)*(1-(3.15704E-7-2.10269E-9*a)*b+7.37452E-14*b*b)};e.Ecliptic=Na;e.GeoMoon=Y;e.EclipticGeoMoon=jb;e.GeoMoonState=Oa;e.GeoEmbState=Ab;var la=[[-73E4,[-26.118207232108,-14.376168177825,3.384402515299],[.0016339372163656,-.0027861699588508,-.0013585880229445]],[-700800,[41.974905202127,-.448502952929,-12.770351505989],[7.3458569351457E-4,.0022785014891658,4.8619778602049E-4]], -[-671600,[14.706930780744,44.269110540027,9.353698474772],[-.00210001479998,2.2295915939915E-4,7.0143443551414E-4]],[-642400,[-29.441003929957,-6.43016153057,6.858481011305],[8.4495803960544E-4,-.0030783914758711,-.0012106305981192]],[-613200,[39.444396946234,-6.557989760571,-13.913760296463],[.0011480029005873,.0022400006880665,3.5168075922288E-4]],[-584E3,[20.2303809507,43.266966657189,7.382966091923],[-.0019754081700585,5.3457141292226E-4,7.5929169129793E-4]],[-554800,[-30.65832536462,2.093818874552, -9.880531138071],[6.1010603013347E-5,-.0031326500935382,-9.9346125151067E-4]],[-525600,[35.737703251673,-12.587706024764,-14.677847247563],[.0015802939375649,.0021347678412429,1.9074436384343E-4]],[-496400,[25.466295188546,41.367478338417,5.216476873382],[-.0018054401046468,8.328308359951E-4,8.0260156912107E-4]],[-467200,[-29.847174904071,10.636426313081,12.297904180106],[-6.3257063052907E-4,-.0029969577578221,-7.4476074151596E-4]],[-438E3,[30.774692107687,-18.236637015304,-14.945535879896],[.0020113162005465, -.0019353827024189,-2.0937793168297E-6]],[-408800,[30.243153324028,38.656267888503,2.938501750218],[-.0016052508674468,.0011183495337525,8.3333973416824E-4]],[-379600,[-27.288984772533,18.643162147874,14.023633623329],[-.0011856388898191,-.0027170609282181,-4.9015526126399E-4]],[-350400,[24.519605196774,-23.245756064727,-14.626862367368],[.0024322321483154,.0016062008146048,-2.3369181613312E-4]],[-321200,[34.505274805875,35.125338586954,.557361475637],[-.0013824391637782,.0013833397561817,8.4823598806262E-4]], -[-292E3,[-23.275363915119,25.818514298769,15.055381588598],[-.0016062295460975,-.0023395961498533,-2.4377362639479E-4]],[-262800,[17.050384798092,-27.180376290126,-13.608963321694],[.0028175521080578,.0011358749093955,-4.9548725258825E-4]],[-233600,[38.093671910285,30.880588383337,-1.843688067413],[-.0011317697153459,.0016128814698472,8.4177586176055E-4]],[-204400,[-18.197852930878,31.932869934309,15.438294826279],[-.0019117272501813,-.0019146495909842,-1.9657304369835E-5]],[-175200,[8.528924039997, --29.618422200048,-11.805400994258],[.0031034370787005,5.139363329243E-4,-7.7293066202546E-4]],[-146E3,[40.94685725864,25.904973592021,-4.256336240499],[-8.3652705194051E-4,.0018129497136404,8.156422827306E-4]],[-116800,[-12.326958895325,36.881883446292,15.217158258711],[-.0021166103705038,-.001481442003599,1.7401209844705E-4]],[-87600,[-.633258375909,-30.018759794709,-9.17193287495],[.0032016994581737,-2.5279858672148E-4,-.0010411088271861]],[-58400,[42.936048423883,20.344685584452,-6.588027007912], -[-5.0525450073192E-4,.0019910074335507,7.7440196540269E-4]],[-29200,[-5.975910552974,40.61180995846,14.470131723673],[-.0022184202156107,-.0010562361130164,3.3652250216211E-4]],[0,[-9.875369580774,-27.978926224737,-5.753711824704],[.0030287533248818,-.0011276087003636,-.0012651326732361]],[29200,[43.958831986165,14.214147973292,-8.808306227163],[-1.4717608981871E-4,.0021404187242141,7.1486567806614E-4]],[58400,[.67813676352,43.094461639362,13.243238780721],[-.0022358226110718,-6.3233636090933E-4, -4.7664798895648E-4]],[87600,[-18.282602096834,-23.30503958666,-1.766620508028],[.0025567245263557,-.0019902940754171,-.0013943491701082]],[116800,[43.873338744526,7.700705617215,-10.814273666425],[2.3174803055677E-4,.0022402163127924,6.2988756452032E-4]],[146E3,[7.392949027906,44.382678951534,11.629500214854],[-.002193281545383,-2.1751799585364E-4,5.9556516201114E-4]],[175200,[-24.981690229261,-16.204012851426,2.466457544298],[.001819398914958,-.0026765419531201,-.0013848283502247]],[204400,[42.530187039511, -.845935508021,-12.554907527683],[6.5059779150669E-4,.0022725657282262,5.1133743202822E-4]],[233600,[13.999526486822,44.462363044894,9.669418486465],[-.0021079296569252,1.7533423831993E-4,6.9128485798076E-4]],[262800,[-29.184024803031,-7.371243995762,6.493275957928],[9.3581363109681E-4,-.0030610357109184,-.0012364201089345]],[292E3,[39.831980671753,-6.078405766765,-13.909815358656],[.0011117769689167,.0022362097830152,3.6230548231153E-4]],[321200,[20.294955108476,43.417190420251,7.450091985932],[-.0019742157451535, -5.3102050468554E-4,7.5938408813008E-4]],[350400,[-30.66999230216,2.318743558955,9.973480913858],[4.5605107450676E-5,-.0031308219926928,-9.9066533301924E-4]],[379600,[35.626122155983,-12.897647509224,-14.777586508444],[.0016015684949743,.0021171931182284,1.8002516202204E-4]],[408800,[26.133186148561,41.232139187599,5.00640132622],[-.0017857704419579,8.6046232702817E-4,8.0614690298954E-4]],[438E3,[-29.57674022923,11.863535943587,12.631323039872],[-7.2292830060955E-4,-.0029587820140709,-7.08242964503E-4]], -[467200,[29.910805787391,-19.159019294,-15.013363865194],[.0020871080437997,.0018848372554514,-3.8528655083926E-5]],[496400,[31.375957451819,38.050372720763,2.433138343754],[-.0015546055556611,.0011699815465629,8.3565439266001E-4]],[525600,[-26.360071336928,20.662505904952,14.414696258958],[-.0013142373118349,-.0026236647854842,-4.2542017598193E-4]],[554800,[22.599441488648,-24.508879898306,-14.484045731468],[.0025454108304806,.0014917058755191,-3.0243665086079E-4]],[584E3,[35.877864013014,33.894226366071, --.224524636277],[-.0012941245730845,.0014560427668319,8.4762160640137E-4]],[613200,[-21.538149762417,28.204068269761,15.321973799534],[-.001731211740901,-.0021939631314577,-1.631691327518E-4]],[642400,[13.971521374415,-28.339941764789,-13.083792871886],[.0029334630526035,9.1860931752944E-4,-5.9939422488627E-4]],[671600,[39.526942044143,28.93989736011,-2.872799527539],[-.0010068481658095,.001702113288809,8.3578230511981E-4]],[700800,[-15.576200701394,34.399412961275,15.466033737854],[-.0020098814612884, --.0017191109825989,7.0414782780416E-5]],[73E4,[4.24325283709,-30.118201690825,-10.707441231349],[.0031725847067411,1.609846120227E-4,-9.0672150593868E-4]]],C=function(a,b,c){this.x=a;this.y=b;this.z=c};C.prototype.clone=function(){return new C(this.x,this.y,this.z)};C.prototype.ToAstroVector=function(a){return new E(this.x,this.y,this.z,a)};C.zero=function(){return new C(0,0,0)};C.prototype.quadrature=function(){return this.x*this.x+this.y*this.y+this.z*this.z};C.prototype.add=function(a){return new C(this.x+ -a.x,this.y+a.y,this.z+a.z)};C.prototype.sub=function(a){return new C(this.x-a.x,this.y-a.y,this.z-a.z)};C.prototype.incr=function(a){this.x+=a.x;this.y+=a.y;this.z+=a.z};C.prototype.decr=function(a){this.x-=a.x;this.y-=a.y;this.z-=a.z};C.prototype.mul=function(a){return new C(a*this.x,a*this.y,a*this.z)};C.prototype.div=function(a){return new C(this.x/a,this.y/a,this.z/a)};C.prototype.mean=function(a){return new C((this.x+a.x)/2,(this.y+a.y)/2,(this.z+a.z)/2)};C.prototype.neg=function(){return new C(-this.x, --this.y,-this.z)};var X=function(a,b,c){this.tt=a;this.r=b;this.v=c};X.prototype.clone=function(){return new X(this.tt,this.r,this.v)};X.prototype.sub=function(a){return new X(this.tt,this.r.sub(a.r),this.v.sub(a.v))};var za=function(a){var b=new X(a,new C(0,0,0),new C(0,0,0));this.Jupiter=S(b,a,m.Jupiter,2.825345909524226E-7);this.Saturn=S(b,a,m.Saturn,8.459715185680659E-8);this.Uranus=S(b,a,m.Uranus,1.292024916781969E-8);this.Neptune=S(b,a,m.Neptune,1.524358900784276E-8);this.Jupiter.r.decr(b.r); -this.Jupiter.v.decr(b.v);this.Saturn.r.decr(b.r);this.Saturn.v.decr(b.v);this.Uranus.r.decr(b.r);this.Uranus.v.decr(b.v);this.Neptune.r.decr(b.r);this.Neptune.v.decr(b.v);this.Sun=new X(a,b.r.mul(-1),b.v.mul(-1))};za.prototype.Acceleration=function(a){var b=Qa(a,2.959122082855911E-4,this.Sun.r);b.incr(Qa(a,2.825345909524226E-7,this.Jupiter.r));b.incr(Qa(a,8.459715185680659E-8,this.Saturn.r));b.incr(Qa(a,1.292024916781969E-8,this.Uranus.r));b.incr(Qa(a,1.524358900784276E-8,this.Neptune.r));return b}; -var Ra=function(a,b,c,d){this.tt=a;this.r=b;this.v=c;this.a=d};Ra.prototype.clone=function(){return new Ra(this.tt,this.r.clone(),this.v.clone(),this.a.clone())};var lc=function(a,b){this.bary=a;this.grav=b},Hb=[],pd=new L([[.999432765338654,-.0336771074697641,0],[.0303959428906285,.902057912352809,.430543388542295],[-.0144994559663353,-.430299169409101,.902569881273754]]),sb=[{mu:2.82489428433814E-7,al:[1.446213296021224,3.5515522861824],a:[[.0028210960212903,0,0]],l:[[-1.925258348666E-4,4.9369589722645, -.01358483658305],[-9.70803596076E-5,4.3188796477322,.01303413843243],[-8.988174165E-5,1.9080016428617,.00305064867158],[-5.53101050262E-5,1.4936156681569,.01293892891155]],z:[[.0041510849668155,4.089939635545,-.01290686414666],[6.260521444113E-4,1.446188898627,3.5515522949802],[3.52747346169E-5,2.1256287034578,1.2727416567E-4]],zeta:[[3.142172466014E-4,2.7964219722923,-.002315096098],[9.04169207946E-5,1.0477061879627,-5.6920638196E-4]]},{mu:2.82483274392893E-7,al:[-.3735263437471362,1.76932271112347], -a:[[.0044871037804314,0,0],[4.324367498E-7,1.819645606291,1.7822295777568]],l:[[8.576433172936E-4,4.3188693178264,.01303413830805],[4.549582875086E-4,1.4936531751079,.01293892881962],[3.248939825174E-4,1.8196494533458,1.7822295777568],[-3.074250079334E-4,4.9377037005911,.01358483286724],[1.982386144784E-4,1.907986905476,.00305101212869],[1.834063551804E-4,2.1402853388529,.00145009789338],[-1.434383188452E-4,5.622214036663,.89111478887838],[-7.71939140944E-5,4.300272437235,2.6733443704266]],z:[[-.0093589104136341, -4.0899396509039,-.01290686414666],[2.988994545555E-4,5.9097265185595,1.7693227079462],[2.13903639035E-4,2.1256289300016,1.2727418407E-4],[1.980963564781E-4,2.743516829265,6.7797343009E-4],[1.210388158965E-4,5.5839943711203,3.20566149E-5],[8.37042048393E-5,1.6094538368039,-.90402165808846],[8.23525166369E-5,1.4461887708689,3.5515522949802]],zeta:[[.0040404917832303,1.0477063169425,-5.692064054E-4],[2.200421034564E-4,3.3368857864364,-1.2491307307E-4],[1.662544744719E-4,2.4134862374711,0],[5.90282470983E-5, -5.9719930968366,-3.056160225E-5]]},{mu:2.82498184184723E-7,al:[.2874089391143348,.878207923589328],a:[[.0071566594572575,0,0],[1.393029911E-6,1.1586745884981,2.6733443704266]],l:[[2.310797886226E-4,2.1402987195942,.00145009784384],[-1.828635964118E-4,4.3188672736968,.01303413828263],[1.512378778204E-4,4.9373102372298,.01358483481252],[-1.163720969778E-4,4.300265986149,2.6733443704266],[-9.55478069846E-5,1.4936612842567,.01293892879857],[8.15246854464E-5,5.6222137132535,.89111478887838],[-8.01219679602E-5, -1.2995922951532,1.0034433456729],[-6.07017260182E-5,.64978769669238,.50172167043264]],z:[[.0014289811307319,2.1256295942739,1.2727413029E-4],[7.71093122676E-4,5.5836330003496,3.20643411E-5],[5.925911780766E-4,4.0899396636448,-.01290686414666],[2.045597496146E-4,5.2713683670372,-.12523544076106],[1.785118648258E-4,.28743156721063,.8782079244252],[1.131999784893E-4,1.4462127277818,3.5515522949802],[-6.5877816921E-5,2.2702423990985,-1.7951364394537],[4.97058888328E-5,5.9096792204858,1.7693227129285]], -zeta:[[.0015932721570848,3.3368862796665,-1.2491307058E-4],[8.533093128905E-4,2.4133881688166,0],[3.513347911037E-4,5.9720789850127,-3.056101771E-5],[-1.441929255483E-4,1.0477061764435,-5.6920632124E-4]]},{mu:2.82492144889909E-7,al:[-.3620341291375704,.376486233433828],a:[[.0125879701715314,0,0],[3.595204947E-6,.64965776007116,.50172168165034],[2.7580210652E-6,1.808423578151,3.1750660413359]],l:[[5.586040123824E-4,2.1404207189815,.00145009793231],[-3.805813868176E-4,2.7358844897853,2.972965062E-5], -[2.205152863262E-4,.649796525964,.5017216724358],[1.877895151158E-4,1.8084787604005,3.1750660413359],[7.66916975242E-5,6.2720114319755,1.3928364636651],[7.47056855106E-5,1.2995916202344,1.0034433456729]],z:[[.0073755808467977,5.5836071576084,3.206509914E-5],[2.065924169942E-4,5.9209831565786,.37648624194703],[1.589869764021E-4,.28744006242623,.8782079244252],[-1.561131605348E-4,2.1257397865089,1.2727441285E-4],[1.486043380971E-4,1.4462134301023,3.5515522949802],[6.35073108731E-5,5.9096803285954,1.7693227129285], -[5.99351698525E-5,4.1125517584798,-2.7985797954589],[5.40660842731E-5,5.5390350845569,.00286834082283],[-4.89596900866E-5,4.6218149483338,-.62695712529519]],zeta:[[.0038422977898495,2.4133922085557,0],[.0022453891791894,5.9721736773277,-3.056125525E-5],[-2.604479450559E-4,3.3368746306409,-1.2491309972E-4],[3.3211214323E-5,5.5604137742337,.00290037688507]]}],cd=function(a,b,c,d){this.io=a;this.europa=b;this.ganymede=c;this.callisto=d};e.JupiterMoonsInfo=cd;e.JupiterMoons=function(a){a=new O(a);return new cd(lb(a, -sb[0]),lb(a,sb[1]),lb(a,sb[2]),lb(a,sb[3]))};e.HelioVector=Z;e.HelioDistance=ma;var dd=function(){};e.PositionFunction=dd;e.CorrectLightTravel=oc;var Ib=function(a,b,c,d){this.observerBody=a;this.targetBody=b;this.aberration=c;this.observerPos=d;return this};$jscomp.inherits(Ib,dd);Ib.prototype.Position=function(a){this.aberration&&(this.observerPos=Z(this.observerBody,a));var b=Z(this.targetBody,a);return new E(b.x-this.observerPos.x,b.y-this.observerPos.y,b.z-this.observerPos.z,a)};e.BackdatePosition= -pc;e.GeoVector=W;e.BaryState=function(a,b){b=v(b);if(a===m.SSB)return new I(0,0,0,0,0,0,b);if(a===m.Pluto)return Gb(b,!1);var c=new za(b.tt);switch(a){case m.Sun:return na(c.Sun,b);case m.Jupiter:return na(c.Jupiter,b);case m.Saturn:return na(c.Saturn,b);case m.Uranus:return na(c.Uranus,b);case m.Neptune:return na(c.Neptune,b);case m.Moon:case m.EMB:var d=Pa(M[m.Earth],b.tt);a=a===m.Moon?Oa(b):Ab(b);return new I(a.x+c.Sun.r.x+d.r.x,a.y+c.Sun.r.y+d.r.y,a.z+c.Sun.r.z+d.r.z,a.vx+c.Sun.v.x+d.v.x,a.vy+ -c.Sun.v.y+d.v.y,a.vz+c.Sun.v.z+d.v.z,b)}if(a in M)return a=Pa(M[a],b.tt),new I(c.Sun.r.x+a.r.x,c.Sun.r.y+a.r.y,c.Sun.r.z+a.r.z,c.Sun.v.x+a.v.x,c.Sun.v.y+a.v.y,c.Sun.v.z+a.v.z,b);throw'BaryState: Unsupported body "'+a+'"';};e.HelioState=nb;e.Search=J;e.SearchSunLongitude=qc;e.PairLongitude=Jb;e.AngleFromSun=Da;e.EclipticLongitude=oa;var rc=function(a,b,c,d,f,g,h,l){this.time=a;this.mag=b;this.phase_angle=c;this.helio_dist=d;this.geo_dist=f;this.gc=g;this.hc=h;this.ring_tilt=l;this.phase_fraction=(1+ -Math.cos(e.DEG2RAD*c))/2};e.IlluminationInfo=rc;e.Illumination=ob;e.SearchRelativeLongitude=Ea;e.MoonPhase=Kb;e.SearchMoonPhase=Ta;var tc=function(a,b){this.quarter=a;this.time=b};e.MoonQuarter=tc;e.SearchMoonQuarter=sc;e.NextMoonQuarter=function(a){a=new Date(a.time.date.getTime()+5184E5);return sc(a)};e.SearchRiseSet=function(a,b,c,d,f){a:switch(a){case m.Sun:var g=Lc;break a;case m.Moon:g=Bd;break a;default:g=0}return uc(a,b,c,d,f,g,-Cd)};e.SearchAltitude=function(a,b,c,d,f,g){if(!Number.isFinite(g)|| --90>g||90c||24<=c)throw"Invalid hour angle "+c;w(f);if(0===f)throw"Direction must be positive or negative.";for(;;){++g;var h=ca(d),l=hb(a,d,b,!0,!0);h=(c+l.ra- -b.longitude/15-h)%24;1===g?0h&&(h+=24):0h?h+=24:123600*Math.abs(h))return a=gb(d,b,l.ra,l.dec,"normal"),new ed(d,a);d=d.AddDays(h/24*.9972695717592592)}};var fd=function(a,b,c,d){this.mar_equinox=a;this.jun_solstice=b;this.sep_equinox=c;this.dec_solstice=d};e.SeasonInfo=fd;e.Seasons=function(a){function b(h,l,k){l=new Date(Date.UTC(a,l-1,k));h=qc(h,l,20);if(!h)throw"Cannot find season change near "+l.toISOString();return h}a instanceof Date&&Number.isFinite(a.getTime())&& -(a=a.getUTCFullYear());if(!Number.isSafeInteger(a))throw"Cannot calculate seasons because year argument "+a+" is neither a Date nor a safe integer.";var c=b(0,3,10),d=b(90,6,10),f=b(180,9,10),g=b(270,12,10);return new fd(c,d,f,g)};var wc=function(a,b,c,d){this.time=a;this.visibility=b;this.elongation=c;this.ecliptic_separation=d};e.ElongationEvent=wc;e.Elongation=vc;e.SearchMaxElongation=function(a,b){function c(n){var p=n.AddDays(-.005);n=n.AddDays(.005);p=Da(a,p);n=Da(a,n);return(p-n)/.01}b=v(b); -var d={Mercury:{s1:50,s2:85},Venus:{s1:40,s2:50}}[a];if(!d)throw"SearchMaxElongation works for Mercury and Venus only.";for(var f=0;2>=++f;){var g=oa(a,b),h=oa(m.Earth,b),l=Ba(g-h),k=g=h=void 0;l>=-d.s1&&l<+d.s1?(k=0,h=+d.s1,g=+d.s2):l>=+d.s2||l<-d.s2?(k=0,h=-d.s2,g=-d.s1):0<=l?(k=-Sa(a)/4,h=+d.s1,g=+d.s2):(k=-Sa(a)/4,h=-d.s2,g=-d.s1);l=b.AddDays(k);h=Ea(a,h,l);g=Ea(a,g,h);l=c(h);if(0<=l)throw"SearchMaxElongation: internal error: m1 = "+l;k=c(g);if(0>=k)throw"SearchMaxElongation: internal error: m2 = "+ -k;l=J(c,h,g,{init_f1:l,init_f2:k,dt_tolerance_seconds:10});if(!l)throw"SearchMaxElongation: failed search iter "+f+" (t1="+h.toString()+", t2="+g.toString()+")";if(l.tt>=b.tt)return vc(a,l);b=g.AddDays(1)}throw"SearchMaxElongation: failed to find event after 2 tries.";};e.SearchPeakMagnitude=function(a,b){function c(k){var n=k.AddDays(-.005);k=k.AddDays(.005);n=ob(a,n).mag;return(ob(a,k).mag-n)/.01}if(a!==m.Venus)throw"SearchPeakMagnitude currently works for Venus only.";b=v(b);for(var d=0;2>=++d;){var f= -oa(a,b),g=oa(m.Earth,b),h=Ba(f-g),l=f=g=void 0;-10<=h&&10>h?(l=0,g=10,f=30):30<=h||-30>h?(l=0,g=-30,f=-10):0<=h?(l=-Sa(a)/4,g=10,f=30):(l=-Sa(a)/4,g=-30,f=-10);h=b.AddDays(l);g=Ea(a,g,h);f=Ea(a,f,g);h=c(g);if(0<=h)throw"SearchPeakMagnitude: internal error: m1 = "+h;l=c(f);if(0>=l)throw"SearchPeakMagnitude: internal error: m2 = "+l;h=J(c,g,f,{init_f1:h,init_f2:l,dt_tolerance_seconds:10});if(!h)throw"SearchPeakMagnitude: failed search iter "+d+" (t1="+g.toString()+", t2="+f.toString()+")";if(h.tt>= -b.tt)return ob(a,h);b=f.AddDays(1)}throw"SearchPeakMagnitude: failed to find event after 2 tries.";};var Fa;(function(a){a[a.Pericenter=0]="Pericenter";a[a.Apocenter=1]="Apocenter"})(Fa=e.ApsisKind||(e.ApsisKind={}));var Ua=function(a,b,c){this.time=a;this.kind=b;this.dist_au=c;this.dist_km=c*e.KM_PER_AU};e.Apsis=Ua;e.SearchLunarApsis=xc;e.NextLunarApsis=function(a){var b=xc(a.time.AddDays(11));if(1!==b.kind+a.kind)throw"NextLunarApsis INTERNAL ERROR: did not find alternating apogee/perigee: prev="+ -a.kind+" @ "+a.time.toString()+", next="+b.kind+" @ "+b.time.toString();return b};e.SearchPlanetApsis=zc;e.NextPlanetApsis=function(a,b){if(b.kind!==Fa.Pericenter&&b.kind!==Fa.Apocenter)throw"Invalid apsis kind: "+b.kind;var c=b.time.AddDays(.25*aa[a].OrbitalPeriod);a=zc(a,c);if(1!==a.kind+b.kind)throw"Internal error: previous apsis was "+b.kind+", but found "+a.kind+" for next apsis.";return a};e.InverseRotation=Ga;e.CombineRotation=Ha;e.IdentityMatrix=function(){return new L([[1,0,0],[0,1,0],[0, -0,1]])};e.Pivot=function(a,b,c){if(0!==b&&1!==b&&2!==b)throw"Invalid axis "+b+". Must be [0, 1, 2].";var d=w(c)*e.DEG2RAD;c=Math.cos(d);d=Math.sin(d);var f=(b+1)%3,g=(b+2)%3,h=[[0,0,0],[0,0,0],[0,0,0]];h[f][f]=c*a.rot[f][f]-d*a.rot[f][g];h[f][g]=d*a.rot[f][f]+c*a.rot[f][g];h[f][b]=a.rot[f][b];h[g][f]=c*a.rot[g][f]-d*a.rot[g][g];h[g][g]=d*a.rot[g][f]+c*a.rot[g][g];h[g][b]=a.rot[g][b];h[b][f]=c*a.rot[b][f]-d*a.rot[b][g];h[b][g]=d*a.rot[b][f]+c*a.rot[b][g];h[b][b]=a.rot[b][b];return new L(h)};e.VectorFromSphere= -mb;e.EquatorFromVector=Mb;e.SphereFromVector=Nb;e.HorizonFromVector=function(a,b){a=Nb(a);a.lon=Ac(a.lon);a.lat+=Ma(b,a.lat);return a};e.VectorFromHorizon=function(a,b,c){b=v(b);var d=Ac(a.lon);c=a.lat+Bc(c,a.lat);a=new xa(c,d,a.dist);return mb(a,b)};e.Refraction=Ma;e.InverseRefraction=Bc;e.RotateVector=Va;e.RotateState=Aa;e.Rotation_EQJ_ECL=Cc;e.Rotation_ECL_EQJ=function(){return new L([[1,0,0],[0,.9174821430670688,.3977769691083922],[0,-.3977769691083922,.9174821430670688]])};e.Rotation_EQJ_EQD= -Ob;e.Rotation_EQD_EQJ=Pb;e.Rotation_EQD_HOR=Qb;e.Rotation_HOR_EQD=Dc;e.Rotation_HOR_EQJ=Ec;e.Rotation_EQJ_HOR=function(a,b){a=Ec(a,b);return Ga(a)};e.Rotation_EQD_ECL=Fc;e.Rotation_ECL_EQD=Gc;e.Rotation_ECL_HOR=Hc;e.Rotation_HOR_ECL=function(a,b){a=Hc(a,b);return Ga(a)};e.Rotation_EQJ_GAL=function(){return new L([[-.0548624779711344,.4941095946388765,-.8676668813529025],[-.8734572784246782,-.4447938112296831,-.1980677870294097],[-.483800052994852,.7470034631630423,.4559861124470794]])};e.Rotation_GAL_EQJ= -function(){return new L([[-.0548624779711344,-.8734572784246782,-.483800052994852],[.4941095946388765,-.4447938112296831,.7470034631630423],[-.8676668813529025,-.1980677870294097,.4559861124470794]])};var Dd=[["And","Andromeda"],["Ant","Antila"],["Aps","Apus"],["Aql","Aquila"],["Aqr","Aquarius"],["Ara","Ara"],["Ari","Aries"],["Aur","Auriga"],["Boo","Bootes"],["Cae","Caelum"],["Cam","Camelopardis"],["Cap","Capricornus"],["Car","Carina"],["Cas","Cassiopeia"],["Cen","Centaurus"],["Cep","Cepheus"],["Cet", -"Cetus"],["Cha","Chamaeleon"],["Cir","Circinus"],["CMa","Canis Major"],["CMi","Canis Minor"],["Cnc","Cancer"],["Col","Columba"],["Com","Coma Berenices"],["CrA","Corona Australis"],["CrB","Corona Borealis"],["Crt","Crater"],["Cru","Crux"],["Crv","Corvus"],["CVn","Canes Venatici"],["Cyg","Cygnus"],["Del","Delphinus"],["Dor","Dorado"],["Dra","Draco"],["Equ","Equuleus"],["Eri","Eridanus"],["For","Fornax"],["Gem","Gemini"],["Gru","Grus"],["Her","Hercules"],["Hor","Horologium"],["Hya","Hydra"],["Hyi","Hydrus"], -["Ind","Indus"],["Lac","Lacerta"],["Leo","Leo"],["Lep","Lepus"],["Lib","Libra"],["LMi","Leo Minor"],["Lup","Lupus"],["Lyn","Lynx"],["Lyr","Lyra"],["Men","Mensa"],["Mic","Microscopium"],["Mon","Monoceros"],["Mus","Musca"],["Nor","Norma"],["Oct","Octans"],["Oph","Ophiuchus"],["Ori","Orion"],["Pav","Pavo"],["Peg","Pegasus"],["Per","Perseus"],["Phe","Phoenix"],["Pic","Pictor"],["PsA","Pisces Austrinus"],["Psc","Pisces"],["Pup","Puppis"],["Pyx","Pyxis"],["Ret","Reticulum"],["Scl","Sculptor"],["Sco","Scorpius"], -["Sct","Scutum"],["Ser","Serpens"],["Sex","Sextans"],["Sge","Sagitta"],["Sgr","Sagittarius"],["Tau","Taurus"],["Tel","Telescopium"],["TrA","Triangulum Australe"],["Tri","Triangulum"],["Tuc","Tucana"],["UMa","Ursa Major"],["UMi","Ursa Minor"],["Vel","Vela"],["Vir","Virgo"],["Vol","Volans"],["Vul","Vulpecula"]],Ed=[[83,0,8640,2112],[83,2880,5220,2076],[83,7560,8280,2068],[83,6480,7560,2064],[15,0,2880,2040],[10,3300,3840,1968],[15,0,1800,1920],[10,3840,5220,1920],[83,6300,6480,1920],[33,7260,7560,1920], -[15,0,1263,1848],[10,4140,4890,1848],[83,5952,6300,1800],[15,7260,7440,1800],[10,2868,3300,1764],[33,3300,4080,1764],[83,4680,5952,1680],[13,1116,1230,1632],[33,7350,7440,1608],[33,4080,4320,1596],[15,0,120,1584],[83,5040,5640,1584],[15,8490,8640,1584],[33,4320,4860,1536],[33,4860,5190,1512],[15,8340,8490,1512],[10,2196,2520,1488],[33,7200,7350,1476],[15,7393.2,7416,1462],[10,2520,2868,1440],[82,2868,3030,1440],[33,7116,7200,1428],[15,7200,7393.2,1428],[15,8232,8340,1418],[13,0,876,1404],[33,6990, -7116,1392],[13,612,687,1380],[13,876,1116,1368],[10,1116,1140,1368],[15,8034,8232,1350],[10,1800,2196,1344],[82,5052,5190,1332],[33,5190,6990,1332],[10,1140,1200,1320],[15,7968,8034,1320],[15,7416,7908,1316],[13,0,612,1296],[50,2196,2340,1296],[82,4350,4860,1272],[33,5490,5670,1272],[15,7908,7968,1266],[10,1200,1800,1260],[13,8232,8400,1260],[33,5670,6120,1236],[62,735,906,1212],[33,6120,6564,1212],[13,0,492,1200],[62,492,600,1200],[50,2340,2448,1200],[13,8400,8640,1200],[82,4860,5052,1164],[13,0, -402,1152],[13,8490,8640,1152],[39,6543,6564,1140],[33,6564,6870,1140],[30,6870,6900,1140],[62,600,735,1128],[82,3030,3300,1128],[13,60,312,1104],[82,4320,4350,1080],[50,2448,2652,1068],[30,7887,7908,1056],[30,7875,7887,1050],[30,6900,6984,1044],[82,3300,3660,1008],[82,3660,3882,960],[8,5556,5670,960],[39,5670,5880,960],[50,3330,3450,954],[0,0,906,882],[62,906,924,882],[51,6969,6984,876],[62,1620,1689,864],[30,7824,7875,864],[44,7875,7920,864],[7,2352,2652,852],[50,2652,2790,852],[0,0,720,840],[44, -7920,8214,840],[44,8214,8232,828],[0,8232,8460,828],[62,924,978,816],[82,3882,3960,816],[29,4320,4440,816],[50,2790,3330,804],[48,3330,3558,804],[0,258,507,792],[8,5466,5556,792],[0,8460,8550,770],[29,4440,4770,768],[0,8550,8640,752],[29,5025,5052,738],[80,870,978,736],[62,978,1620,736],[7,1620,1710,720],[51,6543,6969,720],[82,3960,4320,696],[30,7080,7530,696],[7,1710,2118,684],[48,3558,3780,684],[29,4770,5025,684],[0,0,24,672],[80,507,600,672],[7,2118,2352,672],[37,2838,2880,672],[30,7530,7824,672], -[30,6933,7080,660],[80,690,870,654],[25,5820,5880,648],[8,5430,5466,624],[25,5466,5820,624],[51,6612,6792,624],[48,3870,3960,612],[51,6792,6933,612],[80,600,690,600],[66,258,306,570],[48,3780,3870,564],[87,7650,7710,564],[77,2052,2118,548],[0,24,51,528],[73,5730,5772,528],[37,2118,2238,516],[87,7140,7290,510],[87,6792,6930,506],[0,51,306,504],[87,7290,7404,492],[37,2811,2838,480],[87,7404,7650,468],[87,6930,7140,460],[6,1182,1212,456],[75,6792,6840,444],[59,2052,2076,432],[37,2238,2271,420],[75,6840, -7140,388],[77,1788,1920,384],[39,5730,5790,384],[75,7140,7290,378],[77,1662,1788,372],[77,1920,2016,372],[23,4620,4860,360],[39,6210,6570,344],[23,4272,4620,336],[37,2700,2811,324],[39,6030,6210,308],[61,0,51,300],[77,2016,2076,300],[37,2520,2700,300],[61,7602,7680,300],[37,2271,2496,288],[39,6570,6792,288],[31,7515,7578,284],[61,7578,7602,284],[45,4146,4272,264],[59,2247,2271,240],[37,2496,2520,240],[21,2811,2853,240],[61,8580,8640,240],[6,600,1182,238],[31,7251,7308,204],[8,4860,5430,192],[61,8190, -8580,180],[21,2853,3330,168],[45,3330,3870,168],[58,6570,6718.4,150],[3,6718.4,6792,150],[31,7500,7515,144],[20,2520,2526,132],[73,6570,6633,108],[39,5790,6030,96],[58,6570,6633,72],[61,7728,7800,66],[66,0,720,48],[73,6690,6792,48],[31,7308,7500,48],[34,7500,7680,48],[61,7680,7728,48],[61,7920,8190,48],[61,7800,7920,42],[20,2526,2592,36],[77,1290,1662,0],[59,1662,1680,0],[20,2592,2910,0],[85,5280,5430,0],[58,6420,6570,0],[16,954,1182,-42],[77,1182,1290,-42],[73,5430,5856,-78],[59,1680,1830,-96],[59, -2100,2247,-96],[73,6420,6468,-96],[73,6570,6690,-96],[3,6690,6792,-96],[66,8190,8580,-96],[45,3870,4146,-144],[85,4146,4260,-144],[66,0,120,-168],[66,8580,8640,-168],[85,5130,5280,-192],[58,5730,5856,-192],[3,7200,7392,-216],[4,7680,7872,-216],[58,6180,6468,-240],[54,2100,2910,-264],[35,1770,1830,-264],[59,1830,2100,-264],[41,2910,3012,-264],[74,3450,3870,-264],[85,4260,4620,-264],[58,6330,6360,-280],[3,6792,7200,-288.8],[35,1740,1770,-348],[4,7392,7680,-360],[73,6180,6570,-384],[72,6570,6792,-384], -[41,3012,3090,-408],[58,5856,5895,-438],[41,3090,3270,-456],[26,3870,3900,-456],[71,5856,5895,-462],[47,5640,5730,-480],[28,4530,4620,-528],[85,4620,5130,-528],[41,3270,3510,-576],[16,600,954,-585.2],[35,954,1350,-585.2],[26,3900,4260,-588],[28,4260,4530,-588],[47,5130,5370,-588],[58,5856,6030,-590],[16,0,600,-612],[11,7680,7872,-612],[4,7872,8580,-612],[16,8580,8640,-612],[41,3510,3690,-636],[35,1692,1740,-654],[46,1740,2202,-654],[11,7200,7680,-672],[41,3690,3810,-700],[41,4530,5370,-708],[47,5370, -5640,-708],[71,5640,5760,-708],[35,1650,1692,-720],[58,6030,6336,-720],[76,6336,6420,-720],[41,3810,3900,-748],[19,2202,2652,-792],[41,4410,4530,-792],[41,3900,4410,-840],[36,1260,1350,-864],[68,3012,3372,-882],[35,1536,1650,-888],[76,6420,6900,-888],[65,7680,8280,-888],[70,8280,8400,-888],[36,1080,1260,-950],[1,3372,3960,-954],[70,0,600,-960],[36,600,1080,-960],[35,1392,1536,-960],[70,8400,8640,-960],[14,5100,5370,-1008],[49,5640,5760,-1008],[71,5760,5911.5,-1008],[9,1740,1800,-1032],[22,1800,2370, --1032],[67,2880,3012,-1032],[35,1230,1392,-1056],[71,5911.5,6420,-1092],[24,6420,6900,-1092],[76,6900,7320,-1092],[53,7320,7680,-1092],[35,1080,1230,-1104],[9,1620,1740,-1116],[49,5520,5640,-1152],[63,0,840,-1156],[35,960,1080,-1176],[40,1470,1536,-1176],[9,1536,1620,-1176],[38,7680,7920,-1200],[67,2160,2880,-1218],[84,2880,2940,-1218],[35,870,960,-1224],[40,1380,1470,-1224],[63,0,660,-1236],[12,2160,2220,-1260],[84,2940,3042,-1272],[40,1260,1380,-1276],[32,1380,1440,-1276],[63,0,570,-1284],[35,780, -870,-1296],[64,1620,1800,-1296],[49,5418,5520,-1296],[84,3042,3180,-1308],[12,2220,2340,-1320],[14,4260,4620,-1320],[49,5100,5418,-1320],[56,5418,5520,-1320],[32,1440,1560,-1356],[84,3180,3960,-1356],[14,3960,4050,-1356],[5,6300,6480,-1368],[78,6480,7320,-1368],[38,7920,8400,-1368],[40,1152,1260,-1380],[64,1800,1980,-1380],[12,2340,2460,-1392],[63,0,480,-1404],[35,480,780,-1404],[63,8400,8640,-1404],[32,1560,1650,-1416],[56,5520,5911.5,-1440],[43,7320,7680,-1440],[64,1980,2160,-1464],[18,5460,5520, --1464],[5,5911.5,5970,-1464],[18,5370,5460,-1526],[5,5970,6030,-1526],[64,2160,2460,-1536],[12,2460,3252,-1536],[14,4050,4260,-1536],[27,4260,4620,-1536],[14,4620,5232,-1536],[18,4860,4920,-1560],[5,6030,6060,-1560],[40,780,1152,-1620],[69,1152,1650,-1620],[18,5310,5370,-1620],[5,6060,6300,-1620],[60,6300,6480,-1620],[81,7920,8400,-1620],[32,1650,2370,-1680],[18,4920,5310,-1680],[79,5310,6120,-1680],[81,0,480,-1800],[42,1260,1650,-1800],[86,2370,3252,-1800],[12,3252,4050,-1800],[55,4050,4920,-1800], -[60,6480,7680,-1800],[43,7680,8400,-1800],[81,8400,8640,-1800],[81,270,480,-1824],[42,0,1260,-1980],[17,2760,4920,-1980],[2,4920,6480,-1980],[52,1260,2760,-2040],[57,0,8640,-2160]],Vb,gd,hd=function(a,b,c,d){this.symbol=a;this.name=b;this.ra1875=c;this.dec1875=d};e.ConstellationInfo=hd;e.Constellation=function(a,b){w(a);w(b);if(-90>b||90a&&(a+=24);Vb||(Vb=Ob(new O(-45655.74141261017)),gd=new O(0));a=new xa(b,15*a,1);a=mb(a,gd);a=Va(Vb, -a);a=Mb(a);b=10/240;for(var c=b/15,d=$jscomp.makeIterator(Ed),f=d.next();!f.done;f=d.next()){f=f.value;var g=f[1]*c,h=f[2]*c;if(f[3]*b<=a.dec&&g<=a.ra&&a.raa){c=0;var g=0=c;)c+=360;for(;180Math.abs(q))break;g-=q/(-42.69778487239616*((k-n)/h-n*k*-.006694397995865464/(-42.69778487239616*p))+d*f+a*b)}g*=e.RAD2DEG;h=6378.1366/h;d=Math.abs(f)>Math.abs(b)?d/f-.9933056020041345*h:a/b-h}return new yb(g,c,1E3*d)};e.ObserverGravity=function(a,b){a=Math.sin(a*e.DEG2RAD);a*=a;return 9.7803253359*(1+.00193185265241*a)/Math.sqrt(1-.00669437999013*a)*(1-(3.15704E-7-2.10269E-9*a)*b+7.37452E-14*b*b)};e.Ecliptic=Na;e.GeoMoon=Y;e.EclipticGeoMoon=jb;e.GeoMoonState=Oa;e.GeoEmbState= +Ab;var la=[[-73E4,[-26.118207232108,-14.376168177825,3.384402515299],[.0016339372163656,-.0027861699588508,-.0013585880229445]],[-700800,[41.974905202127,-.448502952929,-12.770351505989],[7.3458569351457E-4,.0022785014891658,4.8619778602049E-4]],[-671600,[14.706930780744,44.269110540027,9.353698474772],[-.00210001479998,2.2295915939915E-4,7.0143443551414E-4]],[-642400,[-29.441003929957,-6.43016153057,6.858481011305],[8.4495803960544E-4,-.0030783914758711,-.0012106305981192]],[-613200,[39.444396946234, +-6.557989760571,-13.913760296463],[.0011480029005873,.0022400006880665,3.5168075922288E-4]],[-584E3,[20.2303809507,43.266966657189,7.382966091923],[-.0019754081700585,5.3457141292226E-4,7.5929169129793E-4]],[-554800,[-30.65832536462,2.093818874552,9.880531138071],[6.1010603013347E-5,-.0031326500935382,-9.9346125151067E-4]],[-525600,[35.737703251673,-12.587706024764,-14.677847247563],[.0015802939375649,.0021347678412429,1.9074436384343E-4]],[-496400,[25.466295188546,41.367478338417,5.216476873382], +[-.0018054401046468,8.328308359951E-4,8.0260156912107E-4]],[-467200,[-29.847174904071,10.636426313081,12.297904180106],[-6.3257063052907E-4,-.0029969577578221,-7.4476074151596E-4]],[-438E3,[30.774692107687,-18.236637015304,-14.945535879896],[.0020113162005465,.0019353827024189,-2.0937793168297E-6]],[-408800,[30.243153324028,38.656267888503,2.938501750218],[-.0016052508674468,.0011183495337525,8.3333973416824E-4]],[-379600,[-27.288984772533,18.643162147874,14.023633623329],[-.0011856388898191,-.0027170609282181, +-4.9015526126399E-4]],[-350400,[24.519605196774,-23.245756064727,-14.626862367368],[.0024322321483154,.0016062008146048,-2.3369181613312E-4]],[-321200,[34.505274805875,35.125338586954,.557361475637],[-.0013824391637782,.0013833397561817,8.4823598806262E-4]],[-292E3,[-23.275363915119,25.818514298769,15.055381588598],[-.0016062295460975,-.0023395961498533,-2.4377362639479E-4]],[-262800,[17.050384798092,-27.180376290126,-13.608963321694],[.0028175521080578,.0011358749093955,-4.9548725258825E-4]],[-233600, +[38.093671910285,30.880588383337,-1.843688067413],[-.0011317697153459,.0016128814698472,8.4177586176055E-4]],[-204400,[-18.197852930878,31.932869934309,15.438294826279],[-.0019117272501813,-.0019146495909842,-1.9657304369835E-5]],[-175200,[8.528924039997,-29.618422200048,-11.805400994258],[.0031034370787005,5.139363329243E-4,-7.7293066202546E-4]],[-146E3,[40.94685725864,25.904973592021,-4.256336240499],[-8.3652705194051E-4,.0018129497136404,8.156422827306E-4]],[-116800,[-12.326958895325,36.881883446292, +15.217158258711],[-.0021166103705038,-.001481442003599,1.7401209844705E-4]],[-87600,[-.633258375909,-30.018759794709,-9.17193287495],[.0032016994581737,-2.5279858672148E-4,-.0010411088271861]],[-58400,[42.936048423883,20.344685584452,-6.588027007912],[-5.0525450073192E-4,.0019910074335507,7.7440196540269E-4]],[-29200,[-5.975910552974,40.61180995846,14.470131723673],[-.0022184202156107,-.0010562361130164,3.3652250216211E-4]],[0,[-9.875369580774,-27.978926224737,-5.753711824704],[.0030287533248818, +-.0011276087003636,-.0012651326732361]],[29200,[43.958831986165,14.214147973292,-8.808306227163],[-1.4717608981871E-4,.0021404187242141,7.1486567806614E-4]],[58400,[.67813676352,43.094461639362,13.243238780721],[-.0022358226110718,-6.3233636090933E-4,4.7664798895648E-4]],[87600,[-18.282602096834,-23.30503958666,-1.766620508028],[.0025567245263557,-.0019902940754171,-.0013943491701082]],[116800,[43.873338744526,7.700705617215,-10.814273666425],[2.3174803055677E-4,.0022402163127924,6.2988756452032E-4]], +[146E3,[7.392949027906,44.382678951534,11.629500214854],[-.002193281545383,-2.1751799585364E-4,5.9556516201114E-4]],[175200,[-24.981690229261,-16.204012851426,2.466457544298],[.001819398914958,-.0026765419531201,-.0013848283502247]],[204400,[42.530187039511,.845935508021,-12.554907527683],[6.5059779150669E-4,.0022725657282262,5.1133743202822E-4]],[233600,[13.999526486822,44.462363044894,9.669418486465],[-.0021079296569252,1.7533423831993E-4,6.9128485798076E-4]],[262800,[-29.184024803031,-7.371243995762, +6.493275957928],[9.3581363109681E-4,-.0030610357109184,-.0012364201089345]],[292E3,[39.831980671753,-6.078405766765,-13.909815358656],[.0011117769689167,.0022362097830152,3.6230548231153E-4]],[321200,[20.294955108476,43.417190420251,7.450091985932],[-.0019742157451535,5.3102050468554E-4,7.5938408813008E-4]],[350400,[-30.66999230216,2.318743558955,9.973480913858],[4.5605107450676E-5,-.0031308219926928,-9.9066533301924E-4]],[379600,[35.626122155983,-12.897647509224,-14.777586508444],[.0016015684949743, +.0021171931182284,1.8002516202204E-4]],[408800,[26.133186148561,41.232139187599,5.00640132622],[-.0017857704419579,8.6046232702817E-4,8.0614690298954E-4]],[438E3,[-29.57674022923,11.863535943587,12.631323039872],[-7.2292830060955E-4,-.0029587820140709,-7.08242964503E-4]],[467200,[29.910805787391,-19.159019294,-15.013363865194],[.0020871080437997,.0018848372554514,-3.8528655083926E-5]],[496400,[31.375957451819,38.050372720763,2.433138343754],[-.0015546055556611,.0011699815465629,8.3565439266001E-4]], +[525600,[-26.360071336928,20.662505904952,14.414696258958],[-.0013142373118349,-.0026236647854842,-4.2542017598193E-4]],[554800,[22.599441488648,-24.508879898306,-14.484045731468],[.0025454108304806,.0014917058755191,-3.0243665086079E-4]],[584E3,[35.877864013014,33.894226366071,-.224524636277],[-.0012941245730845,.0014560427668319,8.4762160640137E-4]],[613200,[-21.538149762417,28.204068269761,15.321973799534],[-.001731211740901,-.0021939631314577,-1.631691327518E-4]],[642400,[13.971521374415,-28.339941764789, +-13.083792871886],[.0029334630526035,9.1860931752944E-4,-5.9939422488627E-4]],[671600,[39.526942044143,28.93989736011,-2.872799527539],[-.0010068481658095,.001702113288809,8.3578230511981E-4]],[700800,[-15.576200701394,34.399412961275,15.466033737854],[-.0020098814612884,-.0017191109825989,7.0414782780416E-5]],[73E4,[4.24325283709,-30.118201690825,-10.707441231349],[.0031725847067411,1.609846120227E-4,-9.0672150593868E-4]]],C=function(a,b,c){this.x=a;this.y=b;this.z=c};C.prototype.clone=function(){return new C(this.x, +this.y,this.z)};C.prototype.ToAstroVector=function(a){return new E(this.x,this.y,this.z,a)};C.zero=function(){return new C(0,0,0)};C.prototype.quadrature=function(){return this.x*this.x+this.y*this.y+this.z*this.z};C.prototype.add=function(a){return new C(this.x+a.x,this.y+a.y,this.z+a.z)};C.prototype.sub=function(a){return new C(this.x-a.x,this.y-a.y,this.z-a.z)};C.prototype.incr=function(a){this.x+=a.x;this.y+=a.y;this.z+=a.z};C.prototype.decr=function(a){this.x-=a.x;this.y-=a.y;this.z-=a.z};C.prototype.mul= +function(a){return new C(a*this.x,a*this.y,a*this.z)};C.prototype.div=function(a){return new C(this.x/a,this.y/a,this.z/a)};C.prototype.mean=function(a){return new C((this.x+a.x)/2,(this.y+a.y)/2,(this.z+a.z)/2)};C.prototype.neg=function(){return new C(-this.x,-this.y,-this.z)};var X=function(a,b,c){this.tt=a;this.r=b;this.v=c};X.prototype.clone=function(){return new X(this.tt,this.r,this.v)};X.prototype.sub=function(a){return new X(this.tt,this.r.sub(a.r),this.v.sub(a.v))};var za=function(a){var b= +new X(a,new C(0,0,0),new C(0,0,0));this.Jupiter=S(b,a,m.Jupiter,2.825345909524226E-7);this.Saturn=S(b,a,m.Saturn,8.459715185680659E-8);this.Uranus=S(b,a,m.Uranus,1.292024916781969E-8);this.Neptune=S(b,a,m.Neptune,1.524358900784276E-8);this.Jupiter.r.decr(b.r);this.Jupiter.v.decr(b.v);this.Saturn.r.decr(b.r);this.Saturn.v.decr(b.v);this.Uranus.r.decr(b.r);this.Uranus.v.decr(b.v);this.Neptune.r.decr(b.r);this.Neptune.v.decr(b.v);this.Sun=new X(a,b.r.mul(-1),b.v.mul(-1))};za.prototype.Acceleration=function(a){var b= +Qa(a,2.959122082855911E-4,this.Sun.r);b.incr(Qa(a,2.825345909524226E-7,this.Jupiter.r));b.incr(Qa(a,8.459715185680659E-8,this.Saturn.r));b.incr(Qa(a,1.292024916781969E-8,this.Uranus.r));b.incr(Qa(a,1.524358900784276E-8,this.Neptune.r));return b};var Ra=function(a,b,c,d){this.tt=a;this.r=b;this.v=c;this.a=d};Ra.prototype.clone=function(){return new Ra(this.tt,this.r.clone(),this.v.clone(),this.a.clone())};var lc=function(a,b){this.bary=a;this.grav=b},Hb=[],pd=new L([[.999432765338654,-.0336771074697641, +0],[.0303959428906285,.902057912352809,.430543388542295],[-.0144994559663353,-.430299169409101,.902569881273754]]),sb=[{mu:2.82489428433814E-7,al:[1.446213296021224,3.5515522861824],a:[[.0028210960212903,0,0]],l:[[-1.925258348666E-4,4.9369589722645,.01358483658305],[-9.70803596076E-5,4.3188796477322,.01303413843243],[-8.988174165E-5,1.9080016428617,.00305064867158],[-5.53101050262E-5,1.4936156681569,.01293892891155]],z:[[.0041510849668155,4.089939635545,-.01290686414666],[6.260521444113E-4,1.446188898627, +3.5515522949802],[3.52747346169E-5,2.1256287034578,1.2727416567E-4]],zeta:[[3.142172466014E-4,2.7964219722923,-.002315096098],[9.04169207946E-5,1.0477061879627,-5.6920638196E-4]]},{mu:2.82483274392893E-7,al:[-.3735263437471362,1.76932271112347],a:[[.0044871037804314,0,0],[4.324367498E-7,1.819645606291,1.7822295777568]],l:[[8.576433172936E-4,4.3188693178264,.01303413830805],[4.549582875086E-4,1.4936531751079,.01293892881962],[3.248939825174E-4,1.8196494533458,1.7822295777568],[-3.074250079334E-4,4.9377037005911, +.01358483286724],[1.982386144784E-4,1.907986905476,.00305101212869],[1.834063551804E-4,2.1402853388529,.00145009789338],[-1.434383188452E-4,5.622214036663,.89111478887838],[-7.71939140944E-5,4.300272437235,2.6733443704266]],z:[[-.0093589104136341,4.0899396509039,-.01290686414666],[2.988994545555E-4,5.9097265185595,1.7693227079462],[2.13903639035E-4,2.1256289300016,1.2727418407E-4],[1.980963564781E-4,2.743516829265,6.7797343009E-4],[1.210388158965E-4,5.5839943711203,3.20566149E-5],[8.37042048393E-5, +1.6094538368039,-.90402165808846],[8.23525166369E-5,1.4461887708689,3.5515522949802]],zeta:[[.0040404917832303,1.0477063169425,-5.692064054E-4],[2.200421034564E-4,3.3368857864364,-1.2491307307E-4],[1.662544744719E-4,2.4134862374711,0],[5.90282470983E-5,5.9719930968366,-3.056160225E-5]]},{mu:2.82498184184723E-7,al:[.2874089391143348,.878207923589328],a:[[.0071566594572575,0,0],[1.393029911E-6,1.1586745884981,2.6733443704266]],l:[[2.310797886226E-4,2.1402987195942,.00145009784384],[-1.828635964118E-4, +4.3188672736968,.01303413828263],[1.512378778204E-4,4.9373102372298,.01358483481252],[-1.163720969778E-4,4.300265986149,2.6733443704266],[-9.55478069846E-5,1.4936612842567,.01293892879857],[8.15246854464E-5,5.6222137132535,.89111478887838],[-8.01219679602E-5,1.2995922951532,1.0034433456729],[-6.07017260182E-5,.64978769669238,.50172167043264]],z:[[.0014289811307319,2.1256295942739,1.2727413029E-4],[7.71093122676E-4,5.5836330003496,3.20643411E-5],[5.925911780766E-4,4.0899396636448,-.01290686414666], +[2.045597496146E-4,5.2713683670372,-.12523544076106],[1.785118648258E-4,.28743156721063,.8782079244252],[1.131999784893E-4,1.4462127277818,3.5515522949802],[-6.5877816921E-5,2.2702423990985,-1.7951364394537],[4.97058888328E-5,5.9096792204858,1.7693227129285]],zeta:[[.0015932721570848,3.3368862796665,-1.2491307058E-4],[8.533093128905E-4,2.4133881688166,0],[3.513347911037E-4,5.9720789850127,-3.056101771E-5],[-1.441929255483E-4,1.0477061764435,-5.6920632124E-4]]},{mu:2.82492144889909E-7,al:[-.3620341291375704, +.376486233433828],a:[[.0125879701715314,0,0],[3.595204947E-6,.64965776007116,.50172168165034],[2.7580210652E-6,1.808423578151,3.1750660413359]],l:[[5.586040123824E-4,2.1404207189815,.00145009793231],[-3.805813868176E-4,2.7358844897853,2.972965062E-5],[2.205152863262E-4,.649796525964,.5017216724358],[1.877895151158E-4,1.8084787604005,3.1750660413359],[7.66916975242E-5,6.2720114319755,1.3928364636651],[7.47056855106E-5,1.2995916202344,1.0034433456729]],z:[[.0073755808467977,5.5836071576084,3.206509914E-5], +[2.065924169942E-4,5.9209831565786,.37648624194703],[1.589869764021E-4,.28744006242623,.8782079244252],[-1.561131605348E-4,2.1257397865089,1.2727441285E-4],[1.486043380971E-4,1.4462134301023,3.5515522949802],[6.35073108731E-5,5.9096803285954,1.7693227129285],[5.99351698525E-5,4.1125517584798,-2.7985797954589],[5.40660842731E-5,5.5390350845569,.00286834082283],[-4.89596900866E-5,4.6218149483338,-.62695712529519]],zeta:[[.0038422977898495,2.4133922085557,0],[.0022453891791894,5.9721736773277,-3.056125525E-5], +[-2.604479450559E-4,3.3368746306409,-1.2491309972E-4],[3.3211214323E-5,5.5604137742337,.00290037688507]]}],cd=function(a,b,c,d){this.io=a;this.europa=b;this.ganymede=c;this.callisto=d};e.JupiterMoonsInfo=cd;e.JupiterMoons=function(a){a=new O(a);return new cd(lb(a,sb[0]),lb(a,sb[1]),lb(a,sb[2]),lb(a,sb[3]))};e.HelioVector=Z;e.HelioDistance=ma;var dd=function(){};e.PositionFunction=dd;e.CorrectLightTravel=oc;var Ib=function(a,b,c,d){this.observerBody=a;this.targetBody=b;this.aberration=c;this.observerPos= +d;return this};$jscomp.inherits(Ib,dd);Ib.prototype.Position=function(a){this.aberration&&(this.observerPos=Z(this.observerBody,a));var b=Z(this.targetBody,a);return new E(b.x-this.observerPos.x,b.y-this.observerPos.y,b.z-this.observerPos.z,a)};e.BackdatePosition=pc;e.GeoVector=W;e.BaryState=function(a,b){b=v(b);if(a===m.SSB)return new I(0,0,0,0,0,0,b);if(a===m.Pluto)return Gb(b,!1);var c=new za(b.tt);switch(a){case m.Sun:return na(c.Sun,b);case m.Jupiter:return na(c.Jupiter,b);case m.Saturn:return na(c.Saturn, +b);case m.Uranus:return na(c.Uranus,b);case m.Neptune:return na(c.Neptune,b);case m.Moon:case m.EMB:var d=Pa(M[m.Earth],b.tt);a=a===m.Moon?Oa(b):Ab(b);return new I(a.x+c.Sun.r.x+d.r.x,a.y+c.Sun.r.y+d.r.y,a.z+c.Sun.r.z+d.r.z,a.vx+c.Sun.v.x+d.v.x,a.vy+c.Sun.v.y+d.v.y,a.vz+c.Sun.v.z+d.v.z,b)}if(a in M)return a=Pa(M[a],b.tt),new I(c.Sun.r.x+a.r.x,c.Sun.r.y+a.r.y,c.Sun.r.z+a.r.z,c.Sun.v.x+a.v.x,c.Sun.v.y+a.v.y,c.Sun.v.z+a.v.z,b);throw'BaryState: Unsupported body "'+a+'"';};e.HelioState=nb;e.Search=J;e.SearchSunLongitude= +qc;e.PairLongitude=Jb;e.AngleFromSun=Da;e.EclipticLongitude=oa;var rc=function(a,b,c,d,f,g,h,l){this.time=a;this.mag=b;this.phase_angle=c;this.helio_dist=d;this.geo_dist=f;this.gc=g;this.hc=h;this.ring_tilt=l;this.phase_fraction=(1+Math.cos(e.DEG2RAD*c))/2};e.IlluminationInfo=rc;e.Illumination=ob;e.SearchRelativeLongitude=Ea;e.MoonPhase=Kb;e.SearchMoonPhase=Ta;var tc=function(a,b){this.quarter=a;this.time=b};e.MoonQuarter=tc;e.SearchMoonQuarter=sc;e.NextMoonQuarter=function(a){a=new Date(a.time.date.getTime()+ +5184E5);return sc(a)};e.SearchRiseSet=function(a,b,c,d,f){a:switch(a){case m.Sun:var g=Lc;break a;case m.Moon:g=Bd;break a;default:g=0}return uc(a,b,c,d,f,g,-Cd)};e.SearchAltitude=function(a,b,c,d,f,g){if(!Number.isFinite(g)||-90>g||90c||24<=c)throw"Invalid hour angle "+c;w(f);if(0===f)throw"Direction must be positive or negative.";for(;;){++g;var h=ca(d),l=hb(a,d,b,!0,!0);h=(c+l.ra-b.longitude/15-h)%24;1===g?0h&&(h+=24):0h?h+=24:123600*Math.abs(h))return a=gb(d,b,l.ra,l.dec,"normal"),new ed(d,a);d=d.AddDays(h/24*.9972695717592592)}};var fd=function(a,b,c,d){this.mar_equinox=a;this.jun_solstice=b;this.sep_equinox=c; +this.dec_solstice=d};e.SeasonInfo=fd;e.Seasons=function(a){function b(h,l,k){l=new Date(Date.UTC(a,l-1,k));h=qc(h,l,20);if(!h)throw"Cannot find season change near "+l.toISOString();return h}a instanceof Date&&Number.isFinite(a.getTime())&&(a=a.getUTCFullYear());if(!Number.isSafeInteger(a))throw"Cannot calculate seasons because year argument "+a+" is neither a Date nor a safe integer.";var c=b(0,3,10),d=b(90,6,10),f=b(180,9,10),g=b(270,12,10);return new fd(c,d,f,g)};var wc=function(a,b,c,d){this.time= +a;this.visibility=b;this.elongation=c;this.ecliptic_separation=d};e.ElongationEvent=wc;e.Elongation=vc;e.SearchMaxElongation=function(a,b){function c(n){var p=n.AddDays(-.005);n=n.AddDays(.005);p=Da(a,p);n=Da(a,n);return(p-n)/.01}b=v(b);var d={Mercury:{s1:50,s2:85},Venus:{s1:40,s2:50}}[a];if(!d)throw"SearchMaxElongation works for Mercury and Venus only.";for(var f=0;2>=++f;){var g=oa(a,b),h=oa(m.Earth,b),l=Ba(g-h),k=g=h=void 0;l>=-d.s1&&l<+d.s1?(k=0,h=+d.s1,g=+d.s2):l>=+d.s2||l<-d.s2?(k=0,h=-d.s2, +g=-d.s1):0<=l?(k=-Sa(a)/4,h=+d.s1,g=+d.s2):(k=-Sa(a)/4,h=-d.s2,g=-d.s1);l=b.AddDays(k);h=Ea(a,h,l);g=Ea(a,g,h);l=c(h);if(0<=l)throw"SearchMaxElongation: internal error: m1 = "+l;k=c(g);if(0>=k)throw"SearchMaxElongation: internal error: m2 = "+k;l=J(c,h,g,{init_f1:l,init_f2:k,dt_tolerance_seconds:10});if(!l)throw"SearchMaxElongation: failed search iter "+f+" (t1="+h.toString()+", t2="+g.toString()+")";if(l.tt>=b.tt)return vc(a,l);b=g.AddDays(1)}throw"SearchMaxElongation: failed to find event after 2 tries."; +};e.SearchPeakMagnitude=function(a,b){function c(k){var n=k.AddDays(-.005);k=k.AddDays(.005);n=ob(a,n).mag;return(ob(a,k).mag-n)/.01}if(a!==m.Venus)throw"SearchPeakMagnitude currently works for Venus only.";b=v(b);for(var d=0;2>=++d;){var f=oa(a,b),g=oa(m.Earth,b),h=Ba(f-g),l=f=g=void 0;-10<=h&&10>h?(l=0,g=10,f=30):30<=h||-30>h?(l=0,g=-30,f=-10):0<=h?(l=-Sa(a)/4,g=10,f=30):(l=-Sa(a)/4,g=-30,f=-10);h=b.AddDays(l);g=Ea(a,g,h);f=Ea(a,f,g);h=c(g);if(0<=h)throw"SearchPeakMagnitude: internal error: m1 = "+ +h;l=c(f);if(0>=l)throw"SearchPeakMagnitude: internal error: m2 = "+l;h=J(c,g,f,{init_f1:h,init_f2:l,dt_tolerance_seconds:10});if(!h)throw"SearchPeakMagnitude: failed search iter "+d+" (t1="+g.toString()+", t2="+f.toString()+")";if(h.tt>=b.tt)return ob(a,h);b=f.AddDays(1)}throw"SearchPeakMagnitude: failed to find event after 2 tries.";};var Fa;(function(a){a[a.Pericenter=0]="Pericenter";a[a.Apocenter=1]="Apocenter"})(Fa=e.ApsisKind||(e.ApsisKind={}));var Ua=function(a,b,c){this.time=a;this.kind=b; +this.dist_au=c;this.dist_km=c*e.KM_PER_AU};e.Apsis=Ua;e.SearchLunarApsis=xc;e.NextLunarApsis=function(a){var b=xc(a.time.AddDays(11));if(1!==b.kind+a.kind)throw"NextLunarApsis INTERNAL ERROR: did not find alternating apogee/perigee: prev="+a.kind+" @ "+a.time.toString()+", next="+b.kind+" @ "+b.time.toString();return b};e.SearchPlanetApsis=zc;e.NextPlanetApsis=function(a,b){if(b.kind!==Fa.Pericenter&&b.kind!==Fa.Apocenter)throw"Invalid apsis kind: "+b.kind;var c=b.time.AddDays(.25*aa[a].OrbitalPeriod); +a=zc(a,c);if(1!==a.kind+b.kind)throw"Internal error: previous apsis was "+b.kind+", but found "+a.kind+" for next apsis.";return a};e.InverseRotation=Ga;e.CombineRotation=Ha;e.IdentityMatrix=function(){return new L([[1,0,0],[0,1,0],[0,0,1]])};e.Pivot=function(a,b,c){if(0!==b&&1!==b&&2!==b)throw"Invalid axis "+b+". Must be [0, 1, 2].";var d=w(c)*e.DEG2RAD;c=Math.cos(d);d=Math.sin(d);var f=(b+1)%3,g=(b+2)%3,h=[[0,0,0],[0,0,0],[0,0,0]];h[f][f]=c*a.rot[f][f]-d*a.rot[f][g];h[f][g]=d*a.rot[f][f]+c*a.rot[f][g]; +h[f][b]=a.rot[f][b];h[g][f]=c*a.rot[g][f]-d*a.rot[g][g];h[g][g]=d*a.rot[g][f]+c*a.rot[g][g];h[g][b]=a.rot[g][b];h[b][f]=c*a.rot[b][f]-d*a.rot[b][g];h[b][g]=d*a.rot[b][f]+c*a.rot[b][g];h[b][b]=a.rot[b][b];return new L(h)};e.VectorFromSphere=mb;e.EquatorFromVector=Mb;e.SphereFromVector=Nb;e.HorizonFromVector=function(a,b){a=Nb(a);a.lon=Ac(a.lon);a.lat+=Ma(b,a.lat);return a};e.VectorFromHorizon=function(a,b,c){b=v(b);var d=Ac(a.lon);c=a.lat+Bc(c,a.lat);a=new xa(c,d,a.dist);return mb(a,b)};e.Refraction= +Ma;e.InverseRefraction=Bc;e.RotateVector=Va;e.RotateState=Aa;e.Rotation_EQJ_ECL=Cc;e.Rotation_ECL_EQJ=function(){return new L([[1,0,0],[0,.9174821430670688,.3977769691083922],[0,-.3977769691083922,.9174821430670688]])};e.Rotation_EQJ_EQD=Ob;e.Rotation_EQD_EQJ=Pb;e.Rotation_EQD_HOR=Qb;e.Rotation_HOR_EQD=Dc;e.Rotation_HOR_EQJ=Ec;e.Rotation_EQJ_HOR=function(a,b){a=Ec(a,b);return Ga(a)};e.Rotation_EQD_ECL=Fc;e.Rotation_ECL_EQD=Gc;e.Rotation_ECL_HOR=Hc;e.Rotation_HOR_ECL=function(a,b){a=Hc(a,b);return Ga(a)}; +e.Rotation_EQJ_GAL=function(){return new L([[-.0548624779711344,.4941095946388765,-.8676668813529025],[-.8734572784246782,-.4447938112296831,-.1980677870294097],[-.483800052994852,.7470034631630423,.4559861124470794]])};e.Rotation_GAL_EQJ=function(){return new L([[-.0548624779711344,-.8734572784246782,-.483800052994852],[.4941095946388765,-.4447938112296831,.7470034631630423],[-.8676668813529025,-.1980677870294097,.4559861124470794]])};var Dd=[["And","Andromeda"],["Ant","Antila"],["Aps","Apus"],["Aql", +"Aquila"],["Aqr","Aquarius"],["Ara","Ara"],["Ari","Aries"],["Aur","Auriga"],["Boo","Bootes"],["Cae","Caelum"],["Cam","Camelopardis"],["Cap","Capricornus"],["Car","Carina"],["Cas","Cassiopeia"],["Cen","Centaurus"],["Cep","Cepheus"],["Cet","Cetus"],["Cha","Chamaeleon"],["Cir","Circinus"],["CMa","Canis Major"],["CMi","Canis Minor"],["Cnc","Cancer"],["Col","Columba"],["Com","Coma Berenices"],["CrA","Corona Australis"],["CrB","Corona Borealis"],["Crt","Crater"],["Cru","Crux"],["Crv","Corvus"],["CVn","Canes Venatici"], +["Cyg","Cygnus"],["Del","Delphinus"],["Dor","Dorado"],["Dra","Draco"],["Equ","Equuleus"],["Eri","Eridanus"],["For","Fornax"],["Gem","Gemini"],["Gru","Grus"],["Her","Hercules"],["Hor","Horologium"],["Hya","Hydra"],["Hyi","Hydrus"],["Ind","Indus"],["Lac","Lacerta"],["Leo","Leo"],["Lep","Lepus"],["Lib","Libra"],["LMi","Leo Minor"],["Lup","Lupus"],["Lyn","Lynx"],["Lyr","Lyra"],["Men","Mensa"],["Mic","Microscopium"],["Mon","Monoceros"],["Mus","Musca"],["Nor","Norma"],["Oct","Octans"],["Oph","Ophiuchus"], +["Ori","Orion"],["Pav","Pavo"],["Peg","Pegasus"],["Per","Perseus"],["Phe","Phoenix"],["Pic","Pictor"],["PsA","Pisces Austrinus"],["Psc","Pisces"],["Pup","Puppis"],["Pyx","Pyxis"],["Ret","Reticulum"],["Scl","Sculptor"],["Sco","Scorpius"],["Sct","Scutum"],["Ser","Serpens"],["Sex","Sextans"],["Sge","Sagitta"],["Sgr","Sagittarius"],["Tau","Taurus"],["Tel","Telescopium"],["TrA","Triangulum Australe"],["Tri","Triangulum"],["Tuc","Tucana"],["UMa","Ursa Major"],["UMi","Ursa Minor"],["Vel","Vela"],["Vir", +"Virgo"],["Vol","Volans"],["Vul","Vulpecula"]],Ed=[[83,0,8640,2112],[83,2880,5220,2076],[83,7560,8280,2068],[83,6480,7560,2064],[15,0,2880,2040],[10,3300,3840,1968],[15,0,1800,1920],[10,3840,5220,1920],[83,6300,6480,1920],[33,7260,7560,1920],[15,0,1263,1848],[10,4140,4890,1848],[83,5952,6300,1800],[15,7260,7440,1800],[10,2868,3300,1764],[33,3300,4080,1764],[83,4680,5952,1680],[13,1116,1230,1632],[33,7350,7440,1608],[33,4080,4320,1596],[15,0,120,1584],[83,5040,5640,1584],[15,8490,8640,1584],[33,4320, +4860,1536],[33,4860,5190,1512],[15,8340,8490,1512],[10,2196,2520,1488],[33,7200,7350,1476],[15,7393.2,7416,1462],[10,2520,2868,1440],[82,2868,3030,1440],[33,7116,7200,1428],[15,7200,7393.2,1428],[15,8232,8340,1418],[13,0,876,1404],[33,6990,7116,1392],[13,612,687,1380],[13,876,1116,1368],[10,1116,1140,1368],[15,8034,8232,1350],[10,1800,2196,1344],[82,5052,5190,1332],[33,5190,6990,1332],[10,1140,1200,1320],[15,7968,8034,1320],[15,7416,7908,1316],[13,0,612,1296],[50,2196,2340,1296],[82,4350,4860,1272], +[33,5490,5670,1272],[15,7908,7968,1266],[10,1200,1800,1260],[13,8232,8400,1260],[33,5670,6120,1236],[62,735,906,1212],[33,6120,6564,1212],[13,0,492,1200],[62,492,600,1200],[50,2340,2448,1200],[13,8400,8640,1200],[82,4860,5052,1164],[13,0,402,1152],[13,8490,8640,1152],[39,6543,6564,1140],[33,6564,6870,1140],[30,6870,6900,1140],[62,600,735,1128],[82,3030,3300,1128],[13,60,312,1104],[82,4320,4350,1080],[50,2448,2652,1068],[30,7887,7908,1056],[30,7875,7887,1050],[30,6900,6984,1044],[82,3300,3660,1008], +[82,3660,3882,960],[8,5556,5670,960],[39,5670,5880,960],[50,3330,3450,954],[0,0,906,882],[62,906,924,882],[51,6969,6984,876],[62,1620,1689,864],[30,7824,7875,864],[44,7875,7920,864],[7,2352,2652,852],[50,2652,2790,852],[0,0,720,840],[44,7920,8214,840],[44,8214,8232,828],[0,8232,8460,828],[62,924,978,816],[82,3882,3960,816],[29,4320,4440,816],[50,2790,3330,804],[48,3330,3558,804],[0,258,507,792],[8,5466,5556,792],[0,8460,8550,770],[29,4440,4770,768],[0,8550,8640,752],[29,5025,5052,738],[80,870,978, +736],[62,978,1620,736],[7,1620,1710,720],[51,6543,6969,720],[82,3960,4320,696],[30,7080,7530,696],[7,1710,2118,684],[48,3558,3780,684],[29,4770,5025,684],[0,0,24,672],[80,507,600,672],[7,2118,2352,672],[37,2838,2880,672],[30,7530,7824,672],[30,6933,7080,660],[80,690,870,654],[25,5820,5880,648],[8,5430,5466,624],[25,5466,5820,624],[51,6612,6792,624],[48,3870,3960,612],[51,6792,6933,612],[80,600,690,600],[66,258,306,570],[48,3780,3870,564],[87,7650,7710,564],[77,2052,2118,548],[0,24,51,528],[73,5730, +5772,528],[37,2118,2238,516],[87,7140,7290,510],[87,6792,6930,506],[0,51,306,504],[87,7290,7404,492],[37,2811,2838,480],[87,7404,7650,468],[87,6930,7140,460],[6,1182,1212,456],[75,6792,6840,444],[59,2052,2076,432],[37,2238,2271,420],[75,6840,7140,388],[77,1788,1920,384],[39,5730,5790,384],[75,7140,7290,378],[77,1662,1788,372],[77,1920,2016,372],[23,4620,4860,360],[39,6210,6570,344],[23,4272,4620,336],[37,2700,2811,324],[39,6030,6210,308],[61,0,51,300],[77,2016,2076,300],[37,2520,2700,300],[61,7602, +7680,300],[37,2271,2496,288],[39,6570,6792,288],[31,7515,7578,284],[61,7578,7602,284],[45,4146,4272,264],[59,2247,2271,240],[37,2496,2520,240],[21,2811,2853,240],[61,8580,8640,240],[6,600,1182,238],[31,7251,7308,204],[8,4860,5430,192],[61,8190,8580,180],[21,2853,3330,168],[45,3330,3870,168],[58,6570,6718.4,150],[3,6718.4,6792,150],[31,7500,7515,144],[20,2520,2526,132],[73,6570,6633,108],[39,5790,6030,96],[58,6570,6633,72],[61,7728,7800,66],[66,0,720,48],[73,6690,6792,48],[31,7308,7500,48],[34,7500, +7680,48],[61,7680,7728,48],[61,7920,8190,48],[61,7800,7920,42],[20,2526,2592,36],[77,1290,1662,0],[59,1662,1680,0],[20,2592,2910,0],[85,5280,5430,0],[58,6420,6570,0],[16,954,1182,-42],[77,1182,1290,-42],[73,5430,5856,-78],[59,1680,1830,-96],[59,2100,2247,-96],[73,6420,6468,-96],[73,6570,6690,-96],[3,6690,6792,-96],[66,8190,8580,-96],[45,3870,4146,-144],[85,4146,4260,-144],[66,0,120,-168],[66,8580,8640,-168],[85,5130,5280,-192],[58,5730,5856,-192],[3,7200,7392,-216],[4,7680,7872,-216],[58,6180,6468, +-240],[54,2100,2910,-264],[35,1770,1830,-264],[59,1830,2100,-264],[41,2910,3012,-264],[74,3450,3870,-264],[85,4260,4620,-264],[58,6330,6360,-280],[3,6792,7200,-288.8],[35,1740,1770,-348],[4,7392,7680,-360],[73,6180,6570,-384],[72,6570,6792,-384],[41,3012,3090,-408],[58,5856,5895,-438],[41,3090,3270,-456],[26,3870,3900,-456],[71,5856,5895,-462],[47,5640,5730,-480],[28,4530,4620,-528],[85,4620,5130,-528],[41,3270,3510,-576],[16,600,954,-585.2],[35,954,1350,-585.2],[26,3900,4260,-588],[28,4260,4530, +-588],[47,5130,5370,-588],[58,5856,6030,-590],[16,0,600,-612],[11,7680,7872,-612],[4,7872,8580,-612],[16,8580,8640,-612],[41,3510,3690,-636],[35,1692,1740,-654],[46,1740,2202,-654],[11,7200,7680,-672],[41,3690,3810,-700],[41,4530,5370,-708],[47,5370,5640,-708],[71,5640,5760,-708],[35,1650,1692,-720],[58,6030,6336,-720],[76,6336,6420,-720],[41,3810,3900,-748],[19,2202,2652,-792],[41,4410,4530,-792],[41,3900,4410,-840],[36,1260,1350,-864],[68,3012,3372,-882],[35,1536,1650,-888],[76,6420,6900,-888], +[65,7680,8280,-888],[70,8280,8400,-888],[36,1080,1260,-950],[1,3372,3960,-954],[70,0,600,-960],[36,600,1080,-960],[35,1392,1536,-960],[70,8400,8640,-960],[14,5100,5370,-1008],[49,5640,5760,-1008],[71,5760,5911.5,-1008],[9,1740,1800,-1032],[22,1800,2370,-1032],[67,2880,3012,-1032],[35,1230,1392,-1056],[71,5911.5,6420,-1092],[24,6420,6900,-1092],[76,6900,7320,-1092],[53,7320,7680,-1092],[35,1080,1230,-1104],[9,1620,1740,-1116],[49,5520,5640,-1152],[63,0,840,-1156],[35,960,1080,-1176],[40,1470,1536, +-1176],[9,1536,1620,-1176],[38,7680,7920,-1200],[67,2160,2880,-1218],[84,2880,2940,-1218],[35,870,960,-1224],[40,1380,1470,-1224],[63,0,660,-1236],[12,2160,2220,-1260],[84,2940,3042,-1272],[40,1260,1380,-1276],[32,1380,1440,-1276],[63,0,570,-1284],[35,780,870,-1296],[64,1620,1800,-1296],[49,5418,5520,-1296],[84,3042,3180,-1308],[12,2220,2340,-1320],[14,4260,4620,-1320],[49,5100,5418,-1320],[56,5418,5520,-1320],[32,1440,1560,-1356],[84,3180,3960,-1356],[14,3960,4050,-1356],[5,6300,6480,-1368],[78, +6480,7320,-1368],[38,7920,8400,-1368],[40,1152,1260,-1380],[64,1800,1980,-1380],[12,2340,2460,-1392],[63,0,480,-1404],[35,480,780,-1404],[63,8400,8640,-1404],[32,1560,1650,-1416],[56,5520,5911.5,-1440],[43,7320,7680,-1440],[64,1980,2160,-1464],[18,5460,5520,-1464],[5,5911.5,5970,-1464],[18,5370,5460,-1526],[5,5970,6030,-1526],[64,2160,2460,-1536],[12,2460,3252,-1536],[14,4050,4260,-1536],[27,4260,4620,-1536],[14,4620,5232,-1536],[18,4860,4920,-1560],[5,6030,6060,-1560],[40,780,1152,-1620],[69,1152, +1650,-1620],[18,5310,5370,-1620],[5,6060,6300,-1620],[60,6300,6480,-1620],[81,7920,8400,-1620],[32,1650,2370,-1680],[18,4920,5310,-1680],[79,5310,6120,-1680],[81,0,480,-1800],[42,1260,1650,-1800],[86,2370,3252,-1800],[12,3252,4050,-1800],[55,4050,4920,-1800],[60,6480,7680,-1800],[43,7680,8400,-1800],[81,8400,8640,-1800],[81,270,480,-1824],[42,0,1260,-1980],[17,2760,4920,-1980],[2,4920,6480,-1980],[52,1260,2760,-2040],[57,0,8640,-2160]],Vb,gd,hd=function(a,b,c,d){this.symbol=a;this.name=b;this.ra1875= +c;this.dec1875=d};e.ConstellationInfo=hd;e.Constellation=function(a,b){w(a);w(b);if(-90>b||90a&&(a+=24);Vb||(Vb=Ob(new O(-45655.74141261017)),gd=new O(0));a=new xa(b,15*a,1);a=mb(a,gd);a=Va(Vb,a);a=Mb(a);b=10/240;for(var c=b/15,d=$jscomp.makeIterator(Ed),f=d.next();!f.done;f=d.next()){f=f.value;var g=f[1]*c,h=f[2]*c;if(f[3]*b<=a.dec&&g<=a.ra&&a.ra= 0; --i) { nals = iaudata[i][0]; cls = iaudata[i][1]; - arg = (nals[0] * el + nals[1] * elp + nals[2] * f + nals[3] * d + nals[4] * om) % PI2; + arg = (nals[1] * elp + nals[2] * f + nals[3] * d + nals[4] * om) % PI2; sarg = Math.sin(arg); carg = Math.cos(arg); dp += (cls[0] + cls[1] * t) * sarg + cls[2] * carg; @@ -2005,7 +1932,10 @@ function inverse_terra(ovec, st) { // Start with initial latitude estimate, based on a spherical Earth. let lat = Math.atan2(z, p); let cos, sin, denom; + let count = 0; for (;;) { + if (++count > 10) + throw `inverse_terra failed to converge.`; // Calculate the error function W(lat). // We try to find the root of W, meaning where the error is 0. cos = Math.cos(lat); @@ -2016,7 +1946,7 @@ function inverse_terra(ovec, st) { const radicand = cos2 + EARTH_FLATTENING_SQUARED * sin2; denom = Math.sqrt(radicand); const W = (factor * sin * cos) / denom - z * cos + p * sin; - if (Math.abs(W) < 1.0e-12) + if (Math.abs(W) < 1.0e-8) break; // The error is now negligible // Error is still too large. Find the next estimate. // Calculate D = the derivative of W with respect to lat. diff --git a/source/js/astronomy.min.js b/source/js/astronomy.min.js index d45609da..924a1724 100644 --- a/source/js/astronomy.min.js +++ b/source/js/astronomy.min.js @@ -106,15 +106,9 @@ a*b/718;if(2005>b)return a=b-2E3,b=a*a,c=a*b,63.86+.3345*a-.060374*b+.0017275*c+ function SetDeltaTFunction(a){DeltaT=a}exports.SetDeltaTFunction=SetDeltaTFunction;function TerrestrialTime(a){return a+DeltaT(a)/86400} var AstroTime=function(a){if(a instanceof AstroTime)this.date=a.date,this.ut=a.ut,this.tt=a.tt;else if(a instanceof Date&&Number.isFinite(a.getTime()))this.date=a,this.ut=(a.getTime()-J2000.getTime())/864E5,this.tt=TerrestrialTime(this.ut);else if(Number.isFinite(a))this.date=new Date(J2000.getTime()+864E5*a),this.ut=a,this.tt=TerrestrialTime(this.ut);else throw"Argument must be a Date object, an AstroTime object, or a numeric UTC Julian date.";}; AstroTime.FromTerrestrialTime=function(a){for(var b=new AstroTime(a);;){var c=a-b.tt;if(1E-12>Math.abs(c))return b;b=b.AddDays(c)}};AstroTime.prototype.toString=function(){return this.date.toISOString()};AstroTime.prototype.AddDays=function(a){return new AstroTime(this.ut+a)};exports.AstroTime=AstroTime;function InterpolateTime(a,b,c){return new AstroTime(a.ut+c*(b.ut-a.ut))}function MakeTime(a){return a instanceof AstroTime?a:new AstroTime(a)}exports.MakeTime=MakeTime; -var iaudata=[[[0,0,0,0,1],[-172064161,-174666,33386,92052331,9086,15377]],[[0,0,2,-2,2],[-13170906,-1675,-13696,5730336,-3015,-4587]],[[0,0,2,0,2],[-2276413,-234,2796,978459,-485,1374]],[[0,0,0,0,2],[2074554,207,-698,-897492,470,-291]],[[0,1,0,0,0],[1475877,-3633,11817,73871,-184,-1924]],[[0,1,2,-2,2],[-516821,1226,-524,224386,-677,-174]],[[1,0,0,0,0],[711159,73,-872,-6750,0,358]],[[0,0,2,0,1],[-387298,-367,380,200728,18,318]],[[1,0,2,0,2],[-301461,-36,816,129025,-63,367]],[[0,-1,2,-2,2],[215829, --494,111,-95929,299,132]],[[0,0,2,-2,1],[128227,137,181,-68982,-9,39]],[[-1,0,2,0,2],[123457,11,19,-53311,32,-4]],[[-1,0,0,2,0],[156994,10,-168,-1235,0,82]],[[1,0,0,0,1],[63110,63,27,-33228,0,-9]],[[-1,0,0,0,1],[-57976,-63,-189,31429,0,-75]],[[-1,0,2,2,2],[-59641,-11,149,25543,-11,66]],[[1,0,2,0,1],[-51613,-42,129,26366,0,78]],[[-2,0,2,0,1],[45893,50,31,-24236,-10,20]],[[0,0,0,2,0],[63384,11,-150,-1220,0,29]],[[0,0,2,2,2],[-38571,-1,158,16452,-11,68]],[[0,-2,2,-2,2],[32481,0,0,-13870,0,0]],[[-2,0, -0,2,0],[-47722,0,-18,477,0,-25]],[[2,0,2,0,2],[-31046,-1,131,13238,-11,59]],[[1,0,2,-2,2],[28593,0,-1,-12338,10,-3]],[[-1,0,2,0,1],[20441,21,10,-10758,0,-3]],[[2,0,0,0,0],[29243,0,-74,-609,0,13]],[[0,0,2,0,0],[25887,0,-66,-550,0,11]],[[0,1,0,0,1],[-14053,-25,79,8551,-2,-45]],[[-1,0,0,2,1],[15164,10,11,-8001,0,-1]],[[0,2,2,-2,2],[-15794,72,-16,6850,-42,-5]],[[0,0,-2,2,0],[21783,0,13,-167,0,13]],[[1,0,0,-2,1],[-12873,-10,-37,6953,0,-14]],[[0,-1,0,0,1],[-12654,11,63,6415,0,26]],[[-1,0,2,2,1],[-10204, -0,25,5222,0,15]],[[0,2,0,0,0],[16707,-85,-10,168,-1,10]],[[1,0,2,2,2],[-7691,0,44,3268,0,19]],[[-2,0,2,0,0],[-11024,0,-14,104,0,2]],[[0,1,2,0,2],[7566,-21,-11,-3250,0,-5]],[[0,0,2,2,1],[-6637,-11,25,3353,0,14]],[[0,-1,2,0,2],[-7141,21,8,3070,0,4]],[[0,0,0,2,1],[-6302,-11,2,3272,0,4]],[[1,0,2,-2,1],[5800,10,2,-3045,0,-1]],[[2,0,2,-2,2],[6443,0,-7,-2768,0,-4]],[[-2,0,0,2,1],[-5774,-11,-15,3041,0,-5]],[[2,0,2,0,1],[-5350,0,21,2695,0,12]],[[0,-1,2,-2,1],[-4752,-11,-3,2719,0,-3]],[[0,0,0,-2,1],[-4940, --11,-21,2720,0,-9]],[[-1,-1,0,2,0],[7350,0,-8,-51,0,4]],[[2,0,0,-2,1],[4065,0,6,-2206,0,1]],[[1,0,0,2,0],[6579,0,-24,-199,0,2]],[[0,1,2,-2,1],[3579,0,5,-1900,0,1]],[[1,-1,0,0,0],[4725,0,-6,-41,0,3]],[[-2,0,2,0,2],[-3075,0,-2,1313,0,-1]],[[3,0,2,0,2],[-2904,0,15,1233,0,7]],[[0,-1,0,2,0],[4348,0,-10,-81,0,2]],[[1,-1,2,0,2],[-2878,0,8,1232,0,4]],[[0,0,0,1,0],[-4230,0,5,-20,0,-2]],[[-1,-1,2,2,2],[-2819,0,7,1207,0,3]],[[-1,0,2,0,0],[-4056,0,5,40,0,-2]],[[0,-1,2,2,2],[-2647,0,11,1129,0,5]],[[-2,0,0,0,1], -[-2294,0,-10,1266,0,-4]],[[1,1,2,0,2],[2481,0,-7,-1062,0,-3]],[[2,0,0,0,1],[2179,0,-2,-1129,0,-2]],[[-1,1,0,1,0],[3276,0,1,-9,0,0]],[[1,1,0,0,0],[-3389,0,5,35,0,-2]],[[1,0,2,0,0],[3339,0,-13,-107,0,1]],[[-1,0,2,-2,1],[-1987,0,-6,1073,0,-2]],[[1,0,0,0,2],[-1981,0,0,854,0,0]],[[-1,0,0,1,0],[4026,0,-353,-553,0,-139]],[[0,0,2,1,2],[1660,0,-5,-710,0,-2]],[[-1,0,2,4,2],[-1521,0,9,647,0,4]],[[-1,1,0,1,1],[1314,0,0,-700,0,0]],[[0,-2,2,-2,1],[-1283,0,0,672,0,0]],[[1,0,2,2,1],[-1331,0,8,663,0,4]],[[-2,0,2, -2,2],[1383,0,-2,-594,0,-2]],[[-1,0,0,0,2],[1405,0,4,-610,0,2]],[[1,1,2,-2,2],[1290,0,0,-556,0,0]]]; -function iau2000b(a){var b;var c=a.tt/36525;var d=(485868.249036+1.7179159232178E9*c)%ASEC360*ASEC2RAD;var e=(1287104.79305+1.295965810481E8*c)%ASEC360*ASEC2RAD;var f=(335779.526232+1.7395272628478E9*c)%ASEC360*ASEC2RAD;var g=(1072260.70369+1.602961601209E9*c)%ASEC360*ASEC2RAD;var k=(450160.398036-6962890.5431*c)%ASEC360*ASEC2RAD;var h=b=0;for(a=iaudata.length-1;0<=a;--a){var l=iaudata[a][0];var m=iaudata[a][1];var n=(l[0]*d+l[1]*e+l[2]*f+l[3]*g+l[4]*k)%PI2;l=Math.sin(n);n=Math.cos(n);b+=(m[0]+m[1]* -c)*l+m[2]*n;h+=(m[3]+m[4]*c)*n+m[5]*l}return{dpsi:-1.35E-4+1E-7*b,deps:3.88E-4+1E-7*h}}function mean_obliq(a){a=a.tt/36525;return(((((-4.34E-8*a-5.76E-7)*a+.0020034)*a-1.831E-4)*a-46.836769)*a+84381.406)/3600}var cache_e_tilt;function e_tilt(a){if(!cache_e_tilt||1E-6=v;++v)0!== u[v]&&f(w.x,w.y,c(r,u[v],v),c(q,u[v],v),function(D,E){return w.x=D,w.y=E});return w}function h(u,v,x,A,w,D,E,L){w=k(w,D,E,L);n+=u*w.y;p+=v*w.y;H+=x*w.x;F+=A*w.x}++exports.CalcMoonCount;a=a.tt/36525;var l,m,n,p,r=b(-6,6,1,4),q=b(-6,6,1,4);var t=a*a;var H=p=n=0;var F=3422.7;var C=g(.19833+.05611*a);var B=g(.27869+.04508*a);var y=g(.16827-.36903*a);var z=g(.34734-5.37261*a);var G=g(.10498-5.37899*a);var I=g(.42681-.41855*a),R=g(.14943-5.37511*a);var J=.84*C+.31*B+14.27*y+7.26*z+.28*G+.24*I;var N=2.94* @@ -138,8 +132,8 @@ function precession_posvel(a,b,c){b=precession_rot(b,c);return RotateState(b,a)} function precession_rot(a,b){a=a.tt/36525;var c=84381.406,d=((((3.337E-7*a-4.67E-7)*a-.00772503)*a+.0512623)*a-.025754)*a+c;c*=ASEC2RAD;var e=((((-9.51E-8*a+1.32851E-4)*a-.00114045)*a-1.0790069)*a+5038.481507)*a*ASEC2RAD;d*=ASEC2RAD;var f=((((-5.6E-8*a+1.70663E-4)*a-.00121197)*a-2.3814292)*a+10.556403)*a*ASEC2RAD;a=Math.sin(c);c=Math.cos(c);var g=Math.sin(-e);e=Math.cos(-e);var k=Math.sin(-d);d=Math.cos(-d);var h=Math.sin(f),l=Math.cos(f);f=l*e-g*h*d;var m=l*g*c+h*d*e*c-a*h*k,n=l*g*a+h*d*e*a+c*h* k,p=-h*e-g*l*d,r=-h*g*c+l*d*e*c-a*l*k;h=-h*g*a+l*d*e*a+c*l*k;g*=k;l=-k*e*c-a*d;a=-k*e*a+d*c;if(b===PrecessDirection.Into2000)return new RotationMatrix([[f,m,n],[p,r,h],[g,l,a]]);if(b===PrecessDirection.From2000)return new RotationMatrix([[f,p,g],[m,r,l],[n,h,a]]);throw"Invalid precess direction";}function era(a){a=(.779057273264+.00273781191135448*a.ut+a.ut%1)%1*360;0>a&&(a+=360);return a}var sidereal_time_cache; function sidereal_time(a){if(!sidereal_time_cache||sidereal_time_cache.tt!==a.tt){var b=a.tt/36525,c=15*e_tilt(a).ee,d=era(a);b=((c+.014506+((((-3.68E-8*b-2.9956E-5)*b-4.4E-7)*b+1.3915817)*b+4612.156534)*b)/3600+d)%360/15;0>b&&(b+=24);sidereal_time_cache={tt:a.tt,st:b}}return sidereal_time_cache.st}function SiderealTime(a){a=MakeTime(a);return sidereal_time(a)}exports.SiderealTime=SiderealTime; -function inverse_terra(a,b){var c=a[0]*exports.KM_PER_AU,d=a[1]*exports.KM_PER_AU;a=a[2]*exports.KM_PER_AU;var e=Math.hypot(c,d);if(1E-6>e){b=0;var f=0=b;)b+=360;for(;180Math.abs(n))break; -f-=n/(k*((h-l)/g-l*h*(EARTH_FLATTENING_SQUARED-1)/(k*m))+a*d+e*c)}f*=exports.RAD2DEG;g=EARTH_EQUATORIAL_RADIUS_KM/g;a=Math.abs(d)>Math.abs(c)?a/d-EARTH_FLATTENING_SQUARED*g:e/c-g}return new Observer(f,b,1E3*a)} +function inverse_terra(a,b){var c=a[0]*exports.KM_PER_AU,d=a[1]*exports.KM_PER_AU;a=a[2]*exports.KM_PER_AU;var e=Math.hypot(c,d);if(1E-6>e){b=0;var f=0=b;)b+=360;for(;180Math.abs(p))break;f-=p/(h*((l-m)/g-m*l*(EARTH_FLATTENING_SQUARED-1)/(h*n))+a*d+e*c)}f*=exports.RAD2DEG;g=EARTH_EQUATORIAL_RADIUS_KM/g;a=Math.abs(d)>Math.abs(c)?a/d-EARTH_FLATTENING_SQUARED*g:e/c-g}return new Observer(f,b,1E3*a)} function terra(a,b){var c=a.latitude*exports.DEG2RAD,d=Math.sin(c);c=Math.cos(c);var e=1/Math.hypot(c,EARTH_FLATTENING*d),f=a.height/1E3,g=EARTH_EQUATORIAL_RADIUS_KM*e+f;b=(15*b+a.longitude)*exports.DEG2RAD;a=Math.sin(b);b=Math.cos(b);return{pos:[g*c*b/exports.KM_PER_AU,g*c*a/exports.KM_PER_AU,(EARTH_EQUATORIAL_RADIUS_KM*EARTH_FLATTENING_SQUARED*e+f)*d/exports.KM_PER_AU],vel:[-ANGVEL*g*c*a*86400/exports.KM_PER_AU,ANGVEL*g*c*b*86400/exports.KM_PER_AU,0]}} function nutation(a,b,c){b=nutation_rot(b,c);return rotate(b,a)}function nutation_posvel(a,b,c){b=nutation_rot(b,c);return RotateState(b,a)} function nutation_rot(a,b){a=e_tilt(a);var c=a.mobl*exports.DEG2RAD,d=a.tobl*exports.DEG2RAD,e=a.dpsi*ASEC2RAD;a=Math.cos(c);c=Math.sin(c);var f=Math.cos(d),g=Math.sin(d);d=Math.cos(e);var k=Math.sin(e);e=-k*a;var h=-k*c,l=k*f,m=d*a*f+c*g,n=d*c*f-a*g;k*=g;var p=d*a*g-c*f;a=d*c*g+a*f;if(b===PrecessDirection.From2000)return new RotationMatrix([[d,l,k],[e,m,p],[h,n,a]]);if(b===PrecessDirection.Into2000)return new RotationMatrix([[d,e,h],[l,m,n],[k,p,a]]);throw"Invalid precess direction";} diff --git a/source/js/astronomy.ts b/source/js/astronomy.ts index 792e1a5e..720ec116 100644 --- a/source/js/astronomy.ts +++ b/source/js/astronomy.ts @@ -1394,79 +1394,7 @@ const iaudata = [ [ [ 0, 0, 2, -2, 2 ], [ -13170906, -1675, -13696, 5730336, -3015, -4587 ] ], [ [ 0, 0, 2, 0, 2 ], [ -2276413, -234, 2796, 978459, -485, 1374 ] ], [ [ 0, 0, 0, 0, 2 ], [ 2074554, 207, -698, -897492, 470, -291 ] ], - [ [ 0, 1, 0, 0, 0 ], [ 1475877, -3633, 11817, 73871, -184, -1924 ] ], - [ [ 0, 1, 2, -2, 2 ], [ -516821, 1226, -524, 224386, -677, -174 ] ], - [ [ 1, 0, 0, 0, 0 ], [ 711159, 73, -872, -6750, 0, 358 ] ], - [ [ 0, 0, 2, 0, 1 ], [ -387298, -367, 380, 200728, 18, 318 ] ], - [ [ 1, 0, 2, 0, 2 ], [ -301461, -36, 816, 129025, -63, 367 ] ], - [ [ 0, -1, 2, -2, 2 ], [ 215829, -494, 111, -95929, 299, 132 ] ], - [ [ 0, 0, 2, -2, 1 ], [ 128227, 137, 181, -68982, -9, 39 ] ], - [ [ -1, 0, 2, 0, 2 ], [ 123457, 11, 19, -53311, 32, -4 ] ], - [ [ -1, 0, 0, 2, 0 ], [ 156994, 10, -168, -1235, 0, 82 ] ], - [ [ 1, 0, 0, 0, 1 ], [ 63110, 63, 27, -33228, 0, -9 ] ], - [ [ -1, 0, 0, 0, 1 ], [ -57976, -63, -189, 31429, 0, -75 ] ], - [ [ -1, 0, 2, 2, 2 ], [ -59641, -11, 149, 25543, -11, 66 ] ], - [ [ 1, 0, 2, 0, 1 ], [ -51613, -42, 129, 26366, 0, 78 ] ], - [ [ -2, 0, 2, 0, 1 ], [ 45893, 50, 31, -24236, -10, 20 ] ], - [ [ 0, 0, 0, 2, 0 ], [ 63384, 11, -150, -1220, 0, 29 ] ], - [ [ 0, 0, 2, 2, 2 ], [ -38571, -1, 158, 16452, -11, 68 ] ], - [ [ 0, -2, 2, -2, 2 ], [ 32481, 0, 0, -13870, 0, 0 ] ], - [ [ -2, 0, 0, 2, 0 ], [ -47722, 0, -18, 477, 0, -25 ] ], - [ [ 2, 0, 2, 0, 2 ], [ -31046, -1, 131, 13238, -11, 59 ] ], - [ [ 1, 0, 2, -2, 2 ], [ 28593, 0, -1, -12338, 10, -3 ] ], - [ [ -1, 0, 2, 0, 1 ], [ 20441, 21, 10, -10758, 0, -3 ] ], - [ [ 2, 0, 0, 0, 0 ], [ 29243, 0, -74, -609, 0, 13 ] ], - [ [ 0, 0, 2, 0, 0 ], [ 25887, 0, -66, -550, 0, 11 ] ], - [ [ 0, 1, 0, 0, 1 ], [ -14053, -25, 79, 8551, -2, -45 ] ], - [ [ -1, 0, 0, 2, 1 ], [ 15164, 10, 11, -8001, 0, -1 ] ], - [ [ 0, 2, 2, -2, 2 ], [ -15794, 72, -16, 6850, -42, -5 ] ], - [ [ 0, 0, -2, 2, 0 ], [ 21783, 0, 13, -167, 0, 13 ] ], - [ [ 1, 0, 0, -2, 1 ], [ -12873, -10, -37, 6953, 0, -14 ] ], - [ [ 0, -1, 0, 0, 1 ], [ -12654, 11, 63, 6415, 0, 26 ] ], - [ [ -1, 0, 2, 2, 1 ], [ -10204, 0, 25, 5222, 0, 15 ] ], - [ [ 0, 2, 0, 0, 0 ], [ 16707, -85, -10, 168, -1, 10 ] ], - [ [ 1, 0, 2, 2, 2 ], [ -7691, 0, 44, 3268, 0, 19 ] ], - [ [ -2, 0, 2, 0, 0 ], [ -11024, 0, -14, 104, 0, 2 ] ], - [ [ 0, 1, 2, 0, 2 ], [ 7566, -21, -11, -3250, 0, -5 ] ], - [ [ 0, 0, 2, 2, 1 ], [ -6637, -11, 25, 3353, 0, 14 ] ], - [ [ 0, -1, 2, 0, 2 ], [ -7141, 21, 8, 3070, 0, 4 ] ], - [ [ 0, 0, 0, 2, 1 ], [ -6302, -11, 2, 3272, 0, 4 ] ], - [ [ 1, 0, 2, -2, 1 ], [ 5800, 10, 2, -3045, 0, -1 ] ], - [ [ 2, 0, 2, -2, 2 ], [ 6443, 0, -7, -2768, 0, -4 ] ], - [ [ -2, 0, 0, 2, 1 ], [ -5774, -11, -15, 3041, 0, -5 ] ], - [ [ 2, 0, 2, 0, 1 ], [ -5350, 0, 21, 2695, 0, 12 ] ], - [ [ 0, -1, 2, -2, 1 ], [ -4752, -11, -3, 2719, 0, -3 ] ], - [ [ 0, 0, 0, -2, 1 ], [ -4940, -11, -21, 2720, 0, -9 ] ], - [ [ -1, -1, 0, 2, 0 ], [ 7350, 0, -8, -51, 0, 4 ] ], - [ [ 2, 0, 0, -2, 1 ], [ 4065, 0, 6, -2206, 0, 1 ] ], - [ [ 1, 0, 0, 2, 0 ], [ 6579, 0, -24, -199, 0, 2 ] ], - [ [ 0, 1, 2, -2, 1 ], [ 3579, 0, 5, -1900, 0, 1 ] ], - [ [ 1, -1, 0, 0, 0 ], [ 4725, 0, -6, -41, 0, 3 ] ], - [ [ -2, 0, 2, 0, 2 ], [ -3075, 0, -2, 1313, 0, -1 ] ], - [ [ 3, 0, 2, 0, 2 ], [ -2904, 0, 15, 1233, 0, 7 ] ], - [ [ 0, -1, 0, 2, 0 ], [ 4348, 0, -10, -81, 0, 2 ] ], - [ [ 1, -1, 2, 0, 2 ], [ -2878, 0, 8, 1232, 0, 4 ] ], - [ [ 0, 0, 0, 1, 0 ], [ -4230, 0, 5, -20, 0, -2 ] ], - [ [ -1, -1, 2, 2, 2 ], [ -2819, 0, 7, 1207, 0, 3 ] ], - [ [ -1, 0, 2, 0, 0 ], [ -4056, 0, 5, 40, 0, -2 ] ], - [ [ 0, -1, 2, 2, 2 ], [ -2647, 0, 11, 1129, 0, 5 ] ], - [ [ -2, 0, 0, 0, 1 ], [ -2294, 0, -10, 1266, 0, -4 ] ], - [ [ 1, 1, 2, 0, 2 ], [ 2481, 0, -7, -1062, 0, -3 ] ], - [ [ 2, 0, 0, 0, 1 ], [ 2179, 0, -2, -1129, 0, -2 ] ], - [ [ -1, 1, 0, 1, 0 ], [ 3276, 0, 1, -9, 0, 0 ] ], - [ [ 1, 1, 0, 0, 0 ], [ -3389, 0, 5, 35, 0, -2 ] ], - [ [ 1, 0, 2, 0, 0 ], [ 3339, 0, -13, -107, 0, 1 ] ], - [ [ -1, 0, 2, -2, 1 ], [ -1987, 0, -6, 1073, 0, -2 ] ], - [ [ 1, 0, 0, 0, 2 ], [ -1981, 0, 0, 854, 0, 0 ] ], - [ [ -1, 0, 0, 1, 0 ], [ 4026, 0, -353, -553, 0, -139 ] ], - [ [ 0, 0, 2, 1, 2 ], [ 1660, 0, -5, -710, 0, -2 ] ], - [ [ -1, 0, 2, 4, 2 ], [ -1521, 0, 9, 647, 0, 4 ] ], - [ [ -1, 1, 0, 1, 1 ], [ 1314, 0, 0, -700, 0, 0 ] ], - [ [ 0, -2, 2, -2, 1 ], [ -1283, 0, 0, 672, 0, 0 ] ], - [ [ 1, 0, 2, 2, 1 ], [ -1331, 0, 8, 663, 0, 4 ] ], - [ [ -2, 0, 2, 2, 2 ], [ 1383, 0, -2, -594, 0, -2 ] ], - [ [ -1, 0, 0, 0, 2 ], [ 1405, 0, 4, -610, 0, 2 ] ], - [ [ 1, 1, 2, -2, 2 ], [ 1290, 0, 0, -556, 0, 0 ] ] + [ [ 0, 1, 0, 0, 0 ], [ 1475877, -3633, 11817, 73871, -184, -1924 ] ] ]; @@ -1476,7 +1404,7 @@ interface NutationAngles { } function iau2000b(time: AstroTime): NutationAngles { - var i: number, t: number, el: number, elp: number, f: number, d: number, om: number, arg: number, dp: number, de: number, sarg: number, carg: number; + var i: number, t: number, elp: number, f: number, d: number, om: number, arg: number, dp: number, de: number, sarg: number, carg: number; var nals: number[], cls: number[]; function mod(x: number): number { @@ -1484,7 +1412,6 @@ function iau2000b(time: AstroTime): NutationAngles { } t = time.tt / 36525; - el = mod(485868.249036 + t*1717915923.2178); elp = mod(1287104.79305 + t*129596581.0481); f = mod(335779.526232 + t*1739527262.8478); d = mod(1072260.70369 + t*1602961601.2090); @@ -1494,7 +1421,7 @@ function iau2000b(time: AstroTime): NutationAngles { for (i=iaudata.length - 1; i >= 0; --i) { nals = iaudata[i][0]; cls = iaudata[i][1]; - arg = (nals[0]*el + nals[1]*elp + nals[2]*f + nals[3]*d + nals[4]*om) % PI2; + arg = (nals[1]*elp + nals[2]*f + nals[3]*d + nals[4]*om) % PI2; sarg = Math.sin(arg); carg = Math.cos(arg); dp += (cls[0] + cls[1]*t) * sarg + cls[2]*carg; @@ -2175,7 +2102,10 @@ function inverse_terra(ovec: ArrayVector, st: number): Observer { // Start with initial latitude estimate, based on a spherical Earth. let lat = Math.atan2(z, p); let cos:number, sin:number, denom:number; + let count = 0; for(;;) { + if (++count > 10) + throw `inverse_terra failed to converge.`; // Calculate the error function W(lat). // We try to find the root of W, meaning where the error is 0. cos = Math.cos(lat); @@ -2186,7 +2116,7 @@ function inverse_terra(ovec: ArrayVector, st: number): Observer { const radicand = cos2 + EARTH_FLATTENING_SQUARED*sin2; denom = Math.sqrt(radicand); const W = (factor*sin*cos)/denom - z*cos + p*sin; - if (Math.abs(W) < 1.0e-12) + if (Math.abs(W) < 1.0e-8) break; // The error is now negligible // Error is still too large. Find the next estimate. // Calculate D = the derivative of W with respect to lat. diff --git a/source/js/esm/astronomy.js b/source/js/esm/astronomy.js index a5679145..b1527b19 100644 --- a/source/js/esm/astronomy.js +++ b/source/js/esm/astronomy.js @@ -1308,88 +1308,15 @@ const iaudata = [ [[0, 0, 2, -2, 2], [-13170906, -1675, -13696, 5730336, -3015, -4587]], [[0, 0, 2, 0, 2], [-2276413, -234, 2796, 978459, -485, 1374]], [[0, 0, 0, 0, 2], [2074554, 207, -698, -897492, 470, -291]], - [[0, 1, 0, 0, 0], [1475877, -3633, 11817, 73871, -184, -1924]], - [[0, 1, 2, -2, 2], [-516821, 1226, -524, 224386, -677, -174]], - [[1, 0, 0, 0, 0], [711159, 73, -872, -6750, 0, 358]], - [[0, 0, 2, 0, 1], [-387298, -367, 380, 200728, 18, 318]], - [[1, 0, 2, 0, 2], [-301461, -36, 816, 129025, -63, 367]], - [[0, -1, 2, -2, 2], [215829, -494, 111, -95929, 299, 132]], - [[0, 0, 2, -2, 1], [128227, 137, 181, -68982, -9, 39]], - [[-1, 0, 2, 0, 2], [123457, 11, 19, -53311, 32, -4]], - [[-1, 0, 0, 2, 0], [156994, 10, -168, -1235, 0, 82]], - [[1, 0, 0, 0, 1], [63110, 63, 27, -33228, 0, -9]], - [[-1, 0, 0, 0, 1], [-57976, -63, -189, 31429, 0, -75]], - [[-1, 0, 2, 2, 2], [-59641, -11, 149, 25543, -11, 66]], - [[1, 0, 2, 0, 1], [-51613, -42, 129, 26366, 0, 78]], - [[-2, 0, 2, 0, 1], [45893, 50, 31, -24236, -10, 20]], - [[0, 0, 0, 2, 0], [63384, 11, -150, -1220, 0, 29]], - [[0, 0, 2, 2, 2], [-38571, -1, 158, 16452, -11, 68]], - [[0, -2, 2, -2, 2], [32481, 0, 0, -13870, 0, 0]], - [[-2, 0, 0, 2, 0], [-47722, 0, -18, 477, 0, -25]], - [[2, 0, 2, 0, 2], [-31046, -1, 131, 13238, -11, 59]], - [[1, 0, 2, -2, 2], [28593, 0, -1, -12338, 10, -3]], - [[-1, 0, 2, 0, 1], [20441, 21, 10, -10758, 0, -3]], - [[2, 0, 0, 0, 0], [29243, 0, -74, -609, 0, 13]], - [[0, 0, 2, 0, 0], [25887, 0, -66, -550, 0, 11]], - [[0, 1, 0, 0, 1], [-14053, -25, 79, 8551, -2, -45]], - [[-1, 0, 0, 2, 1], [15164, 10, 11, -8001, 0, -1]], - [[0, 2, 2, -2, 2], [-15794, 72, -16, 6850, -42, -5]], - [[0, 0, -2, 2, 0], [21783, 0, 13, -167, 0, 13]], - [[1, 0, 0, -2, 1], [-12873, -10, -37, 6953, 0, -14]], - [[0, -1, 0, 0, 1], [-12654, 11, 63, 6415, 0, 26]], - [[-1, 0, 2, 2, 1], [-10204, 0, 25, 5222, 0, 15]], - [[0, 2, 0, 0, 0], [16707, -85, -10, 168, -1, 10]], - [[1, 0, 2, 2, 2], [-7691, 0, 44, 3268, 0, 19]], - [[-2, 0, 2, 0, 0], [-11024, 0, -14, 104, 0, 2]], - [[0, 1, 2, 0, 2], [7566, -21, -11, -3250, 0, -5]], - [[0, 0, 2, 2, 1], [-6637, -11, 25, 3353, 0, 14]], - [[0, -1, 2, 0, 2], [-7141, 21, 8, 3070, 0, 4]], - [[0, 0, 0, 2, 1], [-6302, -11, 2, 3272, 0, 4]], - [[1, 0, 2, -2, 1], [5800, 10, 2, -3045, 0, -1]], - [[2, 0, 2, -2, 2], [6443, 0, -7, -2768, 0, -4]], - [[-2, 0, 0, 2, 1], [-5774, -11, -15, 3041, 0, -5]], - [[2, 0, 2, 0, 1], [-5350, 0, 21, 2695, 0, 12]], - [[0, -1, 2, -2, 1], [-4752, -11, -3, 2719, 0, -3]], - [[0, 0, 0, -2, 1], [-4940, -11, -21, 2720, 0, -9]], - [[-1, -1, 0, 2, 0], [7350, 0, -8, -51, 0, 4]], - [[2, 0, 0, -2, 1], [4065, 0, 6, -2206, 0, 1]], - [[1, 0, 0, 2, 0], [6579, 0, -24, -199, 0, 2]], - [[0, 1, 2, -2, 1], [3579, 0, 5, -1900, 0, 1]], - [[1, -1, 0, 0, 0], [4725, 0, -6, -41, 0, 3]], - [[-2, 0, 2, 0, 2], [-3075, 0, -2, 1313, 0, -1]], - [[3, 0, 2, 0, 2], [-2904, 0, 15, 1233, 0, 7]], - [[0, -1, 0, 2, 0], [4348, 0, -10, -81, 0, 2]], - [[1, -1, 2, 0, 2], [-2878, 0, 8, 1232, 0, 4]], - [[0, 0, 0, 1, 0], [-4230, 0, 5, -20, 0, -2]], - [[-1, -1, 2, 2, 2], [-2819, 0, 7, 1207, 0, 3]], - [[-1, 0, 2, 0, 0], [-4056, 0, 5, 40, 0, -2]], - [[0, -1, 2, 2, 2], [-2647, 0, 11, 1129, 0, 5]], - [[-2, 0, 0, 0, 1], [-2294, 0, -10, 1266, 0, -4]], - [[1, 1, 2, 0, 2], [2481, 0, -7, -1062, 0, -3]], - [[2, 0, 0, 0, 1], [2179, 0, -2, -1129, 0, -2]], - [[-1, 1, 0, 1, 0], [3276, 0, 1, -9, 0, 0]], - [[1, 1, 0, 0, 0], [-3389, 0, 5, 35, 0, -2]], - [[1, 0, 2, 0, 0], [3339, 0, -13, -107, 0, 1]], - [[-1, 0, 2, -2, 1], [-1987, 0, -6, 1073, 0, -2]], - [[1, 0, 0, 0, 2], [-1981, 0, 0, 854, 0, 0]], - [[-1, 0, 0, 1, 0], [4026, 0, -353, -553, 0, -139]], - [[0, 0, 2, 1, 2], [1660, 0, -5, -710, 0, -2]], - [[-1, 0, 2, 4, 2], [-1521, 0, 9, 647, 0, 4]], - [[-1, 1, 0, 1, 1], [1314, 0, 0, -700, 0, 0]], - [[0, -2, 2, -2, 1], [-1283, 0, 0, 672, 0, 0]], - [[1, 0, 2, 2, 1], [-1331, 0, 8, 663, 0, 4]], - [[-2, 0, 2, 2, 2], [1383, 0, -2, -594, 0, -2]], - [[-1, 0, 0, 0, 2], [1405, 0, 4, -610, 0, 2]], - [[1, 1, 2, -2, 2], [1290, 0, 0, -556, 0, 0]] + [[0, 1, 0, 0, 0], [1475877, -3633, 11817, 73871, -184, -1924]] ]; function iau2000b(time) { - var i, t, el, elp, f, d, om, arg, dp, de, sarg, carg; + var i, t, elp, f, d, om, arg, dp, de, sarg, carg; var nals, cls; function mod(x) { return (x % ASEC360) * ASEC2RAD; } t = time.tt / 36525; - el = mod(485868.249036 + t * 1717915923.2178); elp = mod(1287104.79305 + t * 129596581.0481); f = mod(335779.526232 + t * 1739527262.8478); d = mod(1072260.70369 + t * 1602961601.2090); @@ -1399,7 +1326,7 @@ function iau2000b(time) { for (i = iaudata.length - 1; i >= 0; --i) { nals = iaudata[i][0]; cls = iaudata[i][1]; - arg = (nals[0] * el + nals[1] * elp + nals[2] * f + nals[3] * d + nals[4] * om) % PI2; + arg = (nals[1] * elp + nals[2] * f + nals[3] * d + nals[4] * om) % PI2; sarg = Math.sin(arg); carg = Math.cos(arg); dp += (cls[0] + cls[1] * t) * sarg + cls[2] * carg; @@ -1989,7 +1916,10 @@ function inverse_terra(ovec, st) { // Start with initial latitude estimate, based on a spherical Earth. let lat = Math.atan2(z, p); let cos, sin, denom; + let count = 0; for (;;) { + if (++count > 10) + throw `inverse_terra failed to converge.`; // Calculate the error function W(lat). // We try to find the root of W, meaning where the error is 0. cos = Math.cos(lat); @@ -2000,7 +1930,7 @@ function inverse_terra(ovec, st) { const radicand = cos2 + EARTH_FLATTENING_SQUARED * sin2; denom = Math.sqrt(radicand); const W = (factor * sin * cos) / denom - z * cos + p * sin; - if (Math.abs(W) < 1.0e-12) + if (Math.abs(W) < 1.0e-8) break; // The error is now negligible // Error is still too large. Find the next estimate. // Calculate D = the derivative of W with respect to lat. diff --git a/source/kotlin/src/main/kotlin/io/github/cosinekitty/astronomy/astronomy.kt b/source/kotlin/src/main/kotlin/io/github/cosinekitty/astronomy/astronomy.kt index 24300622..1efda0bf 100644 --- a/source/kotlin/src/main/kotlin/io/github/cosinekitty/astronomy/astronomy.kt +++ b/source/kotlin/src/main/kotlin/io/github/cosinekitty/astronomy/astronomy.kt @@ -4129,7 +4129,6 @@ private fun iau2000b(time: Time) { if (time.psi.isNaN()) { val t = time.julianCenturies() - val el = ((485868.249036 + t * 1717915923.2178) % ASEC360) * ASEC2RAD val elp = ((1287104.79305 + t * 129596581.0481) % ASEC360) * ASEC2RAD val f = ((335779.526232 + t * 1739527262.8478) % ASEC360) * ASEC2RAD val d = ((1072260.70369 + t * 1602961601.2090) % ASEC360) * ASEC2RAD @@ -4138,8 +4137,9 @@ private fun iau2000b(time: Time) { var de = 0.0 for (i in iauRow.size-1 downTo 0) { val arg = ( - iauRow[i].nals0*el + iauRow[i].nals1*elp + - iauRow[i].nals2*f + iauRow[i].nals3*d + + iauRow[i].nals1*elp + + iauRow[i].nals2*f + + iauRow[i].nals3*d + iauRow[i].nals4*om ) % PI2 val sarg = sin(arg) @@ -4305,7 +4305,11 @@ private fun inverseTerra(ovec: Vector): Observer { var c: Double var s: Double var denom: Double + var count = 0 while (true) { + ++count + if (count > 10) + throw InternalError("inverseTerra solver failed to converge.") // Calculate the error function W(lat). // We try to find the root of W, meaning where the error is 0. c = cos(lat) @@ -4316,7 +4320,7 @@ private fun inverseTerra(ovec: Vector): Observer { val radicand = c2 + F*s2 denom = sqrt(radicand) val W = ((factor * s * c) / denom) - (z * c) + (p * s) - if (W.absoluteValue < 1.0e-12) + if (W.absoluteValue < 1.0e-8) break // The error is now negligible. // Error is still too large. Find the next estimate. // Calculate D = the derivative of W with respect to lat. @@ -8786,79 +8790,7 @@ private val iauRow: Array = arrayOf( IauRow( 0, 0, 2, -2, 2, -13170906.0, -1675.0, -13696.0, 5730336.0, -3015.0, -4587.0), IauRow( 0, 0, 2, 0, 2, -2276413.0, -234.0, 2796.0, 978459.0, -485.0, 1374.0), IauRow( 0, 0, 0, 0, 2, 2074554.0, 207.0, -698.0, -897492.0, 470.0, -291.0), - IauRow( 0, 1, 0, 0, 0, 1475877.0, -3633.0, 11817.0, 73871.0, -184.0, -1924.0), - IauRow( 0, 1, 2, -2, 2, -516821.0, 1226.0, -524.0, 224386.0, -677.0, -174.0), - IauRow( 1, 0, 0, 0, 0, 711159.0, 73.0, -872.0, -6750.0, 0.0, 358.0), - IauRow( 0, 0, 2, 0, 1, -387298.0, -367.0, 380.0, 200728.0, 18.0, 318.0), - IauRow( 1, 0, 2, 0, 2, -301461.0, -36.0, 816.0, 129025.0, -63.0, 367.0), - IauRow( 0, -1, 2, -2, 2, 215829.0, -494.0, 111.0, -95929.0, 299.0, 132.0), - IauRow( 0, 0, 2, -2, 1, 128227.0, 137.0, 181.0, -68982.0, -9.0, 39.0), - IauRow(-1, 0, 2, 0, 2, 123457.0, 11.0, 19.0, -53311.0, 32.0, -4.0), - IauRow(-1, 0, 0, 2, 0, 156994.0, 10.0, -168.0, -1235.0, 0.0, 82.0), - IauRow( 1, 0, 0, 0, 1, 63110.0, 63.0, 27.0, -33228.0, 0.0, -9.0), - IauRow(-1, 0, 0, 0, 1, -57976.0, -63.0, -189.0, 31429.0, 0.0, -75.0), - IauRow(-1, 0, 2, 2, 2, -59641.0, -11.0, 149.0, 25543.0, -11.0, 66.0), - IauRow( 1, 0, 2, 0, 1, -51613.0, -42.0, 129.0, 26366.0, 0.0, 78.0), - IauRow(-2, 0, 2, 0, 1, 45893.0, 50.0, 31.0, -24236.0, -10.0, 20.0), - IauRow( 0, 0, 0, 2, 0, 63384.0, 11.0, -150.0, -1220.0, 0.0, 29.0), - IauRow( 0, 0, 2, 2, 2, -38571.0, -1.0, 158.0, 16452.0, -11.0, 68.0), - IauRow( 0, -2, 2, -2, 2, 32481.0, 0.0, 0.0, -13870.0, 0.0, 0.0), - IauRow(-2, 0, 0, 2, 0, -47722.0, 0.0, -18.0, 477.0, 0.0, -25.0), - IauRow( 2, 0, 2, 0, 2, -31046.0, -1.0, 131.0, 13238.0, -11.0, 59.0), - IauRow( 1, 0, 2, -2, 2, 28593.0, 0.0, -1.0, -12338.0, 10.0, -3.0), - IauRow(-1, 0, 2, 0, 1, 20441.0, 21.0, 10.0, -10758.0, 0.0, -3.0), - IauRow( 2, 0, 0, 0, 0, 29243.0, 0.0, -74.0, -609.0, 0.0, 13.0), - IauRow( 0, 0, 2, 0, 0, 25887.0, 0.0, -66.0, -550.0, 0.0, 11.0), - IauRow( 0, 1, 0, 0, 1, -14053.0, -25.0, 79.0, 8551.0, -2.0, -45.0), - IauRow(-1, 0, 0, 2, 1, 15164.0, 10.0, 11.0, -8001.0, 0.0, -1.0), - IauRow( 0, 2, 2, -2, 2, -15794.0, 72.0, -16.0, 6850.0, -42.0, -5.0), - IauRow( 0, 0, -2, 2, 0, 21783.0, 0.0, 13.0, -167.0, 0.0, 13.0), - IauRow( 1, 0, 0, -2, 1, -12873.0, -10.0, -37.0, 6953.0, 0.0, -14.0), - IauRow( 0, -1, 0, 0, 1, -12654.0, 11.0, 63.0, 6415.0, 0.0, 26.0), - IauRow(-1, 0, 2, 2, 1, -10204.0, 0.0, 25.0, 5222.0, 0.0, 15.0), - IauRow( 0, 2, 0, 0, 0, 16707.0, -85.0, -10.0, 168.0, -1.0, 10.0), - IauRow( 1, 0, 2, 2, 2, -7691.0, 0.0, 44.0, 3268.0, 0.0, 19.0), - IauRow(-2, 0, 2, 0, 0, -11024.0, 0.0, -14.0, 104.0, 0.0, 2.0), - IauRow( 0, 1, 2, 0, 2, 7566.0, -21.0, -11.0, -3250.0, 0.0, -5.0), - IauRow( 0, 0, 2, 2, 1, -6637.0, -11.0, 25.0, 3353.0, 0.0, 14.0), - IauRow( 0, -1, 2, 0, 2, -7141.0, 21.0, 8.0, 3070.0, 0.0, 4.0), - IauRow( 0, 0, 0, 2, 1, -6302.0, -11.0, 2.0, 3272.0, 0.0, 4.0), - IauRow( 1, 0, 2, -2, 1, 5800.0, 10.0, 2.0, -3045.0, 0.0, -1.0), - IauRow( 2, 0, 2, -2, 2, 6443.0, 0.0, -7.0, -2768.0, 0.0, -4.0), - IauRow(-2, 0, 0, 2, 1, -5774.0, -11.0, -15.0, 3041.0, 0.0, -5.0), - IauRow( 2, 0, 2, 0, 1, -5350.0, 0.0, 21.0, 2695.0, 0.0, 12.0), - IauRow( 0, -1, 2, -2, 1, -4752.0, -11.0, -3.0, 2719.0, 0.0, -3.0), - IauRow( 0, 0, 0, -2, 1, -4940.0, -11.0, -21.0, 2720.0, 0.0, -9.0), - IauRow(-1, -1, 0, 2, 0, 7350.0, 0.0, -8.0, -51.0, 0.0, 4.0), - IauRow( 2, 0, 0, -2, 1, 4065.0, 0.0, 6.0, -2206.0, 0.0, 1.0), - IauRow( 1, 0, 0, 2, 0, 6579.0, 0.0, -24.0, -199.0, 0.0, 2.0), - IauRow( 0, 1, 2, -2, 1, 3579.0, 0.0, 5.0, -1900.0, 0.0, 1.0), - IauRow( 1, -1, 0, 0, 0, 4725.0, 0.0, -6.0, -41.0, 0.0, 3.0), - IauRow(-2, 0, 2, 0, 2, -3075.0, 0.0, -2.0, 1313.0, 0.0, -1.0), - IauRow( 3, 0, 2, 0, 2, -2904.0, 0.0, 15.0, 1233.0, 0.0, 7.0), - IauRow( 0, -1, 0, 2, 0, 4348.0, 0.0, -10.0, -81.0, 0.0, 2.0), - IauRow( 1, -1, 2, 0, 2, -2878.0, 0.0, 8.0, 1232.0, 0.0, 4.0), - IauRow( 0, 0, 0, 1, 0, -4230.0, 0.0, 5.0, -20.0, 0.0, -2.0), - IauRow(-1, -1, 2, 2, 2, -2819.0, 0.0, 7.0, 1207.0, 0.0, 3.0), - IauRow(-1, 0, 2, 0, 0, -4056.0, 0.0, 5.0, 40.0, 0.0, -2.0), - IauRow( 0, -1, 2, 2, 2, -2647.0, 0.0, 11.0, 1129.0, 0.0, 5.0), - IauRow(-2, 0, 0, 0, 1, -2294.0, 0.0, -10.0, 1266.0, 0.0, -4.0), - IauRow( 1, 1, 2, 0, 2, 2481.0, 0.0, -7.0, -1062.0, 0.0, -3.0), - IauRow( 2, 0, 0, 0, 1, 2179.0, 0.0, -2.0, -1129.0, 0.0, -2.0), - IauRow(-1, 1, 0, 1, 0, 3276.0, 0.0, 1.0, -9.0, 0.0, 0.0), - IauRow( 1, 1, 0, 0, 0, -3389.0, 0.0, 5.0, 35.0, 0.0, -2.0), - IauRow( 1, 0, 2, 0, 0, 3339.0, 0.0, -13.0, -107.0, 0.0, 1.0), - IauRow(-1, 0, 2, -2, 1, -1987.0, 0.0, -6.0, 1073.0, 0.0, -2.0), - IauRow( 1, 0, 0, 0, 2, -1981.0, 0.0, 0.0, 854.0, 0.0, 0.0), - IauRow(-1, 0, 0, 1, 0, 4026.0, 0.0, -353.0, -553.0, 0.0, -139.0), - IauRow( 0, 0, 2, 1, 2, 1660.0, 0.0, -5.0, -710.0, 0.0, -2.0), - IauRow(-1, 0, 2, 4, 2, -1521.0, 0.0, 9.0, 647.0, 0.0, 4.0), - IauRow(-1, 1, 0, 1, 1, 1314.0, 0.0, 0.0, -700.0, 0.0, 0.0), - IauRow( 0, -2, 2, -2, 1, -1283.0, 0.0, 0.0, 672.0, 0.0, 0.0), - IauRow( 1, 0, 2, 2, 1, -1331.0, 0.0, 8.0, 663.0, 0.0, 4.0), - IauRow(-2, 0, 2, 2, 2, 1383.0, 0.0, -2.0, -594.0, 0.0, -2.0), - IauRow(-1, 0, 0, 0, 2, 1405.0, 0.0, 4.0, -610.0, 0.0, 2.0), - IauRow( 1, 1, 2, -2, 2, 1290.0, 0.0, 0.0, -556.0, 0.0, 0.0) + IauRow( 0, 1, 0, 0, 0, 1475877.0, -3633.0, 11817.0, 73871.0, -184.0, -1924.0) ) //--------------------------------------------------------------------------------------- diff --git a/source/kotlin/src/test/kotlin/io/github/cosinekitty/astronomy/Tests.kt b/source/kotlin/src/test/kotlin/io/github/cosinekitty/astronomy/Tests.kt index 2e4fd15d..b91e7506 100644 --- a/source/kotlin/src/test/kotlin/io/github/cosinekitty/astronomy/Tests.kt +++ b/source/kotlin/src/test/kotlin/io/github/cosinekitty/astronomy/Tests.kt @@ -294,7 +294,7 @@ class Tests { // are indirectly tested through their use in thousands of other // verified calculations. This is just to help isolate a problem // in sidereal time in case it is broken. - val correct = 9.398368460418821 + val correct = 9.3983699280076483 val time = Time(2022, 3, 15, 21, 50, 0.0) val gast = siderealTime(time) assertTrue(gast.isFinite()) @@ -309,7 +309,7 @@ class Tests { axisTestBody(Body.Sun, "Sun.txt", 0.0) axisTestBody(Body.Mercury, "Mercury.txt", 0.074340) axisTestBody(Body.Venus, "Venus.txt", 0.0) - axisTestBody(Body.Earth, "Earth.txt", 0.000591) + axisTestBody(Body.Earth, "Earth.txt", 0.002032) axisTestBody(Body.Moon, "Moon.txt", 0.264845) axisTestBody(Body.Mars, "Mars.txt", 0.075323) axisTestBody(Body.Jupiter, "Jupiter.txt", 0.000324) @@ -510,13 +510,13 @@ class Tests { val observer = Observer(29.0, -81.0, 10.0) val ofdate = equator(body, time, observer, EquatorEpoch.OfDate, Aberration.Corrected) - checkScalar(ofdate.ra, 4.893134408107621, 8.9e-16, "Venus EQD RA") - checkScalar(ofdate.dec, 24.6998405830952, 1.0e-16, "Venus EQD DEC") - checkScalar(ofdate.dist, 0.29355004763155124, 1.0e-16, "Venus EQD distance") + checkScalar(ofdate.ra, 4.89313435330548, 8.9e-16, "Venus EQD RA") + checkScalar(ofdate.dec, 24.6998437389883, 1.0e-16, "Venus EQD DEC") + checkScalar(ofdate.dist, 0.29355004763100184, 1.0e-16, "Venus EQD distance") val hor = horizon(time, observer, ofdate.ra, ofdate.dec, Refraction.None) - checkScalar(hor.azimuth, 87.5963687042015, 1.0e-16, "Venus azimuth") - checkScalar(hor.altitude, 54.929061963517746, 7.2e-15, "Venus altitude") + checkScalar(hor.azimuth, 87.59636363753623, 1.0e-16, "Venus azimuth") + checkScalar(hor.altitude, 54.92906326370683, 7.2e-15, "Venus altitude") } private fun verifyHelio( @@ -646,9 +646,9 @@ class Tests { compareMatrices( rotationEqjEqd(time), RotationMatrix( - 0.9999856608656787, 0.004911515527973243, 0.002134262929010771, - -0.004911577234051216, 0.9999879378516134, 2.367175135753887e-05, - -0.002134120921040258, -3.4154009138639524e-05, 0.9999977221781049 + 0.99998566000575, 0.004911662853913063, 0.002134326796501882, + -0.004911724560994305, 0.9999879371280032, 2.3671042158291904e-05, + -0.0021341847862124536, -3.415392806310602e-05, 0.9999977220418094 ), "EQJ EQD" ) @@ -656,9 +656,9 @@ class Tests { compareMatrices( rotationEqdEqj(time), RotationMatrix( - 0.9999856608656787, -0.004911577234051216, -0.002134120921040258, - 0.004911515527973243, 0.9999879378516134, -3.4154009138639524e-05, - 0.002134262929010771, 2.367175135753887e-05, 0.9999977221781049, + 0.99998566000575, -0.004911724560994305, -0.0021341847862124536, + 0.004911662853913063, 0.9999879371280032, -3.415392806310602e-05, + 0.002134326796501882, 2.3671042158291904e-05, 0.9999977220418094 ), "EQD EQJ" ) @@ -666,9 +666,9 @@ class Tests { compareMatrices( rotationEqdHor(time, observer), RotationMatrix( - 0.3272894142412824, -0.7559937548038297, 0.5668818942453582, - -0.3779968774019148, -0.6545788284825649, -0.6547097967625005, - 0.8660254037844387, 0.0, -0.49999999999999994, + 0.32728946993120217, -0.7559936583653404, 0.5668819907031286, + -0.3779968291826701, -0.6545789398624045, -0.6547097132443188, + 0.8660254037844387, 0.0, -0.49999999999999994 ), "EQD HOR" ) @@ -676,9 +676,9 @@ class Tests { compareMatrices( rotationHorEqd(time, observer), RotationMatrix( - 0.3272894142412824, -0.3779968774019148, 0.8660254037844387, - -0.7559937548038297, -0.6545788284825649, 0.0, - 0.5668818942453582, -0.6547097967625005, -0.49999999999999994, + 0.32728946993120217, -0.3779968291826701, 0.8660254037844387, + -0.7559936583653404, -0.6545789398624045, 0.0, + 0.5668819907031286, -0.6547097132443188, -0.49999999999999994 ), "HOR EQD" ) @@ -686,9 +686,9 @@ class Tests { compareMatrices( rotationHorEqj(time, observer), RotationMatrix( - 0.3272765095764035, -0.37957932484539564, 0.86533786605545, - -0.7591978885882081, -0.6508578111404256, 0.0016357385795925856, - 0.5625910168521117, -0.657498019637632, -0.5011862946349386, + 0.3272765648430403, -0.3795793254594772, 0.8653378448838741, + -0.7591978884845023, -0.6508578111406921, 0.0016357866061800894, + 0.5625909848417523, -0.6574980192828539, -0.5011863310325927 ), "HOR EQJ" ) @@ -696,9 +696,9 @@ class Tests { compareMatrices( rotationEqjHor(time, observer), RotationMatrix( - 0.3272765095764035, -0.7591978885882081, 0.5625910168521117, - -0.37957932484539564, -0.6508578111404256, -0.657498019637632, - 0.86533786605545, 0.0016357385795925856, -0.5011862946349386, + 0.3272765648430403, -0.7591978884845023, 0.5625909848417523, + -0.3795793254594772, -0.6508578111406921, -0.6574980192828539, + 0.8653378448838741, 0.0016357866061800894, -0.5011863310325927 ), "EQJ HOR" ) @@ -706,9 +706,9 @@ class Tests { compareMatrices( rotationEqdEcl(time), RotationMatrix( - 0.9999856608656787, -0.00535518855821894, -4.305530497609837e-06, - 0.004911515527973243, 0.917457490583079, -0.39780350675706494, - 0.002134262929010771, 0.39779778145246825, 0.9174706371286464, + 0.99998566000575, -0.005355349132153044, -4.3055223877728165e-06, + 0.004911662853913063, 0.9174574899514295, -0.3978035063948441, + 0.002134326796501882, 0.39779778074757544, 0.9174706372857009 ), "EQD ECL" ) @@ -716,9 +716,9 @@ class Tests { compareMatrices( rotationEclEqd(time), RotationMatrix( - 0.9999856608656787, 0.004911515527973243, 0.002134262929010771, - -0.00535518855821894, 0.917457490583079, 0.39779778145246825, - -4.305530497609837e-06, -0.39780350675706494, 0.9174706371286464, + 0.99998566000575, 0.004911662853913063, 0.002134326796501882, + -0.005355349132153044, 0.9174574899514295, 0.39779778074757544, + -4.3055223877728165e-06, -0.3978035063948441, 0.9174706372857009 ), "ECL EQD" ) @@ -726,9 +726,9 @@ class Tests { compareMatrices( rotationEclHor(time, observer), RotationMatrix( - 0.3272765095764035, -0.7591978885882081, 0.5625910168521117, - -0.004045778808843881, -0.5964997602626152, -0.8026030573580397, - 0.9449199531988498, 0.26039700837346297, -0.1982919062312794, + 0.3272765648430403, -0.7591978884845023, 0.5625909848417523, + -0.004045787793818034, -0.5964997411589893, -0.8026030715106858, + 0.9449199340185743, 0.26039705243710537, -0.19829193976659965 ), "ECL HOR" ) @@ -736,9 +736,9 @@ class Tests { compareMatrices( rotationHorEcl(time, observer), RotationMatrix( - 0.3272765095764035, -0.004045778808843881, 0.9449199531988498, - -0.7591978885882081, -0.5964997602626152, 0.26039700837346297, - 0.5625910168521117, -0.8026030573580397, -0.1982919062312794, + 0.3272765648430403, -0.004045787793818034, 0.9449199340185743, + -0.7591978884845023, -0.5964997411589893, 0.26039705243710537, + 0.5625909848417523, -0.8026030715106858, -0.19829193976659965 ), "HOR ECL" ) @@ -902,9 +902,9 @@ class Tests { @Test fun `Extreme year values`() { // https://github.com/cosinekitty/astronomy/issues/250 - assertEquals("2022-12-21T21:47:58.189Z", decemberSolstice(2022)) - assertEquals("-002300-12-19T16:22:26.325Z", decemberSolstice(-2300)) - assertEquals("+012345-12-11T13:30:10.040Z", decemberSolstice(12345)) + assertEquals("2022-12-21T21:47:54.455Z", decemberSolstice(2022)) + assertEquals("-002300-12-19T16:22:27.929Z", decemberSolstice(-2300)) + assertEquals("+012345-12-11T13:30:10.276Z", decemberSolstice(12345)) } //---------------------------------------------------------------------------------------- @@ -1135,7 +1135,7 @@ class Tests { // Expect the current search result to match the earlier of the found dates. assertTrue(aDir == direction, "$filename line $lnum: expected direction $direction, bound found $aDir") val errorMinutes = (24.0 * 60.0) * abs(aEvt.tt - correctDate.tt) - assertTrue(errorMinutes < 1.16, "$filename line $lnum: excessive prediction time error = $errorMinutes minutes.") + assertTrue(errorMinutes < 1.18, "$filename line $lnum: excessive prediction time error = $errorMinutes minutes.") } } @@ -1301,8 +1301,8 @@ class Tests { //---------------------------------------------------------------------------------------- private fun verifyGeoid(observer: Observer, time: Time, equator: EquatorEpoch) { - val degreeTolerance = 1.0e-12 - val meterTolerance = 1.0e-8 + val degreeTolerance = 1.0e-10 + val meterTolerance = 1.0e-5 val vector = observer.toVector(time, equator) val check = vector.toObserver(equator) val latDiff = abs(check.latitude - observer.latitude) @@ -1884,7 +1884,7 @@ class Tests { time -> -observer.toStateVector(time, EquatorEpoch.J2000) } - verifyStateBody("topostate/EMB_N30_W80_1000m.txt", 7.195e-04, 2.497e-04) { + verifyStateBody("topostate/EMB_N30_W80_1000m.txt", 7.197e-04, 2.497e-04) { time -> geoEmbState(time) - observer.toStateVector(time, EquatorEpoch.J2000) } } diff --git a/source/python/astronomy/astronomy.py b/source/python/astronomy/astronomy.py index 468cf71a..1b216302 100644 --- a/source/python/astronomy/astronomy.py +++ b/source/python/astronomy/astronomy.py @@ -1030,7 +1030,6 @@ class Spherical: class _iau2000b: def __init__(self, time): t = time.tt / 36525.0 - el = math.fmod((485868.249036 + t*1717915923.2178), _ASEC360) * _ASEC2RAD elp = math.fmod((1287104.79305 + t*129596581.0481), _ASEC360) * _ASEC2RAD f = math.fmod((335779.526232 + t*1739527262.8478), _ASEC360) * _ASEC2RAD d = math.fmod((1072260.70369 + t*1602961601.2090), _ASEC360) * _ASEC2RAD @@ -1072,508 +1071,6 @@ class _iau2000b: de += (73871.0 - 184.0*t)*carg - 1924.0*sarg - arg = elp + 2.0*f - 2.0*d + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-516821.0 + 1226.0*t)*sarg - 524.0*carg - de += (224386.0 - 677.0*t)*carg - 174.0*sarg - - - sarg = math.sin(el) - carg = math.cos(el) - dp += (711159.0 + 73.0*t)*sarg - 872.0*carg - de += (-6750.0)*carg + 358.0*sarg - - - arg = 2.0*f + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-387298.0 - 367.0*t)*sarg + 380.0*carg - de += (200728.0 + 18.0*t)*carg + 318.0*sarg - - - arg = el + 2.0*f + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-301461.0 - 36.0*t)*sarg + 816.0*carg - de += (129025.0 - 63.0*t)*carg + 367.0*sarg - - - arg = -elp + 2.0*f - 2.0*d + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (215829.0 - 494.0*t)*sarg + 111.0*carg - de += (-95929.0 + 299.0*t)*carg + 132.0*sarg - - - arg = 2.0*f - 2.0*d + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (128227.0 + 137.0*t)*sarg + 181.0*carg - de += (-68982.0 - 9.0*t)*carg + 39.0*sarg - - - arg = -el + 2.0*f + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (123457.0 + 11.0*t)*sarg + 19.0*carg - de += (-53311.0 + 32.0*t)*carg - 4.0*sarg - - - arg = -el + 2.0*d - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (156994.0 + 10.0*t)*sarg - 168.0*carg - de += (-1235.0)*carg + 82.0*sarg - - - arg = el + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (63110.0 + 63.0*t)*sarg + 27.0*carg - de += (-33228.0)*carg - 9.0*sarg - - - arg = -el + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-57976.0 - 63.0*t)*sarg - 189.0*carg - de += (31429.0)*carg - 75.0*sarg - - - arg = -el + 2.0*f + 2.0*d + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-59641.0 - 11.0*t)*sarg + 149.0*carg - de += (25543.0 - 11.0*t)*carg + 66.0*sarg - - - arg = el + 2.0*f + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-51613.0 - 42.0*t)*sarg + 129.0*carg - de += (26366.0)*carg + 78.0*sarg - - - arg = -2.0*el + 2.0*f + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (45893.0 + 50.0*t)*sarg + 31.0*carg - de += (-24236.0 - 10.0*t)*carg + 20.0*sarg - - - arg = 2.0*d - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (63384.0 + 11.0*t)*sarg - 150.0*carg - de += (-1220.0)*carg + 29.0*sarg - - - arg = 2.0*f + 2.0*d + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-38571.0 - 1.0*t)*sarg + 158.0*carg - de += (16452.0 - 11.0*t)*carg + 68.0*sarg - - - arg = -2.0*elp + 2.0*f - 2.0*d + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (32481.0)*sarg - de += (-13870.0)*carg - - - arg = -2.0*el + 2.0*d - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-47722.0)*sarg - 18.0*carg - de += (477.0)*carg - 25.0*sarg - - - arg = 2.0*el + 2.0*f + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-31046.0 - 1.0*t)*sarg + 131.0*carg - de += (13238.0 - 11.0*t)*carg + 59.0*sarg - - - arg = el + 2.0*f - 2.0*d + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (28593.0)*sarg - carg - de += (-12338.0 + 10.0*t)*carg - 3.0*sarg - - - arg = -el + 2.0*f + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (20441.0 + 21.0*t)*sarg + 10.0*carg - de += (-10758.0)*carg - 3.0*sarg - - - arg = 2.0*el - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (29243.0)*sarg - 74.0*carg - de += (-609.0)*carg + 13.0*sarg - - - arg = 2.0*f - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (25887.0)*sarg - 66.0*carg - de += (-550.0)*carg + 11.0*sarg - - - arg = elp + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-14053.0 - 25.0*t)*sarg + 79.0*carg - de += (8551.0 - 2.0*t)*carg - 45.0*sarg - - - arg = -el + 2.0*d + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (15164.0 + 10.0*t)*sarg + 11.0*carg - de += (-8001.0)*carg - sarg - - - arg = 2.0*elp + 2.0*f - 2.0*d + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-15794.0 + 72.0*t)*sarg - 16.0*carg - de += (6850.0 - 42.0*t)*carg - 5.0*sarg - - - arg = -2.0*f + 2.0*d - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (21783.0)*sarg + 13.0*carg - de += (-167.0)*carg + 13.0*sarg - - - arg = el - 2.0*d + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-12873.0 - 10.0*t)*sarg - 37.0*carg - de += (6953.0)*carg - 14.0*sarg - - - arg = -elp + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-12654.0 + 11.0*t)*sarg + 63.0*carg - de += (6415.0)*carg + 26.0*sarg - - - arg = -el + 2.0*f + 2.0*d + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-10204.0)*sarg + 25.0*carg - de += (5222.0)*carg + 15.0*sarg - - - arg = 2.0*elp - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (16707.0 - 85.0*t)*sarg - 10.0*carg - de += (168.0 - 1.0*t)*carg + 10.0*sarg - - - arg = el + 2.0*f + 2.0*d + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-7691.0)*sarg + 44.0*carg - de += (3268.0)*carg + 19.0*sarg - - - arg = -2.0*el + 2.0*f - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-11024.0)*sarg - 14.0*carg - de += (104.0)*carg + 2.0*sarg - - - arg = elp + 2.0*f + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (7566.0 - 21.0*t)*sarg - 11.0*carg - de += (-3250.0)*carg - 5.0*sarg - - - arg = 2.0*f + 2.0*d + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-6637.0 - 11.0*t)*sarg + 25.0*carg - de += (3353.0)*carg + 14.0*sarg - - - arg = -elp + 2.0*f + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-7141.0 + 21.0*t)*sarg + 8.0*carg - de += (3070.0)*carg + 4.0*sarg - - - arg = 2.0*d + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-6302.0 - 11.0*t)*sarg + 2.0*carg - de += (3272.0)*carg + 4.0*sarg - - - arg = el + 2.0*f - 2.0*d + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (5800.0 + 10.0*t)*sarg + 2.0*carg - de += (-3045.0)*carg - sarg - - - arg = 2.0*el + 2.0*f - 2.0*d + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (6443.0)*sarg - 7.0*carg - de += (-2768.0)*carg - 4.0*sarg - - - arg = -2.0*el + 2.0*d + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-5774.0 - 11.0*t)*sarg - 15.0*carg - de += (3041.0)*carg - 5.0*sarg - - - arg = 2.0*el + 2.0*f + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-5350.0)*sarg + 21.0*carg - de += (2695.0)*carg + 12.0*sarg - - - arg = -elp + 2.0*f - 2.0*d + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-4752.0 - 11.0*t)*sarg - 3.0*carg - de += (2719.0)*carg - 3.0*sarg - - - arg = -2.0*d + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-4940.0 - 11.0*t)*sarg - 21.0*carg - de += (2720.0)*carg - 9.0*sarg - - - arg = -el - elp + 2.0*d - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (7350.0)*sarg - 8.0*carg - de += (-51.0)*carg + 4.0*sarg - - - arg = 2.0*el - 2.0*d + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (4065.0)*sarg + 6.0*carg - de += (-2206.0)*carg + sarg - - - arg = el + 2.0*d - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (6579.0)*sarg - 24.0*carg - de += (-199.0)*carg + 2.0*sarg - - - arg = elp + 2.0*f - 2.0*d + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (3579.0)*sarg + 5.0*carg - de += (-1900.0)*carg + sarg - - - arg = el - elp - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (4725.0)*sarg - 6.0*carg - de += (-41.0)*carg + 3.0*sarg - - - arg = -2.0*el + 2.0*f + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-3075.0)*sarg - 2.0*carg - de += (1313.0)*carg - sarg - - - arg = 3.0*el + 2.0*f + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-2904.0)*sarg + 15.0*carg - de += (1233.0)*carg + 7.0*sarg - - - arg = -elp + 2.0*d - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (4348.0)*sarg - 10.0*carg - de += (-81.0)*carg + 2.0*sarg - - - arg = el - elp + 2.0*f + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-2878.0)*sarg + 8.0*carg - de += (1232.0)*carg + 4.0*sarg - - - sarg = math.sin(d) - carg = math.cos(d) - dp += (-4230.0)*sarg + 5.0*carg - de += (-20.0)*carg - 2.0*sarg - - - arg = -el - elp + 2.0*f + 2.0*d + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-2819.0)*sarg + 7.0*carg - de += (1207.0)*carg + 3.0*sarg - - - arg = -el + 2.0*f - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-4056.0)*sarg + 5.0*carg - de += (40.0)*carg - 2.0*sarg - - - arg = -elp + 2.0*f + 2.0*d + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-2647.0)*sarg + 11.0*carg - de += (1129.0)*carg + 5.0*sarg - - - arg = -2.0*el + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-2294.0)*sarg - 10.0*carg - de += (1266.0)*carg - 4.0*sarg - - - arg = el + elp + 2.0*f + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (2481.0)*sarg - 7.0*carg - de += (-1062.0)*carg - 3.0*sarg - - - arg = 2.0*el + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (2179.0)*sarg - 2.0*carg - de += (-1129.0)*carg - 2.0*sarg - - - arg = -el + elp + d - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (3276.0)*sarg + carg - de += (-9.0)*carg - - - arg = el + elp - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-3389.0)*sarg + 5.0*carg - de += (35.0)*carg - 2.0*sarg - - - arg = el + 2.0*f - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (3339.0)*sarg - 13.0*carg - de += (-107.0)*carg + sarg - - - arg = -el + 2.0*f - 2.0*d + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-1987.0)*sarg - 6.0*carg - de += (1073.0)*carg - 2.0*sarg - - - arg = el + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-1981.0)*sarg - de += (854.0)*carg - - - arg = -el + d - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (4026.0)*sarg - 353.0*carg - de += (-553.0)*carg - 139.0*sarg - - - arg = 2.0*f + d + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (1660.0)*sarg - 5.0*carg - de += (-710.0)*carg - 2.0*sarg - - - arg = -el + 2.0*f + 4.0*d + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-1521.0)*sarg + 9.0*carg - de += (647.0)*carg + 4.0*sarg - - - arg = -el + elp + d + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (1314.0)*sarg - de += (-700.0)*carg - - - arg = -2.0*elp + 2.0*f - 2.0*d + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-1283.0)*sarg - de += (672.0)*carg - - - arg = el + 2.0*f + 2.0*d + om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (-1331.0)*sarg + 8.0*carg - de += (663.0)*carg + 4.0*sarg - - - arg = -2.0*el + 2.0*f + 2.0*d + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (1383.0)*sarg - 2.0*carg - de += (-594.0)*carg - 2.0*sarg - - - arg = -el + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (1405.0)*sarg + 4.0*carg - de += (-610.0)*carg + 2.0*sarg - - - arg = el + elp + 2.0*f - 2.0*d + 2.0*om - sarg = math.sin(arg) - carg = math.cos(arg) - dp += (1290.0)*sarg - de += (-556.0)*carg - - self.dpsi = -0.000135 + (dp * 1.0e-7) self.deps = +0.000388 + (de * 1.0e-7) @@ -1870,7 +1367,11 @@ def _inverse_terra(ovec, st): # Numerically solve for exact latitude, using Newton's Method. # Start with initial latitude estimate, based on a spherical Earth. lat = math.atan2(z, p) + count = 0 while True: + count += 1 + if count > 10: + raise NoConvergeError() # Calculate the error function W(lat). # We try to find the root of W, meaning where the error is 0. cos = math.cos(lat) @@ -1881,7 +1382,7 @@ def _inverse_terra(ovec, st): radicand = cos2 + _EARTH_FLATTENING_SQUARED*sin2 denom = math.sqrt(radicand) W = (factor*sin*cos)/denom - z*cos + p*sin - if abs(W) < 1.0e-12: + if abs(W) < 1.0e-8: # The error is now negligible break # Error is still too large. Find the next estimate.