We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 93199d8 + 7ef0c01 commit 048ccffCopy full SHA for 048ccff
multiqc_ngi/templates/genstat/header.html
@@ -10,7 +10,7 @@
10
11
<h1 id="page_title">{{ config.title }} : MultiQC Report</h1>
12
13
-<p>Report generated on {{ config.creation_date }} based on data in:
+<p>Report generated on {{ report.creation_date.strftime('%Y-%m-%d, %H:%M %Z') }} based on data in:
14
{% if report.analysis_files | length == 1 %}
15
<code class="mqc_analysis_path">{{ report.analysis_files[0] }}</code>
16
{% else %}
0 commit comments