diff -r 95f4e3c47dd4 -r b75005d8b002 templates/report/client_info.html.ep --- a/templates/report/client_info.html.ep Sun Feb 14 23:47:24 2016 +0100 +++ b/templates/report/client_info.html.ep Sun Feb 14 23:56:24 2016 +0100 @@ -1,10 +1,10 @@ %= t td => 'Start Time' - %= t td => $client_info->{StartupTime} + %= t td => human_date_from_epoch($client_info->{StartupTime}) %= t td => 'Crash Time' - %= t td => $client_info->{CrashTime} + %= t td => human_date_from_epoch($client_info->{CrashTime}) %= t td => 'Product'