mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
Merge pull request #12280 from nixocio/ui_issue_12279
Allow to copy entity within the minute
This commit is contained in:
commit
0c4ddc7f6f
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user