Created
January 16, 2012 04:59
-
-
Save syshack/1619150 to your computer and use it in GitHub Desktop.
yet another demo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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