Hello.
I need to convert a time from NZST to UTC, but the date format is d/mm/yyyy and the Convert time zone function is picking the wrong part of the date as the day.

In this screen shot, the baseTime is 5/04/2019 2:46:15 AM - this is the 5th day of April. I'm converting to UTC so I want the output to be 4/4/2019 2:46:15 PM, not 5/3/2019 as it appears in the screen shot above.
I looked at all the available formatstrings, and none have the date format the british way around.
Is there a way of doing this without building the baseTime string with a series of complicated splits and concats from the original data?