Hi,
I sorted the users by the Last Active On column.
I noticed a bug in the order when the date/time is within the same month.
Example:
17/11/2020 12:00:00
19/11/2020 12:00:00
25/11/2020 12:00:00
09/10/2020 12:00:00
04/09/2020 12:00:00
I should have:
25/11/2020 12:00:00
19/11/2020 12:00:00
17/11/2020 12:00:00
09/10/2020 12:00:00
04/09/2020 12:00:00