module.exports = function(timeObj) {
	return moment.unix(timeObj.epoch).utcOffset(Number(timeObj.utcoffset.slice(3)));
};