mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 23:16:01 -03:30
Allow to copy entity within the minute
Allow to copy entity within the minute - add seconds, and miliseconds as part of the name of copied entity. See: https://github.com/ansible/awx/issues/12279
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