Describe the issue
Current behaviour: When visiting a user profile page, if you click to sort RFC's by date, it sorts it based on the Month Year string. This results in entries being sorted by Month and then year. eg: April 2024 can appear before June 2000.
Expected behaviour: Sort by year and then by month, thus sorting in chronological order.
Changing the displayed dates to a YYYY-MM-DD format for example may be a viable fix.
Code of Conduct
Describe the issue
Current behaviour: When visiting a user profile page, if you click to sort RFC's by date, it sorts it based on the Month Year string. This results in entries being sorted by Month and then year. eg: April 2024 can appear before June 2000.
Expected behaviour: Sort by year and then by month, thus sorting in chronological order.
Changing the displayed dates to a YYYY-MM-DD format for example may be a viable fix.
Code of Conduct