Mercurial > hg > config
changeset 669:bcf5781b615e
STUB: python/epoch2date.py
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Thu, 17 Apr 2014 13:06:12 -0700 |
parents | ef2762b1f7e8 |
children | 93dc0507ab3b |
files | python/epoch2date.py |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/python/epoch2date.py Thu Apr 17 13:04:26 2014 -0700 +++ b/python/epoch2date.py Thu Apr 17 13:06:12 2014 -0700 @@ -6,9 +6,13 @@ https://docs.python.org/2/library/time.html https://docs.python.org/2/library/datetime.html -http://bugs.python.org/issue7229 """ +# TODO: tz info +#http://bugs.python.org/issue7229 +# http://stackoverflow.com/questions/13218506/how-to-get-system-timezone-setting-and-pass-it-to-pytz-timezone + + import argparse import datetime import os