templates/report/client_info.html.ep
changeset 104 b75005d8b002
parent 78 0ebef32c34af
--- 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 @@
 <tr>
   %= t td => 'Start Time'
-  %= t td => $client_info->{StartupTime}
+  %= t td => human_date_from_epoch($client_info->{StartupTime})
 </tr>
 <tr>
   %= t td => 'Crash Time'
-  %= t td => $client_info->{CrashTime}
+  %= t td => human_date_from_epoch($client_info->{CrashTime})
 </tr>
 <tr>
   %= t td => 'Product'