summaryrefslogtreecommitdiffstats
path: root/src/solar.py
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-04-13 23:40:48 +0200
committerMattias Andrée <maandree@operamail.com>2014-04-13 23:40:48 +0200
commitd73dd9a52b3fdf4150d7986ca4b5f1c0ae49b0e7 (patch)
tree36f10cd138b595f157df999907beab55cf69d7c0 /src/solar.py
parentadd note for cannibalisers and time travelers (diff)
downloadblueshift-d73dd9a52b3fdf4150d7986ca4b5f1c0ae49b0e7.tar.gz
blueshift-d73dd9a52b3fdf4150d7986ca4b5f1c0ae49b0e7.tar.bz2
blueshift-d73dd9a52b3fdf4150d7986ca4b5f1c0ae49b0e7.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/solar.py')
-rw-r--r--src/solar.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/solar.py b/src/solar.py
index 218a38a..256627e 100644
--- a/src/solar.py
+++ b/src/solar.py
@@ -208,8 +208,8 @@ def sun_geometric_mean_longitude(t):
# The result of this function should always be positive, this
# means that after division modulo 360 but before `radians`,
# you will need to add 360 if the value is negative. This can
- # only happen if `t` is negative, which can only happen for
- # date times before 2000-(01)Jan-01 12:00:00 par division modulo
+ # only happen if `t` is negative, which can only happen for date
+ # times before 2000-(01)Jan-01 12:00:00 UTC par division modulo
# implementations with the signess of atleast the left operand.