summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/network/activefw.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/network/activefw.pm b/perl-install/network/activefw.pm
index 5ddd696d2..3b80093ce 100644
--- a/perl-install/network/activefw.pm
+++ b/perl-install/network/activefw.pm
@@ -3,7 +3,6 @@ package activefw;
use Net::DBus;
use Net::DBus::Binding::Watch;
use Gtk2::Helper;
-use POSIX qw(strftime);
use Socket;
sub new {
@@ -122,7 +121,8 @@ sub get_whitelist {
sub format_date {
my ($timestamp) = @_;
- strftime("%c", localtime($timestamp));
+ require c;
+ c::strftime("%c", localtime($timestamp));
}
sub get_service {