From 62e2e16e0453a35d2f3384ba8ad3781ab8cdba37 Mon Sep 17 00:00:00 2001 From: ssuchichan Date: Mon, 11 Mar 2024 09:56:45 +0800 Subject: [PATCH] fix. --- explorer/src/service/v2/other.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)