(plugin) apps::backup::arcserve::udp::mssql - use UTC times (#3540)

This commit is contained in:
qgarnier 2022-03-10 15:35:55 +01:00 committed by GitHub
parent 245ae670d1
commit eaf4b93522
1 changed files with 2 additions and 2 deletions

View File

@ -141,8 +141,8 @@ sub manage_selection {
lj.jobStatus, lj.jobStatus,
rhostname, rhostname,
vmname, vmname,
DATEDIFF(s, '1970-01-01 00:00:00', lj.jobLocalStartTime) as start_time, DATEDIFF(s, '1970-01-01 00:00:00', lj.jobUTCStartTime) as start_time,
DATEDIFF(s, '1970-01-01 00:00:00', lj.jobLocalEndTime) as end_time, DATEDIFF(s, '1970-01-01 00:00:00', lj.jobUTCEndTime) as end_time,
ep.name, ep.name,
lj.jobType, lj.jobType,
lj.jobStatus lj.jobStatus