@Test
 public void test_timeDiffInH() {
   tD1 = Values.timeDiffInS(3600);
   tD2 = Values.timeDiffInH(1);
   assertEquals(tD1, tD2);
 }