Causes nagging in newer PHP:
Deprecated function: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in views_handler_field_date->render()
Here's a core issue about it, with PR: backdrop/backdrop-issues#6727
If I override the class with a custom one, views using our (sub-)field created with viewsicalexport or fullcalendar_views might break, as those do a check based on the handler name (more modules do such a check).
If it doesn't get fixed in core, I'd have to do that, though. No update hook would help, if the other modules aren't ready, yet.
Causes nagging in newer PHP:
Here's a core issue about it, with PR: backdrop/backdrop-issues#6727
If I override the class with a custom one, views using our (sub-)field created with viewsicalexport or fullcalendar_views might break, as those do a check based on the handler name (more modules do such a check).
If it doesn't get fixed in core, I'd have to do that, though. No update hook would help, if the other modules aren't ready, yet.