Given a DateTime object, I am tasked with displaying a timer on my component.
The timer signifies an expiration, so once it reaches 0, the component needs to be updated accordingly.
Currently, I am unsure of how best to achieve this as I have not come across any existing modules that can help with this functionality.