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