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

[Medium] Feature request: display dates in 24-hour time format #2

Open
DataDrivenEngineer opened this issue Apr 29, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@DataDrivenEngineer
Copy link
Contributor

Difficulty

Medium

What you need to do

Read description of the issue below and try to fix it.

Hints

  1. Read issue description below carefully and ensure that you understand it
  2. Run the app and ensure that you can reproduce the issue. 'Reproducing issue' means that when you run the app locally, you see the same behavior as described in the issue.
  3. Begin by understanding what ISO 8601 format is. Here is a link to get you started: ISO 8601 – Effectively Communicate Dates and Times Internationally

Issue description

'Created At' column displays dates in ISO 8601 format, which is very hard for humans to read - see the image below:

unformatted-dates

Expected behavior

'Created At' column displays dates in 24-hour notation in the form hh:mm (for example 01:23), where hh (00 to 23) is the number of full hours that have passed since midnight, mm (00 to 59) is the number of full minutes that have passed since the last full hour.

@DataDrivenEngineer DataDrivenEngineer added the enhancement New feature or request label Apr 29, 2022
@snigdhasankhe
Copy link

Is the new format expected to be just in the form hh:mm or yyyy-mm-dd HH:mm?
For example converting 2021-04-27T03:41:56Z to

  1. 03:41
    or
  2. 2021-04-27 03:41

@DataDrivenEngineer
Copy link
Contributor Author

DataDrivenEngineer commented May 1, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants