summaryrefslogtreecommitdiff
path: root/fastimport/dates.py
diff options
context:
space:
mode:
authorJonathan Nieder <jrnieder@gmail.com>2014-03-01 22:35:43 +0000
committerJelmer Vernooij <jelmer@samba.org>2014-03-01 22:35:43 +0000
commit203d9c4f930f841bd06f7830874aa96d748eeebb (patch)
treeed1945bb95415e92d31b474b7c9911a87b67f248 /fastimport/dates.py
parent9d727cb3eef310efa9f4ff04d8cea0ade5539a2d (diff)
downloadpython-fastimport-git-203d9c4f930f841bd06f7830874aa96d748eeebb.tar.gz
python-fastimport: overview documentation
Add some docstrings to help new readers to get started. Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
Diffstat (limited to 'fastimport/dates.py')
-rw-r--r--fastimport/dates.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/fastimport/dates.py b/fastimport/dates.py
index 65223f8..96efcf2 100644
--- a/fastimport/dates.py
+++ b/fastimport/dates.py
@@ -15,7 +15,9 @@
"""Date parsing routines.
-Each routine returns timestamp,timezone where
+Each routine represents a date format that can be specified in a
+stream using the date-format feature. The return value is
+timestamp,timezone where
* timestamp is seconds since epoch
* timezone is the offset from UTC in seconds.