changeset 668:ef2762b1f7e8

note to self about fun tzinfo to fix in a year
author Jeff Hammel <k0scist@gmail.com>
date Thu, 17 Apr 2014 13:04:26 -0700
parents af95905ca177
children bcf5781b615e
files python/epoch2date.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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