linuxmint / mintreport

Troubleshooting tool
19 stars 18 forks source link

Crash report: sort timestamp properly #28

Closed collinss closed 5 years ago

collinss commented 5 years ago

Currently it's sorting according to day of the week rather than chronologically because the timestamp string starts with day of the week and it's doing a simple string comparison to sort it. This fixes it so that it sorts correctly.