Get Current Time for SQL Insert

I am trying to get the current time in eastern time using the moment function. How can I select the time zone?

https://momentjs.com/timezone/docs/#/using-timezones/

You should be able to get the EST time with this code snippet: moment.tz("2014-06-01 12:00", "America/New_York");
\