Skip to content

Commit 7f6b1aa

Browse files
Fix iso date
1 parent 1bf08ed commit 7f6b1aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/swift-scheduling/canonical-data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"description": "EOW on Thursday translates to Sunday at eight in the evening",
7575
"property": "deliveryDate",
7676
"input": {
77-
"meetingStart": "2011-05-19T8:30:00",
77+
"meetingStart": "2011-05-19T08:30:00",
7878
"description": "EOW"
7979
},
8080
"expected": "2011-05-22T20:00:00"

0 commit comments

Comments
 (0)