]> rtime.felk.cvut.cz Git - notmuch.git/blob - parse-time-string/README
emacs: escape % in header line format
[notmuch.git] / parse-time-string / README
1 PARSE TIME STRING
2 =================
3
4 parse_time_string() is a date/time parser originally written for
5 notmuch by Jani Nikula <jani@nikula.org>. However, there is nothing
6 notmuch specific in it, and it should be kept reusable for other
7 projects, and ready to be packaged on its own as needed. Please do not
8 add dependencies on or references to anything notmuch specific. The
9 parser should only depend on the C library.