Using the code below, I attempted to obtain the time and date in London right now.
However, the London time is not displayed.
var date = new Date();
console.log(date.toLocaleString('en-GB'));
the one above displays the time and date in my time zone (India time)
20/12/2018, 10:43:23
I need some assistance converting Indian Standard Time to BST.