I have npm moment in my application using that need to convert selected time into the specified GMT timezone getting from server
my time zone is +5.30, I need to convert my local time into GMT and pass to the server
I tried the following code but its not converting to the GMT/ UTC time
moment(new Date()).subtract(5.30, 'hour')).toDate() // getting wrong answer