mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-31 01:24:35 +02:00
10 lines
149 B
Perl
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
|