X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/e7eb3a2744aa45179daea235800753d3d1955338..b88fd7912fc173b50b4638fb1e25155999568990:/lib/dateparse.c diff --git a/lib/dateparse.c b/lib/dateparse.c index cb24266..be96e8f 100644 --- a/lib/dateparse.c +++ b/lib/dateparse.c @@ -32,6 +32,10 @@ * This set of patterns is designed to parse a specific time of a specific day, * since that's what the scheduler needs. Other requirements might need other * pattern lists. + * + * NB DisOrder now uses my_strptime() instead of the system strptime(). This + * has some bits missing. Therefore check carefuly before adding to this + * table. */ static const char *const datemsk[] = { /* ISO format */