I am tidying up my code, to remove the many warnings that I'm getting, but am having trouble interpreting the problems.
Here's one:
WARNING: fenix5: {redacted file path}.mc:241: Unable to detect scope 'Time.Moment' for the symbol 'initialize'.
on code:
var timestruct = Gregorian.info((new Time.Moment(timeStamp )), Time.FORMAT_SHORT);
What does it mean and how do I clear the warning?