mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 15:26:36 +00:00
Fix the mailbox (#17582)
This commit is contained in:
parent
54a9f4592c
commit
917b7bd1dd
@ -207,7 +207,8 @@ class HaPanelMailbox extends EventsMixin(LocalizeMixin(PolymerElement)) {
|
|||||||
for (let i = 0; i < arrayLength; i++) {
|
for (let i = 0; i < arrayLength; i++) {
|
||||||
const datetime = formatDateTime(
|
const datetime = formatDateTime(
|
||||||
new Date(values[i].info.origtime * 1000),
|
new Date(values[i].info.origtime * 1000),
|
||||||
this.hass.locale
|
this.hass.locale,
|
||||||
|
this.hass.config
|
||||||
);
|
);
|
||||||
platformItems.push({
|
platformItems.push({
|
||||||
timestamp: datetime,
|
timestamp: datetime,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user