We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2894f88 commit 8cb61beCopy full SHA for 8cb61be
src/Constants.php
@@ -9,5 +9,5 @@ class Constants
9
public const BIRTHDAY_CALENDAR_URI = 'birthday-calendar';
10
public const BIRTHDAY_REMINDER_OFFSET = 'PT9H'; // 9am on the day of the event
11
12
- public const MAX_DATE = '2038-01-01'; // Year 2038 bug — will be fixed by https://github.com/tchapi/davis/pull/186
+ public const MAX_DATE = '2222-01-01';
13
}
0 commit comments