Skip to content

Sorting of date / time does not work #11

Description

@WilliamLindblom

Dates with time ( i.e. "2020-03-26 10:00:00") and only time (i.e. "10:00:00") does not work as expected. The issue is that 00 comes after 01-09.

Expected:

10:00:00
10:00:01
10:01:00
10:09:00
10:10:00

Actual:

10:01:00
10:09:00
10:10:00
10:00:00
10:00:01

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions