changeset 667:af95905ca177

STUB: python/epoch2date.py
author Jeff Hammel <k0scist@gmail.com>
date Thu, 17 Apr 2014 12:57:44 -0700
parents fe6afbc1a38e
children ef2762b1f7e8
files python/epoch2date.py
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/python/epoch2date.py	Thu Apr 17 12:56:25 2014 -0700
+++ b/python/epoch2date.py	Thu Apr 17 12:57:44 2014 -0700
@@ -1,6 +1,12 @@
 #!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
+"""
+conversion between epoch and dates
+
+https://docs.python.org/2/library/time.html
+"""
+
 import argparse
 import datetime
 import os