1
0
This commit is contained in:
Daniel Tartavel 2020-05-08 14:17:59 +02:00
parent 8797b9ce9c
commit a4ef2ec020

2
main.c
View File

@ -254,7 +254,7 @@ int main()
char date[60];
time_t now ;
setlocale(LC_ALL,"");
setlocale(LC_ALL,"fr_FR.UTF-8");
time( &now );
sprintf( date, "%s", ctime(&now));
date[strlen(date)-1] = 0;