Fix Date being hardcode to American date and time format
Closed
requested to merge issue/taxonomy_term_revision-3444079:3444079-date-is-hardcode into 8.x-1.x
Compare changes
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
@@ -7,6 +7,7 @@ use Drupal\Core\Entity\EntityViewBuilderInterface;
@@ -61,16 +62,24 @@ class TermRevisionController extends ControllerBase {
@@ -83,7 +92,8 @@ class TermRevisionController extends ControllerBase {
@@ -133,9 +143,11 @@ class TermRevisionController extends ControllerBase {
@@ -156,7 +168,7 @@ class TermRevisionController extends ControllerBase {