Hash :
6c9f1e88
Author :
Date :
2009-09-13T00:35:49
posixtm: don't reject a time with "60" as the number of seconds * lib/posixtm.c (posixtime): The code to reject invalid dates would also reject a time specified with the .60 suffix, whereas POSIX allows that, in order to accommodate leap seconds. Don't reject that. (main): Adjust tests accordingly. * modules/posixtm (Depends-on): Add stpcpy.
Description:
Convert a date/time string (POSIX syntax) to linear time or broken-down time.
Files:
lib/posixtm.h
lib/posixtm.c
m4/posixtm.m4
Depends-on:
mktime
stdbool
stpcpy
configure.ac:
gl_POSIXTM
Makefile.am:
Include:
"posixtm.h"
License:
GPL
Maintainer:
Jim Meyering