Index: stat.c =================================================================== --- stat.c (revision 8831) +++ stat.c (revision 8832) @@ -152,7 +152,7 @@ pcb_board_count_holes(&hp, &hup, NULL); t = time(NULL); - strftime(buff, sizeof(buff), "%Y-%d-%m %H:%M:%S", localtime(&t)); + strftime(buff, sizeof(buff), "%Y-%m-%d %H:%M:%S", localtime(&t)); fprintf(f, "ha:pcb-rnd-board-stats-v1 {\n"); fprintf(f, " ha:meta {\n");