0
m_date - (moment.tz.zone('America/New_York').offset(m_date) * 60000);

This is the code that I am using, I am actually passing a date and returning the above value. Library used is : moment-timezone

Barmar
  • 741,623
  • 53
  • 500
  • 612

1 Answers1

0

Negative times represent time before the year dot, 1970.

If m_date is before 1970 then this would make sense.

Adrian Brand
  • 20,384
  • 4
  • 39
  • 60