mirror of
https://github.com/nasa/openmct.git
synced 2025-06-14 21:28:12 +00:00
Implemention of basic averaging telemetry filter
This commit is contained in:
@ -121,6 +121,9 @@ define([
|
||||
};
|
||||
|
||||
UTCTimeFormat.prototype.parse = function (text) {
|
||||
if (typeof text === 'number') {
|
||||
return text;
|
||||
}
|
||||
return moment.utc(text, DATE_FORMATS).valueOf();
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user