Skip to content

Instantly share code, notes, and snippets.

@gainskills
Created November 17, 2016 10:10
Show Gist options
  • Save gainskills/8c9f2e99f91be4cfb250838daa5116fd to your computer and use it in GitHub Desktop.
Save gainskills/8c9f2e99f91be4cfb250838daa5116fd to your computer and use it in GitHub Desktop.
import pytz
from datetime import datetime
eastern = pytz.timezone('US/Eastern')
cutime = datetime.now(eastern)
timestr = cutime.strftime("%Y-%m-%d")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment