Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable DateTime normalization for OpenIddict's DateTime(UTC). #20380

Merged
merged 1 commit into from
Aug 2, 2024

Conversation

maliming
Copy link
Member

@maliming maliming commented Aug 2, 2024

Resolves #20378

For version < 8.3, Please override the ConfigureValueConverter of DbContext to remove AbpDateTimeValueConverter from DateTime properties.

https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.EntityFrameworkCore/Volo/Abp/EntityFrameworkCore/AbpDbContext.cs#L747-L774

@maliming maliming changed the base branch from dev to rel-8.3 August 2, 2024 05:49
@maliming maliming added this to the 8.3-final milestone Aug 2, 2024
@maliming maliming requested a review from EngincanV August 2, 2024 06:09
@EngincanV EngincanV merged commit 03e728a into rel-8.3 Aug 2, 2024
3 checks passed
@EngincanV EngincanV deleted the OpenIddict-UTC branch August 2, 2024 06:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Changing AbpClockOptions.Kind to Local causes incorrect OpenIddict Date
2 participants