Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Former Member
3 years agoConverting from Avast Password Manager [mrc-converter-suite] [Solved]
Hello,
I'm getting an error when trying to convert my Avast passwords (program version 23.4.6062 (build 23.4.8118.783)) into 1Password. I'm using Windows 11. I followed the directions in the mc con...
MrC
3 years agoSuper Contributor
@gidsiner ,
Thanks for the report. I see the error:
Time::Piece::strptime("Time::Piece", "2027-04--1", "%Y-%m-%d") called at C:/Tools/mrc-converter-suite/./Converters/Avastpasswords.pm line 211
The data being passed is quite unexpected. Avast dates in the Credit Card entries in the export look like:
"expirationDate" : {
"day" : 1,
"month" : 12,
"year" : 2023
},
The converter just reassembles those day, month, year components into a Y-m-d format. It seems your day value is "-1". Can you find that entry in your JSON?