count seconds

This commit is contained in:
Daniel Lovbrotte Olsen 2020-06-18 01:24:51 +02:00
parent 050d9f9957
commit c9560f86a3
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ in
type = "internal/date"; type = "internal/date";
internal = 5; internal = 5;
date = "%Y-%m-%d"; date = "%Y-%m-%d";
time = "%H:%M"; time = "%H:%M:%S";
label = "%date% %time%"; label = "%date% %time%";
}; };
}; };