• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

MakefileH A D09-Dec-202153 64

Makefile.localH A D09-Dec-2021435 158

READMEH A D09-Dec-2021418 108

parse-time-string.cH A D09-Dec-202139.7 KiB1,511914

parse-time-string.hH A D09-Dec-20213.8 KiB10329

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