I try to read a csv-file with german month days like 'Mai' etc.
When I try: datetime.date.strptime('Mai 2009','%B %Y'))
it results in a
ValueError: time data 'Mai 2009' does not match format '%B %Y'
The defaultlocale ist 'de_DE'
Is there an easy solution for translation ?