JSFiddle - React, Tailwind, and code Playground

by Serhii Matrunchyk

HTML

<script src="https://momentjs.com/downloads/moment-timezone.js"></script>
<script src="https://momentjs.com/downloads/moment.js"></script>

Babel + JSX

import moment from 'moment';

alert(moment.tz("2013-11-18 11:55", "America/Toronto"));