Compare commits
2 commits
71e64fa99d
...
a46962e87c
Author | SHA1 | Date | |
---|---|---|---|
a46962e87c | |||
23037eb7ee |
|
@ -59,7 +59,7 @@ async fn main() {
|
||||||
let weather_result = weather_client.forecast()
|
let weather_result = weather_client.forecast()
|
||||||
.query(Query::City("Toulouse".to_string()))
|
.query(Query::City("Toulouse".to_string()))
|
||||||
.days(2)
|
.days(2)
|
||||||
.dt(Utc.ymd(2022, 08, 21).and_hms(0, 0, 0))
|
.dt(Utc.with_ymd_and_hms(2022, 08, 21, 0, 0, 0).unwrap())
|
||||||
.lang(Language::French)
|
.lang(Language::French)
|
||||||
.call();
|
.call();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue