Converting local UK dates in to UTC ISO formats
Hi I am looking to take a local UK format DATETIME and convert it to an ISO UTC format Currently I am parsing the date using a substring() in to LocaleDateTime.parse($inputStrings) to create a snaplocaledate value When I try to parse the value out as...