diff --git a/explorer/src/service/v2/other.rs b/explorer/src/service/v2/other.rs index 811966b..7679757 100644 --- a/explorer/src/service/v2/other.rs +++ b/explorer/src/service/v2/other.rs @@ -110,7 +110,7 @@ pub async fn v2_statistics(api: &Api, ty: Query>) -> Result={}", - start_time.timestamp() + start_time.and_utc().timestamp() ); let row_daily = sqlx::query(sql_daily_txs.as_str()) .fetch_one(&mut conn)