Want to remove TimeZone details from date+time.(EmberJS)
Input: "2019-03-11T09:00:00.000+09:00" (GMT+9) .
Like to convert in this format "2019-03-11T09:00:00.000+00:00" (GMT+0)
Usecase:
API Returning : timestamp: "2019-03-11T09:00:00.000+09:00"
UI TimeZone is : UTC+9
Currently UI Display: 3/11/2019 18:00
UI should show 3/11/2019 9:00