I receive a date/time string from Windows.
On a US computer, here is an example of the string:
TimeBegin : 6/19/2014 7:49:43 AM
On a UK computer, this is the same string:
TimeBegin : 19/6/2014 07:49:43
Is there a function that can take either these strings and put it into a standard format? Ultimately I want to send it to a SYSTEMTIME structure.