Skip to content

Instantly share code, notes, and snippets.

@aradnom
Created February 25, 2016 18:53
Move timestamp from one timezone to another with moment.js
moment.tz( 'US/Eastern' ).set({ hours: moment().hours() });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment