dotfiles/stardate

7 lines
78 B
Python
Executable File

#!/usr/bin/env python
import time
print "%05.1f" % (time.time() / 31557.6)