Dashboard time is no longer displayed correctly

When I upgraded the metabase, the time display on the Dashboard became strange.

0.32.9→0.33.2

Originally displayed as 2019.

Hi @yuuuuuuuji
Without seeing the query, it’s difficult to know what’s going on.
I have a feeling that you might be seeing an issue reported in the forum earlier today:
V0.33.2 graph strange behaviour

Hi @flamber

This is query when switching the date filter on the dashboard

SELECT gg.0_08 AS 0_08, gg.0_09 AS 0_09, gg.0_10 AS 0_10, gg.0_11 AS 0_11, gg.0_12 AS 0_12, gg.0_13 AS 0_13, gg.0_14 AS 0_14, gg.0_15 AS 0_15, gg.0_16 AS 0_16, gg.0_17 AS 0_17, gg.0_18 AS 0_18, gg.0_19 AS 0_19, gg.0_20 AS 0_20, gg.0_21 AS 0_21, gg.0_22 AS 0_22, gg.0_24 AS 0_24, gg.0_25 AS 0_25, gg.0_27 AS 0_27, gg.1_09 AS 1_09, gg.1_10 AS 1_10, gg.1_11 AS 1_11, gg.1_12 AS 1_12, gg.1_15 AS 1_15, gg.1_16 AS 1_16, gg.1_18 AS 1_18, gg.1_19 AS 1_19, gg.1_21 AS 1_21, gg.1_22 AS 1_22, gg.1_24 AS 1_24, gg.1_25 AS 1_25, gg.1_27 AS 1_27, gg.1_28 AS 1_28, gg.1_30 AS 1_30, gg.1_31 AS 1_31, gg.1_33 AS 1_33, gg.1_34 AS 1_34, gg.1_36 AS 1_36, gg.1_37 AS 1_37, gg.1_39 AS 1_39, gg.1_40 AS 1_40, gg.1_41 AS 1_41, gg.1_42 AS 1_42, gg.1_44 AS 1_44, gg.1_45 AS 1_45, gg.1_47 AS 1_47, gg.1_49 AS 1_49, gg.clocktime AS clocktime FROM gg WHERE date(gg.clocktime) BETWEEN date(‘2019-03-09 00:00:00’) AND date(‘2019-03-10 00:00:00’) LIMIT 2000