Changed by:
diff --git a/modules/worker/front/time-control/index.html b/modules/worker/front/time-control/index.html
index a00ebab45..7eaed4ec5 100644
--- a/modules/worker/front/time-control/index.html
+++ b/modules/worker/front/time-control/index.html
@@ -27,7 +27,7 @@
icon="arrow_{{($index % 2) == 0 ? 'forward' : 'back'}}"
title="{{(($index % 2) == 0 ? 'In' : 'Out') | translate}}">
- {{hour.timed | dateTime: 'HH:mm'}}
+ {{hour.timed | date: 'HH:mm'}}