Parse date string with comma

Hi Johan,

Yeah, I lived in Germany, so seeing numbers like: 123.456,789 don’t bother me. I guess my issue is that I’m used to strptime() from Python which allows using formatting. So it seemed odd to me that I couldn’t say, “hey, use a comma to separate the seconds from the fractions of a second.” For now, I guess I’ll just replace the “,” with a “.” and be done with it.

Thanks,

Rob

2 Likes