mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-15 22:10:20 +00:00
Allow to show times in the UI in the timezone of the server (#16799)
This commit is contained in:
@@ -191,7 +191,8 @@ export class HaScriptTrace extends LitElement {
|
||||
html`<option value=${trace.run_id}>
|
||||
${formatDateTimeWithSeconds(
|
||||
new Date(trace.timestamp.start),
|
||||
this.hass.locale
|
||||
this.hass.locale,
|
||||
this.hass.config
|
||||
)}
|
||||
</option>`
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user