View | Details | Raw Unified | Return to bug 25617
Collapse All | Expand All

(-)a/about.pl (-2 / +1 lines)
Lines 115-121 my $time_zone = { Link Here
115
115
116
$template->param(
116
$template->param(
117
    time_zone              => $time_zone,
117
    time_zone              => $time_zone,
118
    current_date_and_time  => output_pref({ dt => dt_from_string(), dateformat => 'iso' })
118
    current_date_and_time  => output_pref({ dt => dt_from_string(), dateformat => 'iso', timeformat => '24hr' })
119
);
119
);
120
120
121
my $perl_path = $^X;
121
my $perl_path = $^X;
122
- 

Return to bug 25617