strptime and localization

Hi,

My project uses Date::MONTHNAMES and Date::ABBR_MONTHNAMES for localization.

I've run into an issue where I need to use strptime to parse a localized string.

Has anyone run into this? How did you fix it?