- Issue created by @slayne40
 - 🇫🇷France slayne40
Consideration of the issue #3126008 ✨ Optionally leave expiration date RTBC
 
Drupal saves dates in GMT format, the query to unpublish media does not take this into account.
$currentDateTime = (new DrupalDateTime())->setTimezone(new \DateTimezone(DateTimeItemInterface::STORAGE_TIMEZONE))
                                         ->format(DateTimeItemInterface::DATETIME_STORAGE_FORMAT);
...
$query->condition($expireField, $currentDateTime, '<');Active
2.7
Code
Consideration of the issue #3126008 ✨ Optionally leave expiration date RTBC