1
11-10-2016 11:31:51 // Is in IST

I want to convert the above time to its equivalent time in north-virginia as my AWS server is set up to north virginia.

sac Dahal
  • 1,191
  • 2
  • 13
  • 37
  • 3
    Possible duplicate of [Convert date to another timezone in JavaScript](http://stackoverflow.com/questions/10087819/convert-date-to-another-timezone-in-javascript) – ppovoski Nov 10 '16 at 06:08

1 Answers1

2

You can use a module called moment.js to convert between timezones.You can find more information about it here http://momentjs.com/

Anshul Sinha
  • 105
  • 1
  • 1
  • 10