Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ca8ac6b

Browse files
authored
Added 'Time is in UTC.' to departure and arrival times. (Azure#28251)
1 parent 8d662e9 commit ca8ac6b

File tree

1 file changed

+2
-2
lines changed
  • specification/maps/data-plane/Route/preview/1.0

1 file changed

+2
-2
lines changed

specification/maps/data-plane/Route/preview/1.0/route.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2652,13 +2652,13 @@
26522652
}
26532653
},
26542654
"DepartureTime": {
2655-
"description": "The estimated departure time for the route or leg.",
2655+
"description": "The estimated departure time for the route or leg. Time is in UTC.",
26562656
"type": "string",
26572657
"readOnly": true,
26582658
"format": "date-time"
26592659
},
26602660
"ArrivalTime": {
2661-
"description": "The estimated arrival time for the route or leg.",
2661+
"description": "The estimated arrival time for the route or leg. Time is in UTC.",
26622662
"type": "string",
26632663
"readOnly": true,
26642664
"format": "date-time"

0 commit comments

Comments
 (0)