JSFiddle - React, Tailwind, and code Playground

by Nihar Raote

HTML

<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.3/moment.min.js"></script>

JavaScript

let current = new moment('2022-05-14 12:58:06').utc()
console.log(current.format())