mirror of https://github.com/nirenjan/dotfiles.git
Fix comment in stardate script
parent
6edec73441
commit
7ceee1933a
|
@ -11,6 +11,6 @@ t = time.time()
|
|||
concept, we add only 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]
|
||||
|
||||
|
|
Loading…
Reference in New Issue