mirror of
https://github.com/ansible/awx.git
synced 2026-03-10 05:59:28 -02:30
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() {
|
export function timeOfDay() {
|
||||||
const dateTime = DateTime.local();
|
const dateTime = DateTime.local();
|
||||||
return dateTime.toFormat('hh:mm a');
|
return dateTime.toFormat('hh:mm:ss:ms a');
|
||||||
}
|
}
|
||||||
|
|
||||||
export function dateToInputDateTime(dt, tz = null) {
|
export function dateToInputDateTime(dt, tz = null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user