if you look at the content of moment-timezone-with...
# suitescript
j
if you look at the content of moment-timezone-with-data https://momentjs.com/downloads/moment-timezone-with-data.js one of the first lines is
Copy code
if (typeof define === 'function' && define.amd) {
		define(['moment'], factory);
}