mirror of
https://github.com/home-assistant/frontend.git
synced 2025-10-17 15:50:16 +00:00
Fix timezone issues calendar (#14501)
This commit is contained in:
@@ -54,6 +54,7 @@ export class HaDateInput extends LitElement {
|
||||
.disabled=${this.disabled}
|
||||
iconTrailing
|
||||
helperPersistent
|
||||
readonly
|
||||
@click=${this._openDialog}
|
||||
.value=${this.value
|
||||
? formatDateNumeric(new Date(this.value), this.locale)
|
||||
|
Reference in New Issue
Block a user