You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The classes DateTime and DateTimeZone are being accessed within the Range model class in a namespace without backslashes.
Those classes should be accessed within the namespace with backslashes or by importing those classes first. (i.e. use DateTime; and use DateTimeZone;).
Note: this is fixed but the release is not yet updated. Please update the release.
The classes
DateTimeandDateTimeZoneare being accessed within theRangemodel class in a namespace without backslashes.Those classes should be accessed within the namespace with backslashes or by importing those classes first. (i.e.
use DateTime;anduse DateTimeZone;).Note: this is fixed but the release is not yet updated. Please update the release.