v1.6.3 due to git mixup

This commit is contained in:
Naomi
2020-02-24 16:59:00 +00:00
parent 2a1607c6d9
commit 87241c1f87
3 changed files with 2 additions and 11 deletions

View File

@ -86,6 +86,7 @@ class OCActivity extends RevisionableContentEntityBase implements OCActivityInte
public static function currentDateTime() {
$current_time = DrupalDateTime::createFromTimestamp(time());
$formatted = $current_time->format(DateTimeItem::DATETIME_STORAGE_FORMAT);
\Drupal::logger("nr_debug")->notice($formatted);
return $formatted;
}
/**