Im using a Text
view to show a remaining time to a date like so:
Text(entry.remainingTime, style: .relative)
it works but when the timer reaches 0 it start again increasing, which is good for me I just need to know the counter reached 0 so I can change a text, to keep everything understandable until the next widget update happens.