Skip to content

Commit 9b9305d

Browse files
authored
Merge pull request #338 from casework/fix_timestamp
Fix timestamp
2 parents 93698cf + 61f14b1 commit 9b9305d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

examples/crossover_wmd/crossover_wmd.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@
732732
"uco-core:kindOfRelationship": "Contained_Within",
733733
"uco-core:startTime": {
734734
"@type": "xsd:dateTime",
735-
"@value": "2018-11-16T00:00.00Z"
735+
"@value": "2018-11-16T00:00:00.00Z"
736736
},
737737
"uco-core:endTime": {
738738
"@type": "xsd:dateTime",

examples/crossover_wmd/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ <h3>SIM CARDS</h3>
653653
"uco-core:kindOfRelationship": "Contained_Within",
654654
"uco-core:startTime": {
655655
"@type": "xsd:dateTime",
656-
"@value": "2018-11-16T00:00.00Z"
656+
"@value": "2018-11-16T00:00:00.00Z"
657657
},
658658
"uco-core:endTime": {
659659
"@type": "xsd:dateTime",

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)