I am trying to get the current time in eastern time using the moment function. How can I select the time zone?
You should be able to get the EST time with this code snippet: moment.tz("2014-06-01 12:00", "America/New_York");
\
I am trying to get the current time in eastern time using the moment function. How can I select the time zone?
You should be able to get the EST time with this code snippet: moment.tz("2014-06-01 12:00", "America/New_York");
\