centreon-plugins/tests/network/f5/bigip/snmp/certificates_date.pm
2025-06-02 10:01:00 +02:00

10 lines
149 B
Perl

package certificates_date;
# Always use the same fixed date to test certificate validity
BEGIN {
*CORE::GLOBAL::time = sub { 1747989383 };
}
1