Skip to content

Commit 92014d6

Browse files
authored
Update index.md format
1 parent 00d289b commit 92014d6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,8 @@ layout: default
1111
{{- "|" -}}
1212
<span class="status-{{ status.windows }}">{{ status.windows | replace: '-', ' ' }}</span>
1313
{{- "|" -}}
14-
<a href="https://github.com/rust-lang/rust/commits/{{ status.commit }}">{{ status.commit | truncate: 9, "" }}</a> on <date datetime="{{ status.datetime }}">{{ status.datetime | date_to_string }}</date> |
14+
<a href="https://github.com/rust-lang/rust/commits/{{ status.commit }}">{{ status.commit | truncate: 9, "" }}</a> on <date datetime="{{ status.datetime }}">{{ status.datetime | date: "%Y-%m-%d %H:%M:%S" }}</date> |
1515
{%- endfor -%}
16+
17+
The table above reflects the real-time status on the master branch.
18+
Please also check <https://mexus.github.io/rustup-components-history/> for availability of each component on nightly.

0 commit comments

Comments
 (0)