When using relative, offset, or timer style with a date in a Text view in #SwiftUI, the time updates automatically. To prevent the UI from jittering, we can apply the monospacedDigit() modifier to the Text, so it uses fixed-width numeric characters.
Learn more: https://nilcoalescing.com/blog/DynamicDatesWithMonospacedDigits/




