From 11518c703097f8ee76fe50edae8efb386b036780 Mon Sep 17 00:00:00 2001 From: Penny Wood Date: Wed, 15 May 2019 19:05:56 +0800 Subject: [PATCH] Rising attribute. (#9460) --- source/_components/sun.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/sun.markdown b/source/_components/sun.markdown index 1ed1d0c9a98..cae4f6d77d7 100644 --- a/source/_components/sun.markdown +++ b/source/_components/sun.markdown @@ -73,3 +73,4 @@ which event (sunset or sunrise) and the offset. | `next_midnight` | Date and time of the next solar midnight (in UTC). | `elevation` | Solar elevation. This is the angle between the sun and the horizon. Negative values mean the sun is below the horizon. | `azimuth` | Solar azimuth. The angle is shown clockwise from north. +| `rising` | True if the Sun is currently rising, after solar midnight and before solar noon.