Skip to content

Instantly share code, notes, and snippets.

@amandeepmittal
Created June 9, 2020 09:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amandeepmittal/9e6a684e446f78ce31cc94e01e6a4fe9 to your computer and use it in GitHub Desktop.
Save amandeepmittal/9e6a684e446f78ce31cc94e01e6a4fe9 to your computer and use it in GitHub Desktop.
const utcDateToString = momentInUTC => {
let s = moment.utc(momentInUTC).format('YYYY-MM-DDTHH:mm:ss.SSS[Z]');
return s;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment