mirror of
https://github.com/nasa/openmct.git
synced 2025-06-17 14:48:13 +00:00
Support deltaFormat on timeSystems
This commit is contained in:
@ -56,6 +56,10 @@ define([
|
||||
return this._formats;
|
||||
};
|
||||
|
||||
LocalTimeSystem.prototype.deltaFormat = function () {
|
||||
return 'duration';
|
||||
};
|
||||
|
||||
LocalTimeSystem.prototype.tickSources = function () {
|
||||
return this._tickSources;
|
||||
};
|
||||
|
Reference in New Issue
Block a user