linux-can / can-utils

Linux-CAN / SocketCAN user space applications
2.31k stars 698 forks source link

asc2log::get_date check for AM in en_US time format #547

Closed vuquangtrong closed 1 month ago

vuquangtrong commented 1 month ago

the get_date function misses a case when the date line having AM in timestamp. This PR fixes that problem by finding am in the date string.