moment date without timezone

JavaScript
var tz = moment.tz.guess();moment().utcOffset(0, true).format()
Source

Also in JavaScript: