Skip to content
Snippets Groups Projects
Commit 919caba3 authored by Roderik Muit's avatar Roderik Muit
Browse files

Issue #3466510: Fix timezone bug

parent d795dc86
No related branches found
No related tags found
No related merge requests found
Pipeline #401543 failed
......@@ -71,7 +71,7 @@ class TimestampCeFieldFormatter extends RawCeFieldFormatter {
$item->value,
$this->configuration['date_format'],
$this->configuration['custom_date_format'],
$this->configuration['timezone']
$this->configuration['timezone'] ?: NULL
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment