Weighing: Set Date/Time of scales at startup
Test / Run tests (push) Successful in 1m59s

This commit is contained in:
2026-08-01 23:41:18 +02:00
parent bc093f31db
commit d44d82a614
4 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -188,7 +188,7 @@ namespace Elwig.Documents {
if (info.Date != null || info.Time != null)
weighing.Add(Normal(" \u2013 "));
if (info.Time != null)
weighing.Add(Normal($"{info.Time:HH:mm}"));
weighing.Add(Normal($"{info.Time:HH:mm:ss}"));
if (info.Date != null)
weighing.Add(Normal($", {info.Date:dd.MM.yyyy}"));
if (info.Gross != null && info.Tare != null && info.Net != null) {