Use Python stardate calculator

vimbundler
nirenjan 2013-01-18 14:50:46 -08:00
parent a9b9b9ec49
commit a03eeb9f45
1 changed files with 6 additions and 0 deletions

6
stardate 100755
View File

@ -0,0 +1,6 @@
#!/usr/bin/env python
import time
print "%05.1f" % (time.time() / 31557.6)