diff --git a/platform/features/conductor/core/src/ui/TimeConductorController.js b/platform/features/conductor/core/src/ui/TimeConductorController.js index a8cbe15dbd..0a7ce7fff2 100644 --- a/platform/features/conductor/core/src/ui/TimeConductorController.js +++ b/platform/features/conductor/core/src/ui/TimeConductorController.js @@ -406,6 +406,7 @@ define( var config = this.getConfig(timeSystem, clock); this.$scope.timeSystemModel.selected = timeSystem; + this.$scope.timeSystemModel.format = timeSystem.timeFormat; if (clock === undefined) { this.timeAPI.timeSystem(timeSystem, config.bounds);