1

I have a Unix timestamp and I'd like to create Date object in Europe/Paris TZ. Is there any simple way to do that (Opera, Chrome and FF supported)?

var stamp = 1470565421;
var date = new Date(stamp * 1000);
date = date.toParisTZ(); // convert TZ
Jord123
  • 151
  • 1
  • 1
  • 7

0 Answers0