-
- Downloads
Add report-timezone support for Redshift [ci drivers]
Not sure when it was added, but Redshift now supports specifying a timezone. It looks like Redshift has a similar bug to Oracle for unix timestamps (written up as #5789) in that it's interpretting the UTC timestamps as in the report timezone already, rather than adjusting. Fixes #6279
Showing
- src/metabase/driver/redshift.clj 3 additions, 3 deletionssrc/metabase/driver/redshift.clj
- test/metabase/query_processor_test/date_bucketing_test.clj 21 additions, 21 deletionstest/metabase/query_processor_test/date_bucketing_test.clj
- test/metabase/query_processor_test/unix_timestamp_test.clj 1 addition, 1 deletiontest/metabase/query_processor_test/unix_timestamp_test.clj
Please register or sign in to comment