Return whatever the time zone that is returned from the server

Hi Developers ,

In React(JS)

From the Server i am get the date in this format : "2020-03-11T14:38:42.108 "
I need to Format it as like this : 12:00AM UTC

UTC needs to be added to the end or whatever the time zone that is returned from the server as above

Please suggest a way to do that

Don’t we have this option in moment , as i am using moment