Skip to content

Instantly share code, notes, and snippets.

@syshack
Created January 16, 2012 04:59
Show Gist options
  • Save syshack/1619150 to your computer and use it in GitHub Desktop.
Save syshack/1619150 to your computer and use it in GitHub Desktop.
yet another demo
#!/usr/bin/env python
import time
t =time
today = t.strftime("%Y%m%d",t.localtime())
yesterday = int(today) - 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment