fix ticket display, fallout from #17067
[freeside.git] / httemplate / elements / table-tickets.html
index ffcaf06..f89f984 100644 (file)
@@ -153,7 +153,7 @@ if ( $ss_priority ) {
 my $format = $conf->config('date_format') || '%Y-%m-%d';
 
 my $date_formatter = sub {
-  my $time = str2time($_[0], 'GMT');
+  my $time = parse_datetime($_[0], 'GMT');
   # exclude times within 24 hours of zero
   ($time > 86400) ? time2str($format, $time) : '';
 };