This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
#!/usr/bin/env python |
| 2 |
|
| 3 |
import sys |
| 4 |
import time |
| 5 |
|
| 6 |
for i in sys.argv[1:]: |
| 7 |
print i, time.ctime(float(i)) |