mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-22 21:04:27 +01:00
Output RFC 3339 dates where we can
Co-authored-by: Tamo <tamo@meilisearch.com>
This commit is contained in:
parent
7ee20b0895
commit
15c38dca78
@ -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())
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user