Commit 709a441
committed
fix: correct implementation of
Makes the suggested implementation of `createAppointment` correctly handle appointment creations that
cross timezones - e.g. due to Daylight Savings Time.
re: https://forum.exercism.org/t/tests-and-suggested-implementation-for-appointment-time-are-wrong/createAppointment
1 parent 79d0d12 commit 709a441
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
| |||
73 | 76 | | |
74 | 77 | | |
75 | 78 | | |
76 | | - | |
| 79 | + | |
77 | 80 | | |
78 | 81 | | |
79 | 82 | | |
| |||
0 commit comments