fix timezone toshiba storemate

This commit is contained in:
garnier-quentin 2019-01-11 10:23:01 +01:00
parent ea05532f7d
commit c64bfaecb5
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ sub manage_selection {
$row->{LOGDATE} =~ /^(\d+)-(\d+)-(\d+)\s+(\d+)[:\/](\d+)[:\/](\d+)/;
my $dt = DateTime->new(year => $1, month => $2, day => $3, hour => $4, minute => $5, second => $6,
time_zone => $self->{option_results}->{timezone});
%tz);
next if (defined($self->{option_results}->{memory}) && defined($last_time) && $last_time > $dt->epoch);