This commit is contained in:
iceman1001 2023-03-04 20:10:46 +01:00
commit 8f20eed914
7 changed files with 770 additions and 769 deletions

View file

@ -144,7 +144,7 @@ static void print_time(uint64_t at) {
strftime(res, sizeof(res), "('%Y-%m-%d %H:%M:%S')", &lt);
#else
strftime(res, sizeof(res), "%s ('%Y-%m-%d %H:%M:%S')", &lt);
#endif
#endif
printf("%s\n", res);
}