I am trying to parse dates exported from a CMS. Unfortunately with a Swedish locale set. The month names are abbreviated to three characters which makes a difference when it comes to the months May and October ("maj" vs. "May", and, "okt" vs. "Oct").I am trying to parse dates exported from a CMS.