mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
Merge pull request #12280 from nixocio/ui_issue_12279
Allow to copy entity within the minute
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user