Output RFC 3339 dates where we can

Co-authored-by: Tamo <tamo@meilisearch.com>
This commit is contained in:
Louis Dureuil 2024-03-05 14:44:48 +01:00 committed by GitHub
parent 7ee20b0895
commit 15c38dca78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ pub fn print_launch_resume(
build_info
.commit_timestamp
.and_then(|commit_timestamp| commit_timestamp
.format(&time::format_description::well_known::Iso8601::DEFAULT)
.format(&time::format_description::well_known::Rfc3339::DEFAULT)
.ok())
.unwrap_or("unknown".into())
);