tracing and changes
This commit is contained in:
@@ -47,7 +47,7 @@ pub struct HourlyUnits {
|
||||
pub relative_humidity_2m: String,
|
||||
}
|
||||
|
||||
#[derive(Debug, Deserialize)]
|
||||
#[derive(Debug, Deserialize, Clone)]
|
||||
pub struct Hourly {
|
||||
#[serde(deserialize_with = "naive_dt::deserialize")]
|
||||
pub time: Vec<chrono::NaiveDateTime>,
|
||||
|
||||
Reference in New Issue
Block a user