I need the next flow:
var a = new Date(1337324400000, \'Europe/Amsterdam\'); //+2h console.log(a); // for example 12:00 Mon ... a.setTimeZone(\'Europe/Kiev\'
Moment.js now has Moment Timezone
Install:
npm install --save moment-timezone
Use:
var Moment = require('moment-timezone'); Moment().tz('America/Los_Angeles').format();