summaryrefslogtreecommitdiff
path: root/lib/posixtm.h
blob: f2bca79439a6681b67a92b912327f21652e6e69e (plain)
1
2
3
4
5
6
7
8
9
10
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);