notmuch/parse-time-string
David Bremner 126347b694 Import notmuch_0.38.2.orig.tar.xz
[dgit import orig notmuch_0.38.2.orig.tar.xz]
2023-12-01 07:51:09 -04:00
..
Makefile Import notmuch_0.38.2.orig.tar.xz 2023-12-01 07:51:09 -04:00
Makefile.local Import notmuch_0.38.2.orig.tar.xz 2023-12-01 07:51:09 -04:00
parse-time-string.c Import notmuch_0.38.2.orig.tar.xz 2023-12-01 07:51:09 -04:00
parse-time-string.h Import notmuch_0.38.2.orig.tar.xz 2023-12-01 07:51:09 -04:00
README Import notmuch_0.38.2.orig.tar.xz 2023-12-01 07:51:09 -04:00

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.