sandsturm / whatsapp-converter

Use this application to convert your exported WhatsApp chat to a CSV, Excel or ODS file.
MIT License
17 stars 8 forks source link

ValueError: time data does not match format '%d.%m.%y' #14

Open jamesyakjy opened 1 year ago

jamesyakjy commented 1 year ago

Error: ValueError: time data '14/2/16' does not match format '%d.%m.%y'

Sample datetime stamps: [21/11/16, 11:02:38 PM] [12/12/16, 1:11:54 AM]

Performed a replacement for " PM]" to "]" and " AM]" to "]" but accuracy of AM/PM will be lost.