mirror of https://github.com/nirenjan/dotfiles.git
Fix comment in stardate script
parent
342b6a9775
commit
7f0e20cfef
2
stardate
2
stardate
|
@ -11,6 +11,6 @@ t = time.time()
|
||||||
concept, we add only 40587.5"""
|
concept, we add only 40587.5"""
|
||||||
jd = (t / 86400.0 + 40587.5)
|
jd = (t / 86400.0 + 40587.5)
|
||||||
|
|
||||||
# Use the idea that 10 Julian days is equal to 1 stardate
|
# Use the idea that 1 Julian day is equal to 1 stardate
|
||||||
print ("%05.9f" % jd)[:-7]
|
print ("%05.9f" % jd)[:-7]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue