Skip to content

Instantly share code, notes, and snippets.

@qingfeng
Created December 11, 2009 16:52
Show Gist options
  • Save qingfeng/254337 to your computer and use it in GitHub Desktop.
Save qingfeng/254337 to your computer and use it in GitHub Desktop.
Look Tokyo Tyrant rts file
#!/bin/sh
cat ntfs.rts | xargs python -c $1 "import sys;print int(sys.argv[1])/1000000" | xargs date -r
#!/usr/local/bin/python
import time
print int((time.time()-15*60)*1000000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment