I am trying to display a date like this, with current timezone
Jul 20, 2017 2:39pm EDT
What I manage to get is this
<Moment format="MMM DD, YYYY h:mma">{new Date()}</Moment>
Output: Jul 20, 2017 2:39pm
I also found this
<Moment>{new Date()}</Moment>
Output: Thu Jul 20 2017 15:16:50 GMT-0400
But I don't want all the extra stuff, I just to display timezone name.