summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--perl/Wallet/ACL.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/Wallet/ACL.pm b/perl/Wallet/ACL.pm
index 5d9e8f2..15a380f 100644
--- a/perl/Wallet/ACL.pm
+++ b/perl/Wallet/ACL.pm
@@ -245,7 +245,7 @@ sub destroy {
ah_action => 'destroy',
ah_by => $user,
ah_from => $host,
- ah_on => $time);
+ ah_on => strftime ('%Y-%m-%d %T', localtime $time));
$self->{schema}->resultset('AclHistory')->create (\%record);
$guard->commit;
};