Skip to content

Commit 1a5fbcb

Browse files
committed
make timestamps the same on every file
1 parent 928d718 commit 1a5fbcb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

htmlify.pl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,10 +432,11 @@ (Bool :$debug, Bool :$typegraph = False)
432432
}
433433

434434
sub footer-html() {
435+
state $dt = ~DateTime.now;
435436
qq[
436437
<div id="footer">
437438
<p>
438-
Generated on {DateTime.now} from the sources at
439+
Generated on $dt from the sources at
439440
<a href="https://github.com/perl6/doc">perl6/doc on github</a>.
440441
</p>
441442
<p>

0 commit comments

Comments
 (0)