Skip to content

Commit

Permalink
fix: correct timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonTheAdams committed Jul 28, 2023
1 parent 984c735 commit 917e821
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public static function title(): string
*/
public static function timestamp()
{
return strtotime('2020-08-20 00:00:00');
return strtotime('2023-06-29 00:00:00');
}

/**
Expand Down

0 comments on commit 917e821

Please sign in to comment.