The IANA timezone name, e.g. America/Los_Angeles. See the full list here
America/Los_Angeles
async
params => {
}
const moment = require("moment-timezone") return moment.tz(new Date(), params.timezone).format();