Skip to content

Instantly share code, notes, and snippets.

@kemitche
Created February 28, 2014 17:05
Show Gist options
  • Save kemitche/9275007 to your computer and use it in GitHub Desktop.
Save kemitche/9275007 to your computer and use it in GitHub Desktop.
In [3]: datetime.now() - datetime.now()
Out[3]: datetime.timedelta(-1, 86399, 999989)
In [4]: _.microseconds
Out[4]: 999989
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment