Hi, I’m trying to convert a Date/Time value from UK time (currently UTC +1 due to British Summer Time) to UTC.
I need this as I’ll be pushing to Salesforce, which takes any Date/Time as UTC then displays as local time, adding an hour which shouldn’t be there.
The easiest way to fix this would seem to be a date formatter, but i can’t get it to work as I expect:
If the date is in UK/London timezone and I convert it to UTC, it should (currently) remove 1 hour from the time value. This isn’t happening, can anyone point out what I’m doing wrong?