mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-01-18 17:11:15 +08: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
|
build_info
|
||||||
.commit_timestamp
|
.commit_timestamp
|
||||||
.and_then(|commit_timestamp| 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())
|
.ok())
|
||||||
.unwrap_or("unknown".into())
|
.unwrap_or("unknown".into())
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user