only if GNULIB_PARSE_DATETIME2.
(parse_datetime2, parse_datetime): Use this new function.
(parse_datetime2) [!GNULIB_PARSE_DATETIME2]: Remove.
+ * modules/parse-datetime2: New file.
2021-02-27 Bruno Haible <bruno@clisp.org>
--- /dev/null
+Description:
+Convert a date/time string to linear time, with debugging.
+
+Files:
+
+Depends-on:
+parse-datetime
+
+configure.ac:
+AC_DEFINE([GNULIB_PARSE_DATETIME2], [1], [Define to support parse_datetime2.])
+
+Makefile.am:
+
+Include:
+"parse-datetime.h"
+
+License:
+LGPLv2+
+
+Maintainer:
+Paul Eggert