Nitpicks: - Check if digit in date_field(). - Style: don't declare variables in the inner scope, just use the function scope for struct tm date; and struct timespec ts;
Kind regards, Hiltjo
Nitpicks: - Check if digit in date_field(). - Style: don't declare variables in the inner scope, just use the function scope for struct tm date; and struct timespec ts;
Kind regards, Hiltjo