I am using moment().valueOf() to get unix timestamp and to get the normal time from unix time i\'m using moment.unix(unix_time).format(\'LLL\') whe
moment().valueOf()
moment.unix(unix_time).format(\'LLL\')