Skip to content
Extraits de code Groupes Projets
Vérifiée Valider 7d62bb75 rédigé par Kubat's avatar Kubat
Parcourir les fichiers

LKT: Replace the %F by %Y-%m-%D which should be the same thing

parent 0ba7c2d5
Branches
Aucune étiquette associée trouvée
1 requête de fusion!184Draft: Windows build rebased
......@@ -772,7 +772,7 @@ status__(struct cmd_args *args)
#undef check_end
struct tm *p_tm = localtime(&update_ts);
len = strftime(buff, LKT_MESSAGE_MAX - 1, "%d %H:%M:%S", p_tm); // doc says %F should exists but isn't
len = strftime(buff, LKT_MESSAGE_MAX - 1, "%Y-%m-%d %H:%M:%S", p_tm);
buff[len] = '\0';
int pla_m = time_pos / 60;
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter