Open VictorVolpe opened 3 years ago
I have the same problem, need to fix.
I had the same issue, this is because dateparser() does not correctly parse the date
I had the same issue, this is because dateparser() does not correctly parse the date
Nice, but how did you fix it?
I fixed this problem by using another lib moment
instead of dateparser
here is what I did in case you are interested https://github.com/MartinGao/Swar-Chia-Plot-Manager/commit/b99039b4700fb88936ff623cb8438f74fedfaca2
but I have to say that I am not familiar with python at all.
I picked moment
simply because I happened to find this lib and it happened to fix this problem.
Using another lib might not be the best way to fix this problem and I think with correct usage dateparser
should be able to do the job but I did not dig into it since python is not my first-choice programming language.
I fixed this problem by using another lib
moment
instead ofdateparser
here is what I did in case you are interested MartinGao@b99039b
but I have to say that I am not familiar with python at all. I picked
moment
simply because I happened to find this lib and it happened to fix this problem. Using another lib might not be the best way to fix this problem and I think with correct usagedateparser
should be able to do the job but I did not dig into it since python is not my first-choice programming language.
I fixed ! tks
Recurrent issue on Debian 10...