I\'m trying to convert the string produced from the __DATE__ macro into a time_t. I don\'t need a full-blown date/time parser, something that only han
__DATE__
time_t
Answer here.
Spec for the format of DATE is here.