santi77

Results 2 comments of santi77

That works, thank you!!!

Sorry, but that isn't the solution, in moment.js you have to do: moment(1369266934311).utcOffset(60).format('YYYY-MM-DD HH:mm') moment(1369266934311).utcOffset('+0100').format('YYYY-MM-DD HH:mm') to change the timezone, credits: https://stackoverflow.com/a/16703551/244930 but the logger only support the format string...