I want to convert the date from one timeZone into another TimeZone
For Eg: "Sun May 01 2019 00:00:00 GMT+0530 (India Standard Time)" is the current date object , i want to convert the date based on timeZone Offset. consider the offset is '+4.0', Then i want the desired output such as "Sun May 01 2019 00:00:00 +04:00", i have used moment utcOffset but it gives result such as "Sun May 19 2019 22:30:00 GMT+0530".