Internationalization of DateTime in SW API

Hi,

What is the correct method to get a user's DateTime string parsed into a valid date-time?

In c# the following code works fine all over the world, except in Israel, and I have no idea why?

  swFeat = (Feature)swModelDoc2.FirstFeature();       
  myDate =  Convert.ToDateTime(swFeat.DateCreated)

The converter throws the exception,

"String was not recognized as a valid DateTime."

Unfortunately, I do not have access to the customer's computer and I can't debug the code other than seeing the thrown exception.

Thanks,

Anthony

SolidworksApi/macros