Open
Description
The ftrack javascript API today uses moment extensively for date instances. Given that moment has been in maintenance mode for a few years now, and the community has moved on to other date libraries (or none at all), we are to remove it as a dependency from ftrack-javascript in our next major version.
What we are to use for date representation instead is still under investigation, but we will likely end up in either using ISO 8601 string representations, or the native date object.