Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/Standardize UTC Timestamp Format Using Day.js #78

Open
raylrui opened this issue Nov 13, 2024 · 0 comments
Open

Fix/Standardize UTC Timestamp Format Using Day.js #78

raylrui opened this issue Nov 13, 2024 · 0 comments
Assignees
Labels

Comments

@raylrui
Copy link
Contributor

raylrui commented Nov 13, 2024

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

  1. Some timestamps may be showing in UTC time
  2. Lack of clear UTC timezone indicator
  3. 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.

@raylrui raylrui added the fix label Nov 13, 2024
@raylrui raylrui self-assigned this Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant