convert time of certain timezone to UTC using momemtjs
问题 I have a time in a specific timezone , I want to covert it to UTC . how can I achieve that using moment timezone ? http://momentjs.com/timezone/ in the documentation this is how to convert : jun.tz('America/Los_Angeles').format('ha z'); I am just not sure what timezone name to pass to convert it to UTC, or is there another function to use? 回答1: You can easily construct a moment in a specific time zone by using the moment.tz(...) syntax. This is slightly different from doing conversions with