We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20e980f commit 62538f6Copy full SHA for 62538f6
templates/crate/build_details.html
@@ -22,7 +22,7 @@
22
<div class="container">
23
<div class="recent-releases-container">
24
<div class="release">
25
- <strong>Build #{{ build_details.id }} {%- if let Some(build_time) = build_details.build_time %} {{ build_time.format("%+") }}{% endif %}</strong>
+ <strong>Build #{{ build_details.id }} {%- if let Some(build_time) = build_details.build_time %} {{ build_time.format("%F %T") }}{% endif %}</strong>
26
</div>
27
28
<ul>
0 commit comments