Skip to content

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

Open
@DataDrivenEngineer

Description

@DataDrivenEngineer

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions