Replies: 1 comment
-
Fixed in this commit - df4f47f |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
livehelperchat/lhc_web/modules/lhcron/departament-availability.php
Line 17 in d31b3d9
get following error message with php8.1
PHP Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /var/www/html/lhc001/lhc_web/modules/lhcron/departament-availability.php on line 17
to fix the line should be:
$date_utc = new \DateTime("", new \DateTimeZone("UTC"));
please check.
Beta Was this translation helpful? Give feedback.
All reactions