Skip to content

Commit

Permalink
fix: utc时区指定 --bug=138330575 (TencentBlueKing#5074)
Browse files Browse the repository at this point in the history
  • Loading branch information
yiqiwang-17 authored Feb 19, 2025
1 parent 704134c commit 778daf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bklog/apps/log_unifyquery/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def init_base_dict(self):
"start_time": str(self.start_time),
"end_time": str(self.end_time),
"down_sample_range": "",
"timezone": get_local_param("time_zone", settings.TIME_ZONE),
"timezone": "UTC", # 仅用于提供给 unify-query 生成读别名,对应存储入库时区
"bk_biz_id": self.bk_biz_id,
}

Expand Down

0 comments on commit 778daf5

Please sign in to comment.