|
21 | 21 | }, |
22 | 22 | { |
23 | 23 | "uuid": "93325e7b-677d-4d96-b017-2582af879dc2", |
24 | | - "description": "ASAP before noon translates to today at five in the afternoon", |
| 24 | + "description": "ASAP before one in the afternoon translates to today at five in the afternoon", |
25 | 25 | "property": "deliveryDate", |
26 | 26 | "input": { |
27 | 27 | "meetingStart": "1999-06-03T09:45:00", |
28 | 28 | "description": "ASAP" |
29 | 29 | }, |
30 | 30 | "expected": "1999-06-03T17:00:00" |
31 | 31 | }, |
| 32 | + { |
| 33 | + "uuid": "cb4252a3-c4c1-41f6-8b8c-e7269733cef8", |
| 34 | + "description": "ASAP at one in the afternoon translates to tomorrow at one in the afternoon", |
| 35 | + "property": "deliveryDate", |
| 36 | + "input": { |
| 37 | + "meetingStart": "2008-12-21T13:00:00", |
| 38 | + "description": "ASAP" |
| 39 | + }, |
| 40 | + "expected": "2008-12-22T13:00:00" |
| 41 | + }, |
32 | 42 | { |
33 | 43 | "uuid": "6fddc1ea-2fe9-4c60-81f7-9220d2f45537", |
34 | | - "description": "ASAP after noon translates to tomorrow at noon", |
| 44 | + "description": "ASAP after one in the afternoon translates to tomorrow at one in the afternoon", |
35 | 45 | "property": "deliveryDate", |
36 | 46 | "input": { |
37 | | - "meetingStart": "2008-12-21T13:30:00", |
| 47 | + "meetingStart": "2008-12-21T14:50:00", |
38 | 48 | "description": "ASAP" |
39 | 49 | }, |
40 | | - "expected": "2008-12-22T12:00:00" |
| 50 | + "expected": "2008-12-22T13:00:00" |
41 | 51 | }, |
42 | 52 | { |
43 | 53 | "uuid": "25f46bf9-6d2a-4e95-8edd-f62dd6bc8a6e", |
|
84 | 94 | "description": "EOW on Friday translates to Sunday at eight in the evening", |
85 | 95 | "property": "deliveryDate", |
86 | 96 | "input": { |
87 | | - "meetingStart": "2022-08-05T12:00:00", |
| 97 | + "meetingStart": "2022-08-05T14:00:00", |
88 | 98 | "description": "EOW" |
89 | 99 | }, |
90 | 100 | "expected": "2022-08-07T20:00:00" |
|
0 commit comments