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
We need to standardize timestamp displays across the application to show UTC time consistently. All timestamps should be displayed in the format "Aug 16, 2018 8:02 PM UTC" to avoid confusion with local time.
Current Problems
Some timestamps may be showing in UTC time
Lack of clear UTC timezone indicator
Potential confusion between UTC and local time
Proposed Solution
Implement a centralized timestamp formatting utility using Day.js that consistently displays UTC times in the specified format.
The text was updated successfully, but these errors were encountered:
Context
We need to standardize timestamp displays across the application to show UTC time consistently. All timestamps should be displayed in the format "Aug 16, 2018 8:02 PM UTC" to avoid confusion with local time.
Current Problems
Proposed Solution
Implement a centralized timestamp formatting utility using Day.js that consistently displays UTC times in the specified format.
The text was updated successfully, but these errors were encountered: