natorder icon indicating copy to clipboard operation
natorder copied to clipboard

Sorting of date / time does not work

Open WilliamLindblom opened this issue 4 years ago • 1 comments

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

WilliamLindblom avatar Mar 26 '20 16:03 WilliamLindblom

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

616slayer616 avatar Aug 04 '21 07:08 616slayer616