Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
Makefile | H A D | 09-Dec-2021 | 53 | 6 | 4 | |
Makefile.local | H A D | 03-May-2022 | 440 | 15 | 8 | |
Makefile.local.c++20 | H A D | 09-Dec-2021 | 435 | 15 | 9 | |
README | H A D | 09-Dec-2021 | 418 | 10 | 8 | |
parse-time-string.c | H A D | 09-Dec-2021 | 39.7 KiB | 1,511 | 914 | |
parse-time-string.h | H A D | 09-Dec-2021 | 3.8 KiB | 103 | 29 |
README
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