Fix comment in stardate script

master
nirenjan 2013-08-07 15:47:54 -07:00
parent 342b6a9775
commit 7f0e20cfef
1 changed files with 1 additions and 1 deletions

View File

@ -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]