[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: library/2215: strptime() problems
The following reply was made to PR library/2215; it has been noted by GNATS.
From: Artur Grabowski <art@blahonga.org>
To: nickus@mpi-cbg.de
Cc: gnats@openbsd.org
Subject: Re: library/2215: strptime() problems
Date: 29 Nov 2001 00:55:43 +0100
nickus@mpi-cbg.de writes:
> strptime() can't handle the string %Y%m%d%H%M%S even though
> the input string is correct.
I quote from the man-page:
"There must be whitespace or other non-alphanumeric characters between any
two conversion specifications."
The input is not correct.
//art