var options = { timeZone: 'UTC', timeZoneName: 'short'};
const today = new Date();
$w("#pikoTimer").text = today.toLocaleTimeString("en-GB", options);
This is my code i want to use, so when I click a button it sets the text to UTC time - with UTC it works fine but I want to set it to UTC + 1 and I cant find a solution.
When i try timeZone: 'UTC+1' it gives me an error saying: RangeError: Invalid time zone specified: UTC+1