From 3fabedfac77682d0ab587e05060947aa3546b23c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 7 Sep 1998 02:17:55 +0000 Subject: [PATCH] . --- lib/posixtm.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lib/posixtm.h diff --git a/lib/posixtm.h b/lib/posixtm.h new file mode 100644 index 000000000..f2bca7943 --- /dev/null +++ b/lib/posixtm.h @@ -0,0 +1,11 @@ +/* POSIX Date Syntax flags. */ +#define PDS_LEADING_YEAR 1 +#define PDS_TRAILING_YEAR 2 +#define PDS_CENTURY 4 +#define PDS_SECONDS 8 + +time_t +posixtime (const char *s, unsigned int syntax_bits); + +struct tm * +posixtm (const char *s, unsigned int syntax_bits); -- 2.11.0