With the release of Drupal 9 beta there were additional code deprecations added to the codebase. The following is a new Drupal 9 Compatibility issue:
------ ---------------------------------------------------------
Line src/AddToCalendarApiWidget.php
------ ---------------------------------------------------------
53 Call to deprecated function drupal_get_user_timezone():
in drupal:8.8.0 and is removed from drupal:9.0.0. Use
date_default_timezone_get() instead.
------ ---------------------------------------------------------
Patch to address is attached.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3122917-2-drupal-9-code-deficiency.patch | 426 bytes | lisa.rae |
Comments
Comment #2
lisa.rae commentedComment #3
gg24 commentedLGTM. Changing status to RTBC.
Comment #5
gg24 commentedThanks for the patch @lhridley.