Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use shorter date format for updated at #1249

Merged
merged 1 commit into from
May 12, 2021

Conversation

camelid
Copy link
Member

@camelid camelid commented Mar 14, 2021

Before:

Wed, 27 May 2020 17:57:14 +0000

After:

2020-05-27

(Note that I haven't tested it, but that's what it should look like.)

This PR was split out from #1248.

@Mark-Simulacrum
Copy link
Member

Looks like a to_string() might be needed or something like that?

Before:

    Wed, 27 May 2020 17:57:14 +0000

After:

    2020-05-27

(Note that I haven't tested it, but that's what it should look like.)
@Mark-Simulacrum Mark-Simulacrum merged commit 06258aa into rust-lang:master May 12, 2021
@camelid camelid deleted the triage-date-fmt branch May 13, 2021 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants