igniteui-angular
igniteui-angular copied to clipboard
fix(filering): fix timezone conversion for date columns
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.MDupdates for the feature docs - [ ] This PR includes general feature table updates in the root
README.MD - [ ] This PR includes
CHANGELOG.MDupdates for newly added functionality - [ ] This PR contains breaking changes
- [ ] This PR includes
ng updatemigrations for the breaking changes (migrations guidelines) - [ ] This PR includes behavioral changes and the feature specification has been updated with them
@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:
18.1 is no longer supported so I am closing this.