The default dateformat of en-US is mm/dd/yyyy, this is why the conversion fails.
If your string-date is always formatted as dd/mm/yyyy hh:mm:ss you should use DateTime.ParseExact as shared on this StackOverflow-post:
How to Convert a Date String with Format "dd/MM/yyyy" to OS Current Culture Date Format