Hello, I have a timer function which starts a timer. It was working fine. but since yesterday the timer is not starting from 00:00:00 , it start from 23:59:56. Below is the func which displays the time.. Can anyone help ?
If(ThisItem.Running = 1,
Text(Time(0, 0, DateDiff(ThisItem.StartDateTime, Now(), Seconds) + Sum(Filter(colTimers, ParentId = ThisItem.RecordId), SessionTime) + secCount), "[$-en-US]hh:mm:ss")
, Text(Time(0, 0, Sum(Filter(colTimers, ParentId = ThisItem.RecordId), SessionTime) + ThisItem.SessionTime), "[$-en-US]hh:mm:ss"))
I have attached the video also showing the error. please suggest