On Mon, Sep 29, 2014 at 07:14:23PM -0700, Eric Pruitt wrote: > config.def.h | 8 ++++++++
I just noticed that "%F" support in strftime is a C99 feature, and if sic is targeting C89, it should be changed to "%Y-%m-%d". Either way, this changes the time format from the original %D, but I strongly favor ISO 8601 and think it makes more sense to use it as the default since unlike MM/DD/YY and DD/MM/YY, there is no ambiguity in interpretation. Eric