Moment Format entkommen
moment().format('MMM. D, YYYY [at] h:mm A z');
// produces: "Jan. 30, 2015 at 2:46 PM "
earn
moment().format('MMM. D, YYYY [at] h:mm A z');
// produces: "Jan. 30, 2015 at 2:46 PM "