Artifact
char date_str[ 32]; ... if ((strlen (tok) < 12) && (strchr( tok, '-') != NULL)) { strcpy( date_str, tok); strcat( date_str, " "); }
15af84d5-c6a6-44cc-9b3c-724cc0cfa7b9
char date_str[ 32]; ... if ((strlen (tok) < 12) && (strchr( tok, '-') != NULL)) { strcpy( date_str, tok); strcat( date_str, " "); }