[Time Conductor] Rename default domain

To UTC, instead of just Time.
This commit is contained in:
Victor Woeltjen 2015-10-30 13:05:37 -07:00
parent 101e3bb346
commit 5a1d774b47

View File

@ -36,7 +36,7 @@
{ {
"key": "TIME_CONDUCTOR_DOMAINS", "key": "TIME_CONDUCTOR_DOMAINS",
"value": [ "value": [
{ "key": "time", "name": "Time" } { "key": "time", "name": "UTC", "format": "utc" }
], ],
"priority": "fallback", "priority": "fallback",
"comment": "Placeholder; to be replaced by inspection of available domains." "comment": "Placeholder; to be replaced by inspection of available domains."