mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Meilisearch: fix date formatting
This commit is contained in:
parent
663629a9d6
commit
7408db2a46
1 changed files with 1 additions and 1 deletions
|
@ -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::Rfc3339::DEFAULT)
|
.format(&time::format_description::well_known::Rfc3339)
|
||||||
.ok())
|
.ok())
|
||||||
.unwrap_or("unknown".into())
|
.unwrap_or("unknown".into())
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue