Currently dates are generated by the backend for when an alert is created or updated. The backend stores all datetime in utc time. When dates are displayed by the frontend they should be in local time.
Fix the view-alert-component so that the dates show local time and not utc. Also see if there is an option to label what the local timezone is being picked up as
Acceptance Criteria
[ ] view-alert-component shows dates in local time
Currently dates are generated by the backend for when an alert is created or updated. The backend stores all datetime in utc time. When dates are displayed by the frontend they should be in local time.
Fix the view-alert-component so that the dates show local time and not utc. Also see if there is an option to label what the local timezone is being picked up as
Acceptance Criteria