Skip to content

Commit 669212c

Browse files
committed
Fix timestamp syntax
A follow-on patch will regenerate Make-managed files. Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent 93698cf commit 669212c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/crossover_wmd/src/crossover_wmd-sim_card_containments.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"uco-core:kindOfRelationship": "Contained_Within",
2929
"uco-core:startTime": {
3030
"@type": "xsd:dateTime",
31-
"@value": "2018-11-16T00:00.00Z"
31+
"@value": "2018-11-16T00:00:00.00Z"
3232
},
3333
"uco-core:endTime": {
3434
"@type": "xsd:dateTime",

0 commit comments

Comments
 (0)