Merge pull request #12280 from nixocio/ui_issue_12279

Allow to copy entity within the minute
This commit is contained in:
Jessica Steurer 2022-05-26 14:09:35 -03:00 committed by GitHub
commit 0c4ddc7f6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ export function secondsToDays(seconds) {
export function timeOfDay() {
const dateTime = DateTime.local();
return dateTime.toFormat('hh:mm a');
return dateTime.toFormat('hh:mm:ss:ms a');
}
export function dateToInputDateTime(dt, tz = null) {