mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-29 00:24:46 +02:00
(plugin) apps::backup::arcserve::udp::mssql - use UTC times (#3540)
This commit is contained in:
parent
245ae670d1
commit
eaf4b93522
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user