You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What problem would you like to solve? Please describe:
Alerts opened with timestamps in the detail field are common, but system timestamps aren't always in the same zone as users and can add to the time it takes to analyze problems.
Describe the solution you'd like:
As an MVP, detect ISO-formatted timestamps and render them with the <Time> component. The zone should be the original zone of the timestamp (the component will automatically provide local time in title)
The text was updated successfully, but these errors were encountered:
What problem would you like to solve? Please describe:
Alerts opened with timestamps in the detail field are common, but system timestamps aren't always in the same zone as users and can add to the time it takes to analyze problems.
Describe the solution you'd like:
As an MVP, detect ISO-formatted timestamps and render them with the
<Time>
component. The zone should be the original zone of the timestamp (the component will automatically provide local time intitle
)The text was updated successfully, but these errors were encountered: