Event Dime
Date filter for not working correctly - adjusted UTC + 10
Community & CultureParades & CivicsCommunity & Culture / Parades & Civics
AI signals
CasualGeneral PublicPublic
- When:
- July 22, 2026 ยท 3:48 AM
- Where:
- Metabase Discussion
- Source:
- Metabase Discussion
Hi! I also use mysql and work in utc+8. My solution to fix this kind of issue was to create a model with an adjusted date column for utc+8. For example: select date_add(created_at, interval 8 hour) as some_column_name from some_table; Hope this helps!
CasualGeneral PublicPublic