ptb 425 src/libsir/include/sir/helpers.h const struct tm* ptb = _sir_localtime(&now, &timebuf); ptb 426 src/libsir/include/sir/helpers.h return NULL != ptb && 0 != strftime(buffer, SIR_MAXTIME, format, ptb);