[Time Conductor] Use default format

...from TelemetryFormatter, and log when a requested format
is unavailable.
This commit is contained in:
Victor Woeltjen
2015-10-30 13:17:53 -07:00
parent 6db7f056dc
commit 4f9a65a5fe
3 changed files with 15 additions and 5 deletions

View File

@@ -15,6 +15,12 @@
"key": "utc",
"implementation": "UTCTimeFormat.js"
}
],
"constants": [
{
"key": "DEFAULT_TIME_FORMAT",
"value": "utc"
}
]
}
}