The ISO C standard does not specify any functions which can convert
the output of the strftime
function back into a binary format.
This lead to variety of more or less successful implementations with
different interfaces over the years. Then the Unix standard got
extended by two functions: strptime
and getdate
. Both
have kind of strange interfaces but at least they are widely available.
Go to the first, previous, next, last section, table of contents.