Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Aug 17, 2018
    • Ryan Senior's avatar
      Fix bug with MySQL date tz conversion for native queries [ci drivers] · 988a75d3
      Ryan Senior authored
      The issue was around our usage of `du/format-date` with a built-in
      date format (`:date-hour-minute-second-ms`). Those Joda Time date
      formatters don't default to the system timezone, which the code
      assumed. Instead it defaults to UTC. We have code in the MySQL driver
      that works around a MySQL driver bug by converting the date to a
      string and then using the MySQL `convert_tz()` function. That code was
      converting the date from the system timezone to the report timezone,
      rather than UTC, which is what the Joda Time date formatter was
      returning.
      
      Fixes #8262
      988a75d3
  2. Aug 14, 2018
  3. Aug 09, 2018
  4. Aug 08, 2018
  5. Aug 07, 2018
Loading