mirror of
https://github.com/nasa/openmct.git
synced 2025-06-15 05:38:12 +00:00
chore: remove all usage of deprecated Time API methods (#7688)
* chore: remove all usage of deprecated Time API methods * test: update unit test * docs: Fix spacing and add clarity to TimeConductorBounds definition. * test: add unit test coverage for new time api methods
This commit is contained in:
@ -280,7 +280,7 @@ export default {
|
||||
await this.$nextTick();
|
||||
},
|
||||
formattedValueForCopy() {
|
||||
const timeFormatterKey = this.openmct.time.timeSystem().key;
|
||||
const timeFormatterKey = this.openmct.time.getTimeSystem().key;
|
||||
const timeFormatter = this.formats[timeFormatterKey];
|
||||
const unit = this.unit ? ` ${this.unit}` : '';
|
||||
|
||||
|
Reference in New Issue
Block a user