Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion increments/OCPS-increment-1.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ An implementation is "OCPS 1.1 Compliant" if it meets all OCPS 1.0 requirements

### 4.1. Predefined Schedules ("Nicknames")

OCPS 1.1 adds support for case-insensitive nicknames as aliases for common patterns. An implementation MUST recognize the following strings, which MUST NOT be combined with a 5-field expression:
OCPS 1.1 adds support for nicknames as aliases for common patterns. Nicknames MUST be treated as case-sensitive. An implementation MUST recognize the following strings, which MUST NOT be combined with a 5-field expression:

| Nickname | Equivalent 5-Field Pattern | Description |
| :--- | :--- | :--- |
Expand Down
2 changes: 2 additions & 0 deletions increments/OCPS-increment-1.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ An implementation is "OCPS 1.3 Compliant" if it meets all OCPS 1.2 requirements

## 4\. New Special Characters in OCPS 1.3

The `L` and `W` modifiers defined in this section MUST be treated as case-sensitive.

### 4.1. `L` (Last) Modifier
The `L` character can be used in the `Day of Month` and `Day of Week` fields.

Expand Down