Check-in rule visualization: Fix customtime nodes

This commit is contained in:
Raphael Michel
2021-05-10 11:54:13 +02:00
parent 2d63d5a6e7
commit d9da2da690

View File

@@ -145,7 +145,7 @@
},
tf (val) {
const format = $("body").attr("data-timeformat")
return moment(val).format(format)
return moment(val, "HH:mm:ss").format(format)
}
},
}