Skip to content

Commit 62538f6

Browse files
GuillaumeGomezsyphar
authored andcommitted
Fix date display on builds page
1 parent 20e980f commit 62538f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/crate/build_details.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<div class="container">
2323
<div class="recent-releases-container">
2424
<div class="release">
25-
<strong>Build #{{ build_details.id }} {%- if let Some(build_time) = build_details.build_time %} {{ build_time.format("%+") }}{% endif %}</strong>
25+
<strong>Build #{{ build_details.id }} {%- if let Some(build_time) = build_details.build_time %} {{ build_time.format("%F %T") }}{% endif %}</strong>
2626
</div>
2727

2828
<ul>

0 commit comments

Comments
 (0)