rustyshackles
03/15/2018, 2:00 PMvar serverTime = moment()
.tz('America/Los_Angeles');
var bsTime = serverTime.clone()
.tz('America/New_York');
when I log the values of the variables, they have the same time which meant it was not converted