mirror of
git://git.sv.gnu.org/coreutils
synced 2026-06-04 23:04:48 -04:00
.
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user