# HG changeset patch # User Jeff Hammel # Date 1397765066 25200 # Node ID ef2762b1f7e86c714f9851ad4baa324e03736398 # Parent af95905ca177496753af8d6564117663cab04e4c note to self about fun tzinfo to fix in a year diff -r af95905ca177 -r ef2762b1f7e8 python/epoch2date.py --- a/python/epoch2date.py Thu Apr 17 12:57:44 2014 -0700 +++ b/python/epoch2date.py Thu Apr 17 13:04:26 2014 -0700 @@ -5,6 +5,8 @@ conversion between epoch and dates https://docs.python.org/2/library/time.html +https://docs.python.org/2/library/datetime.html +http://bugs.python.org/issue7229 """ import argparse