I was filtering the call log in the All view when I noticed what looked like duplicates in the call log: the incoming/outgoing direction, name, timestamp, number and direction, all seemed to be the same! Until I noticed that the timestamp was not exactly the same.
In my case, there was a five hour discrepancy. For instance, when I selected and exported what I thought then were duplicate entries, I had this in the Time field of the CSV file:
Code: Alles auswählen
"19/03/2025 15:38:00"
"19/03/2025 10:38:00"
However, I have a suggestion that may make MPE immune to this risk of duplicate entries in the call log: is it possible to store the timestamp in a chosen timezone?
If technically possible, it would make MyPhoneExplorer even more robust to one of the most infamous issues in software development I've met professionally: timestamp management and conversion.
What do you all think,