date and time

This commit is contained in:
2024-12-07 01:01:24 +01:00
parent 66d3804a5f
commit 7bbc2dcf68

View File

@@ -65,5 +65,5 @@ static const char unknown_str[] = "n/a";
*/
static const struct arg args[] = {
/* function format argument */
{ datetime, "%s", "%F %T" },
{ datetime, "%s", "%Y-%m-%d %k:%M" },
};