shirou / gopsutil

psutil for golang
Other
10.28k stars 1.56k forks source link

Issue 1658: Fix for parsing error where 'day,' is ignored on AIX uptime check #1659

Closed aidangill-projects closed 1 month ago

aidangill-projects commented 1 month ago

Resolution for issue 1658 - where on AIX when the uptime is one day, the day parser fails.

This is fixed by parsing 'day,' as well as 'days,'.