igniteui-angular icon indicating copy to clipboard operation
igniteui-angular copied to clipboard

fix(filering): fix timezone conversion for date columns

Open onlyexeption opened this issue 1 year ago • 1 comments

Closes #14633

Additional information (check all that apply):

  • [x] Bug fix
  • [ ] New functionality
  • [ ] Documentation
  • [ ] Demos
  • [ ] CI/CD

Checklist:

  • [x] All relevant tags have been applied to this PR
  • [x] This PR includes unit tests covering all the new code (test guidelines)
  • [ ] This PR includes API docs for newly added methods/properties (api docs guidelines)
  • [ ] This PR includes feature/README.MD updates for the feature docs
  • [ ] This PR includes general feature table updates in the root README.MD
  • [ ] This PR includes CHANGELOG.MD updates for newly added functionality
  • [ ] This PR contains breaking changes
  • [ ] This PR includes ng update migrations for the breaking changes (migrations guidelines)
  • [ ] This PR includes behavioral changes and the feature specification has been updated with them

onlyexeption avatar Sep 17 '24 08:09 onlyexeption

@onlyexeption , when I switched to using the following column config in my sample:

        <igx-column
            field="OrderDate"
            header="Order Date"
            [dataType]="'date'"
            [pipeArgs]="{ timezone: 'UTC+2' }">
        </igx-column>

I can't hit the filter when selecting the same date in the date picker: Screenshot 2024-09-19 181728 Screenshot 2024-09-19 181750

ChronosSF avatar Sep 19 '24 15:09 ChronosSF

18.1 is no longer supported so I am closing this.

ChronosSF avatar Oct 28 '24 12:10 ChronosSF