@@ -, +, @@ --- about.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/about.pl +++ a/about.pl @@ -115,7 +115,7 @@ my $time_zone = { $template->param( time_zone => $time_zone, - current_date_and_time => output_pref({ dt => dt_from_string(), dateformat => 'iso' }) + current_date_and_time => output_pref({ dt => dt_from_string(), dateformat => 'iso', timeformat => '24hr' }) ); my $perl_path = $^X; --