aboutsummaryrefslogtreecommitdiffhomepage
path: root/parse-time-string/README
blob: 300ff1fbbbb6ad639ea06edc19dc199c3bf77559 (plain)
1
2
3
4
5
6
7
8
9
PARSE TIME STRING
=================

parse_time_string() is a date/time parser originally written for
notmuch by Jani Nikula <jani@nikula.org>. However, there is nothing
notmuch specific in it, and it should be kept reusable for other
projects, and ready to be packaged on its own as needed. Please do not
add dependencies on or references to anything notmuch specific. The
parser should only depend on the C library.