Force date/time used in the report generation date to used 24h notation. Thanks to Klaus Tachtler for the report
This commit is contained in:
parent
d495e42eb5
commit
4cf831dc62
|
@ -1092,7 +1092,7 @@ sub _print_header
|
||||||
{
|
{
|
||||||
my ($self, $fileout, $str, $cal) = @_;
|
my ($self, $fileout, $str, $cal) = @_;
|
||||||
|
|
||||||
my $now = strftime("%c", localtime);
|
my $now = strftime("%a %b %e %H:%M:%S %Y", localtime);
|
||||||
|
|
||||||
print $$fileout qq{
|
print $$fileout qq{
|
||||||
<!DOCTYPE html
|
<!DOCTYPE html
|
||||||
|
|
Loading…
Reference in New Issue