You can set the default timezone in Moment by using:
moment.tz.setDefault(String);
For example
moment.tz.setDefault("America/New_York");
You can set the default timezone in Moment by using:
moment.tz.setDefault(String);
moment.tz.setDefault("America/New_York");