Skip to content

Commit 543c786

Browse files
committed
Fixing date time in previous examples
1 parent 5ff1ccb commit 543c786

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/02-cloudevents/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ For example, in the [SAP Digital Vehicle Hub Business Events package](https://hu
6767
"source": "/eu10/sap.dmo.dvh",
6868
"subject": "808E6E30B65149978A443429B29FB300",
6969
"id": "a823e884-5edc-4194-a81a-f3a3632417ee",
70-
"time": "2018-04-08 08:31:00",
70+
"time": "2018-04-08T08:31:00",
7171
"datacontenttype": "application/json",
7272
"sappassport": "string",
7373
....
@@ -85,7 +85,7 @@ A CloudEvent message may include a payload but this is not required. If included
8585
"source": "/eu10/sap.dmo.dvh",
8686
"subject": "808E6E30B65149978A443429B29FB300",
8787
"id": "a823e884-5edc-4194-a81a-f3a3632417ee",
88-
"time": "2018-04-08 08:31:00",
88+
"time": "2018-04-08T08:31:00",
8989
"datacontenttype": "application/json",
9090
"sappassport": "string",
9191
"data": {

0 commit comments

Comments
 (0)