mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-29 16:45:04 +02:00
fix toshiba timezone
This commit is contained in:
parent
6a657825f6
commit
d2c57107e4
@ -116,7 +116,7 @@ sub manage_selection {
|
||||
}
|
||||
|
||||
my ($i, $current_time) = (1, time());
|
||||
my $tz = centreon::plugins::misc::set_timezone(name => $self->{option_results}->{timezone}));
|
||||
my $tz = centreon::plugins::misc::set_timezone(name => $self->{option_results}->{timezone});
|
||||
while (my $row = $self->{sql}->fetchrow_hashref()) {
|
||||
# date form: 2017-09-22 01:01:08.133
|
||||
$row->{LOGDATE} =~ /^(\d+)-(\d+)-(\d+)\s+(\d+)[:\/](\d+)[:\/](\d+)/;
|
||||
|
Loading…
x
Reference in New Issue
Block a user