Use timezone in metadata (#307)

This commit is contained in:
Simon Lecoq
2021-05-17 19:16:13 +02:00
committed by GitHub
parent aabb21fbd7
commit c694dcc3a1
4 changed files with 8 additions and 4 deletions

View File

@@ -48,7 +48,7 @@ Metrics generator <%= meta.version %>
These generated metrics comes with ABSOLUTELY NO
WARRANTY, to the extent permitted by applicable law.
Last generated: <%= new Date().toGMTString() %>
Last generated: <%= meta.generated %>
</div><% } -%>
<% for (const partial of [...partials]) { %><%- await include(`partials/${partial}.ejs`) %><% } -%>
<% if (base.metadata) { -%>

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB