Fix for test

  1. #!/usr/local/bin/python
  2.  
  3. import sys
  4. import time
  5.  
  6.  
  7. print(time.asctime(time.localtime(float(sys.argv[1]))))

Submit Fix

Any tags you'd like to associate with your code, delimitered by commas (example: Views, CCK, Module, etc).
Select the syntax highlighting mode to use.