@@ -20,8 +20,8 @@ The following table shows how to translate them:
20
20
| Description | Meeting start | Delivery date |
21
21
| ----------- | ----------------------------- | ----------------------------------- |
22
22
| ` "NOW" ` | - | Two hours after the meeting started |
23
- | ` "ASAP" ` | Before 12 :00 | Today at 17:00 |
24
- | ` "ASAP" ` | After 12 :00 | Tomorrow at 12 :00 |
23
+ | ` "ASAP" ` | Before 13 :00 | Today at 17:00 |
24
+ | ` "ASAP" ` | After or at 13 :00 | Tomorrow at 13 :00 |
25
25
| ` "EOW" ` | Monday, Tuesday, or Wednesday | Friday at 17:00 |
26
26
| ` "EOW" ` | Thursday or Friday | Sunday at 20:00 |
27
27
@@ -32,12 +32,19 @@ There are two variable delivery date description patterns:
32
32
- ` "<N>M" ` (N-th month)
33
33
- ` "Q<N>" ` (N-th quarter)
34
34
35
- | Description | Meeting start | Delivery date |
36
- | ----------- | -------------------------- | ----------------------------------------------------------- |
37
- | ` "<N>M" ` | Before N-th month | At 8:00 on the _ first_ workday¹ of this year's N-th month |
38
- | ` "<N>M" ` | After or in N-th month | At 8:00 on the _ first_ workday¹ of next year's N-th month |
39
- | ` "Q<N>" ` | Before or in N-th quarter² | At 8:00 on the _ last_ workday¹ of this year's N-th quarter² |
40
- | ` "Q<N>" ` | After N-th quarter² | At 8:00 on the _ last_ workday¹ of next year's N-th quarter² |
41
-
42
- ¹ A workday is a Monday, Tuesday, Wednesday, Thursday, or Friday.
43
- ² A year has four quarters, each with three months: January/February/March, April/May/June, July/August/September, and October/November/December.
35
+ | Description | Meeting start | Delivery date |
36
+ | ----------- | ------------------------- | --------------------------------------------------------- |
37
+ | ` "<N>M" ` | Before N-th month | At 8:00 on the _ first_ workday of this year's N-th month |
38
+ | ` "<N>M" ` | After or in N-th month | At 8:00 on the _ first_ workday of next year's N-th month |
39
+ | ` "Q<N>" ` | Before or in N-th quarter | At 8:00 on the _ last_ workday of this year's N-th quarter |
40
+ | ` "Q<N>" ` | After N-th quarter | At 8:00 on the _ last_ workday of next year's N-th quarter |
41
+
42
+ ~~~~ exercism/note
43
+ A workday is a Monday, Tuesday, Wednesday, Thursday, or Friday.
44
+
45
+ A year has four quarters, each with three months:
46
+ 1. January/February/March
47
+ 2. April/May/June
48
+ 3. July/August/September
49
+ 4. October/November/December.
50
+ ~~~~
0 commit comments