here is my code ```var serverTime = moment() ...
# suitescript
r
here is my code
Copy code
var 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