mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
8c6b2e7e9d
The timegm(3) function is a non-standard extension to libc which is available in GNU libc and on some BSDs. Although SunOS had this function in its libc, Solaris (unfortunately) removed it. This patch implements a very simple version of timegm() which is good enough for parse-time-string.c. Signed-off-by: Vladimir Marek <vlmarek@volny.cz> |
||
---|---|---|
.. | ||
Makefile | ||
Makefile.local | ||
parse-time-string.c | ||
parse-time-string.h | ||
README |
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.