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

Sorting of date / time does not work #11

Open
WilliamLindblom opened this issue Mar 26, 2020 · 1 comment
Open

Sorting of date / time does not work #11

WilliamLindblom opened this issue Mar 26, 2020 · 1 comment

Comments

@WilliamLindblom
Copy link

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

@616slayer616
Copy link
Contributor

I think I have a fix for that in my "fork":
616slayer616/natorder#5
Could you verify that this makes sense?

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

No branches or pull requests

2 participants