Skip to content

Commit 4edefbf

Browse files
author
tchapi
committed
chore
1 parent 519ba2d commit 4edefbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ class Constants
99
public const BIRTHDAY_CALENDAR_URI = 'birthday-calendar';
1010
public const BIRTHDAY_REMINDER_OFFSET = 'PT9H'; // 9am on the day of the event
1111

12-
public const MAX_DATE = '2038-01-01'; // Year 2038 bug — will be fixed by https://github.com/tchapi/davis/pull/186
12+
public const MAX_DATE = '2222-01-01';
1313
}

0 commit comments

Comments
 (0)