Is there a way to set the timezone using moment.js or moment-timezone always to reflect 'America/New_York' regardless of where the user is accessing the app from?
I've tried this but the object's timezone is reflective of the browser's timezone and returns America/Los_Angeles.
moment.tz("8/26/2013 4:55 pm", "M/D/YYYY h:mm a", "America/New_York")